aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs5-6/+12
2020-03-29environment: "power machintosh" is ppcDylan Baker1-4/+2
2020-03-29Report an errror if glib-compile-resources is missingJon Turney1-1/+4
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 Pakkanen1-1/+1
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger1-2/+10
2020-03-28Only split linker args with D compilers. Closes: #6845Jussi Pakkanen1-4/+8
2020-03-28boost: Better python module detectionDaniel Mensinger1-1/+33
2020-03-28boost: Better log found and missing modulesDaniel Mensinger1-4/+18
2020-03-24Make werror per subproject optionXavier Claessens3-3/+3
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 Pakkanen1-1/+1
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 Pakkanen1-2/+2
2020-03-23Naturally use env vars a bit more to match AutoconfJohn Ericson1-2/+2
2020-03-23Fix legacy env var support with crossJohn Ericson15-150/+187
2020-03-23Fix linker evn var testsJohn Ericson1-1/+2
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen2-2/+15
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz9-1/+527
2020-03-20Merge pull request #6544 from dcbaker/mpi-dependency-factoryJussi Pakkanen4-205/+170
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen1-0/+3
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-19dependencies: Convert ScaLAPACK to a dependency factoryDylan Baker2-104/+133
2020-03-19mtest: terminate a test via SIGTERM first then (if needed) via SIGKILLCamilo Celis Guzman1-7/+20
2020-03-19interpreterbase: Add warning when built-in object method has no kwargsXavier Claessens2-18/+35
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger4-7/+28
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 Pakkanen3-11/+27
2020-03-19Remove my notes from sourcesClausKlein2-5/+0
2020-03-19Use os.path.normpath() for include pathsClausKlein2-3/+8
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 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-17envconfig: Make compiler and linker environment variables matchDylan Baker1-7/+23
2020-03-15Merge pull request #6779 from dcbaker/gdc-linker-argsJussi Pakkanen1-1/+1
2020-03-15fix conversion of hasattr to getattrDylan Baker2-2/+2
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-03-12compilers/d: Support linker selection with gdcDylan Baker1-1/+1
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen5-72/+141
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker1-0/+10
2020-03-11compilers/d: Properly pass -soname argsDylan Baker1-4/+17
2020-03-11compilers/d: Fix rpath generation with LDC and DMDDylan Baker1-14/+18
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan1-0/+7