350 Commits (c3d143298be0afb8f7a3e75f7d1058d8ed638ee3)

Author SHA1 Message Date
Dylan Baker 5331073188 Interpreter: ensure build_def_files defined before parse_project() 7 years ago
Philipp Ittershagen a176588151 fix include_directories handling in subprojects for compiler tests. 7 years ago
Paulo Antonio Alvarez 1540e615f1 interpreter: Add warning function 7 years ago
Martin Kelly 02bea7d5bf namespace run_targets by subproject 7 years ago
Scott D Phillips 1b0048a702 run_command: add command and files as build dependencies 7 years ago
Jussi Pakkanen 53c1afffaf Evaluate subproject path correctly. Closes #2481. 7 years ago
Jussi Pakkanen 12df9c46f5 Check that link_with arguments in declare_dependency are not external dependencies. 7 years ago
Jussi Pakkanen c178a5766b Because people are very creative in working around limitations based on good faith. 7 years ago
Narendra Vardi 6083eb29d0 Do not allow escaping the subprojects directory. 7 years ago
liugang 36d85db5d4 fix all subproject using wrap-file broken 7 years ago
Jussi Pakkanen 68bd64cd38 Prevent projects from directly grabbing files from other subprojects. 7 years ago
Nirbheek Chauhan bb0e18b738 Use listify and extract_as_list everywhere 7 years ago
Nirbheek Chauhan 3a63f0d63c interpreter: Add a new ObjectHolder class 7 years ago
Jussi Pakkanen 1b442d11b4 Prevent projects from grabbing other projects' options. 7 years ago
Niklas Claesson 68275b32e8 Implement capture for generators 7 years ago
Dylan Baker dda5e8cadb Allow CustomTarget's to be indexed 7 years ago
Nirbheek Chauhan 87327d414a configure_file: Fix infinite loop in some cases 7 years ago
Luke Shumaker bb25260f00 flake8: Perform suggested whitespace/formatting changes 7 years ago
Thibault Saunier 96e24a50f9 Add cs_args as known args for csharp 7 years ago
Dylan Baker 59a90309ab Fix error message for find_program if program cannot be found 7 years ago
Nirbheek Chauhan 59473e9ed7 Add a new compiler method: get_return_value() 7 years ago
Alexis Jeandet e553d0807b Last round with listify function refactoring. 7 years ago
Matthias Klumpp 61db415d7f d: Make feature names less verbose 7 years ago
Hristo Venev 56c566a38e Fix get_option() for base options on reconfigure. 7 years ago
Matthias Klumpp 75fdf413e4 Drop feature_args call in favor of letting pkgconfig do this directly 7 years ago
Matthias Klumpp 6cd3f066b4 d: Implement specific properties for D features 7 years ago
Matthias Klumpp d83c289442 d: Add easy way to use D-specific features 7 years ago
Nirbheek Chauhan aff981a6b0 Fix regression in test definitions 7 years ago
Jussi Pakkanen 72a6683c6f Permit overriding find_program from the cross file. 7 years ago
Hemmo Nieminen fa57295623 Fix a stack trace caused by environment variables in test setups. 7 years ago
Daniel Stone e1ffae0580 Add Compiler.get_supported_arguments() 7 years ago
Thibault Saunier 596c7106f7 interpreter: Make cs_args a known argument 7 years ago
Jon Turney 9607abbe0d Fix warning when executable(implib:) is used 7 years ago
Jussi Pakkanen 50fb7d37ab Make all functionality invokable via the main Meson binary, 7 years ago
Nirbheek Chauhan be4428005d ninja: Fix cleaning in various edge cases 7 years ago
Jussi Pakkanen 4a766147fb Printing unknown kwarg error message no longer crashes the parser. 7 years ago
Elliott Sales de Andrade 5cb1d00537 Allow excluding files from `install_subdir` 7 years ago
Jussi Pakkanen 61a05f26e3 Add option to disable implicit include directories. Closes #2139. 7 years ago
Jussi Pakkanen d335a84b9e A few more lgtm fixes. 7 years ago
Patrick Griffis ece4ce8872 Fix test() accepting configure files for exe 7 years ago
Jussi Pakkanen a572ebd2a1 Convert man inputs to Files so you can install_man the output of configure_file. Closes #2135. 7 years ago
Christoph Reiter ceea746222 configure_file: warn in case a variable to subsitute is not present in the passed configuration. Fixes #2090 7 years ago
Jussi Pakkanen 2269b7f60b Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 7 years ago
Jussi Pakkanen fc23d9d0f2 Turned SIMD into an unstable module. 7 years ago
Jussi Pakkanen f78cf53141 Created merge_from method for ConfigurationData. 7 years ago
Jussi Pakkanen fff3ded297 Removed unreachable code as == never throws. 7 years ago
Jussi Pakkanen b2a90f1838 Removed unnecessary pass statements. 7 years ago
Jussi Pakkanen 76d6fab8ae Simplified control flow. 7 years ago
Gabríel Arthúr Pétursson fd653d070d Make base options accessible via get_option() 7 years ago
Jussi Pakkanen ad3dc937f1 Fix remaining Interpreter object leaks. 8 years ago