Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-22 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-21 | 1 | -1/+1 | |
* | | | | | | Merge topic 'doc-find_package-root' | Craig Scott | 2018-07-20 | 10 | -23/+64 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Help: Add explicit <PackageName>_ROOT variable documentation | Brad King | 2018-07-20 | 10 | -23/+64 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'xcode-target-order' | Brad King | 2018-07-20 | 2 | -240/+279 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Xcode: Process targets in depth-first order during generation | Brad King | 2018-07-19 | 1 | -1/+5 | |
| * | | | | Xcode: Refactor storage of ordered list of targets | Brad King | 2018-07-19 | 1 | -10/+8 | |
| * | | | | Xcode: Factor target generation loop body into helper method | Brad King | 2018-07-19 | 2 | -224/+231 | |
| * | | | | Xcode: Compute global order index for targets | Brad King | 2018-07-19 | 2 | -0/+37 | |
| * | | | | Xcode: Remove loop over local generators that has no effect | Brad King | 2018-07-19 | 1 | -7/+0 | |
| | |_|/ | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-20 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'cpack_archive_typo' | Brad King | 2018-07-19 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | CPack: Fix log typos (spaces in the wrong places) | Sylvain Joubert | 2018-07-18 | 1 | -5/+5 | |
* | | | | Merge branch 'release-3.12' | Brad King | 2018-07-19 | 0 | -0/+0 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'tcl-8.7' into release-3.12 | Brad King | 2018-07-18 | 3 | -0/+9 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'UseSWIG-csharp-conditional' into release-3.12 | Brad King | 2018-07-18 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'csharp-compiler-loaded' into release-3.12 | Brad King | 2018-07-18 | 1 | -0/+1 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'tcl-8.7' | Brad King | 2018-07-19 | 3 | -0/+9 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | FindTCL: Add support for version 8.7 | Dima Panov | 2018-07-18 | 3 | -0/+9 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'UseSWIG-csharp-conditional' | Brad King | 2018-07-19 | 1 | -1/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | UseSWIG: Use CSharp language only if it is enabled | Brad King | 2018-07-18 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'csharp-compiler-loaded' | Brad King | 2018-07-19 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | CSharp: Set CMAKE_CSharp_COMPILER_LOADED variable when language is enabled | Brad King | 2018-07-18 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-19 | 1 | -1/+1 | |
* | | | Merge topic 'doc-regex-notes' | Brad King | 2018-07-18 | 1 | -0/+14 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Help: Document how escape sequences work in a regex | Brad King | 2018-07-18 | 1 | -0/+14 | |
|/ / | ||||||
* | | Merge topic 'remove-simpleinstall' | Brad King | 2018-07-18 | 102 | -1250/+250 | |
|\ \ | ||||||
| * | | Tests: Remove the SimpleInstall test | Kyle Edwards | 2018-07-17 | 57 | -1241/+0 | |
| * | | Tests: Add test for cmake --build . --target package | Kyle Edwards | 2018-07-17 | 3 | -8/+25 | |
| * | | Tests: Add test for install(SCRIPT ... COMPONENT) | Kyle Edwards | 2018-07-17 | 5 | -0/+9 | |
| * | | Tests: Add test for InstallRequiredSystemLibraries | Kyle Edwards | 2018-07-17 | 3 | -0/+12 | |
| * | | Tests: Add test for $<0:...> in ExportImport | Kyle Edwards | 2018-07-17 | 1 | -3/+3 | |
| * | | Tests: Add test for install(TARGETS) RPATH functionality | Kyle Edwards | 2018-07-17 | 5 | -1/+42 | |
| * | | Tests: Add test for install(FILES) with PERMISSIONS | Kyle Edwards | 2018-07-17 | 3 | -0/+7 | |
| * | | Tests: Add test for installing parts of targets in different directories | Kyle Edwards | 2018-07-17 | 4 | -0/+15 | |
| * | | Tests: Add test for install(DIRECTORY) with PATTERN and REGEX | Kyle Edwards | 2018-07-17 | 6 | -0/+38 | |
| * | | Tests: Add test for CONFIGURATIONS parameter of install() | Kyle Edwards | 2018-07-17 | 3 | -0/+4 | |
| * | | Tests: Add test for install(<SCRIPT|CODE>) | Kyle Edwards | 2018-07-17 | 4 | -0/+11 | |
| * | | Tests: Add test for <PRE|POST>_INSTALL_SCRIPT | Kyle Edwards | 2018-07-17 | 5 | -0/+11 | |
| * | | Tests: Add test for deprecated install_*() commands | Kyle Edwards | 2018-07-17 | 5 | -0/+19 | |
| * | | Tests: Add tests for *OUTPUT_NAME properties | Kyle Edwards | 2018-07-17 | 3 | -0/+44 | |
| * | | Tests: Add test for install(DIRECTORY ... OPTIONAL) | Kyle Edwards | 2018-07-17 | 3 | -0/+3 | |
| * | | Tests: Add tests for install(<TARGETS|FILES> ... OPTIONAL) | Kyle Edwards | 2018-07-17 | 6 | -0/+10 | |
* | | | Merge topic 'nvcc_dlink_dedup_static_libs' | Brad King | 2018-07-18 | 7 | -5/+77 | |
|\ \ \ | ||||||
| * | | | CUDA: Properly de-duplicate libs when doing device linking | Robert Maynard | 2018-07-17 | 2 | -7/+18 | |
| * | | | CUDA: Add a test to verify device linking can handle circular deps | Robert Maynard | 2018-07-17 | 6 | -0/+61 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-18 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'release-3.12' | Brad King | 2018-07-17 | 0 | -0/+0 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | CMake 3.12.0v3.12.0 | Brad King | 2018-07-17 | 1 | -1/+1 | |
* | | | Merge topic 'math-err' | Brad King | 2018-07-17 | 12 | -92/+104 | |
|\ \ \ |