Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules/readme.txt: make lines a bit shorter for easier readability | Alex Neundorf | 2013-03-28 | 1 | -13/+28 |
| | | | | | | | This patch doesn't make them 79 characters long, but at least gets rid of really long lines. While at it, fix spelling of "relevant". Alex | ||||
* | Modules/readme.txt: switch from "XXX" to "Xxx" | Alex Neundorf | 2013-03-28 | 1 | -47/+47 |
| | | | | | | | | | | Using XXX as name of the package is ambiguous, since it can be interpreted as "ALLUPPERCASE" and also as "ExactCase (if the name is already ALLUPPERCASE)". After extensive discussion there is the conclusion that ExactCase is intended, so using a CamelCased name makes that more obvious. Alex | ||||
* | Document CMAKE_FIND_PACKAGE_NAME | Alex Neundorf | 2012-10-04 | 1 | -0/+3 |
| | | | | Alex | ||||
* | find_package: add support for a <package>_NOT_FOUND_MESSAGE variable | Alex Neundorf | 2012-09-28 | 1 | -0/+3 |
| | | | | | | | | If a config-file sets <package>_FOUND to FALSE, it can now give a reason using the variable <package>_NOT_FOUND_MESSAGE, which is used by cmFindPackage and FPHSA. Alex | ||||
* | Modules/readme.txt: fix typo | Alex Neundorf | 2012-09-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | find_package: add documentation for OPTIONAL_COMPONENTS | Alex Neundorf | 2012-03-19 | 1 | -8/+22 |
| | | | | | | | | This patch adds documentation for OPTIONAL_COMPONENTS to cmFindPackage.cxx, and also extends Modules/readme.txt significantly with regard to how components should be handled. Alex | ||||
* | Modules: Add comment and copyright notice validation to readme.txt | Brad King | 2011-04-01 | 1 | -0/+22 |
| | | | | | | Document for module authors how to format the copyright notice and test it. Also provide a hint for previewing the module documentation formatting. | ||||
* | Remove spurious tabs | Kovarththanan Rajaratnam | 2010-04-09 | 1 | -12/+12 |
| | |||||
* | STYLE: minor documentation + typo | Mathieu Malaterre | 2009-11-02 | 1 | -1/+4 |
| | |||||
* | Fix bug#9619 add a link to module maintainers page in readme.txt for Modules | Bill Hoffman | 2009-09-30 | 1 | -0/+4 |
| | |||||
* | STYLE: Note find_package COMPONENTS in modules doc | Brad King | 2009-02-16 | 1 | -2/+3 |
| | | | | | This mentions the COMPONENTS option of find_package in the module author documentation file "Modules/readme.txt". See issue #8539. | ||||
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -7/+12 |
| | | | | | | | | Make the number of version components specified explicitly available. Set variables for unspecified version components to "0" instead of leaving them unset. This simplifies version number handling for find- and config-modules. Also support a fourth "tweak" version component since some packages use them. | ||||
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -7/+8 |
| | | | | | | - Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode. | ||||
* | ENH: Implement version support in the find_package command module mode. ↵ | Brad King | 2008-01-21 | 1 | -1/+17 |
| | | | | Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645. | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -2/+5 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable. | Brad King | 2006-11-01 | 1 | -0/+3 |
| | |||||
* | STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS. | Brad King | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | ENH: Added documentation about XXX_FIND_COMPONENTS for FIND_PACKAGE. | Brad King | 2006-07-21 | 1 | -5/+6 |
| | |||||
* | STYLE: Added note about singular versus plural name for XXX_INCLUDE_DIRS. ↵ | Brad King | 2006-07-18 | 1 | -2/+5 |
| | | | | Added XXX_LIBRARY_DIRS and XXX_YY_INCLUDE_DIR conventions. | ||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -0/+18 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+29 |
| | |||||
* | Add important missing word to documentation | Ian Scott | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | More detailed information about consistent FindXXX.cmake files | Ian Scott | 2002-09-06 | 1 | -10/+21 |
| | |||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 1 | -0/+18 |
FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. |