CMake/Source/kwsys
Brad King 5bed08a06d Merge branch 'kwsys-SystemInformation-AIX-_SC_AIX_REALMEM' into release 2014-11-12 09:17:13 -05:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt KWSys: Fix configure_file call to use COPYONLY, not COPY_ONLY 2014-10-31 13:20:19 -04:00
CPU.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-08-11 09:31:29 -04:00
CTestConfig.cmake
CommandLineArguments.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-05-13 14:55:35 -04:00
CommandLineArguments.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-05-07 08:38:10 -04:00
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 Merge branch 'upstream-kwsys' into update-kwsys 2014-08-04 10:16:34 -04:00
Directory.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-08-04 10:16:34 -04:00
DynamicLoader.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
DynamicLoader.hxx.in KWSys: Configure DynamicLoader library prefix/suffix 2010-06-10 09:26:32 -04:00
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
EncodingCXX.cxx
ExtraTest.cmake.in ENH: Add capability to include files to DartTestfile.txt and add example of that 2005-06-07 09:57:05 -04:00
FStream.cxx
FStream.hxx.in
FundamentalType.h.in
Glob.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-08-04 10:16:34 -04:00
Glob.hxx.in
IOStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
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-08-11 09:30:22 -04:00
ProcessWin32.c Merge branch 'upstream-kwsys' into update-kwsys 2014-09-26 09:34:26 -04:00
README.txt
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-08-04 10:16:34 -04:00
String.c Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
String.h.in
String.hxx.in
System.c
System.h.in Merge branch 'upstream-kwsys' into update-kwsys 2014-04-03 08:43:51 -04:00
SystemInformation.cxx KWSys SystemInformation: Check for _SC_AIX_REALMEM before using it 2014-11-11 09:16:46 -05:00
SystemInformation.hxx.in
SystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-09-26 09:34:26 -04:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2014-08-11 09:30:22 -04:00
Terminal.c
Terminal.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
auto_ptr.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformTests.cmake Merge branch 'upstream-kwsys' into update-kwsys 2014-09-09 08:46:41 -04:00
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
kwsysPrivate.h
kwsys_cstddef.hxx.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
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 Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testAutoPtr.cxx
testCommandLineArguments.cxx
testCommandLineArguments1.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-08-11 09:30:22 -04:00
testDynamicLoader.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-07-07 09:04:27 -04:00
testDynload.c
testEncode.c
testEncoding.cxx
testFStream.cxx
testFail.c
testHashSTL.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testIOS.cxx
testProcess.c Merge branch 'upstream-kwsys' into update-kwsys 2014-08-11 09:30:22 -04:00
testSharedForward.c.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2014-09-09 08:46:41 -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.