aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Minor adjusts (#1001)alvarez861-4/+1
2016-11-06Merge pull request #942 from mesonbuild/tingping/private-methodsJussi Pakkanen1-0/+2
2016-11-06Merge pull request #993 from centricular/cached-dep-required-attrJussi Pakkanen1-4/+2
2016-11-06Don't expose module functions prefixed with _Patrick Griffis1-0/+2
2016-11-05Don't ignore invalid code related to subproject callsNirbheek Chauhan1-7/+11
2016-11-04dependency: Check that cached_dep has the 'required' attributeNirbheek Chauhan1-4/+2
2016-11-02Allow subproject declarations in subdirectoriesScott D Phillips1-4/+0
2016-11-02Fix dependency() ignoring required attribute when checked second or third timeTim-Philipp Müller1-0/+7
2016-11-02Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapiJussi Pakkanen1-0/+6
2016-10-26Directly pass the compiler to get_args_from_envvarsNirbheek Chauhan1-4/+1
2016-10-23Improve error when using the dependencies kwargNirbheek Chauhan1-13/+30
2016-10-21gnome: Add generate_vapi() functionPatrick Griffis1-0/+6
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan1-2/+0
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen1-1/+27
2016-10-19Force dep versions into the version kwarg.Jussi Pakkanen1-0/+3
2016-10-17Don't raise exception when a fallback dependency is not foundScott D Phillips1-8/+12
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier1-7/+22
2016-10-14interpreter: Add a way to copy and environment objectThibault Saunier1-0/+5
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier1-15/+9
2016-10-13Renamed path_join to join_paths.Jussi Pakkanen1-2/+2
2016-10-13custom_target: Clarify error messageNirbheek Chauhan1-1/+1
2016-10-12Merge branch 'QuLogic-compiler-file-checks'Jussi Pakkanen1-3/+15
2016-10-10Check contents of arguments inside project(). Closes #857.Jussi Pakkanen1-5/+3
2016-10-10Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen1-1/+1
2016-10-10Created path_join function.Jussi Pakkanen1-0/+10
2016-10-07intrp: Don't do custom AST parsing for project()Nirbheek Chauhan1-12/+10
2016-09-30Merge pull request #814 from centricular/heavy-cleanup-compilers-buildtargetsJussi Pakkanen1-17/+29
2016-09-29Allow passing files to compile/link/run queries.Elliott Sales de Andrade1-3/+15
2016-09-26Add dependency support to the checks using the compilerMatthew Waters1-10/+40
2016-09-26Treat 32-bit compiles on 64-bit Windows as nativeNirbheek Chauhan1-4/+5
2016-09-26intrp: Parse project() before the rest of the ASTNirbheek Chauhan1-13/+24
2016-09-25interpreter: Print an error if the fallback dependency variable is not found ...Nirbheek Chauhan1-2/+5
2016-09-25configuration_data: can pass descriptions to setters (#783)Tim-Philipp Müller1-10/+14
2016-09-25Give a helpful exception when target has no name (#816)Sam Thursfield1-0/+2
2016-09-25Add a meson.version() method returning the version of meson in use (#792)Thibault Saunier1-0/+4
2016-09-14Add a new 'environment' object to be used to build test environment (#781)Thibault Saunier1-12/+51
2016-09-13configuration_data: add .set_quoted() convenience method to set quoted stringTim-Philipp Müller1-0/+8
2016-09-11All_args should always be a list. Closes #778.Jussi Pakkanen1-0/+2
2016-09-08Can use files() in run_command.Jussi Pakkanen1-2/+13
2016-09-07Permit use of file objects in run targets.Jussi Pakkanen1-2/+2
2016-09-07Fix option initialization for win32 cross-compile. (#762)Elliott Sales de Andrade1-1/+3
2016-09-07Better error message when trying to use subprojects as dependencies.Jussi Pakkanen1-2/+2
2016-09-03Fix validation of man page extension. (#749)Elliott Sales de Andrade1-1/+4
2016-09-02Add is_even() and is_odd() integer methodsEmmanuele Bassi1-0/+18
2016-09-02Add support to integer modulo operatorEmmanuele Bassi1-0/+4
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen1-2/+4
2016-08-29Honor dependency `fallback` argument even if the dependency is not required (...Saunier Thibault1-8/+20
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-2/+4
2016-08-27Add a new compiler object method: has_members (#723)Nirbheek Chauhan1-2/+23
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-22/+9