Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Remove redundant code from RunCMake.GenerateExportHeader case | Brad King | 2018-01-12 | 2 | -4/+0 |
* | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc' | Brad King | 2018-01-12 | 4 | -1/+97 |
|\ | |||||
| * | CUDA: Allow -G to control device debuging on MSVC. | Robert Maynard | 2018-01-11 | 4 | -1/+97 |
* | | Merge topic 'avoid-ambiguous-extension-logic-for-known-paths' | Brad King | 2018-01-12 | 9 | -25/+70 |
|\ \ | |||||
| * | | cmSourceFile: mark known locations as such | Ben Boeckel | 2018-01-10 | 3 | -7/+14 |
| * | | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 9 | -18/+56 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-12 | 1 | -1/+1 |
* | | | Merge topic 'ctest-libuv' | Brad King | 2018-01-11 | 9 | -412/+882 |
|\ \ \ | |||||
| * | | | CTest: Re-implement test process handling using libuv | Bryon Bean | 2018-01-10 | 6 | -195/+695 |
| * | | | cmProcess: Use explicit enum for process exit exception | Bryon Bean | 2018-01-10 | 3 | -7/+33 |
| * | | | cmProcess: Use explicit enum for process state | Bryon Bean | 2018-01-10 | 3 | -13/+40 |
| * | | | cmProcess: Remove unused ReportStatus method | Bryon Bean | 2018-01-10 | 2 | -61/+0 |
| * | | | cmCTestRunTest: Modernize constructor and destructor decls | Bryon Bean | 2018-01-10 | 2 | -6/+3 |
| * | | | cmCTestRunTest: Drop unused members | Bryon Bean | 2018-01-10 | 1 | -8/+0 |
| * | | | cmCTestMultiProcessHandler: Factor out duplicate test finish logic | Bryon Bean | 2018-01-10 | 2 | -36/+38 |
| * | | | cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTART | Brad King | 2018-01-10 | 1 | -0/+37 |
| * | | | cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started test | Brad King | 2018-01-08 | 2 | -19/+20 |
| * | | | cmCTestMultiProcessHandler: Check stop time more directly | Brad King | 2018-01-08 | 3 | -14/+14 |
| * | | | cmCTestRunTest: Subsume ResolveTimeout into only call site | Brad King | 2018-01-08 | 2 | -29/+18 |
| * | | | cmCTest: Refactor stop time calculations | Brad King | 2018-01-08 | 3 | -82/+42 |
| * | | | cmCTest: Remove unused member LastStopTimeout | Brad King | 2018-01-08 | 3 | -6/+1 |
| * | | | libuv: unix: restart syscalls interrupted by our signal handler | Brad King | 2018-01-08 | 1 | -1/+6 |
* | | | | Merge branch 'release-3.10' | Brad King | 2018-01-11 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'backport-autogen-nexist-source-fix' into release-3.10 | Brad King | 2018-01-10 | 1 | -5/+17 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'autogen-nexist-source-fix' | Brad King | 2018-01-11 | 1 | -4/+17 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'backport-autogen-nexist-source-fix' into autogen-nexist-source-fix | Brad King | 2018-01-11 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Autogen: Ignore not existing source files in cmMakefile | Sebastian Holtermann | 2018-01-10 | 1 | -5/+17 |
| * | | | | | | Autogen: Ignore not existing source files in cmMakefile | Sebastian Holtermann | 2018-01-10 | 1 | -4/+17 |
* | | | | | | | Merge topic 'msvc-asm' | Brad King | 2018-01-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MSVC: Avoid warning when enabling ASM language with C compiler | Brad King | 2018-01-10 | 1 | -0/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'specify-source-extensions' | Brad King | 2018-01-11 | 3 | -25/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: specify source file extensions | Ben Boeckel | 2018-01-09 | 3 | -25/+27 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'misc-typos' | Brad King | 2018-01-11 | 3 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MAINT: Misc. typos | luz.paz | 2018-01-10 | 3 | -3/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cuda_msvc_support_complex_gencode_signatures' | Brad King | 2018-01-11 | 3 | -10/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: gencode signature that list multiple code types now supported. | Robert Maynard | 2018-01-10 | 3 | -10/+23 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'FindBoost-1.66' | Brad King | 2018-01-11 | 1 | -16/+48 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindBoost: Generate imported targets for future Boost versions | Paul "TBBle" Hampson | 2018-01-10 | 1 | -1/+0 |
| * | | | | | | | FindBoost: Search for upstream-packaged libs next to includes | Paul "TBBle" Hampson | 2018-01-10 | 1 | -0/+1 |
| * | | | | | | | FindBoost: Implement "Architecture and Address Model" tag | Paul "TBBle" Hampson | 2018-01-10 | 1 | -10/+42 |
| * | | | | | | | FindBoost: Fix incorrect alphabetisation of headers list | Paul "TBBle" Hampson | 2018-01-10 | 1 | -1/+1 |
| * | | | | | | | FindBoost: Boost 1.66.0 dependency and release update | Paul "TBBle" Hampson | 2018-01-10 | 1 | -4/+4 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'doc-fixes' | Brad King | 2018-01-11 | 1 | -4/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Linkify target_link_libraries in DEBUG_CONFIGURATIONS | Paul "TBBle" Hampson | 2018-01-10 | 1 | -4/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'doc-install-arg-order' | Brad King | 2018-01-11 | 1 | -1/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: improve install() documentation of argument ordering | Kyle Edwards | 2018-01-08 | 1 | -1/+15 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'findmpi-new-mpiexec-search' | Christian Pfeiffer | 2018-01-11 | 1 | -15/+45 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindMPI: Move MSMPI/MPICH2 mpiexec search | Christian Pfeiffer | 2018-01-10 | 1 | -15/+45 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-11 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'release-3.10' | Brad King | 2018-01-10 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | |