Brad King
|
c74ce9b218
|
BUG: A variable is not in the cache if it is UNINITIALIZED.
|
2002-11-08 18:05:42 -05:00 |
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.
|
2002-10-23 18:03:27 -04:00 |
Andy Cedilnik
|
f6a1218e10
|
Remove warning
|
2002-10-10 08:11:37 -04:00 |
Ken Martin
|
f990777a60
|
added FORCE option
|
2002-10-09 15:48:59 -04:00 |
Bill Hoffman
|
eb6bba34cd
|
BUG: fix doc string and allow a variable to be promoted from non-cache to cache
|
2002-09-27 16:19:37 -04:00 |
Brad King
|
bd7ffbc258
|
ENH: If SET(VAR) is called with no other arguments, remove the definition of VAR.
|
2002-09-18 10:40:07 -04:00 |
Bill Hoffman
|
4ea0f6b949
|
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
2002-04-02 15:43:23 -05:00 |
Sebastien Barre
|
7e2a78b499
|
FIX: get rid of warnings
|
2002-03-30 17:17:59 -05:00 |
Bill Hoffman
|
dbdb0adce8
|
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
2002-03-29 11:04:19 -05:00 |
Bill Hoffman
|
4651dbcfc6
|
ENH: expand variables in arguments before the commands get them
|
2002-03-05 18:41:24 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Brad King
|
ee86c59cba
|
ENH: Added extra newline in an error message to improve readability.
|
2001-09-20 10:53:34 -04:00 |
Bill Hoffman
|
48febc4ed3
|
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath
|
2001-08-20 09:23:16 -04:00 |
Sebastien Barre
|
4dda26b40a
|
If the value is a path, collapse it (cleaner)
|
2001-08-19 07:36:46 -04:00 |
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
|
2001-08-08 11:54:46 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Bill Hoffman
|
c57d16eb41
|
ENH: add better error checking
|
2001-06-04 18:23:58 -04:00 |
Geoffrey Cross
|
bdfdfb73a2
|
bug meaning that set(a b) just set a to "" and not to b
|
2001-05-25 17:19:04 -04:00 |
Bill Hoffman
|
5731bc9d54
|
ENH: change the syntax of the SET command, fix the combo box for larger strings
|
2001-05-24 12:57:33 -04:00 |
Bill Hoffman
|
650691850b
|
BUG: fix compiler name
|
2001-05-21 10:47:00 -04:00 |
Bill Hoffman
|
cb0af952cf
|
ENH: allow cache to override config file
|
2001-05-18 13:04:36 -04:00 |
Bill Hoffman
|
1cd9ce6f6e
|
ENH: unify make process on unix
|
2001-05-16 15:15:21 -04:00 |
Ken Martin
|
a99dfa60ae
|
new set command and IF NOT
|
2001-05-01 11:16:20 -04:00 |