summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Autogen: Tests: Fix MocInclude test(s)Sebastian Holtermann2018-01-179-0/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ctest-libuv-output-decode'Brad King2018-01-182-9/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | CTest: Fix process output read error casesBrad King2018-01-171-0/+5
| * | | | | | | | CTest: Fix decoding of MBCS character split by bufferingBrad King2018-01-172-9/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'FindTCL-thread-suffix'Brad King2018-01-181-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | FindTCL: Find 8.6 libraries with 't' suffixlorenz2018-01-161-2/+2
* | | | | | | | | Merge topic 'fix_ninja_cuda'Brad King2018-01-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja: Fixes CUDA device link in WindowsFrancisco Facioni2018-01-151-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language'Brad King2018-01-183-9/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CUDA: MSVC will now state files are cuda files when neededRobert Maynard2018-01-123-9/+13
* | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-181-1/+1
* | | | | | | | | | Merge topic 'FindDoxygen-macos-utils'Craig Scott2018-01-171-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindDoxygen: On macOS search in '/Applications/Utilities' tooThomas Thielemann2018-01-161-0/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'cmSourceGroup-modern-cxx'Craig Scott2018-01-173-46/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | cmSourceGroup: code improvements; use std::string and C++11 loopsVitaly Stakhovsky2018-01-113-46/+24
* | | | | | | | | | Merge topic 'fix-documentation'Brad King2018-01-171-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Improved MAIN_DEPENDENCY documentation of add_custom_command()Christoph Ruediger2018-01-161-2/+4
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-171-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'extend-compile-language-genex'Brad King2018-01-1633-247/+219
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-1221-144/+112
| * | | | | | | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-1224-115/+107
| * | | | | | | | | | cmVisualStudio10TargetGenerator: Factor out include dir computationBrad King2018-01-112-6/+16
| * | | | | | | | | | cmLocalVisualStudio7Generator: Clarify variable name of compiled languageBrad King2018-01-111-4/+6
| * | | | | | | | | | cmLocalVisualStudio7Generator: Clarify condition for target that compilesBrad King2018-01-111-1/+1
* | | | | | | | | | | Merge topic 'CheckIncludeFile-required-libs'Brad King2018-01-164-0/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESDon Hinton2018-01-104-0/+20
* | | | | | | | | | | | Merge topic 'gnu-visibility-aix'Brad King2018-01-164-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | GNU: Use -fvisibility on AIX when supportedBrad King2018-01-122-2/+13
| * | | | | | | | | | | Tests: Remove redundant code from RunCMake.GenerateExportHeader caseBrad King2018-01-122-4/+0
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-161-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-151-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-141-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-131-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc'Brad King2018-01-124-1/+97
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Allow -G to control device debuging on MSVC.Robert Maynard2018-01-114-1/+97
* | | | | | | | | Merge topic 'avoid-ambiguous-extension-logic-for-known-paths'Brad King2018-01-129-25/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmSourceFile: mark known locations as suchBen Boeckel2018-01-103-7/+14
| * | | | | | | | | cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-109-18/+56
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-01-121-1/+1
* | | | | | | | | Merge topic 'ctest-libuv'Brad King2018-01-119-412/+882
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | CTest: Re-implement test process handling using libuvBryon Bean2018-01-106-195/+695
| * | | | | | | | cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-103-7/+33
| * | | | | | | | cmProcess: Use explicit enum for process stateBryon Bean2018-01-103-13/+40
| * | | | | | | | cmProcess: Remove unused ReportStatus methodBryon Bean2018-01-102-61/+0
| * | | | | | | | cmCTestRunTest: Modernize constructor and destructor declsBryon Bean2018-01-102-6/+3
| * | | | | | | | cmCTestRunTest: Drop unused membersBryon Bean2018-01-101-8/+0
| * | | | | | | | cmCTestMultiProcessHandler: Factor out duplicate test finish logicBryon Bean2018-01-102-36/+38
| * | | | | | | | cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTARTBrad King2018-01-101-0/+37
| * | | | | | | | cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started testBrad King2018-01-082-19/+20
| * | | | | | | | cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-083-14/+14