summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen
2018-05-23Print project versionTim-Philipp Müller
2018-05-23interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen
2018-05-22Merge pull request #3490 from MathieuDuponchelle/dict_builtinJussi Pakkanen
2018-05-22Add 'check' kwarg for run_commandAndrei Alexeyev
2018-05-22configure_file: Don't use reserved keyword 'format'Nirbheek Chauhan
2018-05-22configure_file: Add a new action 'copy'Nirbheek Chauhan
2018-05-20Add new built-in type, dictMathieu Duponchelle
2018-05-17Generalize message about fallback failureJon Turney
2018-05-17Improve reporting about falling back to a subproject for a dependencyJon Turney
2018-05-09args flattening: preserve configuration_data.set behaviourMathieu Duponchelle
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle
2018-05-01Fix setting c_args and friends from command lineXavier Claessens
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet
2018-04-26interpreter: Verify permitted kwargs on all methodsXavier Claessens
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan
2018-04-18extract_all_objects: Add 'recursive' keyword argumentXavier Claessens
2018-04-18Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen
2018-04-17Add partial_dependency method to dependenciesDylan Baker
2018-04-17Merge pull request #3243 from dcbaker/accept-d-setupJussi Pakkanen
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen
2018-04-17Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen
2018-04-17interpreter: Don't assume default link_args == compile_argsDylan Baker
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16has_argument(): reduce code duplicationXavier Claessens
2018-04-15find_program: Don't spam when called from a moduleNirbheek Chauhan
2018-04-15find_program: Only store successful lookupsNirbheek Chauhan
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2018-04-15Can override programs with scripts generated with configure_file.Jussi Pakkanen
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen
2018-04-15Made it possible to override find_program to return a different program.Jussi Pakkanen
2018-04-13Indicate subproject depth in console outputJon Turney
2018-04-08add support for cmakedefine in configure_file()David Fort
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens
2018-04-08Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen
2018-04-08Move entry in build_funct_dict to correct position.Christoph Behle
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle
2018-04-06Implement a generic python moduleMathieu Duponchelle
2018-04-03Add both_libraries() to build both shared and static librariesXavier Claessens
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens
2018-03-31Added link to documentation and examples for find_library replacement (#3346)Alexis Jeandet
2018-03-29Allow meson build file to exit early. (#2808)behlec
2018-03-25dependency's wanted version might be a listVíctor Manuel Jáquez Leal
2018-03-25Add depends keyword to test() functionAleksey Filippov
2018-03-25Use unholder=True instead of checking held_object attribute presenceAleksey Filippov
2018-03-21Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen