aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-29compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla RavnÄs1-2/+2
2020-03-29Do not call restorecon if there are no files to installMichael Kuhn1-0/+4
2020-03-29Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2020-03-29Update everything for new release.0.54.0Jussi Pakkanen32-326/+363
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger2-2/+14
2020-03-28Only split linker args with D compilers. Closes: #6845Jussi Pakkanen1-4/+8
2020-03-28docs: why 'ninja test' depends on build_by_default targets [skip ci]Marc Herbert1-2/+6
2020-03-28docs: Add a new page with common cross/native file options [skip ci]Dylan Baker4-99/+141
2020-03-28boost: Better python module detectionDaniel Mensinger2-17/+35
2020-03-28boost: Better log found and missing modulesDaniel Mensinger1-4/+18
2020-03-24Make werror per subproject optionXavier Claessens7-9/+20
2020-03-24Clarify a workaround for older versions of LLD for MinGW (#6836) [skip ci]Martin Storsjö1-1/+3
2020-03-24Bump version number for rc1.0.54.0.rc1Jussi Pakkanen2-2/+2
2020-03-24compilers: Clang can take linkers that are pathsDylan Baker1-0/+14
2020-03-23gtkdoc: Add missing permitted kwargXavier Claessens1-1/+1
2020-03-23Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen4-17/+17
2020-03-23Naturally use env vars a bit more to match AutoconfJohn Ericson4-17/+17
2020-03-23Fix legacy env var support with crossJohn Ericson18-164/+234
2020-03-23Fix linker evn var testsJohn Ericson2-3/+14
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen4-2/+26
2020-03-22Do not try to mix gcc with link.exe.Jussi Pakkanen1-0/+2
2020-03-21adding Meson-UI to IDE-integration.md [skip ci]Michael Brockus1-0/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz13-3/+593
2020-03-20Merge pull request #6544 from dcbaker/mpi-dependency-factoryJussi Pakkanen7-210/+189
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen4-23/+43
2020-03-19docs: update MPI documentation with methodsDylan Baker1-1/+7
2020-03-19mpi: Use a factory functionDylan Baker2-198/+150
2020-03-19dependencies/base: Make the ConfigTool Dependency more flexibleDylan Baker2-7/+20
2020-03-19tests/mpi: Add a method optionDylan Baker2-4/+12
2020-03-19dependencies: Convert ScaLAPACK to a dependency factoryDylan Baker2-104/+133
2020-03-19Update cross compilation documentation to reference new ld variablesPhillip Johnston1-1/+2
2020-03-19Update native description to use the new LD variablesPhillip Johnston1-1/+3
2020-03-19mtest: terminate a test via SIGTERM first then (if needed) via SIGKILLCamilo Celis Guzman2-7/+26
2020-03-19interpreterbase: Add warning when built-in object method has no kwargsXavier Claessens2-18/+35
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger9-11/+45
2020-03-19sample factory implementationMichael13-428/+482
2020-03-19Generators can depend on custom targets as well as build targets.Jussi Pakkanen1-1/+1
2020-03-19Merge pull request #6789 from dcbaker/deprecated-c-ldJussi Pakkanen8-27/+93
2020-03-19Remove my notes from sourcesClausKlein2-5/+0
2020-03-19Use os.path.normpath() for include pathsClausKlein3-4/+9
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger1-1/+1
2020-03-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker2-1/+19
2020-03-19Fix failing rust CIXavier Claessens1-1/+1
2020-03-19Fix bogus parameter passed to LLVMDynamicLinker (llvm-mingw regression)Andrei Alexeyev1-1/+1
2020-03-17compilers: Error if invalid linker selectedDylan Baker2-4/+4
2020-03-17docs: Add Environment variables for compiler/linker selectionDylan Baker2-0/+23
2020-03-17envconfig: Make compiler and linker environment variables matchDylan Baker4-23/+66
2020-03-17Revert "azure: Workaround MSYS2 PCH test failures"Jon Turney1-14/+0
2020-03-15Merge pull request #6779 from dcbaker/gdc-linker-argsJussi Pakkanen3-7/+26