aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan1-3/+5
2020-09-13Allow installing dir from build dirXavier Claessens1-1/+5
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz1-1/+1
2020-09-10minstall: Add version field to install dataNirbheek Chauhan1-2/+4
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan1-3/+4
2020-09-08typing: more fixesDaniel Mensinger1-7/+11
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard1-2/+2
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini1-2/+10
2020-08-31backends: do not look for extra paths unnecessarilyPaolo Bonzini1-7/+6
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens1-1/+1
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen1-3/+3
2020-07-30backends: fix rpath match patternJames Hilliard1-2/+28
2020-07-28Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-2/+1
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-1/+1
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan1-1/+7
2020-06-13Include the dep itself in extra_paths for WindowsJon Turney1-0/+1
2020-06-13Handle multiple substitutions in eval_custom_target_command()Jon Turney1-29/+30
2020-06-05backend: There is no need for 'compiler-specific escaping' anymoreJon Turney1-23/+7
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen1-2/+21
2020-05-19Build private directory name from output file name.Jussi Pakkanen1-1/+1
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker1-2/+16
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker1-0/+5
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-6/+27
2020-05-16Let LDFLAGS specify rpath.Dan Kegel1-0/+18
2020-05-16Let .pc files specify rpath.Dan Kegel1-6/+9
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-1/+1
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-15/+46
2020-05-04Add native support for gtest testsDylan Baker1-0/+5
2020-05-03rm python2 %s from backends.py and ninjabackend.pyMichael Brockus1-6/+6
2020-04-30backend/backends: Fix type annotationDylan Baker1-1/+1
2020-04-30Convert test protocol into an enumDylan Baker1-4/+26
2020-04-30backends/backends: sort and cleanup importsDylan Baker1-10/+14
2020-04-20Compiler options per langJohn Ericson1-7/+10
2020-04-16backend: Fix file name confilcts by using the complete pathDaniel Mensinger1-2/+2
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau1-9/+9
2020-03-24Make werror per subproject optionXavier Claessens1-1/+1
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-03-05Make use of unholderDylan Baker1-13/+5
2020-02-12Add unity block size option.Jussi Pakkanen1-15/+30
2020-02-06backends: Remove unused methodXavier Claessens1-4/+0
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger1-6/+0
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-9/+11
2020-01-27Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen1-0/+17
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-7/+7
2019-10-21Remove duplicated object files in static librariesXavier Claessens1-1/+2
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam1-16/+25
2019-09-28backends: Add needs_exe_wrapper to test serializationDylan Baker1-2/+4
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-24/+2
2019-09-08Fix static archives stripping (#5905)David Seifert1-1/+14