summaryrefslogtreecommitdiff
path: root/Modules/FindSelfPackers.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* FindSelfPackers: fix typo (#13456)Rolf Eike Beer2012-08-041-1/+1
| | | | Correction by Modestas Vainius.
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: add documentation support for modulesBill Hoffman2005-12-141-4/+3
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-261-1/+1
|
* Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.Sebastien Barre2001-12-041-31/+27
|
* Self-packersSebastien Barre2001-11-091-0/+60