- 27 Sep, 2016 1 commit
-
-
Brad King authored
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 lin...
-
- 16 Jun, 2016 1 commit
-
-
Daniel Pfeifer authored
-
- 29 Apr, 2016 1 commit
-
-
Brad King authored
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.
-
- 16 Oct, 2013 1 commit
-
-
Brad King authored
Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files.
-
- 12 Nov, 2010 1 commit
-
-
Brad King authored
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>
-
- 01 Oct, 2009 1 commit
-
-
Bill Hoffman authored
-
- 28 Sep, 2009 1 commit
-
-
Brad King authored
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.
-
- 18 May, 2009 1 commit
-
-
Alexander Neundorf authored
"find_file", otherwise the docs talk about find_path() instead of find_file (patch from Michael Wild, #9047) Alex
-
- 10 Oct, 2007 1 commit
-
-
Ken Martin authored
-
- 10 May, 2006 1 commit
-
-
Ken Martin authored
-
- 02 Mar, 2006 1 commit
-
-
Bill Hoffman authored
-
- 27 Jan, 2006 1 commit
-
-
Brad King authored
ENH: Improved support for user-configured search paths. Paths given in the 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.
-
- 30 Dec, 2005 3 commits
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 27 Dec, 2005 2 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 10 Aug, 2003 1 commit
-
-
Ken Martin authored
-
- 31 Jan, 2003 1 commit
-
-
Bill Hoffman authored
-
- 11 Dec, 2002 1 commit
-
-
Brad King authored
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
-
- 23 Oct, 2002 1 commit
-
-
Brad King authored
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
-
- 29 Mar, 2002 1 commit
-
-
Bill Hoffman authored
-
- 13 Mar, 2002 1 commit
-
-
Bill Hoffman authored
-
- 05 Mar, 2002 1 commit
-
-
Bill Hoffman authored
-
- 21 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 26 Nov, 2001 1 commit
-
-
Bill Hoffman authored
-
- 18 Oct, 2001 1 commit
-
-
Ian Scott authored
-
- 20 Sep, 2001 2 commits
-
-
Bill Hoffman authored
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
-
Brad King authored
-
- 17 Sep, 2001 1 commit
-
-
Bill Hoffman authored
-
- 08 Aug, 2001 1 commit
-
-
Bill Hoffman authored
ENH: big change, only allow commands access to the cache via the cmMakefile 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
-
- 06 Jun, 2001 1 commit
-
-
Bill Hoffman authored
-
- 30 Apr, 2001 1 commit
-
-
Ken Martin authored
-
- 27 Apr, 2001 2 commits
-
-
Ken Martin authored
-
Will Schroeder authored
-
- 26 Apr, 2001 2 commits
-
-
Bill Hoffman authored
-
Ken Martin authored
-
- 26 Feb, 2001 1 commit
-
-
Ken Martin authored
-
- 23 Feb, 2001 1 commit
-
-
Brad King authored
-
- 19 Feb, 2001 1 commit
-
-
Bill Hoffman authored
-