CMake/Source/kwsys
Brad King 51d9e8ae3e Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
  KWSys 2016-07-19 (9d1dbd95)
2016-07-20 09:05:17 -04:00
..
.gitattributes
Base64.c
Base64.h.in
CMakeLists.txt Merge branch 'upstream-KWSys' into update-kwsys 2016-07-20 09:05:17 -04:00
CONTRIBUTING.rst
CTestConfig.cmake
CTestCustom.cmake.in Merge branch 'upstream-kwsys' into update-kwsys 2015-09-26 10:42:35 -04:00
CommandLineArguments.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-02-22 09:03:40 -05:00
CommandLineArguments.hxx.in
Configure.h.in Merge branch 'upstream-KWSys' into update-kwsys 2016-01-12 10:55:49 -05:00
Configure.hxx.in Merge branch 'upstream-KWSys' into update-kwsys 2016-07-20 09:05:17 -04:00
Copyright.txt
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 2015-10-06 10:32:55 -04:00
ExtraTest.cmake.in
FStream.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-01-07 13:13:51 -05:00
FStream.hxx.in Merge branch 'upstream-KWSys' into update-kwsys 2016-07-20 09:05:17 -04:00
Glob.cxx
Glob.hxx.in
IOStream.cxx
IOStream.hxx.in
MD5.c Merge branch 'upstream-KWSys' into update-kwsys 2016-03-08 09:29:23 -05:00
MD5.h.in
Process.h.in Merge branch 'upstream-KWSys' into update-kwsys 2016-03-09 09:10:55 -05:00
ProcessUNIX.c Merge branch 'upstream-KWSys' into update-kwsys 2016-03-09 09:10:55 -05:00
ProcessWin32.c Merge branch 'upstream-KWSys' into update-kwsys 2016-03-09 09:10:55 -05:00
README.txt
RegularExpression.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-03-29 14:29:42 -04:00
RegularExpression.hxx.in Merge branch 'upstream-KWSys' into update-kwsys 2016-03-29 14:29:42 -04:00
SharedForward.h.in Merge branch 'upstream-KWSys' into update-kwsys 2016-01-12 10:55:49 -05:00
String.c
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-03-29 14:29:42 -04:00
SystemInformation.hxx.in
SystemTools.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-07-19 08:27:19 -04:00
SystemTools.hxx.in Merge branch 'upstream-KWSys' into update-kwsys 2016-07-18 09:28:42 -04:00
Terminal.c Merge branch 'upstream-kwsys' into update-kwsys 2015-10-19 09:16:32 -04:00
Terminal.h.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 2016-07-20 09:05:17 -04:00
kwsysPrivate.h
testCommandLineArguments.cxx
testCommandLineArguments1.cxx
testDynamicLoader.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-03-08 09:29:23 -05:00
testDynload.c
testEncode.c
testEncoding.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-03-29 14:29:42 -04:00
testFStream.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-01-07 13:13:51 -05:00
testFail.c
testHashSTL.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-02-22 09:03:40 -05:00
testIOS.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-02-22 09:03:40 -05:00
testProcess.c
testSharedForward.c.in
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx Merge branch 'upstream-KWSys' into update-kwsys 2016-07-19 08:27:19 -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.

See CONTRIBUTING.rst for instructions to contribute KWSys changes.