aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-2/+2
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen1-6/+25
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ1-0/+4
2020-09-20Make meson_exe report pickled command when it failsJon Turney1-0/+1
2020-09-20Improve description of meson wrapped custom commandsJon Turney1-6/+24
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