aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley1-2/+3
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan1-1/+2
2016-11-26Add both native and cross compiler options to option list.Jussi Pakkanen1-3/+3
2016-11-20Can give many alternative names to find_program to simplify searching.Jussi Pakkanen1-4/+8
2016-11-20Can specify headers to install with Files.Jussi Pakkanen1-7/+3
2016-11-20Merge pull request #730 from mesonbuild/newtestJussi Pakkanen1-9/+4
2016-11-19Dead code removal.Jussi Pakkanen1-4/+0
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen1-11/+20
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-9/+4
2016-11-17Removed duplicate log message for command running. Closes #1056.Jussi Pakkanen1-1/+0
2016-11-12Add new add_project_[link]_args functionsThibault Saunier1-6/+42
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan1-3/+11
2016-11-12Merge pull request #1027 from centricular/has-header-prefixJussi Pakkanen1-4/+7
2016-11-12Merge pull request #997 from tp-m/copy-mutable-variables-on-assignmentJussi Pakkanen1-6/+9
2016-11-11cc.has_header: Allow specifying a prefix for headersNirbheek Chauhan1-4/+7
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-05interpreter: copy mutable variables on assignmentTim-Philipp Müller1-2/+10
2016-11-05Revert "interpreter: Add a way to copy and environment object"Tim-Philipp Müller1-5/+0
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