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.
|
před 23 roky |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
před 23 roky |
Ken Martin
|
e0c3d1e959
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
před 23 roky |
Ken Martin
|
0b88e57e54
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
před 23 roky |
Andy Cedilnik
|
3cfca938da
Remove another warning in the python wrapping
|
před 23 roky |
Andy Cedilnik
|
c6017182bf
Add removing of warnings and add comment about the file being generated in CMake
|
před 23 roky |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
před 23 roky |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
před 24 roky |
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.
|
před 24 roky |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
před 24 roky |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
před 24 roky |
Ken Martin
|
0333f15b96
minor fixes
|
před 24 roky |
Sebastien Barre
|
75a24394ea
Wrap abstract class too, as per David Gobbi's request (for the sake of the internal
|
před 24 roky |
Bill Hoffman
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
před 24 roky |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
před 24 roky |
Ken Martin
|
84ea4d85d1
now uses five argument version of wrap commands
|
před 24 roky |
Ken Martin
|
0fe42a9857
various windows fixes
|
před 24 roky |
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
|
před 24 roky |
Berk Geveci
|
44062bf4b7
Better error checking.
|
před 24 roky |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
před 24 roky |
Bill Hoffman
|
9922155423
ENH: rename Invoke to InitialPass
|
před 24 roky |
Berk Geveci
|
8397eb6778
Module name between Unix and Windows got switched by mistake.
|
před 24 roky |
Ken Martin
|
32db59e9a1
unused variable
|
před 24 roky |
Berk Geveci
|
6103324e01
Fixing the module name for Unix.
|
před 24 roky |
Berk Geveci
|
6b37e97cae
Should not use decl if not on Windows.
|
před 24 roky |
Ken Martin
|
6d5508e64b
fixed bug in limiting to source lists
|
před 24 roky |
Ken Martin
|
a99dfa60ae
new set command and IF NOT
|
před 24 roky |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
před 24 roky |
Ken Martin
|
41e1270413
support for debug and opt libraries
|
před 24 roky |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
před 24 roky |