Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'make-CPACK_CYGWIN_PATCH_NUMBER-cache' | David Cole | 2012-08-20 | 1 | -3/+4 |
|\ | |||||
| * | Convert the CPACK_CYGWIN_PATCH_NUMBER variable to a cache variable | David Cole | 2012-08-16 | 1 | -3/+4 |
* | | Merge topic 'qt4-path-search' | David Cole | 2012-08-20 | 1 | -5/+5 |
|\ \ | |||||
| * | | FindQt4: Give precedence to QTDIR environment variable, if set. | Clinton Stimpson | 2012-08-16 | 1 | -5/+5 |
| * | | FindQt4: Give precedence to QTDIR environment variable, if set. | Clinton Stimpson | 2012-08-16 | 1 | -1/+1 |
* | | | Merge topic 'qt4-version-regex' | David Cole | 2012-08-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix regex for qt minor version. | Clinton Stimpson | 2012-08-16 | 1 | -1/+1 |
* | | | Merge topic 'hg-modules' | David Cole | 2012-08-20 | 5 | -4/+249 |
|\ \ \ | |||||
| * | | | ExternalProject: Add Mercurial (hg) repository support | Brad King | 2012-08-16 | 3 | -3/+200 |
| * | | | Add FindHg module to find Mercurial | Brad King | 2012-08-14 | 2 | -1/+49 |
* | | | | Merge topic 'relwithdebinfo-consistency' | David Cole | 2012-08-20 | 10 | -10/+10 |
|\ \ \ \ | |||||
| * | | | | Add -DNDEBUG to RelWithDebInfo flags where where Release flags had it. | Clinton Stimpson | 2012-08-16 | 10 | -10/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'deployqt4-destdir' | David Cole | 2012-08-20 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | DeployQt4: Include DESTDIR for some cpack generators. | Clinton Stimpson | 2012-08-16 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge topic 'fphsa-message' | David Cole | 2012-08-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | fphsa: clarify message about minimum required version found. | Clinton Stimpson | 2012-08-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'clarify-if-is_newer_than-docs' | David Cole | 2012-08-20 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | CMake: Clarify the documentation for if(f1 IS_NEWER_THAN f2) | David Cole | 2012-08-15 | 1 | -1/+6 |
| |/ / / | |||||
* | | | | Merge topic 'list-command-argument-fixes' | David Cole | 2012-08-20 | 2 | -0/+29 |
|\ \ \ \ | |||||
| * | | | | CMake.List test: explicitely test with lists containing only an empty string | Rolf Eike Beer | 2012-08-15 | 1 | -0/+11 |
| * | | | | list command: error on too many arguments | Rolf Eike Beer | 2012-08-15 | 1 | -0/+18 |
| |/ / / | |||||
* | | | | Merge topic 'more-endif-closing-style-cleanups' | David Cole | 2012-08-20 | 9 | -41/+16 |
|\ \ \ \ | |||||
| * | | | | Remove CMake multiline block-end command arguments | Marcin Wojdyr | 2012-08-15 | 9 | -41/+16 |
| |/ / / | |||||
* | | | | Merge topic 'FindX11-duplicate-includes-13316' | David Cole | 2012-08-20 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | FindX11: avoid calling list(REMOVE_DUPLICATES) on an empty list | Rolf Eike Beer | 2012-08-15 | 1 | -1/+3 |
| * | | | | FindX11: remove duplicates from X11 include path list (#13316) | Rolf Eike Beer | 2012-08-14 | 1 | -0/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'xcode-asm' | David Cole | 2012-08-20 | 2 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | Tests/Assembler: Do not use assembler in universal binaries | Brad King | 2012-08-15 | 1 | -1/+2 |
| * | | | | Xcode: Set ASM source language in project file (#13472) | Brad King | 2012-08-15 | 2 | -1/+5 |
* | | | | | Merge topic 'clang-asm' | David Cole | 2012-08-20 | 2 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Recognize Clang ASM support (#13473) | Brad King | 2012-08-15 | 2 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'generator-expression-conditions' | David Cole | 2012-08-20 | 21 | -1/+227 |
|\ \ \ \ | |||||
| * | | | | Add $<CONFIG:...> boolean query generator expression | Brad King | 2012-08-15 | 9 | -0/+28 |
| * | | | | Add boolean generator expressions | Brad King | 2012-08-15 | 17 | -1/+199 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'CheckTypeSize-doc-10579' | David Cole | 2012-08-20 | 5 | -2/+73 |
|\ \ \ \ | |||||
| * | | | | CheckTypeSize: add a test for size of struct members | Rolf Eike Beer | 2012-08-14 | 4 | -2/+68 |
| * | | | | CheckTypeSize: show in documentation how to get struct member size (#10579) | Rolf Eike Beer | 2012-08-14 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge topic 'DESTDIR-documentation-enhancement' | David Cole | 2012-08-20 | 3 | -5/+22 |
|\ \ \ \ | |||||
| * | | | | Enhance DESTDIR documentation. Fixes #0012374. | Eric NOULARD | 2012-08-14 | 3 | -5/+22 |
| |/ / / | |||||
* | | | | Merge topic 'GetPrerequisites-file_cmd-advanced' | David Cole | 2012-08-20 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | GetPrerequisites: Mark file_cmd as advanced cache entry | Brad King | 2012-08-14 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-20 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-19 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-18 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-17 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-16 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-15 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'cleanup-style' | Brad King | 2012-08-14 | 1063 | -20956/+20943 |
|\ | |||||
| * | Merge branch 'master' into cleanup-style | Brad King | 2012-08-14 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2012-08-14 | 1 | -1/+1 |