summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-1914-72/+13
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-1949-82/+70
* Allow a GeneratorFactory handling of more than one generatorPatrick Gansterer2012-11-194-65/+71
* Search generator in cmake::ExtraGenerators before in cmake::GeneratorsPatrick Gansterer2012-11-191-19/+22
* Add cmGlobalGeneratorFactory::GetGenerators()Patrick Gansterer2012-11-193-1/+11
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-1928-75/+174
* CMake Nightly Date StampKitware Robot2012-11-171-1/+1
* CMake Nightly Date StampKitware Robot2012-11-161-1/+1
* CMake Nightly Date StampKitware Robot2012-11-151-1/+1
* CMake Nightly Date StampKitware Robot2012-11-141-1/+1
* Merge topic 'CPack-BugFixesSet'Brad King2012-11-131-1/+0
|\
| * Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.Andreas Mohr2012-11-111-1/+0
* | Merge topic 'CPack-fixTypoInErrorMsg'Brad King2012-11-131-1/+1
|\ \
| * | Correct string literal typo (have "(NULL)" like all other cases).Andreas Mohr2012-11-101-1/+1
| |/
* | Merge topic 'link-depends-no-shared'Brad King2012-11-134-1/+36
|\ \
| * | Optionally skip link dependencies on shared library filesBrad King2012-10-264-1/+36
* | | Merge topic 'update-KWSys'Brad King2012-11-131-1/+1
|\ \ \
| * | | Merge branch 'upstream-kwsys' into update-KWSysBrad King2012-11-091-1/+1
* | | | Merge topic 'fix-compiler-warnings'Brad King2012-11-1311-77/+28
|\ \ \ \
| * | | | Remove references to ancient and removed parts of the code.Stephen Kelly2012-11-131-56/+0
| * | | | Resolve ambiguity warning regarding use of && and ||.Stephen Kelly2012-11-131-2/+2
| * | | | Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-136-16/+18
| * | | | Resolve warnings about used enum values in switch blocks.Stephen Kelly2012-11-133-0/+7
| * | | | Resolve warnings about unused variables.Stephen Kelly2012-11-074-3/+1
* | | | | Merge topic 'doc-fixups'Brad King2012-11-1312-24/+39
|\ \ \ \ \
| * | | | | Documentation: Clarify configure_file behaviorBrad King2012-11-071-6/+14
| * | | | | Documentation: Clarify some command descriptionsAndreas Mohr2012-11-075-7/+14
| * | | | | Documentation: Correct typos and grammarAndreas Mohr2012-11-079-11/+11
* | | | | | Merge topic 'deprecate-load_command'Brad King2012-11-132-1/+18
|\ \ \ \ \ \
| * | | | | | load_command: Deprecate and document pending removalBrad King2012-11-072-1/+18
* | | | | | | Merge topic 'fix-13604-ccmake-del-key'Brad King2012-11-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ccmake: Allow DEL key in first columnMatthew Woehlke2012-11-131-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-11-131-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-11-121-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-11-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-101-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-11-091-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-11-081-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'import-KWSys-subtree'Brad King2012-11-079-351/+1640
|\ \ \ \ \
| * | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtreeBrad King2012-11-061-28/+38
| * | | | | Merge branch 'ctest-SUBMIT_INDEX-cdash' into import-KWSys-subtreeBrad King2012-11-013-1/+6
| |\ \ \ \ \
| * | | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtreeBrad King2012-10-316-133/+657
| * | | | | | KWSys: Submit dashboard builds to PublicDashboardBrad King2012-10-011-1/+1
| * | | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtreeBrad King2012-10-016-339/+1094
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-071-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-063-1/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-013-1/+6
| |/ / / /
* | | | | Merge topic 'FixImplicitDepends2'Brad King2012-11-0611-165/+191
|\ \ \ \ \
| * | | | | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-063-5/+13
| * | | | | cmDepends: No dependency-vector erasure in CheckDependenciesMichael Wild2012-11-061-2/+4