summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildNameCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
|
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
| | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms.
* Add policy CMP0036 to disallow build_nameBrad King2013-10-221-0/+3
|
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
| | | | | | | | | | | | | | | | | 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/ \+$//'
* 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.
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
|
* ENH: Use the new signatureAndy Cedilnik2003-08-041-2/+1
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-2/+4
| | | | cmRegularExpression.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-6/+6
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH: fix build nameBill Hoffman2002-04-261-1/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Fix: argument was not used.Sebastien Barre2002-01-181-4/+3
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-18/+9
| | | | 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
* changes to better handle old values or hand set valuesKen Martin2001-07-101-1/+21
|
* FIX: BuildName removes path to compiler and converts any illegal charactersJim Miller2001-07-021-7/+7
|
* FIX: added AddDefinition() to store site name and build name in makefile. ↵Jim Miller2001-06-251-0/+2
| | | | | | Also stripped white space from the result of hostname.
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* clean up for build on its ownBill Hoffman2001-05-211-1/+6
|
* BUG: fix compiler nameBill Hoffman2001-05-211-1/+1
|
* ENH: unify make process on unixBill Hoffman2001-05-161-3/+2
|
* ENH: Proper build nameDan Blezek2001-05-041-2/+16
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+73