2952 Commits (e7d87b6f58c653c3962479f59867397ffc15c32f)

Author SHA1 Message Date
Eli Schwartz e7d87b6f58
implement the new preserve_path kwarg for install_data too 2 years ago
Jussi Pakkanen befd26985c Fix test case numbers. 2 years ago
Ralf Gommers 17936686d4 Improve error message for `include_directories(abs_path_intree)` 2 years ago
Simon McVittie f0e9a44d41 test cases: Don't fall off the end of main() without an exit status 2 years ago
Eli Schwartz b05d7db443
fix type checking for declare_dependency to allow linking to executable 2 years ago
Eli Schwartz 22dcb692ad python module: implicitly add python dep to extensions 2 years ago
Eli Schwartz ea952966b4
update gnome test to cover built gresource files 2 years ago
Xavier Claessens 807cbcb350 external-project: Add depends kwarg 2 years ago
Eli Schwartz ca52dac38b
refactor logic for parsing dependency variables into type_checking module 2 years ago
Eli Schwartz b13a95c301
docs: d_module_versions has an undocumented ability to accept integers 2 years ago
Hemmo Nieminen b49b9f52b2 interpreter: fix a subproject check with symlinks 2 years ago
Eli Schwartz b87067dc8b
fix regression that broke proper warnings about passing subproject as a dep 2 years ago
fxxf c72715db68
test (failing): 127 subproject object as a dependency 2 years ago
Xavier Claessens d85a9733e6 Fix crash when a reconfigure adds a new subproject 2 years ago
Paolo Bonzini e559ea0b7c add testcase for previous commit 2 years ago
Paolo Bonzini dae986073d take override_option('unity=...') into account when allowing extract_objects() 2 years ago
Eli Schwartz c151988b39
intro-install_plan: fix destinations for build_targets with custom install_dir 2 years ago
Paweł Marczewski 9061c3a52d wrap: Add support for applying a list of patch files 2 years ago
Remi Thebault 1d15c6f502
add D generated files to order-only deps 2 years ago
Vili Väinölä 18e2f8b2b3 Fix sandbox violation when using subproject as a symlink 2 years ago
Eli Schwartz e3d70d89b1
fix regression that broke type checking of CustomTarget outputs 2 years ago
Florian "sp1rit"​ ad8f24f232 Implement `preserve_path` for install_headers 2 years ago
Daniel Mensinger 35b3522065 cmake: Add test case 3 years ago
Tristan Partin 8d918e0147 Add cc.has_function_attribute('sentinel') 3 years ago
Tristan Partin 5d438b6aed Add cc.has_function_attribute('section') 3 years ago
Zbigniew Jędrzejewski-Szmek 8afdecb039 Reword message in warning 3 years ago
Zbigniew Jędrzejewski-Szmek 087e7943d0 Reword misleading warning 3 years ago
Simon McVittie 65ea833d58 Require CMake 3.14 for all tests that use the cmake module 3 years ago
Eli Schwartz 04c728a126 compilers/c++: Add MSVC option to make the __cplusplus define accurate 3 years ago
Jussi Pakkanen eef51fa3d6 Add some scaffolding needed for C++ modules in GCC. 3 years ago
Jussi Pakkanen 7183d9d71e Move Visual Studio module test to its own subdir. 3 years ago
Eli Schwartz 6c0370f62f
dependencies: handle one more case of subproject installed files 3 years ago
Paolo Bonzini 2f68aa21e8 add testcase for bad things with add_project_dependencies 3 years ago
Paolo Bonzini 3a960023d3 interpreter: new function add_project_dependencies() 3 years ago
Peter Lesslie d771fc7d0b Add support for multiline f-strings 3 years ago
Peter Lesslie 78a6f3bd5c Convert if...error checks to assert() in string arithmetic tests 3 years ago
Remi Thebault c08ee0f7bc use D compiler to check pointer size in test d/14 3 years ago
Remi Thebault f24ad87e05 implement and test a few compiler checks for D 3 years ago
Jussi Pakkanen 9f9c7905bf Do not use 'echo' as it is not available on plain cmd.exe 3 years ago
Xavier Claessens 3c8343b483 Allow deprecating an option for a new one 3 years ago
Kirill Isakov 39dd1ff9e8 vcs_tag: handle non-str / non-file arguments 3 years ago
Kirill Isakov 33aa803521 vcs_tag: document the already supported file arg 3 years ago
Jussi Pakkanen 54808cd39b Fix purelib and platlib validation in Python3 module. 3 years ago
Fredrik Salomonsson ef0c38f90a unittests: Add test_pkgconfig_relocatable to allplatformstests 3 years ago
Fredrik Salomonsson 3cac527d9f test cases/failing: Add 123 pkgconfig not relocatable outside prefix 3 years ago
Daniel Mensinger 1b9c4b7192 Fix generator expression list problems (fixes #10288) 3 years ago
Eli Schwartz df3f064c81
dependencies: move DependencyVariableString handling to declare_dependency 3 years ago
Eli Schwartz 0e3ed2f655
dependencies: allow get_variable to expose files from subprojects 3 years ago
Eli Schwartz b55349c2e9
dependencies: tighten type checking and fix cmake API violation for get_variable 3 years ago
Eli Schwartz e223136b10
qt dependency: find the correct -qtX configtool name 3 years ago