CMake/Source/kwsys
Brad King 9ba9141e7e Merge branch 'upstream-kwsys' into update-kwsys 2014-03-07 15:22:35 -05:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt Merge branch 'upstream-kwsys' into update-kwsys 2014-03-07 15:22:35 -05:00
CPU.h.in
CTestConfig.cmake
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Copyright.txt
Directory.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Directory.hxx.in
DynamicLoader.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
DynamicLoader.hxx.in
Encoding.h.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Encoding.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
EncodingC.c Merge branch 'upstream-kwsys' into update-kwsys 2013-12-19 10:44:29 -05:00
EncodingCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
ExtraTest.cmake.in
FStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
FStream.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
FundamentalType.h.in
Glob.cxx
Glob.hxx.in
IOStream.cxx
IOStream.hxx.in
MD5.c
MD5.h.in
Process.h.in
ProcessUNIX.c Merge branch 'upstream-kwsys' into update-kwsys 2013-12-19 10:44:29 -05:00
ProcessWin32.c Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
README.txt
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
String.c
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
SystemInformation.hxx.in
SystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Terminal.c Merge branch 'upstream-kwsys' into update-kwsys 2014-01-03 10:21:07 -05:00
Terminal.h.in
auto_ptr.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
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
testAutoPtr.cxx
testCommandLineArguments.cxx
testCommandLineArguments1.cxx
testDynamicLoader.cxx
testDynload.c
testEncode.c
testEncoding.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
testFStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c
testSharedForward.c.in
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx
testSystemTools.h.in
testTerminal.c

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.