summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'RemoveKDevelop3'Brad King2018-01-259-704/+10
|\ \ \
| * | | Generators: adjust error message for the removed KDevelop3 generatorAlex Neundorf2018-01-241-1/+6
| * | | Generators: remove KDevelop3 generatorAlex Neundorf2018-01-249-703/+4
* | | | Merge topic 'update-kwsys'Brad King2018-01-2519-207/+241
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-01-2419-207/+241
| | |/ / | |/| |
* | | | Merge topic 'sourceFile-new-properties'Brad King2018-01-2521-184/+536
|\ \ \ \
| * | | | sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-2411-16/+206
| * | | | VisualStudio generators: refactoringMarc Chevrier2018-01-237-134/+190
| * | | | sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-237-7/+66
| * | | | LocalGenerator: refactoringMarc Chevrier2018-01-238-29/+76
* | | | | Merge topic 'fix-include_regular_expression-subdir'Brad King2018-01-251-0/+6
|\ \ \ \ \
| * | | | | include_regular_expression: Fix propagation to subdirectoriesBrad King2018-01-241-0/+6
| | |_|/ / | |/| | |
* | | | | Merge topic 'windows-resources-through-link'Brad King2018-01-251-2/+6
|\ \ \ \ \
| * | | | | Windows: Add support for running CMake tools through a symlinkPavel P2018-01-241-2/+6
* | | | | | Merge topic 'stdstring'Brad King2018-01-257-30/+31
|\ \ \ \ \ \
| * | | | | | cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-237-30/+31
* | | | | | | CMake Nightly Date StampKitware Robot2018-01-251-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'cpack_trace'Brad King2018-01-243-0/+34
|\ \ \ \ \ \
| * | | | | | CPack: accept --trace and --trace-expandIsaiah Norton2018-01-233-0/+34
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'vcxproj-spaces'Brad King2018-01-241-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cmVisualStudio10TargetGenerator: remove redundant space char in some tagsVitaly Stakhovsky2018-01-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'libuv-restore-fmode'Brad King2018-01-247-18/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Extend libuv file translate mode workaround to all executablesBrad King2018-01-237-16/+26
| * | | | cpack: Enable MSVC debug hook earlierBrad King2018-01-231-2/+1
* | | | | CMake Nightly Date StampKitware Robot2018-01-241-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'recognize-versioned-shared-libraries'Brad King2018-01-231-5/+3
|\ \ \ \
| * | | | cmComputeLinkInformation: Better RPATH detection for versioned libraries.Byoungchan Lee2018-01-221-5/+3
| | |/ / | |/| |
* | | | Merge topic 'feature-codelite-fortran'Brad King2018-01-231-15/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | CodeLite: Better support for Fortran and WindowsTobias R. Henle2018-01-191-15/+16
* | | | CMake Nightly Date StampKitware Robot2018-01-231-1/+1
| |/ / |/| |
* | | Merge topic 'autogen-first-line-fix'Brad King2018-01-221-4/+4
|\ \ \
| * | | Autogen: AUTOMOC/UIC fix for moc/uic include on the first lineSebastian Holtermann2018-01-181-4/+4
* | | | Merge topic 'serverCrashIfNoMinVersionSpecified'Brad King2018-01-221-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | server: fix crash if no min version specifiedJustin Goshi2018-01-191-2/+2
| |/ /
* | | Merge topic 'genex-output-known-extension'Brad King2018-01-221-1/+3
|\ \ \
| * | | genex: generated files have known extensionsBen Boeckel2018-01-181-1/+3
* | | | CMake Nightly Date StampKitware Robot2018-01-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-01-211-1/+1
* | | | Merge topic 'reword-cmake-E-time-help'Craig Scott2018-01-201-1/+1
|\ \ \ \
| * | | | Help: Reword misleading docs for cmake -E timeTaylor Braun-Jones2018-01-191-1/+1
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2018-01-201-1/+1
|/ / /
* | | Merge topic 'cache-truncate-newlines'Brad King2018-01-195-12/+88
|\ \ \
| * | | cmCacheManager: Truncate values containing newlinesKyle Edwards2018-01-155-12/+88
* | | | CMake Nightly Date StampKitware Robot2018-01-191-1/+1
| |_|/ |/| |
* | | Merge topic 'autogen-parallel'Brad King2018-01-1814-2297/+3645
|\ \ \
| * | | Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializerSebastian Holtermann2018-01-175-30/+30
| * | | Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-1711-2271/+3619
| | |/ | |/|
* | | 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