summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Remove useless line of codeAlex Neundorf2011-08-011-1/+0
| * | | | | Patch by Campbell Barton: puts definitions into C::B project fileAlex Neundorf2011-07-291-0/+16
* | | | | | Merge topic 'doc-WIN32-cygwin'David Cole2011-08-021-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: WIN32 not defined on Cygwin (#12334)Brad King2011-07-291-1/+1
| |/ / / / /
* | | | | | Merge topic 'ExcludeCMakesFilesFromCodeBlocksProject'David Cole2011-08-021-0/+7
|\ \ \ \ \ \
| * | | | | | Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110)Alex Neundorf2011-07-291-0/+7
| |/ / / / /
* | | | | | Merge topic 'cpack-nsis-multi-installs'David Cole2011-08-021-4/+0
|\ \ \ \ \ \
| * | | | | | CPack/NSIS: Fix reinstall and multiple install issues when using components.Clinton Stimpson2011-07-291-4/+0
| |/ / / / /
* | | | | | Merge topic 'fix-12299-add-vs10-scc-support'David Cole2011-08-021-2/+17
|\ \ \ \ \ \
| * | | | | | VS10: Add SCC supportSteven Velez2011-07-291-2/+17
| |/ / / / /
* | | | | | Merge topic 'fix-8707-add-vs-globals'David Cole2011-08-024-5/+35
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-294-5/+35
* | | | | | Merge topic 'split-stdout-stderr'David Cole2011-08-0215-53/+103
|\ \ \ \ \ \
| * | | | | | RunSingleCommand: Avoid assignment in conditionBrad King2011-07-281-1/+1
| * | | | | | RunSingleCommand: Add a OUTPUT_NORMAL flag.Johan Björk2011-07-285-8/+40
| * | | | | | RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-2813-35/+53
| * | | | | | RunSingleCommand: Fix indentationBrad King2011-07-281-18/+18
* | | | | | | Merge topic 'cmSystemTools-whitespace'David Cole2011-08-022-118/+118
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | cmSystemTools: Remove trailing whitespaceBrad King2011-07-282-118/+118
* | | | | | | Merge topic 'library-multiarch-issue-12326'David Cole2011-08-021-0/+12
|\ \ \ \ \ \ \
| * | | | | | | multiarch: Treat lib/<arch> as implicit link dir (#12326)Modestas Vainius2011-07-271-0/+12
* | | | | | | | Merge topic 'FeatureSummaryImprovements'David Cole2011-08-021-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keywordAlex Neundorf2011-07-171-8/+8
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-021-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-011-2/+2
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-311-1/+1
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-301-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-291-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-07-281-1/+1
* | | | | | KWSys Nightly Date StampKWSys Robot2011-07-271-1/+1
* | | | | | Merge topic 'effective-platform-name'Brad King2011-07-263-9/+31
|\ \ \ \ \ \
| * | | | | | Correct KWStyle line too long errorDavid Cole2011-07-191-1/+2
| * | | | | | Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.David Cole2011-07-183-9/+30
* | | | | | | Merge topic 'SetPropertyAppendString'Brad King2011-07-2618-35/+55
|\ \ \ \ \ \ \
| * | | | | | | Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-1518-35/+55
* | | | | | | | Merge topic 'MinorImprovementToTryCompileDocs'Brad King2011-07-261-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Minor fix to try_compile() docs (#12333)Alex Neundorf2011-07-121-4/+5
* | | | | | | | | Merge topic 'doc-custom-command-multiple-targets-issue-12311'Brad King2011-07-261-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Document caveat of custom commands in multiple targets (#12311)Brad King2011-06-301-0/+4
* | | | | | | | | | Merge topic 'DisableSwitchForFindPackage'Brad King2011-07-262-0/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switchAlex Neundorf2011-06-232-0/+18
| * | | | | | | | | | Add a switch to disable a find_package() call completelyAlex Neundorf2011-06-211-0/+18
* | | | | | | | | | | Merge topic 'performance_fix'Brad King2011-07-261-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Only pay for unused variable checking if it is on.Bill Hoffman2011-06-211-0/+4
* | | | | | | | | | | | Merge topic 'vs-ia64'Brad King2011-07-2610-37/+236
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-206-0/+199
| * | | | | | | | | | | | VS: Factor Find64BitTools out of Win64 generator to parentMatej Hribernik2011-06-204-37/+37
* | | | | | | | | | | | | Merge topic 'mingw-make-use-native-echo-issue-12283'Brad King2011-07-263-27/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-163-27/+2
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-07-261-1/+1