Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ninja Multi-Config: Improve error handling when not doing cross-config build | Kyle Edwards | 2020-01-13 | 2 | -6/+2 |
* | Merge topic 'target_compile_options-BEFORE-keyword' | Brad King | 2020-01-13 | 8 | -1/+54 |
|\ | |||||
| * | target_compile_options: ensure BEFORE keyword is handled in all scopes | Marc Chevrier | 2020-01-11 | 8 | -1/+54 |
* | | Merge topic 'ninja-cross-build-disable' | Brad King | 2020-01-13 | 16 | -5/+106 |
|\ \ | |||||
| * | | Ninja Multi-Config: Make cross-config building opt-in | Kyle Edwards | 2020-01-10 | 16 | -5/+106 |
* | | | Merge topic 'out-of-dir-link-keyword' | Brad King | 2020-01-13 | 4 | -4/+4 |
|\ \ \ | |||||
| * | | | target_link_libraries: Fix out-of-dir calls with debug/optimized keywords | Brad King | 2020-01-10 | 4 | -4/+4 |
| | |/ | |/| | |||||
* | | | Merge topic 'fix-cpack-deb-description-file' | Brad King | 2020-01-13 | 2 | -1/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | CPack: Fix regression in DEB generator description | Kyle Edwards | 2020-01-10 | 2 | -1/+3 |
| * | | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 12 | -0/+32 |
* | | | Merge topic 'objc-compiler-launcher' | Brad King | 2020-01-10 | 22 | -0/+46 |
|\ \ \ | |||||
| * | | | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 22 | -0/+46 |
| | |/ | |/| | |||||
* | | | Merge topic 'reduce_verbosity_find_package_debug_mode' | Brad King | 2020-01-10 | 2 | -5/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | find_package: Improve debug logging output | Robert Maynard | 2020-01-01 | 2 | -5/+10 |
* | | | Merge topic 'add_target_deprecation' | Kyle Edwards | 2020-01-03 | 6 | -0/+25 |
|\ \ \ | |||||
| * | | | Add set_property option: DEPRECATION | Joseph Snyder | 2020-01-02 | 6 | -0/+25 |
* | | | | Merge topic 'trace-test-support-python26-and-older' | Kyle Edwards | 2020-01-03 | 1 | -8/+13 |
|\ \ \ \ | |||||
| * | | | | trace: Directly parse commandline arguments without argparse | Daniel Mensinger | 2020-01-01 | 1 | -8/+13 |
| | |/ / | |/| | | |||||
* | | | | Tests: do not use the same variable name in nested loops | Rolf Eike Beer | 2019-12-31 | 1 | -3/+3 |
|/ / / | |||||
* | | | Merge topic 'ctest-resource-allocation-spec-message' | Craig Scott | 2019-12-29 | 1 | -1/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | CTest: Improve error handling when reading resource spec file | Kyle Edwards | 2019-12-27 | 1 | -1/+2 |
| * | | Merge topic 'pch-force-include' into release-3.16 | Brad King | 2019-12-16 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge topic 'unity-object-libraries' into release-3.16 | Brad King | 2019-12-09 | 3 | -0/+20 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'traceJSON' | Kyle Edwards | 2019-12-27 | 7 | -1/+104 |
|\ \ \ \ \ | |||||
| * | | | | | trace: Add test for the JSON-v1 trace | Daniel Mensinger | 2019-12-23 | 7 | -1/+104 |
| | |_|_|/ | |/| | | | |||||
* | | | | | cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents. | Johnny Jazeix | 2019-12-26 | 2 | -0/+25 |
* | | | | | find_*: Use debug logging infrastructure | Robert Maynard | 2019-12-19 | 15 | -0/+193 |
|/ / / / | |||||
* | | | | Merge topic 'fix-vs-winrt-by-default' | Brad King | 2019-12-17 | 3 | -0/+86 |
|\ \ \ \ | |||||
| * | | | | VS: Change CMAKE_VS_WINRT_BY_DEFAULT to not implicitly enable WinRT | Petr Polezhaev | 2019-12-16 | 1 | -3/+3 |
| * | | | | Vs: Add test for VS_WINRT_BY_DEFAULT | Petr Polezhaev | 2019-12-16 | 3 | -0/+86 |
* | | | | | Merge topic 'ninja-multi' | Brad King | 2019-12-16 | 87 | -35/+1770 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Add test for Multi-Configuration Ninja generator | Kyle Edwards | 2019-12-13 | 72 | -0/+1710 |
| * | | | | | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 16 | -35/+60 |
| |/ / / / | |||||
* | | | | | Merge topic 'pch-force-include' | Brad King | 2019-12-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | PCH: Append pch header file to list of forced include files | Cristian Adam | 2019-12-13 | 1 | -1/+1 |
* | | | | Merge topic 'function-var-current' | Kyle Edwards | 2019-12-12 | 6 | -0/+128 |
|\ \ \ \ | |||||
| * | | | | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variables | Alex Turbov | 2019-12-10 | 6 | -0/+128 |
* | | | | | Merge topic 'link-options-propagation' | Brad King | 2019-12-12 | 1 | -3/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-12 | 1 | -3/+6 |
* | | | | | | Merge topic 'add_cuda_meta_compiler_features' | Brad King | 2019-12-12 | 1 | -5/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -5/+1 |
* | | | | | | | Merge topic 'ctest-configuration-type' | Kyle Edwards | 2019-12-11 | 4 | -0/+30 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set | Julien Jomier | 2019-12-09 | 4 | -0/+30 |
* | | | | | | | | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL' | Kyle Edwards | 2019-12-11 | 5 | -0/+53 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URL | Alex Turbov | 2019-12-09 | 5 | -0/+53 |
* | | | | | | | | Merge topic 'link-options-propagation' | Brad King | 2019-12-09 | 19 | -0/+126 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-09 | 19 | -0/+126 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'foreach-ZIP_LISTS' | Brad King | 2019-12-09 | 29 | -0/+201 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | foreach: Allow multiple iteration variables for `ZIP_LIST` mode | Alex Turbov | 2019-12-07 | 15 | -0/+81 |
| * | | | | | | | foreach: Introduce `IN ZIP_LISTS` mode | Alex Turbov | 2019-12-01 | 15 | -0/+120 |