summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2018-04-051-1/+1
* Merge topic 'autogen-protect-cmsys-calls'Brad King2018-04-045-48/+163
|\
| * Autogen: Print moc/uic/rcc output to stdoutSebastian Holtermann2018-04-032-5/+17
| * Autogen: Use std::istreambuf_iterator for file so string readingSebastian Holtermann2018-04-032-20/+34
| * Autogen: Protected calls to cmFilePathChecksumSebastian Holtermann2018-04-034-4/+27
| * Autogen: Protected calls to cmQtAutoGen::SubDirPrefixSebastian Holtermann2018-04-033-5/+14
| * Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtensionSebastian Holtermann2018-04-033-5/+14
| * Autogen: Protected calls to cmSystemTools::Split/JoinPathSebastian Holtermann2018-04-033-2/+33
| * Autogen: Protected calls to cmSystemTools::CollapseCombinedPathSebastian Holtermann2018-04-033-7/+24
| * CMake 3.11.0v3.11.0Brad King2018-03-281-1/+1
| * Merge branch 'ctest_update-memory-problems' into release-3.11Brad King2018-03-272-7/+10
| |\
* | \ Merge topic 'cuda_support_system_libraries_with_device_symbols'Brad King2018-04-042-31/+25
|\ \ \
| * | | CUDA: Pass more link libraries to device linkingRobert Maynard2018-03-282-31/+25
* | | | CMake Nightly Date StampKitware Robot2018-04-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-04-031-1/+1
* | | | Merge topic 'remove-vs8-generator'Brad King2018-04-026-161/+3
|\ \ \ \
| * | | | Drop Visual Studio 8 2005 generatorBrad King2018-04-026-161/+3
* | | | | Merge topic 'variable-CMAKE_FOLDER'Brad King2018-04-021-0/+1
|\ \ \ \ \
| * | | | | Add CMAKE_FOLDER variable to initialize FOLDER target propertyMarc B2018-03-291-0/+1
* | | | | | Merge topic 'update-kwsys'Brad King2018-04-023-19/+25
|\ \ \ \ \ \
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-03-293-19/+25
* | | | | | | Merge topic 'features-c++20'Brad King2018-04-024-7/+20
|\ \ \ \ \ \ \
| * | | | | | | Features: Add infrastructure for C++ 20 language standardBrad King2018-03-274-7/+20
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-04-021-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-04-011-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-03-311-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2018-03-301-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'vs-simplify'Brad King2018-03-295-50/+35
|\ \ \ \ \ \
| * | | | | | VS: Simplify XML codeVitaly Stakhovsky2018-03-275-50/+35
* | | | | | | Merge topic 'genex-TARGET_NAME_IF_EXISTS'Brad King2018-03-291-0/+35
|\ \ \ \ \ \ \
| * | | | | | | genex: Add TARGET_NAME_IF_EXISTS expressionAlex Turbov2018-03-281-0/+35
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'remove-unused-variable'Brad King2018-03-291-6/+1
|\ \ \ \ \ \ \
| * | | | | | | cmTarget: Remove unused variableBrad King2018-03-281-6/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'gcov-warning-message'Brad King2018-03-291-1/+2
|\ \ \ \ \ \ \
| * | | | | | | CTest: The "Could not find gcov." message should not be a warningBetsy McPhail2018-03-281-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-03-291-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'ctest_update-memory-problems'Brad King2018-03-282-7/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ctest_update: Fix crash when handling svn externalsBrad King2018-03-271-1/+3
| * | | | | cmSystemTools: Fix ParseArguments out-of-bounds readBrad King2018-03-271-6/+7
* | | | | | CMake Nightly Date StampKitware Robot2018-03-281-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'cmake_minimum_required-forward-compat'Craig Scott2018-03-272-11/+36
|\ \ \ \ \
| * | | | | cmake_minimum_required: Tolerate unknown future argumentsBrad King2018-03-262-11/+36
| | |/ / / | |/| | |
* | | | | Merge topic 'const-members'Brad King2018-03-272-34/+34
|\ \ \ \ \
| * | | | | cmComputeLinkInformation: make some members constVitaly Stakhovsky2018-03-222-34/+34
* | | | | | Merge topic 'vs-options-movexml'Brad King2018-03-276-83/+82
|\ \ \ \ \ \
| * | | | | | cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-266-83/+82
* | | | | | | Merge topic 'revert-CTestTestfile-removal-again'Brad King2018-03-271-7/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF"Brad King2018-03-261-7/+4
| | |_|_|/ / | |/| | | |
| * | | | | CMake 3.11.0-rc4v3.11.0-rc4Brad King2018-03-191-1/+1
| * | | | | Merge branch 'genex-COMPILE_LANGUAGE-system-include' into release-3.11Brad King2018-03-138-24/+40
| |\ \ \ \ \