Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack/Deb: Add ability to split out debug symbols into .ddeb package | Andrew Fuller | 2018-09-21 | 10 | -399/+722 |
* | CPack/Deb: Use CMAKE_COMMAND to set the environment | Andrew Fuller | 2018-09-18 | 1 | -3/+3 |
* | Help: Fix typo | Andrew Fuller | 2018-09-18 | 1 | -3/+3 |
* | CMake Nightly Date Stamp | Kitware Robot | 2018-09-16 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2018-09-15 | 1 | -1/+1 |
* | Merge topic 'out-of-dir-linking' | Brad King | 2018-09-14 | 60 | -88/+529 |
|\ | |||||
| * | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 56 | -44/+460 |
| * | cmTarget: Future-proof AddLinkLibrary target lookup scope | Brad King | 2018-09-12 | 1 | -1/+1 |
| * | cmExportFileGenerator: Use cmGeneratorTarget::ResolveTargetReference | Brad King | 2018-09-12 | 1 | -2/+7 |
| * | cmGeneratorTarget: Factor target name resolution out of link item resolution | Brad King | 2018-09-12 | 2 | -10/+31 |
| * | Make internal TARGET_PROPERTY generator expressions more robust | Brad King | 2018-09-12 | 4 | -3/+33 |
| * | Android.mk: De-duplicate link libraries logic during export | Brad King | 2018-09-11 | 1 | -21/+5 |
| * | cmGlobalGenerator: Remove unused FindLocalGenerator method | Brad King | 2018-09-11 | 2 | -15/+0 |
* | | Merge topic 'module_policy_protection' | Brad King | 2018-09-14 | 5 | -2/+27 |
|\ \ | |||||
| * | | IN_LIST: Ensure policy allows if(IN_LIST) if used by a module | Craig Scott | 2018-09-12 | 4 | -0/+20 |
| * | | CMakeIOSInstallCombined: Prevent policy leakage | Craig Scott | 2018-09-12 | 1 | -2/+7 |
* | | | Merge topic 'boost-notfound' | Brad King | 2018-09-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | FindBoost: Suppress imported targets warning if Boost was not found | Roger Leigh | 2018-09-12 | 1 | -1/+1 |
* | | | | Merge topic 'ctest-stop-time-test' | Brad King | 2018-09-14 | 4 | -18/+44 |
|\ \ \ \ | |||||
| * | | | | CTest: Improve stop-time implementation | Brad King | 2018-09-12 | 4 | -18/+44 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'test-ninja-sub-build-fs-delay' | Brad King | 2018-09-14 | 1 | -4/+5 |
|\ \ \ \ | |||||
| * | | | | Tests: Extend RunCMake.Ninja filesystem delays | Brad King | 2018-09-12 | 1 | -4/+5 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-14 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-13 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'rule-launch-custom-extra-space' | Brad King | 2018-09-12 | 2 | -8/+3 |
|\ \ \ \ | |||||
| * | | | | Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value | Brad King | 2018-09-11 | 2 | -8/+3 |
| |/ / / | |||||
* | | | | Merge topic 'gicv-stdstring' | Brad King | 2018-09-12 | 9 | -66/+64 |
|\ \ \ \ | |||||
| * | | | | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 9 | -66/+64 |
* | | | | | Merge topic 'IAR_6_50_6_fix' | Brad King | 2018-09-12 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | IAR: Fix compiler id, version, and arch detection on 6.50.6 | Daniel Schürmann | 2018-09-11 | 1 | -0/+3 |
* | | | | | | Merge branch 'release-3.12' | Brad King | 2018-09-12 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'FindDoxygen-CMP0057' into release-3.12 | Brad King | 2018-09-11 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'FindDoxygen-CMP0057' | Brad King | 2018-09-12 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | FindDoxygen: Ensure policy settings allow use of IN_LIST | Brad King | 2018-09-11 | 1 | -0/+5 |
* | | | | | | | | Merge topic 'unused-variables-cleanup' | Craig Scott | 2018-09-12 | 2 | -5/+0 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Warnings: Remove unused variables | Craig Scott | 2018-09-11 | 2 | -5/+0 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-12 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge topic 'gtest_add_tests-empty-file' | Craig Scott | 2018-09-11 | 3 | -4/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | GoogleTest: gtest_add_tests() fails if any source file is empty | Alessandro | 2018-09-10 | 1 | -1/+1 |
| * | | | | | | | GoogleTest: Modify test to verify that empty files can be scanned | Craig Scott | 2018-09-10 | 2 | -3/+4 |
* | | | | | | | | Merge topic 'iar-fail-early' | Brad King | 2018-09-11 | 3 | -0/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | IAR: Abort if compiler version or target architecture is not detected | Daniel Schürmann | 2018-09-10 | 3 | -0/+14 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'cmake_cpack_command-doc' | Brad King | 2018-09-11 | 2 | -0/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Document existence of CMAKE_CPACK_COMMAND | Kyle Edwards | 2018-09-10 | 2 | -0/+9 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'replace-os-x-name-with-macos' | Brad King | 2018-09-11 | 54 | -126/+126 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 8 | -11/+11 |
| * | | | | | | | | Help: Replace occurrences of "Mac OS X" with "macOS" | Bartosz Kosiorek | 2018-09-05 | 46 | -115/+115 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'docs/setdirproprs' | Brad King | 2018-09-11 | 2 | -7/+12 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Help: Clarify INCLUDE_DIRECTORIES directory property behavior | Brian Heim | 2018-09-10 | 1 | -3/+9 |
| * | | | | | | | Help: Clarify wording of set_directory_properties docs | Brian Heim | 2018-09-10 | 1 | -4/+3 |