Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added generation of --gccxml-compiler argument to GCC-XML for msvc6, ↵ | Brad King | 2002-11-05 | 1 | -0/+35 |
| | | | | msvc7, and nmake makefiles generators. | ||||
* | ENH: Added generation of --gccxml-cxxflags option to complement ↵ | Brad King | 2002-10-28 | 1 | -0/+4 |
| | | | | --gccxml-compiler. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: Added support to pass the gccxml program location to cable if ↵ | Brad King | 2002-10-01 | 1 | -0/+6 |
| | | | | ITK_GCCXML_EXECUTABLE is set on m_Makefile. | ||||
* | BUG: Only one generated Tcl wrapper source was getting added to the ↵ | Brad King | 2002-07-26 | 1 | -6/+6 |
| | | | | package's library. | ||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -3/+5 |
| | | | | 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 | ||||
* | ENH: Added dependency hack to support wrapping test. | Brad King | 2002-05-08 | 1 | -2/+9 |
| | |||||
* | BUG: Need to use CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name. | Brad King | 2002-05-08 | 1 | -3/+6 |
| | |||||
* | ENH: Added ITK Tcl wrapping command. | Brad King | 2002-05-08 | 1 | -0/+152 |