CMake/Source/kwsys
2006-04-17 14:13:39 -04: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
Base64.c
Base64.h.in
CMakeLists.txt COMP: Fix compilation on linux (dlopen/dlclose symbols) 2006-04-17 14:13:39 -04:00
CommandLineArguments.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
CTestConfig.cmake
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 win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
Glob.hxx.in ENH: Add support for relative paths and cleanup 2006-03-21 16:02:47 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
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_string.hxx.in
kwsys_stl.hxx.in
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx
kwsysPrivate.h
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c
ProcessWin32.c ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
README.txt
Registry.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
Registry.hxx.in
RegularExpression.cxx STYLE: Make sure to use the proper cast. 2006-03-10 12:01:29 -05:00
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison. 2006-04-13 22:56:32 -04:00
SystemTools.hxx.in ENH: add patch for finding applications on OSX 2006-04-13 11:00:52 -04:00
testCommandLineArguments.cxx STYLE: Make sure to use the proper cast. 2006-03-10 12:01:29 -05:00
testDynamicLoader.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -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

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.