summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-9/+11
* Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen2020-01-271-0/+17
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-7/+7
* Remove duplicated object files in static librariesXavier Claessens2019-10-211-1/+2
* Fix *.pdb files missing in meson introspect --installed outputJakub Adam2019-10-091-16/+25
* backends: Add needs_exe_wrapper to test serializationDylan Baker2019-09-281-2/+4
* CUDA support on WindowsAleksey Gurtovoy2019-09-241-24/+2
* Fix static archives stripping (#5905)David Seifert2019-09-081-1/+14
* Add test priorities to force test start orderPeter Hutterer2019-08-241-3/+5
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-0/+1
* Make .extract_objects() work correctly as an input to custom_targetRachel Mant2019-08-171-0/+2
* backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini2019-07-191-3/+2