Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add framework to detect compiler version with its id (#12408) | Brad King | 2011-12-07 | 1 | -0/+9 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-05 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-04 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-03 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-02 | 1 | -1/+1 |
* | Merge topic 'newline-style' | David Cole | 2011-12-01 | 8 | -7/+190 |
|\ | |||||
| * | Provide std::ios_base typedef on GCC < 3 | Brad King | 2011-11-30 | 1 | -0/+5 |
| * | cmNewLineStyle: Use cmStandardIncludes.h | Brad King | 2011-11-30 | 1 | -3/+1 |
| * | cmNewLineStyle: Remove trailing comma in enum | Brad King | 2011-11-29 | 1 | -1/+1 |
| * | Add NEWLINE_STYLE option to configure_file (#3957) | Peter Kuemmel | 2011-11-28 | 7 | -7/+187 |
* | | Merge topic 'remove-cmLocalGenerator-trailing-whitespace' | David Cole | 2011-12-01 | 1 | -73/+73 |
|\ \ | |||||
| * | | Remove trailing whitespace from cmLocalGenerator | Brad King | 2011-11-29 | 1 | -73/+73 |
* | | | Merge topic 'vs-managed-projects' | David Cole | 2011-12-01 | 3 | -1/+80 |
|\ \ \ | |||||
| * | | | VS: Add support for three new project properties (#12586) | Aaron Ten Clay | 2011-11-28 | 3 | -1/+80 |
* | | | | Merge topic 'automoc_qt5' | David Cole | 2011-12-01 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | moc is now part of the Qt5Core module | Stephen Kelly | 2011-11-26 | 1 | -3/+3 |
| * | | | | Merge remote-tracking branch 'origin/master' into automoc_qt5 | Stephen Kelly | 2011-11-10 | 17 | -67/+183 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cmake-gui_AddCompletionForAddCacheEntry' | David Cole | 2011-12-01 | 4 | -11/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake-gui: add completion for the names when adding cache entries | Alex Neundorf | 2011-11-19 | 4 | -3/+31 |
| * | | | | | | Remove trailing whitespace | Alex Neundorf | 2011-11-19 | 2 | -8/+8 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-01 | 1 | -2/+2 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-30 | 1 | -1/+1 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-29 | 1 | -1/+1 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-28 | 1 | -1/+1 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-27 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-26 | 1 | -1/+1 |
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-25 | 1 | -1/+1 |
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-24 | 1 | -1/+1 |
* | | | | | | Merge topic 'CheckImportedFileExistenceInConfigDotCMakeFiles' | David Cole | 2011-11-23 | 4 | -11/+91 |
|\ \ \ \ \ \ | |||||
| * | | | | | | install(EXPORT): Improve target import failure message format | Brad King | 2011-11-22 | 1 | -13/+10 |
| * | | | | | | install(EXPORT): Enforce existence of imported target files | Alex Neundorf | 2011-11-22 | 4 | -11/+94 |
* | | | | | | | Merge topic 'target-link-libraries-interfaces' | David Cole | 2011-11-23 | 2 | -16/+67 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | target_link_libraries: Simplify argument processing state tests | Brad King | 2011-11-22 | 1 | -4/+4 |
| * | | | | | | target_link_libraries: Add missing space in documentation | Brad King | 2011-11-22 | 1 | -2/+2 |
| * | | | | | | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options | Stephen Kelly | 2011-11-22 | 2 | -11/+62 |
| * | | | | | | target_link_libraries: Trim trailing whitespace | Stephen Kelly | 2011-11-22 | 1 | -6/+6 |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-11-23 | 1 | -1/+1 |
* | | | | | | | Merge topic 'crypto-hash' | David Cole | 2011-11-22 | 12 | -50/+2106 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sha2: Zero entire SHA_CTX structure during cleanup | Brad King | 2011-11-17 | 1 | -11/+11 |
| * | | | | | | | sha2: Suppress -Wcast-align warning from Clang | Brad King | 2011-11-17 | 1 | -0/+3 |
| * | | | | | | | sha2: Cast safe conversions to smaller integer types | Brad King | 2011-11-17 | 1 | -6/+6 |
| * | | | | | | | Merge branch 'update-KWIML' into crypto-hash | Brad King | 2011-11-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmCryptoHash: Add virtual destructor | Brad King | 2011-11-16 | 1 | -0/+1 |
| * | | | | | | | | sha2: Wrap long lines in third-party declarations | Brad King | 2011-11-16 | 1 | -5/+10 |
| * | | | | | | | | Disable file() and string() hash commands during bootstrap | Brad King | 2011-11-16 | 2 | -0/+14 |
| * | | | | | | | | sha2: Suppress Borland warnings in third-party code | Brad King | 2011-11-16 | 1 | -0/+3 |
| * | | | | | | | | sha2: Use KWIML fixed-size integer constant macros | Brad King | 2011-11-16 | 1 | -102/+121 |
| * | | | | | | | | Add string(MD5) and string(SHA*) commands to compute hashes | Brad King | 2011-11-16 | 2 | -0/+37 |
| * | | | | | | | | cmCryptoHash: Provide factory "New" method | Brad King | 2011-11-16 | 3 | -13/+23 |
| * | | | | | | | | sha2: Use "static const" instead of "const static" declarations | Brad King | 2011-11-16 | 1 | -7/+7 |