Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'doc-policy-version-3.0' | Brad King | 2014-02-10 | 25 | -29/+29 |
|\ | |||||
| * | Help: Change version 3.0.0 -> 3.0 in policy docs | Brad King | 2014-02-10 | 25 | -29/+29 |
* | | Merge topic 'extend-docs' | Brad King | 2014-02-10 | 3 | -4/+17 |
|\ \ | |||||
| * | | Help: Don't list debuggable properties in cmake-buildsystem manual. | Stephen Kelly | 2014-02-10 | 1 | -4/+2 |
| * | | Help: Add additional hyperlink targets | Stephen Kelly | 2014-02-09 | 3 | -0/+7 |
| * | | Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS | Stephen Kelly | 2014-02-09 | 1 | -0/+8 |
* | | | Merge topic 'cmake-devel-version-macro' | Brad King | 2014-02-10 | 1 | -1/+13 |
|\ \ \ | |||||
| * | | | Export: Use a macro to ensure minimum development version requirement | Stephen Kelly | 2014-02-09 | 1 | -1/+13 |
* | | | | Merge topic 'remove-Example' | Brad King | 2014-02-10 | 8 | -68/+0 |
|\ \ \ \ | |||||
| * | | | | Remove the Example from the source. | Stephen Kelly | 2014-02-09 | 8 | -68/+0 |
| |/ / / | |||||
* | | | | Merge topic 'generate-cmCommands-file' | Brad King | 2014-02-10 | 7 | -89/+82 |
|\ \ \ \ | |||||
| * | | | | CMakeLists: Generate the cmCommands.cxx file. | Stephen Kelly | 2014-02-09 | 7 | -89/+82 |
| |/ / / | |||||
* | | | | Merge topic 'fix-CMP0028-iface' | Brad King | 2014-02-10 | 11 | -46/+92 |
|\ \ \ \ | |||||
| * | | | | CMP0028: Trigger on libraries from INTERFACE of dependencies. | Stephen Kelly | 2014-02-09 | 11 | -46/+92 |
| |/ / / | |||||
* | | | | Merge topic 'Qt4-qmake-IMPORTED' | Brad King | 2014-02-10 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Qt4: Add IMPORTED executable for qmake. | Stephen Kelly | 2014-02-09 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge topic 'release-notes-prep' | Brad King | 2014-02-10 | 6 | -91976/+11 |
|\ \ \ \ | |||||
| * | | | | Help: Add hyperlink targets for argument types in cmake-language(7) | Brad King | 2014-02-07 | 1 | -0/+6 |
| * | | | | Remove ChangeLog.manual | Brad King | 2014-02-07 | 1 | -5301/+0 |
| * | | | | Remove ChangeLog.txt | Brad King | 2014-02-07 | 1 | -86670/+0 |
| * | | | | Tests/BundleTest: Drop use of ChangeLog.txt | Brad King | 2014-02-07 | 3 | -5/+5 |
* | | | | | Merge topic 'wix_desktop' | Brad King | 2014-02-10 | 4 | -3/+121 |
|\ \ \ \ \ | |||||
| * | | | | | CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS | Timo Rothenpieler | 2014-02-08 | 4 | -3/+121 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'interface-library-signatures' | Brad King | 2014-02-10 | 7 | -2/+22 |
|\ \ \ \ \ | |||||
| * | | | | | add_library: Issue better diagnostic for INTERFACE GLOBAL signature. | Stephen Kelly | 2014-02-07 | 2 | -1/+8 |
| * | | | | | add_library: Test invalid GLOBAL INTERFACE signature. | Stephen Kelly | 2014-02-07 | 5 | -1/+14 |
* | | | | | | Merge topic 'doc-polcy-CMP0024-typo' | Brad King | 2014-02-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Fix typo. | Stephen Kelly | 2014-02-07 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'intel-visibility' | Brad King | 2014-02-10 | 4 | -8/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Visibility: the Intel compiler does not support -fvisibility on windows | Nils Gladitz | 2014-02-07 | 4 | -8/+10 |
* | | | | | | | Merge topic 'test-CheckModules-speedup' | Brad King | 2014-02-10 | 3 | -1/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Tests: Speed up RunCMake.CheckModules test | Brad King | 2014-02-06 | 3 | -1/+5 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-10 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-09 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-08 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-07 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'update-buildsystem-docs' | Brad King | 2014-02-06 | 43 | -482/+811 |
|\ \ \ | |/ / |/| | | |||||
| * | | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 7 | -38/+59 |
| * | | Help: Use ``True`` and ``False`` for IMPORTED values. | Stephen Kelly | 2014-02-06 | 1 | -3/+3 |
| * | | Help: Document relation of properties to the rest of the buildsystem. | Stephen Kelly | 2014-02-06 | 21 | -144/+203 |
| * | | Help: Mark up the buildsystem commands documentation | Stephen Kelly | 2014-02-06 | 9 | -283/+334 |
| * | | Help: Note that the compatible interface properties must not intersect. | Stephen Kelly | 2014-02-06 | 1 | -0/+4 |
| * | | Help: Specify how to order and modify transitively set property values. | Stephen Kelly | 2014-02-06 | 1 | -1/+21 |
| * | | Help: Add hyperlink targets to some manual sections. | Stephen Kelly | 2014-02-06 | 1 | -0/+9 |
| * | | Help: Use ``inline-literals`` to mark generator expressions. | Stephen Kelly | 2014-02-06 | 13 | -13/+13 |
| * | | Help: Mark up references to NEW and OLD policy settings properly. | Stephen Kelly | 2014-02-06 | 1 | -4/+4 |
| * | | Help: Add a style guide. | Stephen Kelly | 2014-02-06 | 1 | -2/+167 |
| * | | Help: Fix typos | Stephen Kelly | 2014-02-06 | 2 | -2/+2 |
|/ / | |||||
* | | Merge topic 'FindOpenSSL-root-dir' | Brad King | 2014-02-06 | 1 | -4/+5 |
|\ \ | |||||
| * | | FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) | Ho Cheung | 2014-02-05 | 1 | -4/+5 |