Bill Hoffman e15ebb6255 ENH: remove /tmp_mnt in collapse full path 22 years ago
..
Base64.c d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 years ago
Base64.h.in 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
CMakeLists.txt dda94a9693 ERR: Generated source files need access to kwsysPrivate.h. Just copy it to the build tree. 22 years ago
Configure.h.in ef76ed76f8 ENH: Added DLL support. 22 years ago
Configure.hxx.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
Directory.cxx d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 years ago
Directory.hxx.in ef76ed76f8 ENH: Added DLL support. 22 years ago
EncodeExecutable.c d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 years ago
Process.h.in 27289e3267 ENH: Added SetOption/GetOption methods for platform-specific options. 22 years ago
ProcessFwd9x.c 59d886d0f4 ENH: Added show/hide window support. 22 years ago
ProcessUNIX.c ef603d12f9 ENH: Treating SIGBUS as a fault by default. 22 years ago
ProcessWin32.c beda09a96b ENH: Made error message consistent between win9x and non-win9x version of error reporting. 22 years ago
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 22 years ago
RegularExpression.cxx d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 years ago
RegularExpression.hxx.in ef76ed76f8 ENH: Added DLL support. 22 years ago
SystemTools.cxx e15ebb6255 ENH: remove /tmp_mnt in collapse full path 22 years ago
SystemTools.hxx.in 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
kwsysHeaderDump.pl f72483c66a Tool to dump macros for redefining C header namespaces. 22 years ago
kwsysPrivate.h d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 years ago
kwsys_std.h.in c447874091 ENH: Disabled warning 4786. 22 years ago
kwsys_std_fstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_iosfwd.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_iostream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_sstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
test1.cxx 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. 22 years ago
testProcess.c a778cd0f3d ERR: Fixed use of non-constant initializer. 22 years ago

README.txt

KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform. This
library is intended to be shared among many projects.

You are probably reading this file in the source tree of a surrounding
project. In that case, see "../README.kwsys" for details of using
KWSys in your project.