| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Cleanup some variable documentation names | Brad King | 2013-09-17 | 1 | -6/+4 |
|
|
| * | | | | | | | | | | | Remove redundant cmake::GetIsPropertyDefined method | Brad King | 2013-09-17 | 3 | -10/+1 |
|
|
* | | | | | | | | | | | | Merge topic 'mark_as_advanced' | Brad King | 2013-10-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | mark_as_advanced: improve documentation syntax | Rolf Eike Beer | 2013-09-17 | 1 | -1/+1 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge topic 'minor_cleanup' | Brad King | 2013-10-07 | 4 | -6/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | VS6: Add some delimiting between error message and content. | Stephen Kelly | 2013-09-12 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | cmTarget: Fix typo in comment. | Stephen Kelly | 2013-09-12 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | Fix comments to match the code. | Stephen Kelly | 2013-09-11 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | Remove unused include. | Stephen Kelly | 2013-09-11 | 1 | -1/+0 |
|
|
* | | | | | | | | | | | | | Merge topic 'cmake-gui-window-settings' | Brad King | 2013-10-07 | 1 | -5/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | cmake-gui: save and restore the geometry and window state between sessions. | Clinton Stimpson | 2013-09-10 | 1 | -5/+4 |
|
|
* | | | | | | | | | | | | | | Merge topic 'authorative-LINK_LIBRARIES' | Brad King | 2013-10-07 | 1 | -18/+46 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Use one authorative source of the LINK_LIBRARIES property. | Stephen Kelly | 2013-09-09 | 1 | -18/+46 |
|
|
* | | | | | | | | | | | | | | | Merge topic 'rename-genex-method' | Brad King | 2013-10-07 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluation | Stephen Kelly | 2013-08-29 | 2 | -4/+4 |
|
|
* | | | | | | | | | | | | | | | | Merge topic 'graphviz-at-generate-time' | Brad King | 2013-10-07 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Generate graphviz files at generate time, not configure time. | Stephen Kelly | 2013-08-29 | 1 | -5/+5 |
| |/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge topic 'fix-style' | Brad King | 2013-10-07 | 1 | -32/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Fix some indentation problems in cmPolicies. | Stephen Kelly | 2013-08-28 | 1 | -32/+32 |
|
|
* | | | | | | | | | | | | | | | | | Merge topic 'MAP_IMPORTED_CONFIG-property-default' | Brad King | 2013-10-07 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | cmTarget: Add initializer for MAP_IMPORTED_CONFIG_<CONFIG> | Stephen Kelly | 2013-08-28 | 2 | -1/+13 |
| |/ / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Merge topic 'vs-no-regen-external-msproject' | Brad King | 2013-10-07 | 2 | -11/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | VS: Fix CMAKE_SUPPRESS_REGENERATION bad ZERO_CHECK dependency (#14378) | Brad King | 2013-08-28 | 2 | -11/+14 |
|
|
* | | | | | | | | | | | | | | | | | | Merge topic 'PLATFORM_ID-genex' | Brad King | 2013-10-07 | 2 | -0/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Genex: Add the PLATFORM_ID expression. | Stephen Kelly | 2013-08-28 | 2 | -0/+38 |
|
|
* | | | | | | | | | | | | | | | | | | | Merge topic 'automoc-gadget' | Brad King | 2013-10-07 | 1 | -14/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | Search for the Q_GADGET macro for running automoc too. | Stephen Kelly | 2013-08-28 | 1 | -14/+32 |
| | |/ / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | Merge topic 'ADDITIONAL_MAKE_CLEAN_FILES-genex' | Brad King | 2013-10-07 | 1 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | Genex: Evaluate genexes for additional make clean files. | Stephen Kelly | 2013-08-27 | 1 | -1/+9 |
| |/ / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | | Merge topic 'fix-reset-compiler' | Brad King | 2013-10-07 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | Fix resetting the compiler on the command line (#14366). | Stephen Kelly | 2013-08-19 | 1 | -2/+10 |
|
|
* | | | | | | | | | | | | | | | | | | | | Merge topic 'remove-local-typedef' | Brad King | 2013-10-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | remove unused local typedef | Rolf Eike Beer | 2013-08-14 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | | | | | | | | Begin post-2.8.12 development | Brad King | 2013-10-07 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | | | | | | | | CMake 2.8.12v2.8.12 | Brad King | 2013-10-07 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | | | | | | | | Merge branch 'release' | Brad King | 2013-10-07 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | CMake 2.8.12-rc4 | Brad King | 2013-10-01 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'release' | Brad King | 2013-10-01 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|