CMake/Source/kwsys
Sebastien Barre d82c979787 ENH: the arguments to this function were not checked in a robust way 2006-03-21 17:47:11 -05:00
..
Base64.c
Base64.h.in
CMakeLists.txt ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere. 2006-03-16 16:04:05 -05:00
CTestConfig.cmake
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx ENH: Use const char where it should have been. At same time fix Bug#2958 2006-03-17 12:06:41 -05:00
Directory.hxx.in ENH: Use const char where it should have been. At same time fix Bug#2958 2006-03-17 12:06:41 -05:00
DynamicLoader.cxx ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 2006-03-16 11:01:05 -05:00
DynamicLoader.hxx.in COMP: Fix problem with namespace 2006-03-16 11:21:01 -05:00
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx ENH: Add support for relative paths and cleanup 2006-03-21 16:02:47 -05:00
Glob.hxx.in ENH: Add support for relative paths and cleanup 2006-03-21 16:02:47 -05:00
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c
ProcessWin32.c
README.txt
Registry.cxx
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx ENH: the arguments to this function were not checked in a robust way 2006-03-21 17:47:11 -05:00
SystemTools.hxx.in ENH: Use const char where it should have been. At same time fix Bug#2958 2006-03-17 12:06:41 -05:00
auto_ptr.hxx.in COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one. 2006-03-16 17:26:28 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testCommandLineArguments.cxx
testDynamicLoader.cxx ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 2006-03-16 11:01:05 -05:00
testDynload.c ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 2006-03-16 11:01:05 -05:00
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c
testRegistry.cxx
testSystemTools.bin
testSystemTools.cxx
testSystemTools.h.in BUG: Do the proper path 2006-03-10 15:38:35 -05:00

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, so it has a
configurable namespace.  Each project should configure KWSys to use a
namespace unique to itself.  See comments in CMakeLists.txt for
details.

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.