summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-0416-126/+241
| * | | | | | | | | | IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-289-8/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-051-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'add_library-mention-xcode-objlib-behavior'Brad King2017-12-041-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add_library: mention that Xcode requires a real source fileBen Boeckel2017-12-011-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'pragma-once'Brad King2017-12-0421-3/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Check*: Added include guardsCristian Adam2017-12-0121-3/+36
* | | | | | | | | | Merge branch 'release-3.10'Brad King2017-12-040-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'cpack-pkg-fix' into release-3.10releaseBrad King2017-12-011-1/+1
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'cpack-pkg-fix'Brad King2017-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | CPack: Fix macOS PKG component dependency informationAlexander Wittig2017-12-011-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'csharp_project_without_sources'Brad King2017-12-044-6/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VS: Enable generation of CSharp projects without initial .cs filesMichael Stürmer2017-11-294-6/+23
* | | | | | | | | | | Merge topic 'update-kwsys'Brad King2017-12-041-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-011-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | / / / | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | KWSys 2017-12-01 (0f0023b1)KWSys Upstream2017-12-011-0/+2
* | | | | | | | | | | Merge topic 'cmake-job-pool'Brad King2017-12-045-0/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLSMatt McCormick2017-11-295-0/+20
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-041-1/+1
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-031-1/+1
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-021-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.10'Brad King2017-12-010-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'bootstrap-clang-5' into release-3.10Brad King2017-11-301-0/+1
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'update-gitsetup'Brad King2017-12-0111-871/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-GitSetup' into update-gitsetupBrad King2017-11-3010-871/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | GitSetup 2017-10-26 (1639317d)GitSetup Upstream2017-11-3010-871/+4
| * | | | | | | | | | | | | GitSetup: Restrict import to files we needBrad King2017-11-301-0/+7
* | | | | | | | | | | | | | Merge topic 'simplify_target_link_libraries'Brad King2017-12-014-85/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | target_link_libraries: Simplify implementation and add comments.Deniz Bahadir2017-11-302-54/+70
| * | | | | | | | | | | | | | target_link_libraries: Slightly fix some error-messages.Deniz Bahadir2017-11-293-17/+17
| * | | | | | | | | | | | | | target_link_libraries: Return earlier on some error.Deniz Bahadir2017-11-291-17/+17
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'libuv-raii'Brad King2017-12-017-4/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmUVHandlePtr: Add uv_process_ptrBrad King2017-11-303-0/+20
| * | | | | | | | | | | | | | cmUVHandlePtr: Add uv_timer_ptrBrad King2017-11-303-0/+27
| * | | | | | | | | | | | | | cmUVHandlePtr: Move to CMakeLib to make it available everywhereBrad King2017-11-306-4/+15
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'bootstrap-clang-5'Brad King2017-12-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | bootstrap: Check support for unordered_map from compiler modeAdam Ciarciński2017-11-301-0/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'fix-cmake-server-bad-buffering-test'Brad King2017-12-011-1/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test: Updated server test harness to try to cause fragmentationJustin Berger2017-11-291-1/+27
* | | | | | | | | | | | | | Merge topic 'fixCMakeVersionRC'Brad King2017-12-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Windows: Fix version embedding in CMake binariesJustin Goshi2017-11-301-0/+3
* | | | | | | | | | | | | | | Merge topic 'simplify-fallthrough'Brad King2017-12-015-52/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Simplify CM_FALLTHROUGH implementationBrad King2017-11-305-52/+1
* | | | | | | | | | | | | | | | Merge topic 'update-kwsys'Brad King2017-12-014-1/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-303-0/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | KWSys 2017-11-30 (fa1ab7b8)KWSys Upstream2017-11-303-0/+57
| * | | | | | | | | | | | | | | cmStandardLexer.h: Do not include a C++ headerBrad King2017-11-301-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-011-1/+1
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'libuv-raii'Brad King2017-11-3016-143/+687
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | server: Switched to a auto model for handlesJustin Berger2017-11-298-137/+96