- 27 Apr, 2001 12 commits
-
-
Brad King authored
BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
-
Ken Martin authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Will Schroeder authored
-
Ken Martin authored
-
Will Schroeder authored
-
Will Schroeder authored
-
- 26 Apr, 2001 6 commits
-
-
Ken Martin authored
-
Ken Martin authored
-
Brad King authored
ENH: Changed WriteConfiguration to non-const so it can do error checking. Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
-
Bill Hoffman authored
-
Ken Martin authored
-
Ken Martin authored
-
- 25 Apr, 2001 7 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Brad King authored
BUG: Fixed output of dependencies. It needs to loop over the makefile's targets, not the source lists.
-
Brad King authored
-
Ken Martin authored
-
- 24 Apr, 2001 6 commits
-
-
Brad King authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
- 23 Apr, 2001 5 commits
-
-
Bill Hoffman authored
-
Ken Martin authored
-
Ken Martin authored
-
Dan Blezek authored
-
Brad King authored
-
- 19 Apr, 2001 2 commits
-
-
Ken Martin authored
-
Ken Martin authored
-
- 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
-