summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Select latest Windows 10 SDK if no specific version was requestedGilles Khouzam2015-10-021-5/+14
* VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-024-0/+99
* VS: Add hook to initialize Windows platform settingsGilles Khouzam2015-10-022-3/+17
* cmSystemTools: Add VersionCompareGreater helperGilles Khouzam2015-10-022-0/+10
* Merge topic 'update-kwsys'Brad King2015-09-302-1/+65
|\
| * Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-292-1/+65
* | CMake Nightly Date StampKitware Robot2015-09-301-1/+1
|/
* Merge topic 'vs-old-rule-files'Brad King2015-09-292-0/+29
|\
| * VS: Prevent generated "rule" files from causing rebuildsMike Pagel2015-09-282-0/+29
* | Merge topic 'fix-qtautogen-with-object-library-Ninja'Brad King2015-09-293-16/+2
|\ \
| * | cmGlobalGenerator: Initialize generator targets on construction (#15729)Stephen Kelly2015-09-293-16/+2
* | | Merge topic 'simplify-qt-autogen'Brad King2015-09-297-1107/+1208
|\ \ \ | |/ /
| * | QtAutogen: Port away from cmLocalGenerator.Stephen Kelly2015-09-291-8/+7
| * | QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-296-1091/+1152
| * | QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-263-40/+55
| * | QtAutogen: Simplify generator initialization API.Stephen Kelly2015-09-262-14/+12
| * | QtAutogen: Remove unnecessary dereference.Stephen Kelly2015-09-261-3/+3
| * | QtAutogen: Move Source initialization to prior loop.Stephen Kelly2015-09-261-2/+1
| * | QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-263-2/+17
| * | QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-263-20/+18
| * | QtAutogen: Move condition to prior loop.Stephen Kelly2015-09-261-10/+12
| * | QtAutogen: Move condition to prior loop.Stephen Kelly2015-09-261-15/+16
| * | QtAutogen: Make some methods static.Stephen Kelly2015-09-263-26/+29
| * | QtAutogen: Make internal method private.Stephen Kelly2015-09-261-1/+2
| * | QtAutogen: Don't use members to initialize automoc targets.Stephen Kelly2015-09-262-19/+22
| * | QtAutogen: Rename variable.Stephen Kelly2015-09-261-2/+3
| * | QtAutogen: Don't use a member to store skipped uic files.Stephen Kelly2015-09-262-12/+12
| * | QtAutogen: Add missing includes and forward declarations.Stephen Kelly2015-09-261-0/+5
* | | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-294-7/+20
|\ \ \
| * | | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-282-3/+11
| * | | SystemTools: time operations on directoriesDomen Vrankar2015-09-281-4/+7
| * | | SystemTools: set time file permissionsDomen Vrankar2015-09-281-2/+2
| * | | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-0/+2
| | |/ | |/|
* | | Merge topic 'link-https-cmake.org'Brad King2015-09-291-1/+1
|\ \ \
| * | | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-09-291-1/+1
| |/ / |/| |
* | | Merge topic 'minor-cleanups'Brad King2015-09-2824-86/+5
|\ \ \
| * | | VS: Remove impossible condition.Stephen Kelly2015-09-271-3/+2
| * | | cmMakefile: Remove Configured state.Stephen Kelly2015-09-272-8/+0
| * | | cmCommand: Remove IsDiscouraged interface.Stephen Kelly2015-09-2718-71/+0
| * | | cmSetCommand: Re-use local named variable.Stephen Kelly2015-09-271-1/+1
| * | | cmSetCommand: Fix typo in comment.Stephen Kelly2015-09-271-1/+1
| * | | cmGlobalGenerator: Devirtualize method.Stephen Kelly2015-09-271-1/+1
| * | | Ninja: Remove unused variable.Stephen Kelly2015-09-271-1/+0
* | | | Merge topic 'update-kwsys'Brad King2015-09-282-66/+72
|\ \ \ \
| * | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-262-66/+72
* | | | | Merge topic 'ninja-cleanup-path-conversion'Brad King2015-09-287-48/+47
|\ \ \ \ \
| * | | | | Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-256-47/+44
| * | | | | Ninja: Fix OBJECT_DIR placeholder substitution in link rulesBrad King2015-09-251-1/+3
| | |_|/ / | |/| | |
* | | | | Merge topic 'genex-SHELL_PATH'Brad King2015-09-283-15/+49
|\ \ \ \ \