aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-10assert(): Make message argument optionalXavier Claessens1-5/+15
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens1-1/+1
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens1-15/+26
2019-12-05interpreter: Remove useless checkXavier Claessens1-2/+0
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger1-4/+4
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger1-2/+2
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens1-1/+0
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens1-6/+7
2019-11-25Simplify list of build def filesXavier Claessens1-23/+27
2019-11-20Merge pull request #6199 from mensinda/cmSysIncJussi Pakkanen1-0/+1
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan1-0/+1
2019-11-19Interpreter: display linker executable path, if availableEric Le Bihan1-1/+1
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+1
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen1-20/+24
2019-11-17Issue #6174: run_command() with compiler object behind ccache fails.Jehan1-2/+4
2019-11-14Highlight '(cached)' and add color to the dependency versionDaniel Mensinger1-16/+17
2019-11-14dependencies: Print version of cached dependenciesDaniel Mensinger1-4/+7
2019-11-10Store run target names in build.Jussi Pakkanen1-0/+3
2019-11-08Make the hint about built-in options more usefulZbigniew Jędrzejewski-Szmek1-6/+12
2019-11-08"built-in" is the standard spelllingZbigniew Jędrzejewski-Szmek1-5/+5
2019-11-08Created the filesystem module.Jussi Pakkanen1-1/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-22raise exception when a non-required module not found and subsequently usedMichael Hirsch, Ph.D1-0/+2
2019-10-11path interpreter--silently discard invalid Unix relative paths on WindowsMichael Hirsch, Ph.D1-0/+4
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