summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+0
|
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Per-source copyright/license notice headers that spell out copyright holder names and years are hard to maintain and often out-of-date or plain wrong. Precise contributor information is already maintained automatically by the version control tool. Ultimately it is the receiver of a file who is responsible for determining its licensing status, and per-source notices are merely a convenience. Therefore it is simpler and more accurate for each source to have a generic notice of the license name and references to more detailed information on copyright holders and full license terms. Our `Copyright.txt` file now contains a list of Contributors whose names appeared source-level copyright notices. It also references version control history for more precise information. Therefore we no longer need to spell out the list of Contributors in each source file notice. Replace CMake per-source copyright/license notice headers with a short description of the license and links to `Copyright.txt` and online information available from "https://cmake.org/licensing". The online URL also handles cases of modules being copied out of our source into other projects, so we can drop our notices about replacing links with full license text. Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority of the replacements mechanically. Manually fix up shebang lines and trailing newlines in a few files. Manually update the notices in a few files that the script does not handle.
* Source: Stabilize include orderBrad King2016-04-291-0/+1
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* Drop builtin command documentationBrad King2013-10-161-12/+0
| | | | | Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files.
* Speedup find_* commands (#11412)Brad King2010-11-121-2/+7
| | | | | | | Delay computation of the command documentation until it is needed. It is wasteful to do it in the constructor on every call. Inspired-By: Christian Ehrlicher <Ch.Ehrlicher@gmx.de>
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" withAlexander Neundorf2009-05-181-1/+1
| | | | | | | "find_file", otherwise the docs talk about find_path() instead of find_file (patch from Michael Wild, #9047) Alex
* ENH: make commands lower case by defaultKen Martin2007-10-101-1/+1
|
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
|
* ENH: check in new find stuffBill Hoffman2006-03-021-77/+9
|
* ENH: Improved support for user-configured search paths. Paths given in the ↵Brad King2006-01-271-8/+6
| | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
* ENH: move framework stuff from FindFile to FindPathBill Hoffman2005-12-311-79/+0
|
* COMP: Remove shadow variable warningAndy Cedilnik2005-12-301-6/+7
|
* COMP: Remove warningsAndy Cedilnik2005-12-301-0/+3
|
* ENH: make sure -F is not duplicatedBill Hoffman2005-12-271-5/+8
|
* ENH: add framework support to FIND_FILEBill Hoffman2005-12-271-0/+75
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+3
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: add possibility to add doc strings to varibles created by find type ↵Bill Hoffman2001-11-261-5/+21
| | | | commands
* This command should always set the cahce variabel to a filepath not a pathIan Scott2001-10-181-1/+1
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-1/+2
| | | | (like /foo/bar/*).
* BUG: fix return when file is not foundBill Hoffman2001-09-171-1/+5
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-12/+5
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* bug fixesKen Martin2001-04-301-4/+1
|
* better help stringsKen Martin2001-04-271-3/+10
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: add help for cache entriesBill Hoffman2001-04-261-0/+1
|
* bug fixesKen Martin2001-04-261-1/+4
|
* new commandKen Martin2001-02-261-0/+75