summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)Author
2019-09-29configure_file: add feature version checks for taking dictMarc-André Lureau
2019-09-25removed the InternalDepdendencyHolder, since it is unusedDaniel Mensinger
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens
2019-08-24Add test priorities to force test start orderPeter Hutterer
2019-08-24Vs backend compiler selection (#5448)Dylan Baker
2019-08-21Rerun configuration for all potential input files. Closes #5809.Jussi Pakkanen
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant
2019-08-17gnome: Handle overriden g-ir-scannerThibault Saunier
2019-08-15expand tilde when looking up libraries -Dfoo=~/mylibMichael Hirsch, Ph.D
2019-08-14Interpreter: identify the linker being used, if there is oneDylan Baker
2019-08-12Add is_disabler functionJames Hilliard
2019-08-11Print only host platform info in some cases during native buildsJussi Pakkanen
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen
2019-08-06Do not print build compiler info when not cross compiling. It is confusing.Jussi Pakkanen
2019-07-26interpreter: Fix permitted kwargs in dependency.get_variableDylan Baker
2019-07-19Add version check support to find_program()Xavier Claessens
2019-07-18fix all flake8 issuesDaniel Mensinger
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen
2019-07-10Add alias_target() functionXavier Claessens
2019-07-10Warn if the user manually adds arguments we have builtin support for.Jussi Pakkanen
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D
2019-06-12Further deduplicate Interpreter native kwarg codeJohn Ericson
2019-06-09Simplify and dedup machine kwarg -> MachineChoice logic in the interpreterJohn Ericson
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-06-06cmake: removed legacy kwargs from interpreter dictDaniel Mensinger
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger
2019-06-06cmake: rebase fixesDaniel Mensinger
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger
2019-06-06cmake: Minor fixesDaniel Mensinger
2019-06-06cmake: support object librariesDaniel Mensinger
2019-06-06cmake: Fixed install prefixDaniel Mensinger
2019-06-06cmake: First working versionDaniel Mensinger
2019-06-06cmake: basic AST generationDaniel Mensinger
2019-06-06cmake: Server handshakeDaniel Mensinger
2019-06-06Added method kwarg to subprojectDaniel Mensinger
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson
2019-05-28interpreter: add fallback argument to subproject.get_variable()Mathieu Duponchelle
2019-05-21Merge pull request #5372 from dcbaker/get_variableJussi Pakkanen
2019-05-20Generators can have extra target dependencies. Closes #4131.Jussi Pakkanen
2019-05-20Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cacheJussi Pakkanen
2019-05-20Remove compiler data from build objectJon Turney
2019-05-20Remove compilers from ModuleState objectJon Turney
2019-05-20fixup! interpreter: Add get_variable method to dependency holdersDylan Baker
2019-05-20Use dependency cacheDylan Baker
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson
2019-05-15UserOption no longer has a name field.John Ericson
2019-05-14build: TestSetup doesn't take keyword argumentsDylan Baker