| Commit message (Expand) | Author | Age | Files | Lines |
* | Move helpers functions from cmStringAlgorithms.h to cmValue.h | Marc Chevrier | 2021-09-21 | 1 | -1/+0 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -3/+3 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -3/+4 |
|
|
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 1 | -2/+1 |
|
|
* | cmCommand refactor: cmSiteNameCommand | Gabor Bencze | 2019-08-20 | 1 | -8/+7 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+2 |
|
|
* | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -3/+2 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -6/+6 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+5 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -41/+28 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -1/+1 |
|
|
* | Replace foo.length() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | 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 s... | Andy Cedilnik | 2003-12-29 | 1 | -34/+0 |
|
|
* | 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 cmRegularExpr... | Brad King | 2003-06-23 | 1 | -2/+4 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | 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 HOST... | Sebastien Barre | 2002-01-20 | 1 | -36/+64 |
|
|
* | 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 work... | Sebastien Barre | 2001-10-18 | 1 | -2/+3 |
|
|
* | ENH: change InitialPass to take a const reference to the argument string, to ... | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
|
|
* | 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 c... | Bill Hoffman | 2001-08-08 | 1 | -9/+8 |
|
|
* | FIX: added AddDefinition() to store site name and build name in makefile. Al... | Jim Miller | 2001-06-25 | 1 | -0/+15 |
|
|
* | 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 |
|
|