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

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.