summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Use consistent C++ flags FindPackageModeMakefileTestBrad King2015-10-011-2/+3
* 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-295-17/+15
|\ \
| * | cmGlobalGenerator: Initialize generator targets on construction (#15729)Stephen Kelly2015-09-295-17/+15
* | | 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-2924-11/+89
|\ \ \
| * | | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-2821-5/+79
| * | | 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-282-2/+3
| | |/ | |/|
* | | Merge topic 'ProcessorCount-SunOS-psrinfo'Brad King2015-09-291-8/+21
|\ \ \
| * | | ProcessorCount: Implement with psrinfo tool on recent SunOS versionsMarc Chevrier2015-09-281-8/+21
* | | | Merge topic 'link-https-cmake.org'Brad King2015-09-2927-45/+45
|\ \ \ \
| * | | | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-2527-45/+45
* | | | | 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 'optimize-variable-replacement'Brad King2015-09-281-0/+3
|\ \ \ \ \
| * | | | | Build: Set CMP0053 to NEW.Stephen Kelly2015-09-261-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge topic 'test-Wno-dev'Brad King2015-09-283-0/+16
|\ \ \ \ \
| * | | | | Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747)Michael Scott2015-09-253-0/+16
| |/ / / /
* | | | | Merge topic 'update-kwsys'Brad King2015-09-282-66/+72
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-262-66/+72
| |\ \ \ \ \
| | * | | | | KWSys 2015-09-25 (dc4e4a55)KWSys Robot2015-09-262-66/+72
* | | | | | | Merge topic 'ninja-cleanup-path-conversion'Brad King2015-09-2811-48/+54
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-2510-47/+51
| * | | | | | | Ninja: Fix OBJECT_DIR placeholder substitution in link rulesBrad King2015-09-251-1/+3
| | |_|_|_|/ / | |/| | | | |