CMake/Source/kwsys
Brad King e2c756fcf0 Merge branch 'upstream-kwsys' into update-kwsys 2013-01-14 09:41:52 -05:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt Merge branch 'upstream-kwsys' into update-kwsys 2013-01-14 09:41:52 -05:00
CPU.h.in Merge branch 'upstream-kwsys' into update-kwsys 2012-12-22 09:52:05 -05:00
CTestConfig.cmake KWSys: Submit dashboard builds to PublicDashboard 2012-10-01 15:45:21 -04:00
CommandLineArguments.cxx KWSys: Address Intel compiler remarks 2011-11-01 10:49:25 -04:00
CommandLineArguments.hxx.in
Configure.h.in Merge branch 'upstream-kwsys' into import-KWSys-subtree 2012-10-01 15:18:30 -04:00
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx KWSys: Add symlinks to directories as files (#12284) 2011-09-06 13:20:02 -04:00
Glob.hxx.in KWSys: Remove always-true dir_only parameter 2011-09-06 13:10:05 -04:00
IOStream.cxx
IOStream.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
MD5.c
MD5.h.in
Process.h.in
ProcessUNIX.c Merge branch 'upstream-kwsys' into update-kwsys 2013-01-14 09:41:52 -05:00
ProcessWin32.c Merge branch 'upstream-kwsys' into update-kwsys 2012-12-19 08:09:36 -05:00
README.txt
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.c
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-01-14 09:41:52 -05:00
SystemInformation.hxx.in Merge branch 'upstream-kwsys' into import-KWSys-subtree 2012-10-31 16:44:00 -04:00
SystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
Terminal.c KWSys: Recognize color TERM=screen-256color-bce (#12287) 2011-06-19 18:17:07 -04:00
Terminal.h.in
auto_ptr.hxx.in
hash_fun.hxx.in KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in KWSys: Fix hashtable prime list on g++ 2.9 (#13273) 2012-06-05 16:23:09 -04:00
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-01-14 09:41:52 -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 Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
testDynload.c
testEncode.c
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
testSharedForward.c.in
testSystemInformation.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
testSystemTools.bin
testSystemTools.cxx KWSys: Fix SystemTools environment memory handling (#13156) 2012-04-27 08:13:52 -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.