Brad King
|
356c26ebdf
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
|
10 years ago |
Stephen Kelly
|
f081c5bddd
cmState: Move CacheEntryType enum from cmCacheManager.
|
10 years ago |
Stephen Kelly
|
5f69314ea6
Replace foo.length() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
6c9194488a
Add policy CMP0036 to disallow build_name
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Andy Cedilnik
|
32c2ed2ef3
ENH: Use the new signature
|
22 years ago |
Brad King
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
Brad King
|
1f6a3c67b1
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.
|
23 years ago |
Bill Hoffman
|
991b551595
ENH: fix build name
|
23 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Sebastien Barre
|
99c9d77f21
Fix: argument was not used.
|
24 years ago |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 years ago |
Bill Hoffman
|
db1303aa7d
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
|
24 years ago |
Ken Martin
|
e0fa3f281c
changes to better handle old values or hand set values
|
24 years ago |
Jim Miller
|
c453f2fc7a
FIX: BuildName removes path to compiler and converts any illegal characters
|
24 years ago |
Jim Miller
|
d2c2cf3296
FIX: added AddDefinition() to store site name and build name in makefile. Also stripped
|
24 years ago |
Bill Hoffman
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
Bill Hoffman
|
4ea1c51eba
clean up for build on its own
|
24 years ago |
Bill Hoffman
|
650691850b
BUG: fix compiler name
|
24 years ago |
Bill Hoffman
|
1cd9ce6f6e
ENH: unify make process on unix
|
24 years ago |
Dan Blezek
|
1349d06e78
ENH: Proper build name
|
24 years ago |
Bill Hoffman
|
8a21493f56
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
24 years ago |