aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen1-4/+6
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan1-4/+6
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-1/+2
2017-06-07add `capture: true` ability to configure_file()Jan Chren (rindeal)1-0/+13
2017-06-03Enable variables for output in configure_fileBálint Aradi1-0/+4
2017-06-02Revert slashes in filenames being a hard error to give downstream projects ti...Jussi Pakkanen1-8/+1
2017-05-29interpreter: Prevent top-level subdirectories from using 'meson-' prefixGuillaume Poirier-Morency1-0/+2
2017-05-26Target file name must not contain a path separator as that breaks things.Jussi Pakkanen1-1/+8
2017-05-17Remove extra casts on InterpreterBase.evaluate_statement.Elliott Sales de Andrade1-2/+1
2017-05-17Add super call in RunTargetHolder.Elliott Sales de Andrade1-0/+1
2017-05-17Remove dead code paths.Elliott Sales de Andrade1-1/+0
2017-05-17Fix undefined variables/methods.Elliott Sales de Andrade1-1/+1
2017-05-09dependencies: Only store found deps in the cacheNirbheek Chauhan1-30/+7
2017-05-09dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan1-12/+11
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan1-25/+67
2017-05-09interpreter: Typo in error messageNirbheek Chauhan1-1/+1
2017-05-09dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan1-8/+4
2017-05-08Merge pull request #1747 from centricular/run-command-configure-fileJussi Pakkanen1-32/+32
2017-05-08Prevent going into the same directory twice via symlinks. Closes #1749.Jussi Pakkanen1-2/+4
2017-05-07run_command: Refactor + improve errors and testNirbheek Chauhan1-34/+29
2017-05-07run_command: accept built File objects tooNirbheek Chauhan1-7/+12
2017-05-05Default to project_version() in vcs_tag fallbackPeter Hutterer1-2/+2
2017-05-05Check for input and output to exist in vcs_tagPeter Hutterer1-0/+2
2017-05-04Store extra_files as file objects. Helps with #1686.Jussi Pakkanen1-0/+5
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-3/+3
2017-04-22configure_file: Accept output of configure_file as inputNirbheek Chauhan1-1/+3
2017-04-21Expose the implementation language for external librariesNirbheek Chauhan1-8/+1
2017-04-20Don't fail include_directories if the dir is only in the build pathMatthias Klumpp1-3/+7
2017-04-17Raise clear error if module name doesn't exist.Elliott Sales de Andrade1-2/+5
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+4
2017-04-11install scripts: Actually check if it was foundNirbheek Chauhan1-1/+1
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen1-1/+1
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen1-7/+8
2017-04-07add_project_arguments: allow call after subproject()Philipp Ittershagen1-7/+10
2017-04-06add_{project,global}_arguments: support language listPhilipp Ittershagen1-3/+3
2017-04-06Refactor function_add_{global,project}_{link_,}arguments common codePhilipp Ittershagen1-60/+26
2017-04-05Merge pull request #1511 from centricular/get-defineJussi Pakkanen1-10/+30
2017-04-05Prohibit ':' in project namesNirbheek Chauhan1-7/+11
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan1-3/+4
2017-04-04New compiler function: cc.get_define()Nirbheek Chauhan1-0/+15
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan1-1/+1
2017-04-03Enable File() objects as an input parameter to configure_filePhilipp Ittershagen1-2/+6
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen1-3/+3
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller1-3/+7
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-7/+8
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan1-2/+8
2017-03-27Fix typo in dependency invalid arguments errorNirbheek Chauhan1-2/+2
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan1-13/+1
2017-03-27Don't require a language/compiler for configuringNirbheek Chauhan1-2/+2
2017-03-27Try harder to use the C compiler for compiling asmNirbheek Chauhan1-1/+13