Brad King 128e63aaf7 ERR: Removed use of std::string != operator due to bug in SGI compiler's library. 23 лет назад
..
CMakeLists.txt 10c9e5b991 ERR: Test for ansi streams may need to use iosfwd for test because some compilers provide an iostream header that is old streams. 23 лет назад
Configure.hxx.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 лет назад
Directory.cxx 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 лет назад
Directory.hxx.in 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 лет назад
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 23 лет назад
RegularExpression.cxx 7dff3a7f69 ENH: Added kwsys library for platform-independent system tools. 23 лет назад
RegularExpression.hxx.in 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 лет назад
StandardIncludes.hxx.in a63e6b5af3 ENH: Removed old (unused) StandardIncludes header. 23 лет назад
SystemTools.cxx 128e63aaf7 ERR: Removed use of std::string != operator due to bug in SGI compiler's library. 23 лет назад
SystemTools.hxx.in b910480e32 ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms. 23 лет назад
kwsys_std.h.in b910480e32 ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms. 23 лет назад
kwsys_std_fstream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 лет назад
kwsys_std_iosfwd.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 лет назад
kwsys_std_iostream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 лет назад
kwsys_std_sstream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 лет назад
test1.cxx 332f402191 ENH: Setup for testing as a stand-alone project. 23 лет назад

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.