Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 years ago |
Stephen Kelly
|
f081c5bddd
cmState: Move CacheEntryType enum from cmCacheManager.
|
10 years ago |
Stephen Kelly
|
1f2c12ebd1
cmMakefile: Remove cache version accessors.
|
10 years ago |
Brad King
|
3347c5e4f9
Revert topic 'refactor-cache-api'
|
10 years ago |
Stephen Kelly
|
08c642c6ae
cmMakefile: Remove cache version accessors.
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
178b9af186
Add policy CMP0034 to disallow utility_source
|
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 |
Brad King
|
b41a548d86
Add parentheses around '&&' between '||' for gcc
|
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 |
Alexander Neundorf
|
a793daf228
|
18 years ago |
Alexander Neundorf
|
61d3444f93
|
18 years ago |
Ken Martin
|
cac30b5ff8
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 years ago |
Brad King
|
99f3b37f9c
BUG: Hack to support building existing trees with UTILITY_SOURCE commands and the new VS generator directory structure.
|
20 years ago |
Bill Hoffman
|
b41d447935
ENH: use GetRequiredDefinition instead of GetDefinition and crash
|
21 years ago |
Ken Martin
|
8b8766d246
fix for utility command without EXECUTABLE_OUTPUT_PATH
|
22 years ago |
Brad King
|
4888c088ae
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 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
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
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
|
333e2dbf63
BUG: can not Add a definition that you just got
|
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 |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
Bill Hoffman
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |