Ken Martin
|
26f509dda7
ENH: deprecate old ITK wrap command
|
20 years ago |
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.
|
20 years ago |
Ken Martin
|
d5d0f17e5c
updated for new custom command
|
22 years ago |
Bill Hoffman
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 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 |
Bill Hoffman
|
a93038c52a
ENH: update to new style MakeDepend
|
23 years ago |
Brad King
|
f33fda6720
ENH: Added generation of --gccxml-compiler argument to GCC-XML for msvc6, msvc7, and nmake makefiles generators.
|
23 years ago |
Brad King
|
61a9bddb4c
ENH: Added generation of --gccxml-cxxflags option to complement --gccxml-compiler.
|
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 |
Brad King
|
3997fdeec3
ENH: Added support to pass the gccxml program location to cable if ITK_GCCXML_EXECUTABLE is set on m_Makefile.
|
23 years ago |
Brad King
|
da9d44f877
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
|
23 years ago |
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
|
23 years ago |
Brad King
|
b272f6455f
ENH: Added dependency hack to support wrapping test.
|
23 years ago |
Brad King
|
8e69c98615
BUG: Need to use CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name.
|
23 years ago |
Brad King
|
a83e8170e9
ENH: Added ITK Tcl wrapping command.
|
23 years ago |