summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini2019-07-191-9/+5
* backends: discover java/mono wrapper at generation timePaolo Bonzini2019-07-191-0/+4
* backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini2019-07-191-6/+10
* backends: always serialize custom targets if they need a wrapperPaolo Bonzini2019-07-191-20/+21
* backends: choose whether to serialize in as_meson_exe_cmdlinePaolo Bonzini2019-07-191-11/+18
* backends: hide meson --internal exe cmdline from backendsPaolo Bonzini2019-07-191-2/+2
* Remove build host mixing warning on nativeJohn Ericson2019-06-281-5/+0
* meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2019-06-271-2/+4
* meson: add cache for getting optionsMarcel Hollerbach2019-06-241-0/+1
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-47/+41
* Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-091-2/+2
* backend: refactor get_custom_target_provided_librariesMarcel Hollerbach2019-06-031-3/+11
* Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen2019-05-161-2/+7
|\
| * backends: Annotate TestSerialisiationDylan Baker2019-05-141-2/+7
* | UserOption no longer has a name field.John Ericson2019-05-151-3/+2
|/
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-2/+2
* Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-021-1/+3
|\
| * Fix flake8-bugbear warningsDaniel Mensinger2019-04-291-1/+3
* | Cleaned up `isinstance` usageTheQwertiest2019-04-291-1/+1
* | Added custom_target[i] support for link_with and link_wholeTheQwertiest2019-04-291-1/+3
|/
* Add support for VS2019. Closes #4640.Jussi Pakkanen2019-04-101-0/+3
* Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen2019-04-081-2/+0
|\
| * dependencies/misc: don't special case threadsDylan Baker2019-04-051-2/+0
* | backends/ninja: Add native files to rebuild dependenciesDylan Baker2019-04-041-0/+1
|/
* Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen2019-04-011-0/+10
|\
| * Can link against custom targets. Closes #4908.Jussi Pakkanen2019-03-181-0/+4
| * Add test script to generate a static library with a custom target.Jussi Pakkanen2019-03-181-0/+6
* | Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen2019-03-211-2/+0
|\ \
| * | dependencies/openmp: Don't special case OpenMPDylan Baker2019-03-191-2/+0
| |/
* | mesonbuild: allow multiple --cross-file optionsRoss Burton2019-03-201-2/+1
|/
* interpreter: add "protocol" kwarg to testPaolo Bonzini2019-03-021-2/+3
* auto generate msvc pch source file if none is provided by the userNicolas Schneider2019-03-011-0/+17
* Remove remaining cross-specific compiler-args codeJohn Ericson2019-02-151-4/+4
* Never access environment.properties downstreamJohn Ericson2019-02-021-5/+14
* pep8 py37Michael Hirsch, Ph.D2019-01-291-2/+2
* custom_target: do not let install override build_by_defaultLuca Boccassi2019-01-171-3/+5
* Calculate target paths correctly when workdir is set.Jussi Pakkanen2019-01-071-1/+8
* Fixed CI issuesDaniel Mensinger2019-01-061-8/+17
* Make custom command sources slightly more usefulDaniel Mensinger2019-01-061-1/+7
* Simplefied absolute path generationDaniel Mensinger2019-01-061-0/+2
* Doc updates and throw if no target type is setDaniel Mensinger2019-01-061-7/+1
* Ninja backend target introspectionDaniel Mensinger2019-01-061-5/+9
* Removed fallback detection logicDaniel Mensinger2019-01-061-169/+15
* Some code cleanupDaniel Mensinger2019-01-061-24/+71