- 07 Jul, 2003 14 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
-
Brad King authored
BUG: Parsing of arguments from string by RunCommand before passing to Process execution does not work with backslashes in path names. Until this is fixed, we cannot use Process execution from kwsys.
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- 06 Jul, 2003 1 commit
-
-
Brad King authored
ENH: Using GetTempPath instead of TEMP environment variable to get a location to write the Win9x forwarding executable.
-
- 03 Jul, 2003 4 commits
-
-
Brad King authored
BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
BUG: Install target for standard header wrappers must point at the std subdirectory in the installation.
-
- 02 Jul, 2003 3 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
- 01 Jul, 2003 5 commits
-
-
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
-
- 30 Jun, 2003 9 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
Ken Martin authored
-
Brad King authored
-
Andy Cedilnik authored
ENH: Fix checking for C++ compiler on Mac, remove cmConfigure.h.tmp, so that nothing bad can happen if configure is interrupted, reports kwsys sources in cmConfigure.h
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- 29 Jun, 2003 3 commits
-
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
-
- 27 Jun, 2003 1 commit
-
-
Brad King authored
ERR: Disabling multiply defined symbols warning for linking executables on IRIX. The compiler's prelinker does not add weak symbols, so template instantiations are duplicated.
-