- Jul 07, 2003
-
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- Jul 06, 2003
-
-
Brad King authored
ENH: Using GetTempPath instead of TEMP environment variable to get a location to write the Win9x forwarding executable.
-
- Jul 03, 2003
- Jul 02, 2003
-
-
Brad King authored
-
- Jul 01, 2003
-
-
Brad King authored
ERR: Added casts to remove type conversion warnings. Pointer differences can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long.
-
Brad King authored
-
Brad King authored
-
Brad King authored
ERR: Reduced requirements on preprocessor for export macro due to limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers.
-
Brad King authored
-
- Jun 30, 2003
- Jun 29, 2003
-
-
Andy Cedilnik authored
-
- Jun 26, 2003
-
-
Brad King authored
-
- Jun 25, 2003
- Jun 24, 2003
-
-
Bill Lorensen authored
-
Ken Martin authored
-
Ken Martin authored
-
Brad King authored
-
- Jun 23, 2003
- Jun 20, 2003
-
-
Brad King authored
-
- Jun 19, 2003
-
-
Brad King authored
-
- Jun 18, 2003
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Removed Exception_Abort because there is no windows version. Also made ExitValue consistent with windows when a signal kills the process.
-
Brad King authored
-
Brad King authored
ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype.
-
- Jun 12, 2003
- Jun 11, 2003
-
-
Brad King authored
ENH: EXECUTABLE_OUTPUT_PATH is now always set to get around cmake 1.6.7 dependency problems. Moved default header directory inside the build tree instead of up one level. User projects can now set the header directory.
-