summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindZLIB-use-ZLIB_ROOT'David Cole2011-12-011-10/+25
|\
| * FindZLIB: Search under ZLIB_ROOT if it is setBrad King2011-11-301-10/+25
* | Merge topic 'newline-style'David Cole2011-12-0114-7/+229
|\ \
| * | Provide std::ios_base typedef on GCC < 3Brad King2011-11-301-0/+5
| * | cmNewLineStyle: Use cmStandardIncludes.hBrad King2011-11-301-3/+1
| * | cmNewLineStyle: Remove trailing comma in enumBrad King2011-11-291-1/+1
| * | bootstrap: Include cmNewLineStyle in buildBrad King2011-11-291-0/+1
| * | Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-2812-7/+225
* | | Merge topic 'useqt4-fix-declarative'David Cole2011-12-011-3/+3
|\ \ \
| * | | Qt4: Fix dependencies of QtDeclartive.Clinton Stimpson2011-11-291-3/+3
* | | | Merge topic 'remove-cmLocalGenerator-trailing-whitespace'David Cole2011-12-011-73/+73
|\ \ \ \
| * | | | Remove trailing whitespace from cmLocalGeneratorBrad King2011-11-291-73/+73
* | | | | Merge topic 'vs-managed-projects'David Cole2011-12-013-1/+80
|\ \ \ \ \
| * | | | | VS: Add support for three new project properties (#12586)Aaron Ten Clay2011-11-283-1/+80
* | | | | | Merge topic 'automoc_qt5'David Cole2011-12-012-4/+4
|\ \ \ \ \ \
| * | | | | | moc is now part of the Qt5Core moduleStephen Kelly2011-11-262-4/+4
| * | | | | | Merge remote-tracking branch 'origin/master' into automoc_qt5Stephen Kelly2011-11-1028-86/+347
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'cmake-gui_AddCompletionForAddCacheEntry'David Cole2011-12-014-11/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake-gui: add completion for the names when adding cache entriesAlex Neundorf2011-11-194-3/+31
| * | | | | | | | Remove trailing whitespaceAlex Neundorf2011-11-192-8/+8
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-12-011-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-301-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-291-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-281-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-271-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-11-261-1/+1
* | | | | | KWSys Nightly Date StampKWSys Robot2011-11-251-1/+1
* | | | | | KWSys Nightly Date StampKWSys Robot2011-11-241-1/+1
* | | | | | Merge topic 'CheckImportedFileExistenceInConfigDotCMakeFiles'David Cole2011-11-234-11/+91
|\ \ \ \ \ \
| * | | | | | install(EXPORT): Improve target import failure message formatBrad King2011-11-221-13/+10
| * | | | | | install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-224-11/+94
* | | | | | | Merge topic 'target-link-libraries-interfaces'David Cole2011-11-2311-16/+196
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | target_link_libraries: Simplify argument processing state testsBrad King2011-11-221-4/+4
| * | | | | | target_link_libraries: Add missing space in documentationBrad King2011-11-221-2/+2
| * | | | | | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-2211-11/+191
| * | | | | | target_link_libraries: Trim trailing whitespaceStephen Kelly2011-11-221-6/+6
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-11-231-1/+1
* | | | | | | Merge topic 'crypto-hash'David Cole2011-11-2236-51/+2202
|\ \ \ \ \ \ \
| * | | | | | | sha2: Zero entire SHA_CTX structure during cleanupBrad King2011-11-171-11/+11
| * | | | | | | sha2: Suppress -Wcast-align warning from ClangBrad King2011-11-171-0/+3
| * | | | | | | sha2: Cast safe conversions to smaller integer typesBrad King2011-11-171-6/+6
| * | | | | | | Merge branch 'update-KWIML' into crypto-hashBrad King2011-11-176-2/+53
| |\ \ \ \ \ \ \
| * | | | | | | | cmCryptoHash: Add virtual destructorBrad King2011-11-161-0/+1
| * | | | | | | | Fix CMake.File hash test for CRLF checkoutsBrad King2011-11-1611-14/+16
| * | | | | | | | sha2: Wrap long lines in third-party declarationsBrad King2011-11-161-5/+10
| * | | | | | | | Disable file() and string() hash commands during bootstrapBrad King2011-11-162-0/+14
| * | | | | | | | sha2: Suppress Borland warnings in third-party codeBrad King2011-11-161-0/+3
| * | | | | | | | sha2: Use KWIML fixed-size integer constant macrosBrad King2011-11-161-102/+121
| * | | | | | | | Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-1612-0/+84
| * | | | | | | | cmCryptoHash: Provide factory "New" methodBrad King2011-11-163-13/+23