summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-ctest-chrono'Brad King2017-12-1210-89/+42
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-114-25/+15
| * CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-086-52/+13
| * cmCTestBuildAndTestHandler: Convert timeout to std::chrono::durationBrad King2017-12-082-11/+11
| * CTest: Fix regression in build-and-test timeout forwardingBrad King2017-12-081-0/+1
| * CTest: Fix regression in build-and-test timeout compuatationBrad King2017-12-081-3/+4
* | CMake Nightly Date StampKitware Robot2017-12-121-1/+1
* | Merge topic 'cpack-generator-scripts-enable-all-cmake-policies'Brad King2017-12-111-4/+11
|\ \
| * | CPack: enable all CMake policies for generator scriptsDomen Vrankar2017-12-091-4/+11
* | | Merge topic 'ctest-remove-unfinished-batch-mode'Brad King2017-12-117-170/+1
|\ \ \
| * | | CTest: Remove unfinished batch test modeBrad King2017-12-087-170/+1
* | | | Merge topic 'update-kwsys'Brad King2017-12-111-4/+8
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-081-4/+8
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-12-111-1/+1
* | | | CMake Nightly Date StampKitware Robot2017-12-101-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2017-12-091-1/+1
|/ /
* | Merge topic 'autogen-fix-library-deps'Brad King2017-12-081-23/+22
|\ \
| * | Autogen: Fix library dependency forwarding to _autogen targetSebastian Holtermann2017-12-071-23/+22
* | | Merge topic 'update-kwsys'Brad King2017-12-083-9/+8
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-073-9/+8
| |/ /
* | | CMake Nightly Date StampKitware Robot2017-12-081-1/+1
* | | Merge topic 'fix-ctest-chrono'Brad King2017-12-071-3/+4
|\ \ \ | | |/ | |/|
| * | CTest: Fix regression in test timeout compuatationBrad King2017-12-071-3/+4
* | | Merge topic 'splitRCPatchComponent'Brad King2017-12-072-4/+14
|\ \ \
| * | | CMakeVersion RC file: Split patch into 2 componentsJustin Goshi2017-12-042-4/+14
* | | | Merge topic 'revert-server-target-backtraces'Brad King2017-12-072-56/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'backport-revert-server-target-backtraces' into revert-server-ta...Brad King2017-12-062-53/+0
| |\ \ \
| | * | | server: Revert "Report backtraces in codemodel response"Brad King2017-12-062-54/+0
| * | | | server: drop "ctestInfo" backtrace informationBrad King2017-12-061-3/+0
* | | | | CMake Nightly Date StampKitware Robot2017-12-071-1/+1
|/ / / /
* | | | Merge topic 'src-COMPILE_DEFINITIONS-genex'Brad King2017-12-067-25/+55
|\ \ \ \
| * | | | Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-057-25/+55
* | | | | Merge topic 'update-kwsys'Brad King2017-12-063-146/+274
|\ \ \ \ \
| * | | | | cmake-gui: Update RegexExplorer for changes to KWSysBrad King2017-12-051-2/+2
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-052-144/+272
| |/ / / /
* | | | | CMake Nightly Date StampHEADmasterKitware Robot2017-12-061-1/+1
|/ / / /
* | | | Merge topic 'update-cm-thread'Brad King2017-12-053-48/+9
|\ \ \ \
| * | | | utilities: Swapped to use std C++11 mutex/threading constructsJustin Berger2017-12-013-48/+9
| | |/ / | |/| |
* | | | Merge topic 'include_external_ms_project_support_non_windows_target'Brad King2017-12-053-1/+10
|\ \ \ \
| * | | | include_external_msproject: Support non-Windows target platformsTomoki Imai2017-12-041-1/+4
| * | | | cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported methodTomoki Imai2017-12-042-0/+6
* | | | | Merge topic 'src-genex-refactoring'Brad King2017-12-058-50/+114
|\ \ \ \ \
| * | | | | Refactor per-source generator expression evaluationMarc Chevrier2017-12-048-50/+114
| | |/ / / | |/| | |
* | | | | Merge topic 'update-cpplint'Brad King2017-12-051-2/+4
|\ \ \ \ \
| * | | | | Update cpplint support to return 0 and mark warnings for CDash.Bill Hoffman2017-12-011-2/+4
* | | | | | Merge topic 'win-fallthrough'Brad King2017-12-052-0/+3
|\ \ \ \ \ \
| * | | | | | Use CM_FALLTHROUGH in Windows-specific codeBrad King2017-12-042-0/+3
* | | | | | | Merge topic 'ctest-chrono'Brad King2017-12-0517-134/+240
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-0415-126/+240
| * | | | | | IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-288-8/+0
| | |/ / / / | |/| | | |