462 Commits (ceeae58225976db6f59bd563c2fac66ccf948674)

Author SHA1 Message Date
Xavier Claessens 10a9bdad96 interpreter: Verify permitted kwargs on all methods 7 years ago
Nirbheek Chauhan fc5e8dfcda Don't fail on not-required not-found deps in forcefallback mode 7 years ago
Xavier Claessens 9a82b0136a extract_all_objects: Add 'recursive' keyword argument 7 years ago
Dylan Baker 92487ea33d Add partial_dependency method to dependencies 7 years ago
Dylan Baker 33c5c7e7e9 interpreter: Don't assume default link_args == compile_args 7 years ago
Xavier Claessens bd37afeeea Add has_link_argument() and friends 7 years ago
Xavier Claessens 521ce883ad has_argument(): reduce code duplication 7 years ago
Nirbheek Chauhan 6cdd14fc4e find_program: Don't spam when called from a module 7 years ago
Nirbheek Chauhan 87c166db95 find_program: Only store successful lookups 7 years ago
Jussi Pakkanen 998892ed29 Updated all modules to work with the new API. 7 years ago
Jussi Pakkanen 4256c0dae2 Can override programs with scripts generated with configure_file. 7 years ago
Jussi Pakkanen bdb57cf62a Convert Gnome module to use find_program from interpreter. 7 years ago
Jussi Pakkanen de65adb8b1 Made it possible to override find_program to return a different program. 7 years ago
Jon Turney cb597adb01 Indicate subproject depth in console output 7 years ago
David Fort 6dea177774 add support for cmakedefine in configure_file() 7 years ago
Xavier Claessens 8a70e7cff5 Remove arbitrary [-1024,1024] limit in cross_compute_int() 7 years ago
Christoph Behle 40715dec21 Move entry in build_funct_dict to correct position. 7 years ago
Mathieu Duponchelle 31f0242a6f new wrap-mode: forcefallback 7 years ago
Mathieu Duponchelle e1b138a21b Implement a generic python module 7 years ago
Xavier Claessens 68f9846b7c Add both_libraries() to build both shared and static libraries 7 years ago
Xavier Claessens 5eef325ab6 pkgconfig generator: Only skip dependencies when using shared_library() 7 years ago
Xavier Claessens cf0e997167 Remove duplicated list of known kwargs for build targets 7 years ago
Alexis Jeandet 16c4a3b4f8 Added link to documentation and examples for find_library replacement (#3346) 7 years ago
behlec 37d379ebe5 Allow meson build file to exit early. (#2808) 7 years ago
Víctor Manuel Jáquez Leal 6f7f7c69a2 dependency's wanted version might be a list 7 years ago
Aleksey Filippov c18ceac040 Add depends keyword to test() function 7 years ago
Aleksey Filippov 642df0505a Use unholder=True instead of checking held_object attribute presence 7 years ago
Jussi Pakkanen 30827b5644 Do not install configure_file output if install_dir is empty. Closes #3270. 7 years ago
Nirbheek Chauhan d012b5b997 Create a helper for checking if a string has a path component 7 years ago
Aleksey Filippov f720efa2f4 Add rename parameter to install_data() 7 years ago
Jon Turney 8ca2cf03a5 Show info about possible subproject promotion when appropriate 7 years ago
Niklas Claesson 7074bcb88a Exclude subprojects when doing coverage 7 years ago
Jukka Laurila 8789278e5e Fixed bug 3185. 7 years ago
Evgenii Shatokhin 19718a8d9c Allow passing a compiler object to run_command() 7 years ago
Aleksey Filippov 077d59daa4 Add link_whole argument to declare_dependency() 7 years ago
Jon Turney b8b23f4c50 Fix various flake8 whitespace reports 7 years ago
Hemmo Nieminen 4611097654 Include project name in a test object. 7 years ago
Hemmo Nieminen abcaf7c222 Namespace test setups. 7 years ago
Hemmo Nieminen ec286d4970 Change an error message when find_program() fails. 7 years ago
Jussi Pakkanen ea3b54d402 Use include_directories for D impdirs. 7 years ago
Ran Benita 4d8e4654cb Warn if non-permitted keyword arguments are given to compiler methods 7 years ago
Matthias Klumpp a64a237d72 Don't mention "error" in error messages 7 years ago
Jon Turney 9e6d3f903c Only expose exception() test function during unit tests 7 years ago
Jon Turney b78a01bced Add a test case for python exception exit status 7 years ago
Jussi Pakkanen 9dc995b3e9 Permit path separators in subproject names but with a warning. Closes #2794. 7 years ago
Jussi Pakkanen e2b5ac29d6 Only add reconfigure deps on files, not dirs. Closes #2919. 7 years ago
Hemmo Nieminen d0f620364f Fix a stack trace caused by subproject.get_variable('non-existing'). 7 years ago
Jussi Pakkanen ca4cbab004 Use absolute path if relative can not be evaluated. Closes #2784. 7 years ago
Matthias Klumpp 3274f951d2 Don't fail loading subprojects if subprojects_dir is in a subdirectory 7 years ago
Matthias Klumpp f35606f61e Show a better error message if subproject can not be configured 7 years ago