Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-10-08 | 3 | -13/+5 | |
* | | | | Merge topic 'unset-PARENT_SCOPE' | Brad King | 2013-10-09 | 2 | -2/+11 | |
|\ \ \ \ | ||||||
| * | | | | unset: Add PARENT_SCOPE option | Brad King | 2013-10-08 | 2 | -2/+11 | |
* | | | | | Merge topic 'apple-clang-id' | Brad King | 2013-10-09 | 6 | -0/+65 | |
|\ \ \ \ \ | ||||||
| * | | | | | Set policy CMP0025 to NEW while building CMake itself | Brad King | 2013-10-08 | 1 | -0/+3 | |
| * | | | | | Add policy CMP0025 for Apple Clang compiler id compatibility | Brad King | 2013-10-08 | 4 | -0/+61 | |
| * | | | | | Clang: Add separate "AppleClang" compiler id | Brad King | 2013-10-08 | 1 | -0/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-09 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge topic 'export-policy' | Brad King | 2013-10-08 | 5 | -1/+74 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | export: Add policy CMP0024 to disallow include() of export files | Stephen Kelly | 2013-10-07 | 5 | -1/+74 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'clang-cl-compiler' | Brad King | 2013-10-08 | 1 | -0/+22 | |
|\ \ \ \ | ||||||
| * | | | | CMakeDetermineCompilerId: Add notion of "simulated" id/version | Brad King | 2013-10-04 | 1 | -0/+22 | |
* | | | | | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 30 | -64/+323 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | install: Teach EXPORT option to handle INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 2 | -2/+25 | |
| * | | | | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 6 | -14/+43 | |
| * | | | | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 24 | -48/+255 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'Add-coverage.py-Coverage' | Brad King | 2013-10-08 | 5 | -0/+200 | |
|\ \ \ \ | ||||||
| * | | | | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 5 | -0/+200 | |
* | | | | | Merge topic 'ctest_rerun_failed' | Brad King | 2013-10-08 | 4 | -2/+162 | |
|\ \ \ \ \ | ||||||
| * | | | | | ctest: Add --rerun-failed option | Zack Galbreath | 2013-10-08 | 4 | -2/+162 | |
* | | | | | | Merge topic 'clang-warnings' | Brad King | 2013-10-08 | 11 | -28/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmDocumentation: Fix a few doxygen comment errors | Sean McBride | 2013-10-08 | 1 | -7/+6 | |
| * | | | | | | cm*Lexer: Populate empty doxygen @param comment | Sean McBride | 2013-10-08 | 4 | -8/+8 | |
| * | | | | | | cmTarget: Properly escape @ char in doxygen comments | Sean McBride | 2013-10-08 | 1 | -3/+3 | |
| * | | | | | | Fix warnings about \brief usage | Sean McBride | 2013-10-08 | 3 | -7/+3 | |
| * | | | | | | cmGraphVizWriter: Add extra space in comment to suppress warning | Sean McBride | 2013-10-08 | 1 | -2/+2 | |
| * | | | | | | cmNewLineStyle: Remove useless semi-colon | Sean McBride | 2013-10-08 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-10-08 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge topic 'split-cmake-E' | Brad King | 2013-10-07 | 6 | -1385/+1431 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: Split -E command implementation into separate source file | Brad King | 2013-10-03 | 6 | -1385/+1431 | |
* | | | | | | | Merge topic 'IMPORTED-target-SYSTEM-includes' | Brad King | 2013-10-07 | 2 | -1/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Always consider includes from IMPORTED targets to be SYSTEM. | Stephen Kelly | 2013-09-24 | 2 | -1/+39 | |
* | | | | | | | | Merge topic 'private-link-depends-are-package-private' | Brad King | 2013-10-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Export: Never treat private link libraries as public package dependencies. | Stephen Kelly | 2013-09-24 | 1 | -1/+2 | |
* | | | | | | | | | Merge topic 'fixDocumentationComment' | Brad King | 2013-10-07 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CPack: Fix clang -Wdocumentation warnings | Eric NOULARD | 2013-09-24 | 1 | -4/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'add_cache_options_to_ccmake' | Brad King | 2013-10-07 | 4 | -3/+168 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ccmake: Teach dialog to support cache STRINGS property | Bill Hoffman | 2013-10-07 | 4 | -3/+168 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'generate-modern-style' | Brad King | 2013-10-07 | 15 | -135/+136 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'test-property-genex' into generate-modern-style | Brad King | 2013-09-20 | 3 | -24/+38 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 15 | -136/+137 | |
* | | | | | | | | | | | Merge topic 'test-property-genex' | Brad King | 2013-10-07 | 3 | -24/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | add_test: Mention generator expressions in old-style add_test docs | Ben Boeckel | 2013-09-20 | 1 | -1/+2 | |
| * | | | | | | | | | | cmTestGenerator: Evaluate generator expressions in test properties | Ben Boeckel | 2013-09-20 | 2 | -2/+4 | |
| * | | | | | | | | | | cmTestGenerator: Separate test properties for each configuration | Brad King | 2013-09-20 | 1 | -22/+33 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'doc-add_dependencies-direction' | Brad King | 2013-10-07 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | add_dependencies: Clarify direction of dependency in docs (#14424) | Brad King | 2013-09-19 | 1 | -6/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'cmListFileLexer-fix-leak-on-error' | Brad King | 2013-10-07 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmListFileLexer: Fix leak on error before EOF | Brad King | 2013-09-17 | 2 | -0/+2 | |
* | | | | | | | | | | | Merge topic 'cleanup-properties' | Brad King | 2013-10-07 | 4 | -16/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ |