| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'osx-sysroot-cleanup' | David Cole | 2012-09-25 | 1 | -0/+3 |
|\ |
|
| * | Tests/Assembler: Use CMAKE_OSX_SYSROOT to generate .s file | Brad King | 2012-09-21 | 1 | -0/+3 |
|
|
* | | file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value | Brad King | 2012-09-19 | 1 | -6/+6 |
|/ |
|
* | Merge topic 'generator-expression-refactor' | Brad King | 2012-09-19 | 8 | -7/+136 |
|\ |
|
| * | cmGeneratorExpression: Re-write for multi-stage evaluation | Stephen Kelly | 2012-09-18 | 8 | -7/+136 |
|
|
* | | Merge topic 'ExternalProject-check-hashes' | David Cole | 2012-09-18 | 1 | -1/+1 |
|\ \ |
|
| * | | ExternalProject: Generalize URL_MD5 option to URL_HASH | Brad King | 2012-09-11 | 1 | -1/+1 |
|
|
* | | | Merge topic 'if-version-depth' | David Cole | 2012-09-18 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | if: Compare up to 8 components in VERSION tests | Brad King | 2012-09-11 | 1 | -0/+7 |
| |/ |
|
* | | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH | Bill Hoffman | 2012-09-11 | 1 | -0/+53 |
|/ |
|
* | Merge topic 'msvc-compiler-info' | Brad King | 2012-08-31 | 1 | -0/+11 |
|\ |
|
| * | VS: Fix MSVC_IDE definition recently broken by refactoring | Brad King | 2012-08-30 | 1 | -0/+11 |
|
|
| * | Merge branch 'cmake-platform-info-version' into msvc-compiler-info | Brad King | 2012-08-30 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge topic 'fix-Qt-casing' | Brad King | 2012-08-30 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Fix casing of 'Qt' in docs, comments and user-visible strings. | Stephen Kelly | 2012-08-28 | 1 | -4/+4 |
|
|
* | | | | Merge topic 'cmake-platform-info-version' | Brad King | 2012-08-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 1 | -1/+1 |
|
|
* | | | Merge topic 'ide-compiler-id' | David Cole | 2012-08-24 | 4 | -0/+56 |
|\ \ \
| | |/
| |/| |
|
| * | | Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION) | Brad King | 2012-08-22 | 4 | -0/+56 |
| |/ |
|
* | | Merge topic 'compile-definitions-unique' | David Cole | 2012-08-24 | 6 | -0/+80 |
|\ \ |
|
| * | | Rename files from main.cpp to more meaningful names. | Stephen Kelly | 2012-08-22 | 5 | -5/+5 |
|
|
| * | | Fix the test setting COMPILE_DEFINITIONS target property | Stephen Kelly | 2012-08-21 | 1 | -1/+1 |
|
|
| * | | Fix CompileDefinitions test on Visual Studio. | Stephen Kelly | 2012-08-21 | 2 | -1/+10 |
|
|
| * | | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 6 | -0/+71 |
| |/ |
|
* | | Merge topic 'test-ObjectLibrary-lang' | David Cole | 2012-08-24 | 2 | -2/+2 |
|\ \ |
|
| * | | Tests/ObjectLibrary: Do not enable CXX in subdirectories | Brad King | 2012-08-20 | 2 | -2/+2 |
| |/ |
|
* | | Merge topic 'RemoveNonworkingKDE4Test' | David Cole | 2012-08-20 | 2 | -104/+0 |
|\ \ |
|
| * | | remove non-working KDE4 test | Alex Neundorf | 2012-08-16 | 2 | -104/+0 |
| |/ |
|
* | | Merge topic 'hg-modules' | David Cole | 2012-08-20 | 3 | -3/+74 |
|\ \ |
|
| * | | ExternalProject: Add Mercurial (hg) repository support | Brad King | 2012-08-16 | 2 | -2/+73 |
|
|
| * | | Add FindHg module to find Mercurial | Brad King | 2012-08-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'list-command-argument-fixes' | David Cole | 2012-08-20 | 1 | -0/+11 |
|\ \ |
|
| * | | CMake.List test: explicitely test with lists containing only an empty string | Rolf Eike Beer | 2012-08-15 | 1 | -0/+11 |
| |/ |
|
* | | Merge topic 'more-endif-closing-style-cleanups' | David Cole | 2012-08-20 | 3 | -18/+8 |
|\ \ |
|
| * | | Remove CMake multiline block-end command arguments | Marcin Wojdyr | 2012-08-15 | 3 | -18/+8 |
| |/ |
|
* | | Merge topic 'xcode-asm' | David Cole | 2012-08-20 | 1 | -1/+2 |
|\ \ |
|
| * | | 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 | 1 | -1/+1 |
|
|
* | | | Merge topic 'clang-asm' | David Cole | 2012-08-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Recognize Clang ASM support (#13473) | Brad King | 2012-08-15 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'generator-expression-conditions' | David Cole | 2012-08-20 | 18 | -0/+161 |
|\ \ |
|
| * | | Add $<CONFIG:...> boolean query generator expression | Brad King | 2012-08-15 | 6 | -0/+17 |
|
|
| * | | Add boolean generator expressions | Brad King | 2012-08-15 | 15 | -0/+144 |
| |/ |
|
* | | CheckTypeSize: add a test for size of struct members | Rolf Eike Beer | 2012-08-14 | 4 | -2/+68 |
|/ |
|
* | Fix WarnUnusedUnusedViaUnset test pass/fail regex | Brad King | 2012-08-14 | 1 | -2/+2 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 139 | -1131/+1131 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 201 | -4632/+4632 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 111 | -497/+497 |
|
|
* | Merge topic 'xcode-object-dir' | David Cole | 2012-08-13 | 2 | -0/+2 |
|\ |
|
| * | Xcode: Fix object library references in multi-project trees (#13452) | Brad King | 2012-08-03 | 2 | -0/+2 |
|
|