aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen1-2/+23
2019-10-03Use include_type instead of is_systemDaniel Mensinger1-9/+7
2019-10-03Move generate_system_dependency to DependencyDaniel Mensinger1-3/+2
2019-10-03add is_system kwarg to dependencyDaniel Mensinger1-3/+27
2019-10-02interpreter: Combine test and benchmark argsDylan Baker1-3/+4
2019-10-02interpreter: Correctly handle arguments to benchmarkDylan Baker1-1/+6
2019-10-01Remove unused 'required' argumentXavier Claessens1-5/+5
2019-10-01cmake: Write AST into build dirXavier Claessens1-5/+6
2019-09-30Add depfile to configure_file()Marc-André Lureau1-0/+24
2019-09-29environment: Support taking values from dictMarc-André Lureau1-13/+32
2019-09-29ConfigurationDataHolder: pass initial_values to ctorMarc-André Lureau1-9/+8
2019-09-29configure_file: add feature version checks for taking dictMarc-André Lureau1-0/+2
2019-09-25removed the InternalDepdendencyHolder, since it is unusedDaniel Mensinger1-38/+1
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens1-41/+34
2019-08-24Add test priorities to force test start orderPeter Hutterer1-3/+9
2019-08-24Vs backend compiler selection (#5448)Dylan Baker1-1/+1
2019-08-21Rerun configuration for all potential input files. Closes #5809.Jussi Pakkanen1-3/+4
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen1-0/+4
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant1-2/+3
2019-08-17gnome: Handle overriden g-ir-scannerThibault Saunier1-1/+5
2019-08-15expand tilde when looking up libraries -Dfoo=~/mylibMichael Hirsch, Ph.D1-3/+7
2019-08-14Interpreter: identify the linker being used, if there is oneDylan Baker1-0/+4
2019-08-12Add is_disabler functionJames Hilliard1-0/+9
2019-08-11Print only host platform info in some cases during native buildsJussi Pakkanen1-3/+6
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen1-0/+2
2019-08-06Do not print build compiler info when not cross compiling. It is confusing.Jussi Pakkanen1-2/+3
2019-07-26interpreter: Fix permitted kwargs in dependency.get_variableDylan Baker1-1/+1
2019-07-19Add version check support to find_program()Xavier Claessens1-3/+35
2019-07-18fix all flake8 issuesDaniel Mensinger1-2/+2
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen1-5/+21
2019-07-10Add alias_target() functionXavier Claessens1-5/+21
2019-07-10Warn if the user manually adds arguments we have builtin support for.Jussi Pakkanen1-0/+19
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson1-26/+8
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D1-8/+8
2019-06-12Further deduplicate Interpreter native kwarg codeJohn Ericson1-15/+15
2019-06-09Simplify and dedup machine kwarg -> MachineChoice logic in the interpreterJohn Ericson1-16/+8
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-71/+66
2019-06-06cmake: removed legacy kwargs from interpreter dictDaniel Mensinger1-1/+1
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger1-19/+11
2019-06-06cmake: rebase fixesDaniel Mensinger1-3/+3
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger1-6/+7
2019-06-06cmake: Minor fixesDaniel Mensinger1-6/+5
2019-06-06cmake: support object librariesDaniel Mensinger1-4/+7
2019-06-06cmake: Fixed install prefixDaniel Mensinger1-1/+2
2019-06-06cmake: First working versionDaniel Mensinger1-4/+17
2019-06-06cmake: basic AST generationDaniel Mensinger1-9/+22
2019-06-06cmake: Server handshakeDaniel Mensinger1-3/+10
2019-06-06Added method kwarg to subprojectDaniel Mensinger1-12/+34
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-12/+13
2019-05-28interpreter: add fallback argument to subproject.get_variable()Mathieu Duponchelle1-6/+13