Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -1/+1 |
| | | | | | No behaviour change, this prepares for adding a flag to skip the merging of output streams. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
| | |||||
* | BUG: fix for bug 689 | Bill Hoffman | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | ENH: Do not use nslookup. All we really care is hostname. If somebody wants ↵ | Andy Cedilnik | 2003-12-29 | 1 | -34/+0 |
| | | | | something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions | ||||
* | ENH: Use new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -2/+4 |
| | | | | cmRegularExpression. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: look for nslookup and hostname in the right places | Bill Hoffman | 2002-04-26 | 1 | -3/+10 |
| | |||||
* | fix up hostname for windows | Bill Hoffman | 2002-04-25 | 1 | -4/+12 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | FIX: if the 'hostname' and 'nslookup' commands were not found from their ↵ | Sebastien Barre | 2002-01-20 | 1 | -36/+64 |
| | | | | HOSTNAME and NSLOOKUP cache definition, hard-coded values were used instead, thus causing pb if the corresponding progs were not in the PATH (RunCommand). Now use FindProgram() to be sure to find both, otherwise do nothing and set the site name to "unknown" (arbitrary. could be empty string ? or error ?). | ||||
* | Fix: argument was not used. | Sebastien Barre | 2002-01-18 | 1 | -2/+2 |
| | |||||
* | SITE_NAME should return the most qualified name of the host. If nslookup ↵ | Sebastien Barre | 2001-10-18 | 1 | -2/+3 |
| | | | | works, now the domain is appended to the hostname (whereas it *replaced* the host name before) | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | ENH: drop the case of the site name. This makes it consistent with Dart's usage. | Bill Lorensen | 2001-09-12 | 1 | -2/+2 |
| | |||||
* | BUG: can not Add a definition that you just got | Bill Hoffman | 2001-08-08 | 1 | -1/+0 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -9/+8 |
| | | | | 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 | ||||
* | FIX: added AddDefinition() to store site name and build name in makefile. ↵ | Jim Miller | 2001-06-25 | 1 | -0/+15 |
| | | | | | | Also stripped white space from the result of hostname. | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: Correct sitename | Dan Blezek | 2001-05-04 | 1 | -1/+5 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -0/+94 |