aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Add test priorities to force test start orderPeter Hutterer1-3/+5
2019-08-24Vs backend compiler selection (#5448)Dylan Baker1-0/+1
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant1-0/+2
2019-07-19backends: do not split command and arguments in ExecutableSerialisationPaolo Bonzini1-3/+2
2019-07-19backends: remove unnecessary fields from ExecutableSerialisationPaolo Bonzini1-9/+5
2019-07-19backends: discover java/mono wrapper at generation timePaolo Bonzini1-0/+4
2019-07-19backends: create ExecutableSerialisation in meson_exe if possiblePaolo Bonzini1-6/+10
2019-07-19backends: always serialize custom targets if they need a wrapperPaolo Bonzini1-20/+21
2019-07-19backends: choose whether to serialize in as_meson_exe_cmdlinePaolo Bonzini1-11/+18
2019-07-19backends: hide meson --internal exe cmdline from backendsPaolo Bonzini1-2/+2
2019-06-28Remove build host mixing warning on nativeJohn Ericson1-5/+0
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker1-2/+4
2019-06-24meson: add cache for getting optionsMarcel Hollerbach1-0/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-47/+41
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-2/+2
2019-06-03backend: refactor get_custom_target_provided_librariesMarcel Hollerbach1-3/+11
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen1-2/+7
2019-05-15UserOption no longer has a name field.John Ericson1-3/+2
2019-05-14backends: Annotate TestSerialisiationDylan Baker1-2/+7
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-2/+2
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen1-1/+3
2019-04-29Cleaned up `isinstance` usageTheQwertiest1-1/+1
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest1-1/+3
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger1-1/+3
2019-04-10Add support for VS2019. Closes #4640.Jussi Pakkanen1-0/+3
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen1-2/+0
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-2/+0
2019-04-04backends/ninja: Add native files to rebuild dependenciesDylan Baker1-0/+1
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen1-0/+10
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen1-2/+0
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-2/+1
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker1-2/+0
2019-03-18Can link against custom targets. Closes #4908.Jussi Pakkanen1-0/+4
2019-03-18Add test script to generate a static library with a custom target.Jussi Pakkanen1-0/+6
2019-03-02interpreter: add "protocol" kwarg to testPaolo Bonzini1-2/+3
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider1-0/+17
2019-02-15Remove remaining cross-specific compiler-args codeJohn Ericson1-4/+4
2019-02-02Never access environment.properties downstreamJohn Ericson1-5/+14
2019-01-29pep8 py37Michael Hirsch, Ph.D1-2/+2
2019-01-17custom_target: do not let install override build_by_defaultLuca Boccassi1-3/+5
2019-01-07Calculate target paths correctly when workdir is set.Jussi Pakkanen1-1/+8
2019-01-06Fixed CI issuesDaniel Mensinger1-8/+17
2019-01-06Make custom command sources slightly more usefulDaniel Mensinger1-1/+7
2019-01-06Simplefied absolute path generationDaniel Mensinger1-0/+2
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger1-7/+1
2019-01-06Ninja backend target introspectionDaniel Mensinger1-5/+9
2019-01-06Removed fallback detection logicDaniel Mensinger1-169/+15
2019-01-06Some code cleanupDaniel Mensinger1-24/+71
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger1-1/+145
2019-01-06Fixed tests and benchmarksDaniel Mensinger1-2/+5