Brad King 8f8cc16ea3 BUG: Removed CloseHandle in case of error in DuplicateHandle. According to documentation, DuplicateHandle will close the source handle regardless of error condition. 22 ani în urmă
..
Base64.c d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 ani în urmă
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 ani în urmă
CMakeLists.txt dda94a9693 ERR: Generated source files need access to kwsysPrivate.h. Just copy it to the build tree. 22 ani în urmă
Configure.h.in ef76ed76f8 ENH: Added DLL support. 22 ani în urmă
Configure.hxx.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 ani în urmă
Directory.cxx d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 ani în urmă
Directory.hxx.in ef76ed76f8 ENH: Added DLL support. 22 ani în urmă
EncodeExecutable.c d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 ani în urmă
Process.h.in 27289e3267 ENH: Added SetOption/GetOption methods for platform-specific options. 22 ani în urmă
ProcessFwd9x.c 59d886d0f4 ENH: Added show/hide window support. 22 ani în urmă
ProcessUNIX.c ef603d12f9 ENH: Treating SIGBUS as a fault by default. 22 ani în urmă
ProcessWin32.c 8f8cc16ea3 BUG: Removed CloseHandle in case of error in DuplicateHandle. According to documentation, DuplicateHandle will close the source handle regardless of error condition. 22 ani în urmă
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 22 ani în urmă
RegularExpression.cxx d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 ani în urmă
RegularExpression.hxx.in ef76ed76f8 ENH: Added DLL support. 22 ani în urmă
SystemTools.cxx 96e8cd82c7 ENH: put the system path after the paths specified on to the FIND command 22 ani în urmă
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 ani în urmă
kwsysHeaderDump.pl f72483c66a Tool to dump macros for redefining C header namespaces. 22 ani în urmă
kwsysPrivate.h d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 22 ani în urmă
kwsys_std.h.in c447874091 ENH: Disabled warning 4786. 22 ani în urmă
kwsys_std_fstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 ani în urmă
kwsys_std_iosfwd.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 ani în urmă
kwsys_std_iostream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 ani în urmă
kwsys_std_sstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 ani în urmă
test1.cxx 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. 22 ani în urmă
testProcess.c a778cd0f3d ERR: Fixed use of non-constant initializer. 22 ani în urmă

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.