| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: update lua.org links to be HTTPS | Ben Boeckel | 2024-01-01 | 1 | -1/+1 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -8/+18 |
|
|
* | CMakeParseArguments: Remove superfluous includes of CMakeParseArguments | Kyle Edwards | 2018-12-14 | 1 | -2/+0 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global properties | Daniele E. Domenichelli | 2017-02-06 | 1 | -2/+17 |
|
|
* | FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summary | Daniele E. Domenichelli | 2017-02-06 | 1 | -14/+32 |
|
|
* | FeatureSummary: Fix documentation | Daniele E. Domenichelli | 2017-02-06 | 1 | -8/+10 |
|
|
* | FeatureSummary: Refactor to use global properties for package types | Daniele E. Domenichelli | 2017-01-26 | 1 | -70/+171 |
|
|
* | FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFO | Daniele E. Domenichelli | 2017-01-26 | 1 | -2/+12 |
|
|
* | FeatureSummary: Add QUIET_ON_EMPTY option to feature_summary | Daniele E. Domenichelli | 2017-01-26 | 1 | -13/+23 |
|
|
* | FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIES | Daniele E. Domenichelli | 2017-01-26 | 1 | -16/+14 |
|
|
* | FeatureSummary: Add deprecation warnings to deprecated commands | Daniele E. Domenichelli | 2017-01-26 | 1 | -0/+6 |
|
|
* | FeatureSummary: Clean printed output | Daniele E. Domenichelli | 2017-01-26 | 1 | -6/+9 |
|
|
* | Don't include CMakeParseArguments | Daniel Pfeifer | 2017-01-11 | 1 | -3/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | FeatureSummary: Add include() to examples | Brad King | 2016-09-15 | 1 | -0/+2 |
|
|
* | FeatureSummary: Format documentation | Brad King | 2016-09-15 | 1 | -247/+241 |
|
|
* | FeatureSummary: Convert docs to a bracket comment | Brad King | 2016-09-15 | 1 | -265/+266 |
|
|
* | FeatureSummary: Order function implementations the same as the documentation | Brad King | 2016-09-15 | 1 | -77/+73 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -6/+6 |
|
|
* | Modules: Check for ARGC before using ARGV# | Daniele E. Domenichelli | 2015-02-27 | 1 | -2/+8 |
|
|
* | FeatureSummary: Print each feature info only once | Gregor Jasny | 2015-02-23 | 1 | -0/+3 |
|
|
* | FeatureSummary: Fix bracket in documentation. | Christoph GrĂ¼ninger | 2015-01-23 | 1 | -2/+2 |
|
|
* | Modules: Wrap long lines in pre-formatted documentation blocks | Brad King | 2014-11-06 | 1 | -1/+1 |
|
|
* | Modules: Format documentation to avoid over-long preformatted lines | Brad King | 2014-10-22 | 1 | -27/+43 |
|
|
* | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 |
|
|
* | FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUND | Daniele E. Domenichelli | 2014-03-14 | 1 | -0/+2 |
|
|
* | FeatureSummary: Allow to combine and reorder values for the "WHAT" option | Daniele E. Domenichelli | 2014-03-03 | 1 | -17/+39 |
|
|
* | FeatureSummary: Don't list transitive package dependencies | Stephen Kelly | 2014-02-03 | 1 | -0/+6 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -143/+220 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -16/+16 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -189/+189 |
|
|
* | FeatureSummary.cmake: nicer formatting | Alex Neundorf | 2012-05-13 | 1 | -2/+2 |
|
|
* | various typo and formatting fixes in manual pages (#12975) | Modestas Vainius | 2012-02-18 | 1 | -1/+1 |
|
|
* | Don't warn when setting a property multiple times to the same value #12464 | Alex Neundorf | 2011-09-18 | 1 | -2/+2 |
|
|
* | Fix typos in FeatureSummary.cmake (#12462) | Alex Neundorf | 2011-09-18 | 1 | -4/+4 |
|
|
* | Make the formatting of feature_summary output a little better. | Stephen Kelly | 2011-08-27 | 1 | -1/+1 |
|
|
* | FeatureSummary.cmake: update documentation | Alex Neundorf | 2011-07-17 | 1 | -18/+81 |
|
|
* | FeatureSummary.cmake: cosmetics | Alex Neundorf | 2011-07-17 | 1 | -34/+39 |
|
|
* | FeatureSummary.cmake: only higher TYPEs can override previous TYPEs | Alex Neundorf | 2011-07-17 | 1 | -2/+9 |
|
|
* | FeatureSummary.cmake: error out when a REQUIRED package is missing | Alex Neundorf | 2011-07-17 | 1 | -4/+16 |
|
|
* | FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword | Alex Neundorf | 2011-07-17 | 1 | -26/+38 |
|
|
* | FeatureSummary.cmake: remove "comment" field | Alex Neundorf | 2011-07-17 | 1 | -12/+8 |
|
|
* | Extend FeatureSummary: add PURPOSE of package and TYPE | Alex Neundorf | 2011-07-17 | 1 | -29/+167 |
|
|
* | Close ENDFUNCTION() properly with the same name as FUNCTION() | Alex Neundorf | 2010-09-21 | 1 | -1/+1 |
|
|
* | Set a default DESCRIPTION if none is given for ALL mode of feature_summary() | Alex Neundorf | 2010-09-21 | 1 | -2/+6 |
|
|
* | APPEND and not-APPEND mode of feature_summary() were swapped | Alex Neundorf | 2010-09-21 | 1 | -2/+2 |
|
|
* | Add macro ADD_FEATURE_INFO() and improve docs. | Alex Neundorf | 2010-08-25 | 1 | -20/+70 |
|
|
* | Improve wording of the documentation. | Alex Neundorf | 2010-08-24 | 1 | -5/+7 |
|
|