790 Commits (60b9c8300c7cb8f3b5afe1e01967f59420f23fb3)

Author SHA1 Message Date
Jussi Pakkanen 4256c0dae2 Can override programs with scripts generated with configure_file. 7 years ago
Jussi Pakkanen de65adb8b1 Made it possible to override find_program to return a different program. 7 years ago
Martin Hostettler 3f7c6cf3d6 Improve generation of pkg-config files for static only libraries. 7 years ago
makise-homura dfac0ce8d7 Clarified version of lcc which will not suffer from depfiles problem 7 years ago
Xavier Claessens b216f03a01 Fix unit test for Disabler() 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
Xavier Claessens da0f0f02e5 pkgconfig generator: Remove duplicates in required versions 7 years ago
Xavier Claessens 68f9846b7c Add both_libraries() to build both shared and static libraries 7 years ago
behlec 37d379ebe5 Allow meson build file to exit early. (#2808) 7 years ago
Xavier Claessens b4aee4675a pkgconfig: Add a simple version of the generator (#3284) 7 years ago
makise-homura c8ee45cf15 Skipping tests 22, 64, and 132 for old lcc and icc. 7 years ago
Xavier Claessens 8efd940092 pkgconfig generator: Add required version 7 years ago
Víctor Manuel Jáquez Leal 6f7f7c69a2 dependency's wanted version might be a list 7 years ago
Aleksey Filippov 708e4b1258 Add test case for test(depends) keyword parameter 7 years ago
Aleksey Filippov 8b1e9a6f6a Enable b_ndebug on VisualStudioCCompiler 7 years ago
Aleksey Filippov 513051efcf Rename '183 as-needed' common test into '184 as-needed' 7 years ago
Jussi Pakkanen 30827b5644 Do not install configure_file output if install_dir is empty. Closes #3270. 7 years ago
Aleksey Filippov 6910f604ed Disable b_ndebug tests on MSVC 7 years ago
Aleksey Filippov 39a3bdb43f Add tests for b_ndebug=if-release and buildtype default options 7 years ago
makise-homura 43be74cf81 Skipping PCH unit test for lcc compiler 7 years ago
David Seifert 7eb187c5f2 Add -Wl,-dead_strip_dylibs support 7 years ago
Jussi Pakkanen cf5f1a83d5 Fix existing tests. 7 years ago
Aleksey Filippov 143dc3ca44 Add install_data() succeeding rename tests 7 years ago
Aleksey Filippov 7f042b5fe2 Use target.get_id() instead of basename and type_suffix concatenation at call site 7 years ago
Aleksey Filippov 3493a372e2 Use specific exception types instead of Exception 7 years ago
Aleksey Filippov 093bdcafc9 Use subprocess.check_output() instead of Popen().communicate() 7 years ago
Aleksey Filippov e4faf396e6 Do not use bare except [flake8] 7 years ago
Jukka Laurila 2fcd9d35c5 Add test for bug https://github.com/mesonbuild/meson/issues/3185 7 years ago
Aleksey Filippov c03a2fd283 Add indentation to 'common/64 custom header generator' test case 7 years ago
Aleksey Filippov 9b6d2f8a25 Skip whole_archive test for VS older than 2015 7 years ago
Aleksey Filippov bcd076276e Add 'common/180 generator link whole' test case 7 years ago
Aleksey Filippov 9f1d4c0dbe Add declare_dependency() test for transitive link_whole 7 years ago
Aleksey Filippov cd245eccbd Add declare_dependency() test for link_whole 7 years ago
Jon Turney cd5dba5358 Fix flake8 'imported but unused' reports 7 years ago
Aleksey Filippov d040ce4165 Refactor 'common/145 whole archive' test case 7 years ago
Jussi Pakkanen cb176e9303 Look up compilers based on sources from deps, too. Closes #2768. 7 years ago
Aleksey Filippov d6b5d7fe9f Add library with generated_pc and PkgConfigDependency support to pkgconfig.generate() 7 years ago
Jussi Pakkanen 0c3af38c3e Renamed test dir with duplicate number. 7 years ago
Aleksey Filippov c88f569599 Fix comment misprint in 'test cases/common/51 pkgconfig-gen/dependencies' 7 years ago
Peter Hutterer 6b550ae91f Allow for missing install_dir in install_data() 7 years ago
Jon Turney 56286fd2b8 Fix test cases/failing/52 inconsistent comparison 7 years ago
Dylan Baker d3d0d4affb tests/15 mixed pch: Add a test using only the headers 7 years ago
Dylan Baker 1270af4b9a tests/15 mixed pch: Use current style 7 years ago
Matthias Klumpp b57b82eaf9 Add test for subprojects in subdirectories 7 years ago
Tim-Philipp Müller 47508e217f tests: add test to make sure include_directories() order is maintained 7 years ago
Jussi Pakkanen 54d7817087 User options can "yield to" a user option of the same name in superproject. Closes ##2853. 7 years ago
Jussi Pakkanen 0204895143 Expose integer options to build option files. 7 years ago
Jussi Pakkanen a288b524bc Add support for hex int literals. 7 years ago
Aleksey Filippov 549f9a41e5 Rename install_subdir() option elide_directory to strip_directory 7 years ago