Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 年之前 |
Brad King
|
658d38e0af
COMP: Added missing includes. This partially addresses bug#3556.
|
19 年之前 |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 年之前 |
Andy Cedilnik
|
634343c3e8
STYLE: Fix some style issues
|
20 年之前 |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 年之前 |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 年之前 |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
21 年之前 |
Brad King
|
b6da1d1271
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
|
21 年之前 |
Andy Cedilnik
|
b1a7421840
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
22 年之前 |
Andy Cedilnik
|
2ccce878a3
ENH: Cleanups
|
22 年之前 |
Andy Cedilnik
|
e093bdade0
ENH: Fix compatibility
|
22 年之前 |
Andy Cedilnik
|
7eb7973393
ERR: Fix error on bad C++ compiler that do not handle return void
|
22 年之前 |
Andy Cedilnik
|
8327883f3f
ENH: Add DisplayStatus
|
22 年之前 |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 年之前 |
Brad King
|
10931b5e66
ENH: Added return type int to ExecuteCommand.
|
23 年之前 |
Ken Martin
|
ad8504701e
fixed warnings
|
23 年之前 |
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 年之前 |
Ken Martin
|
c3474d4257
added a Free method
|
23 年之前 |
Ken Martin
|
f67643112c
added another func
|
23 年之前 |
Ken Martin
|
1d74cb3e35
added another func
|
23 年之前 |
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 年之前 |
Ken Martin
|
abf3337888
some mods to the plugin API
|
23 年之前 |
Brad King
|
ce65c54d7a
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 年之前 |
Ken Martin
|
b64c6bba11
extern C fixes
|
23 年之前 |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 年之前 |
Ken Martin
|
d99454cba4
now uses stubs
|
23 年之前 |
Ken Martin
|
13d4f89dfe
compiler warnings
|
23 年之前 |
Ken Martin
|
2fc458ecce
minor warning fix
|
23 年之前 |
Ken Martin
|
0401303263
fixed some warnings
|
23 年之前 |
Ken Martin
|
9f870d3efb
minor bug
|
23 年之前 |