CMake/Source/kwsys
Brad King 168e44e202 Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
  KWSys 2016-03-31 (3392da1d)
2016-03-31 08:46:50 -04:00
..
.gitattributes
Base64.c
Base64.h.in
CMakeLists.txt Merge branch 'upstream-KWSys' into update-kwsys 2015-12-17 14:46:12 -05:00
CONTRIBUTING.rst
CTestConfig.cmake
CTestCustom.cmake.in
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 2015-10-08 13:26:08 -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
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-03-31 08:46:50 -04:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2015-10-06 10:32:55 -04:00
Terminal.c Merge branch 'upstream-kwsys' into update-kwsys 2015-10-19 09:16:32 -04: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 2015-12-17 14:46:12 -05:00
kwsysPrivate.h
testAutoPtr.cxx
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 2015-12-04 09:59:04 -05: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.