CMake/Source/kwsys
Brad King 2903d609b1 Merge branch 'upstream-kwsys' into update-kwsys 2014-05-19 10:58:14 -04:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in COMP: Add missing cmake file 2006-08-22 15:48:19 -04:00
CMakeLists.txt Merge branch 'upstream-kwsys' into update-kwsys 2014-04-08 13:06:14 -04:00
CPU.h.in
CTestConfig.cmake
CommandLineArguments.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
Encoding.h.in
Encoding.hxx.in
EncodingC.c
EncodingCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-04-03 08:43:51 -04: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 Fix KWSys FundamentalType for Universal Binaries 2009-11-20 08:38:18 -05:00
Glob.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
Glob.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
IOStream.cxx
IOStream.hxx.in
MD5.c Merge branch 'upstream-kwsys' into update-kwsys 2014-04-08 13:06:14 -04:00
MD5.h.in
Process.h.in
ProcessUNIX.c Merge branch 'upstream-kwsys' into update-kwsys 2014-05-19 10:58:14 -04:00
ProcessWin32.c
README.txt
RegularExpression.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
RegularExpression.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
SharedForward.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
String.c
String.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
String.hxx.in
System.c Merge branch 'upstream-kwsys' into update-kwsys 2014-04-03 08:43:51 -04:00
System.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-04-03 08:43:51 -04:00
SystemInformation.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-06 08:46:59 -04:00
SystemInformation.hxx.in
SystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-19 10:58:14 -04:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04: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 Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
hashtable.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-05-06 08:46:59 -04:00
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testAutoPtr.cxx
testCommandLineArguments.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
testCommandLineArguments1.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
testDynamicLoader.cxx
testDynload.c Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testEncode.c
testEncoding.cxx
testFStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-03-04 10:19:33 -05:00
testFail.c
testHashSTL.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testIOS.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-05-29 08:56:20 -04:00
testProcess.c
testSharedForward.c.in
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
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.