summaryrefslogtreecommitdiff
path: root/Modules/FeatureSummary.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-8/+18
* CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-131-2/+0
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global propertiesDaniele E. Domenichelli2017-02-061-2/+17
* FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summaryDaniele E. Domenichelli2017-02-061-14/+32
* FeatureSummary: Fix documentationDaniele E. Domenichelli2017-02-061-8/+10
* FeatureSummary: Refactor to use global properties for package typesDaniele E. Domenichelli2017-01-261-70/+171
* FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFODaniele E. Domenichelli2017-01-261-2/+12
* FeatureSummary: Add QUIET_ON_EMPTY option to feature_summaryDaniele E. Domenichelli2017-01-261-13/+23
* FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIESDaniele E. Domenichelli2017-01-261-16/+14
* FeatureSummary: Add deprecation warnings to deprecated commandsDaniele E. Domenichelli2017-01-261-0/+6
* FeatureSummary: Clean printed outputDaniele E. Domenichelli2017-01-261-6/+9
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-3/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* FeatureSummary: Add include() to examplesBrad King2016-09-151-0/+2
* FeatureSummary: Format documentationBrad King2016-09-151-247/+241
* FeatureSummary: Convert docs to a bracket commentBrad King2016-09-151-265/+266
* FeatureSummary: Order function implementations the same as the documentationBrad King2016-09-151-77/+73
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-6/+6
* Modules: Check for ARGC before using ARGV#Daniele E. Domenichelli2015-02-271-2/+8
* FeatureSummary: Print each feature info only onceGregor Jasny2015-02-231-0/+3
* FeatureSummary: Fix bracket in documentation.Christoph GrĂ¼ninger2015-01-231-2/+2
* Modules: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-061-1/+1
* Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-221-27/+43
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-2/+2
* FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUNDDaniele E. Domenichelli2014-03-141-0/+2
* FeatureSummary: Allow to combine and reorder values for the "WHAT" optionDaniele E. Domenichelli2014-03-031-17/+39
* FeatureSummary: Don't list transitive package dependenciesStephen Kelly2014-02-031-0/+6
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-143/+220
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-16/+16
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-189/+189
* FeatureSummary.cmake: nicer formattingAlex Neundorf2012-05-131-2/+2
* various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-1/+1
* Don't warn when setting a property multiple times to the same value #12464Alex Neundorf2011-09-181-2/+2
* Fix typos in FeatureSummary.cmake (#12462)Alex Neundorf2011-09-181-4/+4
* Make the formatting of feature_summary output a little better.Stephen Kelly2011-08-271-1/+1
* FeatureSummary.cmake: update documentationAlex Neundorf2011-07-171-18/+81
* FeatureSummary.cmake: cosmeticsAlex Neundorf2011-07-171-34/+39
* FeatureSummary.cmake: only higher TYPEs can override previous TYPEsAlex Neundorf2011-07-171-2/+9
* FeatureSummary.cmake: error out when a REQUIRED package is missingAlex Neundorf2011-07-171-4/+16
* FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keywordAlex Neundorf2011-07-171-26/+38
* FeatureSummary.cmake: remove "comment" fieldAlex Neundorf2011-07-171-12/+8
* Extend FeatureSummary: add PURPOSE of package and TYPEAlex Neundorf2011-07-171-29/+167
* Close ENDFUNCTION() properly with the same name as FUNCTION()Alex Neundorf2010-09-211-1/+1
* Set a default DESCRIPTION if none is given for ALL mode of feature_summary()Alex Neundorf2010-09-211-2/+6
* APPEND and not-APPEND mode of feature_summary() were swappedAlex Neundorf2010-09-211-2/+2
* Add macro ADD_FEATURE_INFO() and improve docs.Alex Neundorf2010-08-251-20/+70
* Improve wording of the documentation.Alex Neundorf2010-08-241-5/+7
* Improve documentation.Alex Neundorf2010-08-241-21/+57