Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add DragNDrop as a testable CPack generator | Andrew Fuller | 2020-01-16 | 4 | -0/+68 |
* | Merge topic 'nsis-headerimage' | Kyle Edwards | 2020-01-10 | 8 | -0/+91 |
|\ | |||||
| * | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP | Johnny Jazeix | 2020-01-02 | 8 | -0/+91 |
* | | Merge topic 'cuda-device-link-only-cuda' | Brad King | 2020-01-10 | 3 | -0/+9 |
|\ \ | |||||
| * \ | Merge branch 'backport-3.16-cuda-device-link-only-cuda' | Brad King | 2020-01-09 | 3 | -0/+9 |
| |\ \ | |||||
| | * \ | Merge branch 'backport-3.15-cuda-device-link-only-cuda' | Brad King | 2020-01-09 | 3 | -0/+9 |
| | |\ \ | |||||
| | | * | | CUDA: Do not device link if target has no CUDA usage | Robert Maynard | 2020-01-09 | 3 | -0/+9 |
| | | * | | Merge branch 'backport-findpostgres-10-and-older' into release-3.15 | Brad King | 2019-11-07 | 1 | -3/+12 |
| | | |\ \ | |||||
| | | | * | | FindPostgreSQL: support version encoding used in pre-10 releases | Ben Boeckel | 2019-11-07 | 1 | -3/+12 |
| | | * | | | Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets | Brad King | 2019-10-02 | 2 | -0/+12 |
* | | | | | | 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 |
* | | | | | | | FindPython: Add variable Python_SOABI | Marc Chevrier | 2020-01-09 | 2 | -0/+40 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Tests: Add AUTOGEN policy CMP0100 test | Sebastian Holtermann | 2020-01-04 | 9 | -0/+162 |
* | | | | | | Tests: Restore Autogen/SameName .hh header test | Sebastian Holtermann | 2020-01-04 | 3 | -1/+20 |
* | | | | | | Merge topic 'add_target_deprecation' | Kyle Edwards | 2020-01-03 | 8 | -0/+37 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add set_property option: DEPRECATION | Joseph Snyder | 2020-01-02 | 8 | -0/+37 |
* | | | | | | | 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 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'msvc_support_nvcc--compiler-options' | Kyle Edwards | 2020-01-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: MSVC + NVCC support --compiler-options compiler flag | Robert Maynard | 2020-01-02 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'double-i' | Kyle Edwards | 2020-01-02 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Tests: do not use the same variable name in nested loops | Rolf Eike Beer | 2019-12-31 | 1 | -3/+3 |
| |/ / / / / / | |||||
* | | | | | | | FindLibXml2: provide imported target LibXml2::xmllint | Sylvain Joubert | 2019-12-31 | 1 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'ctest-resource-allocation-spec-message' | Craig Scott | 2019-12-29 | 2 | -53/+72 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CTest: Improve error handling when reading resource spec file | Kyle Edwards | 2019-12-27 | 2 | -53/+72 |
| * | | | | | Merge topic 'autogen-no-hh' into release-3.16 | Brad King | 2019-12-19 | 3 | -16/+0 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'test-resource-spec-init-lists' into release-3.16 | Brad King | 2019-12-19 | 1 | -37/+36 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'pch-force-include' into release-3.16 | Brad King | 2019-12-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | 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 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'cmcoretrycompile_cleanup_symlinks' | Kyle Edwards | 2019-12-27 | 2 | -0/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents. | Johnny Jazeix | 2019-12-26 | 2 | -0/+25 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'findpython_conda_support' | Marc Chevrier | 2019-12-23 | 7 | -1/+93 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 7 | -1/+93 |
* | | | | | | | | | Merge topic 'test-objc-enable' | Kyle Edwards | 2019-12-20 | 3 | -31/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tests: Enable missing Objective C/C++ tests | Brad King | 2019-12-19 | 3 | -31/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'add_find_call_debugging' | Kyle Edwards | 2019-12-20 | 15 | -0/+193 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | find_*: Use debug logging infrastructure | Robert Maynard | 2019-12-19 | 15 | -0/+193 |
* | | | | | | | | | | Merge topic 'add_custom_command-depends-path' | Kyle Edwards | 2019-12-20 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | add_custom_command: convert DEPENDS path arguments to absolute paths | Ben Boeckel | 2019-12-18 | 1 | -0/+15 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'autogen-no-hh' | Brad King | 2019-12-19 | 3 | -16/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Autogen: Revert processing of .hh files for compatibility | Brad King | 2019-12-18 | 3 | -16/+0 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'test-resource-spec-init-lists' | Brad King | 2019-12-19 | 1 | -37/+36 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Tests: Fix testCTestResourceSpec struct initialization for some compilers | Michael Dickens | 2019-12-18 | 1 | -37/+36 |
| |/ / / / / | |||||
| * | | | | | Merge topic 'unity-object-libraries' into release-3.16 | Brad King | 2019-12-09 | 3 | -0/+20 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'pch-reuse-importlib' into release-3.16 | Brad King | 2019-12-09 | 3 | -0/+32 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'add-header-cmext-algorithm' | Brad King | 2019-12-18 | 2 | -0/+118 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | |