aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen1-7/+5
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen1-0/+8
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan1-7/+5
2016-12-13New compiler function 'symbols_have_underscore_prefix'Nirbheek Chauhan1-0/+8
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade1-0/+14
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-16/+5
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen1-0/+14
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen1-0/+4
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-4/+4
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan1-11/+10
2016-12-06Merge pull request #1145 from AlexandreFoley/wrap-fixJussi Pakkanen1-2/+3
2016-12-06Expose project information with mesonintrospect. Closes #1118.Jussi Pakkanen1-1/+3
2016-12-06Better error when passing invalid objects to install_headerNirbheek Chauhan1-0/+19
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen1-589/+14
2016-12-05Wrap.py: Made it so using an already downloaded subproject is only for the wr...Alexandre Foley1-2/+3
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen1-1/+1
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan1-1/+2
2016-12-02Created new shared module build target type, and make sure -Wl,--no-undefined...Jussi Pakkanen1-0/+10
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-19Moved more stuff, can now parse all of common tests.Jussi Pakkanen1-283/+0
2016-11-19Implement a bunch of functions.Jussi Pakkanen1-85/+2
2016-11-19Dead code removal.Jussi Pakkanen1-4/+0
2016-11-19Moved functions to base enough to get the base sample project parsed.Jussi Pakkanen1-194/+5
2016-11-19Embark on a journey to create a rewrite tool.Jussi Pakkanen1-27/+7
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