summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)Author
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen
2020-01-26Support multiple args to message() and warning()Xavier Claessens
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens
2020-01-18Fix typo in error messageXavier Claessens
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D
2019-12-18python: add embed to the python dependency functionDaniel Mensinger
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens
2019-12-12Add a summary() function for configuration summarizationXavier Claessens
2019-12-10assert(): Make message argument optionalXavier Claessens
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens
2019-12-05interpreter: Remove useless checkXavier Claessens
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens
2019-11-25Simplify list of build def filesXavier Claessens
2019-11-20Merge pull request #6199 from mensinda/cmSysIncJussi Pakkanen
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan
2019-11-19Interpreter: display linker executable path, if availableEric Le Bihan
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen
2019-11-17Issue #6174: run_command() with compiler object behind ccache fails.Jehan
2019-11-14Highlight '(cached)' and add color to the dependency versionDaniel Mensinger
2019-11-14dependencies: Print version of cached dependenciesDaniel Mensinger
2019-11-10Store run target names in build.Jussi Pakkanen
2019-11-08Make the hint about built-in options more usefulZbigniew Jędrzejewski-Szmek
2019-11-08"built-in" is the standard spelllingZbigniew Jędrzejewski-Szmek
2019-11-08Created the filesystem module.Jussi Pakkanen
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-22raise exception when a non-required module not found and subsequently usedMichael Hirsch, Ph.D
2019-10-11path interpreter--silently discard invalid Unix relative paths on WindowsMichael Hirsch, Ph.D
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen
2019-10-03Use include_type instead of is_systemDaniel Mensinger
2019-10-03Move generate_system_dependency to DependencyDaniel Mensinger
2019-10-03add is_system kwarg to dependencyDaniel Mensinger
2019-10-02interpreter: Combine test and benchmark argsDylan Baker
2019-10-02interpreter: Correctly handle arguments to benchmarkDylan Baker
2019-10-01Remove unused 'required' argumentXavier Claessens
2019-10-01cmake: Write AST into build dirXavier Claessens
2019-09-30Add depfile to configure_file()Marc-André Lureau
2019-09-29environment: Support taking values from dictMarc-André Lureau
2019-09-29ConfigurationDataHolder: pass initial_values to ctorMarc-André Lureau