aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-06Initial automatic target file generationDaniel Mensinger1-4/+6
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-12/+10
2019-01-02Get rid of `need_cross_compiler`John Ericson1-2/+0
2018-12-29Introspection refactoringDaniel Mensinger1-0/+25
2018-11-08Add prefix option for link argsPhillip Cao1-0/+2
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-2/+2
2018-11-02extract_all_sources: Also include generated object filesXavier Claessens1-1/+7
2018-11-02meson: cache get_target_generated_dirMarcel Hollerbach1-0/+2
2018-10-24Fix flake8 whitespace reportsJon Turney1-1/+0
2018-10-24Fix flake8 'imported but unused' reportsJon Turney1-2/+1