- 18 Apr, 2001 1 commit
-
-
Brad King authored
ERR: We can't assume a vector iterator is a pointer. It must be dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i"
-
- 17 Apr, 2001 1 commit
-
-
Brad King authored
-
- 16 Apr, 2001 4 commits
-
-
Bill Hoffman authored
-
Brad King authored
ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a set results in a significant performance increase and reduction in memory usage.
-
Jim Miller authored
-
Ken Martin authored
-
- 12 Apr, 2001 3 commits
-
-
Ken Martin authored
-
Brad King authored
ENH: Added individual library linkage output so that shared libraries will not try to link against themselves.
-
Ken Martin authored
-
- 11 Apr, 2001 3 commits
-
-
Brad King authored
-
Brad King authored
ERR: Needed to switch point where CMakeTargets.make is included so that Variables will be available to the targets file.
-
Ken Martin authored
-
- 10 Apr, 2001 1 commit
-
-
Brad King authored
-
- 09 Apr, 2001 4 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
-
Brad King authored
ENH: Added support for spaces in the output directory names. Spaces in the input directory name may work also, but are untested.
-
- 06 Apr, 2001 4 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Jim Miller authored
-
- 04 Apr, 2001 1 commit
-
-
Jim Miller authored
FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2
-
- 28 Mar, 2001 1 commit
-
-
Brad King authored
-
- 23 Mar, 2001 1 commit
-
-
Brad King authored
ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in the current directory. The include path is searched for the files.
-
- 21 Mar, 2001 1 commit
-
-
Brad King authored
-
- 20 Mar, 2001 2 commits
-
-
Brad King authored
ERR: Small bug in generated DSP file fixed. A custom command environment variable has been replaced with explicity writing out the command.
-
Brad King authored
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.
-
- 19 Mar, 2001 6 commits
-
-
Jim Miller authored
-
Brad King authored
ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon.
-
Brad King authored
ERR: Changed generation of rule to generate cable_config.xml to be produced differently for windows and unix.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- 16 Mar, 2001 3 commits
- 15 Mar, 2001 4 commits
-
-
Brad King authored
ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking.
-
Brad King authored
-
Brad King authored
BUG: Moved definition of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their information is known.
-
Brad King authored
BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to order of virtual destructor calls.
-