Andy Cedilnik
|
2ccce878a3
|
ENH: Cleanups
|
22 years ago |
Ken Martin
|
eee69632d6
|
minor bug fix
|
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 |
Ken Martin
|
b8be208408
|
updated to match the SET
|
23 years ago |
Ken Martin
|
7b5a8762c6
|
modified how source files store properties
|
23 years ago |
Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
24 years ago |
Bill Hoffman
|
8b3b49a010
|
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
24 years ago |
Bill Hoffman
|
4651dbcfc6
|
ENH: expand variables in arguments before the commands get them
|
24 years ago |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
24 years ago |
Bill Hoffman
|
445f122a92
|
ENH: add error checking
|
24 years ago |
Sebastien Barre
|
229b9064d1
|
Expand variables in all target args
|
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 |
Ken Martin
|
43ac1a3a86
|
added add dependencies command
|
24 years ago |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
25 years ago |
Ken Martin
|
dbebd0a276
|
added install rules
|
25 years ago |
Brad King
|
0829faa9e1
|
ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly.
|
25 years ago |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
25 years ago |
Bill Hoffman
|
2c1fb789d7
|
ENH: add help for cache entries
|
25 years ago |
Jim Miller
|
e963dcaa8f
|
FIX: allow ADD_LIBRARY with no source list
|
25 years ago |
Ken Martin
|
e40aaa57c3
|
some bug fixes
|
25 years ago |
Ken Martin
|
865ec96644
|
major changes to support multiple libraries and source lists
|
25 years ago |
Brad King
|
8c087d0e7a
|
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
25 years ago |
Brad King
|
be4db9150c
|
ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking.
|
25 years ago |
Will Schroeder
|
658614ff6a
|
ENH:Reworked CMake for consistency
|
25 years ago |
Will Schroeder
|
0ce5ac760b
|
ENH:Documentation and cleanups
|
25 years ago |
Bill Hoffman
|
c54a05bfc7
|
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files.
|
25 years ago |