summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini2020-10-181-1/+1
* intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger2020-10-151-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-2/+2
* Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen2020-09-291-6/+25
|\
| * Make meson_exe report pickled command when it failsJon Turney2020-09-201-0/+1
| * Improve description of meson wrapped custom commandsJon Turney2020-09-201-6/+24
* | compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ2020-09-291-0/+4
|/
* backends: Treat build target as generator only when it's the first argNirbheek Chauhan2020-09-171-3/+5
* Allow installing dir from build dirXavier Claessens2020-09-131-1/+5
* Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz2020-09-111-1/+1
* minstall: Add version field to install dataNirbheek Chauhan2020-09-101-2/+4
* mtest: Check version in the test data after loadingNirbheek Chauhan2020-09-101-3/+4
* typing: more fixesDaniel Mensinger2020-09-081-7/+11
* backends: check external rpaths for all languages using ldflagsJames Hilliard2020-09-061-2/+2
* introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2020-09-041-2/+10
* backends: do not look for extra paths unnecessarilyPaolo Bonzini2020-08-311-7/+6
* Interpreter: Fix c_stdlib usageXavier Claessens2020-08-181-1/+1
* Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen2020-07-301-3/+3
|\
| * Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek2020-07-281-3/+3
* | backends: fix rpath match patternJames Hilliard2020-07-301-2/+28
|/
* compilers: Return CompilerArgs from compiler instanceDylan Baker2020-06-221-2/+1
* compilers: Split CompilerArgs into a separate moduleDylan Baker2020-06-221-1/+1
* windows: Canonicalize `:` in filenamesNirbheek Chauhan2020-06-141-1/+7
* Include the dep itself in extra_paths for WindowsJon Turney2020-06-131-0/+1
* Handle multiple substitutions in eval_custom_target_command()Jon Turney2020-06-131-29/+30
* backend: There is no need for 'compiler-specific escaping' anymoreJon Turney2020-06-051-23/+7
* Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen2020-05-191-2/+21
|\
| * backends: Consider arguments passed to a test when cross compilingDylan Baker2020-05-181-2/+16
| * backends: ensure that test executables can be run when passed as argumentsDylan Baker2020-05-181-0/+5
* | Build private directory name from output file name.Jussi Pakkanen2020-05-191-1/+1
|/
* Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen2020-05-181-6/+27
|\
| * Let LDFLAGS specify rpath.Dan Kegel2020-05-161-0/+18
| * Let .pc files specify rpath.Dan Kegel2020-05-161-6/+9
* | Fix outdated cross-compilation checksOle André Vadla RavnÄs2020-05-131-1/+1
|/
* Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen2020-05-061-15/+46
|\
| * Add native support for gtest testsDylan Baker2020-05-041-0/+5
| * backend/backends: Fix type annotationDylan Baker2020-04-301-1/+1
| * Convert test protocol into an enumDylan Baker2020-04-301-4/+26
| * backends/backends: sort and cleanup importsDylan Baker2020-04-301-10/+14
* | rm python2 %s from backends.py and ninjabackend.pyMichael Brockus2020-05-031-6/+6
|/
* Compiler options per langJohn Ericson2020-04-201-7/+10
* backend: Fix file name confilcts by using the complete pathDaniel Mensinger2020-04-161-2/+2
* Handle BuildTarget as custom_target() argument #6914Marc-André Lureau2020-04-111-9/+9
* Make werror per subproject optionXavier Claessens2020-03-241-1/+1
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* Make use of unholderDylan Baker2020-03-051-13/+5
* Add unity block size option.Jussi Pakkanen2020-02-121-15/+30
* backends: Remove unused methodXavier Claessens2020-02-061-4/+0
* mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger2020-01-281-6/+0