Brad King
|
eb7b7dc104
BUG: Removed extra newlines from help text.
|
22 years ago |
Brad King
|
1cecf7b5aa
ENH: Added support to write multiple help options with one command line. Output files can now also be specified for the help options.
|
22 years ago |
Brad King
|
b85f000e26
ERR: Removed useless set.
|
22 years ago |
Brad King
|
91f8f88490
ENH: Made ADD_DEPENDENCIES available from bootstrapped cmake. It will be needed to build cmake.
|
22 years ago |
Brad King
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 years ago |
Brad King
|
cbb1de923a
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.
|
22 years ago |
Andy Cedilnik
|
2a6e9970b3
ENH: Fix bootstrap to include ProcessUNIX.c
|
22 years ago |
Andy Cedilnik
|
372d2cbea9
ENH: Start working on a general file manipulation command
|
22 years ago |
Andy Cedilnik
|
197368d9e7
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
|
22 years ago |
Andy Cedilnik
|
42731475dc
Initial import of VIM syntax highlighting file
|
22 years ago |
Brad King
|
78edd51671
ENH: Made call to FormatMessage more robust.
|
22 years ago |
Brad King
|
7479303e01
ENH: Using new Process SetWorkingDirectory method instead of manually implementing it.
|
22 years ago |
Brad King
|
b5fec4a3c8
ENH: Implemented SetWorkingDirectory method.
|
22 years ago |
Brad King
|
2b8bfb3b5d
ENH: Implemented SetWorkingDirectory method on Windows.
|
22 years ago |
Brad King
|
ccc629702c
ENH: Using kwsys Process implementation to implement RunCommand.
|
22 years ago |
Andy Cedilnik
|
125b795637
ENH: Start working on Working Directory support
|
22 years ago |
Brad King
|
179abe7ffe
ENH: Using GetTempPath instead of TEMP environment variable to get a location to write the Win9x forwarding executable.
|
22 years ago |
Brad King
|
33566642a0
BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces.
|
22 years ago |
Bill Hoffman
|
f22a4a908d
ENH: add linker flags
|
22 years ago |
Bill Hoffman
|
711febc82d
ENH: null terminate at the end of the list
|
22 years ago |
Brad King
|
edcaaabe99
BUG: Install target for standard header wrappers must point at the std subdirectory in the installation.
|
22 years ago |
Andy Cedilnik
|
2b9ed4d9d7
ENH: Add proper links to bugtracker
|
22 years ago |
Andy Cedilnik
|
735abecdcf
ENH: Add links to bugtracker
|
22 years ago |
Brad King
|
f24a0f17ea
ERR: Added cast to remove warning. We know the length of the string will not be beyond 2^31.
|
22 years ago |
Brad King
|
cee10ceebd
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.
|
22 years ago |
Brad King
|
6b1770932e
ERR: Should use %p to pass HANDLE values on a command line, not %d.
|
22 years ago |
Brad King
|
84b6583fca
ERR: Removed unreachable code.
|
22 years ago |
Brad King
|
83aa7b6b0b
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.
|
22 years ago |
Brad King
|
11de69901e
ERR: Added explicit cast from size_t to int. We know that the data will not be out of range.
|
22 years ago |
Andy Cedilnik
|
6c66cdd28d
ERR: Fix changes in kwsys for Configure.h and StandardIncludes.hxx
|
22 years ago |