summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.4.0-rc2v3.4.0-rc2Brad King2015-10-211-1/+1
* cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-206-12/+79
* Merge branch 'ctest-submit-content-type' into releaseBrad King2015-10-122-0/+14
|\
| * CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-122-0/+14
* | CMake 3.4.0-rc1 version updateBrad King2015-10-051-3/+3
|/
* Merge topic 'vs-win10-store'Brad King2015-10-054-7/+294
|\
| * VS: Add support for Windows 10 Universal (Store) ApplicationsGilles Khouzam2015-10-052-6/+223
| * VS: Refactor indentation of LinkLibraryDependenciesGilles Khouzam2015-10-051-1/+1
| * VS: Select Windows 10 Store SDK and toolset for VS 2015Gilles Khouzam2015-10-022-0/+70
* | Merge topic 'vs-win10-sdk'Brad King2015-10-051-5/+14
|\ \ | |/
| * VS: Select latest Windows 10 SDK if no specific version was requestedGilles Khouzam2015-10-021-5/+14
* | CMake Nightly Date StampKitware Robot2015-10-051-1/+1
* | CMake Nightly Date StampKitware Robot2015-10-041-1/+1
* | CMake Nightly Date StampKitware Robot2015-10-031-1/+1
* | Merge topic 'vs-win10-sdk'Brad King2015-10-027-3/+126
|\ \ | |/
| * 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
* | CMake Nightly Date StampKitware Robot2015-10-021-1/+1
* | Merge topic 'compiler-links-statically'Brad King2015-10-011-1/+3
|\ \
| * | Drop executable symbol export if platform does not support shared libsChuck Atkins2015-09-301-1/+3
| |/
* | Merge topic 'fix-warnings'Brad King2015-10-012-3/+3
|\ \
| * | cmVisualStudio10TargetGenerator: Fix unsigned integer constant typeBrad King2015-09-301-1/+1
| * | cmMakefile: Avoid name conflict with Solaris global typedefBrad King2015-09-301-2/+2
* | | CMake Nightly Date StampKitware Robot2015-10-011-1/+1
| |/ |/|
* | 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
|\ \ \