summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Mark even empty confs used appropriately.immufixJussi Pakkanen2018-05-251-0/+1
* Print project versionTim-Philipp Müller2018-05-231-0/+1
* interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller2018-05-231-1/+1
* Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen2018-05-221-11/+39
|\
| * configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan2018-05-221-5/+5
| * configure_file: Add a new action 'copy'Nirbheek Chauhan2018-05-221-6/+34
* | Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen2018-05-221-0/+4
|\ \
| * | Add new built-in type, dictMathieu Duponchelle2018-05-201-0/+4
| |/
* | Add 'check' kwarg for run_commandAndrei Alexeyev2018-05-221-5/+15
|/
* Generalize message about fallback failureJon Turney2018-05-171-1/+1
* Improve reporting about falling back to a subproject for a dependencyJon Turney2018-05-171-2/+8
* args flattening: preserve configuration_data.set behaviourMathieu Duponchelle2018-05-091-0/+6
* Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle2018-05-041-1/+8
* Fix setting c_args and friends from command lineXavier Claessens2018-05-011-15/+12
* interpreter: Verify permitted kwargs on all methodsXavier Claessens2018-04-261-36/+148
* Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan2018-04-211-5/+5
* extract_all_objects: Add 'recursive' keyword argumentXavier Claessens2018-04-181-1/+8
* Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen2018-04-181-11/+12
|\
| * Add depends keyword to test() functionAleksey Filippov2018-03-251-3/+10
| * Use unholder=True instead of checking held_object attribute presenceAleksey Filippov2018-03-251-8/+2
* | Add partial_dependency method to dependenciesDylan Baker2018-04-171-1/+20
* | Merge pull request #3243 from dcbaker/accept-d-setupJussi Pakkanen2018-04-171-2/+4
|\ \
| * | interpreter: Don't assume default link_args == compile_argsDylan Baker2018-04-171-2/+4
* | | Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen2018-04-171-17/+47
|\ \ \
| * | | Add has_link_argument() and friendsXavier Claessens2018-04-161-0/+43
| * | | has_argument(): reduce code duplicationXavier Claessens2018-04-161-21/+8
| |/ /
* | | Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen2018-04-171-0/+2
|\ \ \ | |/ / |/| |
| * | Implement a generic python moduleMathieu Duponchelle2018-04-061-0/+2
* | | find_program: Don't spam when called from a modulefindoverriderNirbheek Chauhan2018-04-151-21/+26
* | | find_program: Only store successful lookupsNirbheek Chauhan2018-04-151-1/+2
* | | Updated all modules to work with the new API.Jussi Pakkanen2018-04-151-1/+1
* | | Can override programs with scripts generated with configure_file.Jussi Pakkanen2018-04-151-0/+6
* | | Convert Gnome module to use find_program from interpreter.Jussi Pakkanen2018-04-151-6/+13
* | | Made it possible to override find_program to return a different program.Jussi Pakkanen2018-04-151-2/+43
* | | Indicate subproject depth in console outputJon Turney2018-04-131-9/+11
* | | add support for cmakedefine in configure_file()David Fort2018-04-081-2/+12
* | | Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens2018-04-081-5/+5
* | | Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen2018-04-081-4/+7
|\ \ \
| * | | new wrap-mode: forcefallbackMathieu Duponchelle2018-04-061-4/+7
| |/ /
* | | Move entry in build_funct_dict to correct position.Christoph Behle2018-04-081-2/+2
|/ /
* | Add both_libraries() to build both shared and static librariesXavier Claessens2018-04-031-2/+63
* | pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens2018-04-031-1/+5
* | Remove duplicated list of known kwargs for build targetsXavier Claessens2018-04-031-80/+36
* | Added link to documentation and examples for find_library replacement (#3346)Alexis Jeandet2018-03-311-1/+4
* | Allow meson build file to exit early. (#2808)behlec2018-03-291-1/+10
* | dependency's wanted version might be a listVíctor Manuel Jáquez Leal2018-03-251-1/+1
|/
* Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen2018-03-211-2/+4
* Merge pull request #3223 from sarum9in/renameJussi Pakkanen2018-03-201-2/+3
|\
| * Add rename parameter to install_data()Aleksey Filippov2018-03-171-2/+3
* | Create a helper for checking if a string has a path componentNirbheek Chauhan2018-03-191-2/+2
|/