aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-04-08mcompile: Use the current dir if unspecifiedNirbheek Chauhan1-1/+0
2020-04-05boost: Fix library version (fixes #6899)Daniel Mensinger1-0/+5
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D3-28/+31
2020-04-05qt dependency: Pick debug libraries based on b_vscrtCerbero1-0/+5
2020-04-04backend/vs: Fix link of wmain / wWinMain based appsPeter Harris1-5/+0
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev1-5/+6
2020-04-04Merge pull request #6843 from mensinda/ciJSONSCHEMAJussi Pakkanen1-2/+2
2020-04-04mparser: fix precedence of arithmetic operatorsAndrei Alexeyev1-27/+33
2020-04-03backend/vs: Fix debug information and runtime checksPeter Harris1-6/+6
2020-04-03mtest: Improve test output formatting.Hemmo Nieminen1-22/+29
2020-04-02interpreter: Fix Disabler support for modulesDaniel Mensinger1-2/+2
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger1-0/+37
2020-04-01cuda: Fix meson template (fixes #6869)Daniel Mensinger1-2/+2
2020-04-01Fix meson_jar_templateJan Alexander Steffens (heftig)1-2/+2
2020-03-29compilers: disable ccache when using temporary source filesLoĂŻc Yhuel1-0/+5
2020-03-29dist: Print location of generated tarballsXavier Claessens1-0/+1
2020-03-29dist: Add --no-tests optionXavier Claessens1-2/+6
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