Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'break-command-strictness' | Brad King | 2014-11-26 | 3 | -0/+24 |
|\ | |||||
| * | break: Add policy CMP0055 to check calls strictly | Gregor Jasny | 2014-11-25 | 3 | -0/+24 |
* | | Merge topic 'remove-developer-forbidden-API' | Brad King | 2014-11-26 | 1 | -26/+0 |
|\ \ | |/ |/| | |||||
| * | Remove note disallowing use of some string and vector API. | Stephen Kelly | 2014-11-25 | 1 | -26/+0 |
* | | Merge topic 'custom-command-byproducts' | Brad King | 2014-11-25 | 1 | -0/+7 |
|\ \ | |/ |/| | |||||
| * | Help: Add notes for topic 'custom-command-byproducts' | Brad King | 2014-11-25 | 1 | -0/+7 |
* | | Merge topic 'doc-drop-borland-workaround' | Brad King | 2014-11-25 | 1 | -22/+0 |
|\ \ | |||||
| * | | Remove disallowed feature which Borland did not accept. | Stephen Kelly | 2014-11-25 | 1 | -22/+0 |
* | | | Merge topic 'remove-ancient-msvc-workarounds' | Brad King | 2014-11-25 | 1 | -7/+1 |
|\ \ \ | |/ / | |||||
| * | | Help: Update developer manual with some C++ features now permitted. | Stephen Kelly | 2014-11-20 | 1 | -7/+1 |
* | | | Merge topic 'improve-INTERFACE-property-docs' | Brad King | 2014-11-25 | 16 | -75/+188 |
|\ \ \ | |||||
| * | | | Help: Warn that paths should not be used in INTERFACE_ build properties. | Stephen Kelly | 2014-11-25 | 10 | -0/+109 |
| * | | | Help: Fix typo in genex in documentation. | Stephen Kelly | 2014-11-22 | 1 | -1/+1 |
| * | | | Help: Use a property-specific command instead of the generic one. | Stephen Kelly | 2014-11-22 | 1 | -2/+2 |
| * | | | Help: Make remaining build property docs consistent. | Stephen Kelly | 2014-11-22 | 2 | -7/+16 |
| * | | | Help: Link to target_link_libraries from target properies. | Stephen Kelly | 2014-11-22 | 2 | -2/+4 |
| * | | | Help: Format the LINK_INTERFACE_LIBRARIES target properies. | Stephen Kelly | 2014-11-22 | 2 | -12/+15 |
| * | | | Help: Unify the help text of INTERFACE_ build properties. | Stephen Kelly | 2014-11-22 | 5 | -51/+41 |
| |/ / | |||||
* | | | Merge topic 'custom-command-byproducts' | Brad King | 2014-11-25 | 2 | -0/+45 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 2 | -0/+45 |
* | | Merge topic 'doc-target_include_directories-fixup' | Brad King | 2014-11-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | Help: target_include_directories does not allow target names | Brad King | 2014-11-17 | 1 | -2/+2 |
* | | | Merge topic 'console-pool' | Brad King | 2014-11-17 | 3 | -3/+24 |
|\ \ \ | | |/ | |/| | |||||
| * | | Help: Add notes for topic 'console-pool' | Peter Collingbourne | 2014-11-14 | 1 | -0/+8 |
| * | | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 2 | -3/+16 |
* | | | Merge topic 'vs14-is-2015' | Brad King | 2014-11-17 | 3 | -7/+7 |
|\ \ \ | |||||
| * | | | VS: Rename VS 14 generator to 'Visual Studio 14 2015' | Brad King | 2014-11-14 | 3 | -7/+7 |
| * | | | Merge branch 'emacs-mode-underscore-in-symbol' into release | Brad King | 2014-11-12 | 1 | -0/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into release | Brad King | 2014-11-12 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'doc-cleanup-xrefs' into release | Brad King | 2014-11-07 | 3 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'doc-formatting' into release | Brad King | 2014-11-07 | 1 | -1/+2 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'string-SUBSTRING-truncate' | Brad King | 2014-11-17 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | string: Tolerate SUBSTRING length exceeding end index | Domen Vrankar | 2014-11-13 | 1 | -1/+6 |
* | | | | | | | | Help: Document add_custom_command marking outputs GENERATED | Brad King | 2014-11-14 | 1 | -0/+2 |
* | | | | | | | | Help: Revise and format 'add_custom_target' docs | Brad King | 2014-11-13 | 1 | -29/+64 |
* | | | | | | | | Merge topic 'add-FindIntl' | Brad King | 2014-11-13 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Help: Add notes for topic 'add-FindIntl' | Brad King | 2014-11-13 | 1 | -0/+5 |
* | | | | | | | | Merge topic 'add-FindIntl' | Brad King | 2014-11-13 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | FindIntl: New module to find Gettext libintl | Roger Leigh | 2014-11-11 | 2 | -0/+2 |
* | | | | | | | | Merge topic 'doc-install-SCRIPT-CODE-COMPONENT' | Brad King | 2014-11-13 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956) | Brad King | 2014-11-13 | 1 | -1/+2 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ExternalProject_UPDATE_DISCONNECTED' | Brad King | 2014-11-13 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Add notes for topic 'ExternalProject_UPDATE_DISCONNECTED' | Brad King | 2014-11-13 | 1 | -0/+6 |
* | | | | | | | | | Merge topic 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' | Brad King | 2014-11-12 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246) | Brad King | 2014-11-12 | 1 | -0/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'emacs-mode-underscore-in-symbol' | Brad King | 2014-11-12 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Help: Add 3.1 release note Emacs mode update | Brad King | 2014-11-12 | 1 | -0/+4 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'doc-FindITK-FindVTK-relnotes' into release | Brad King | 2014-11-07 | 1 | -4/+11 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'doc-cleanup-xrefs' | Brad King | 2014-11-07 | 3 | -4/+4 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Help: Fix broken cross-references reported by 'nitpicky' option | Brad King | 2014-11-07 | 3 | -4/+4 |
| |/ / / / / |