You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timo Röhling 6de3bd6333
New upstream version 3.27.0~rc4
1 year ago
..
Base64.c New upstream version 3.18.2 4 years ago
Base64.h.in New upstream version 3.12.1 6 years ago
CMakeLists.txt New upstream version 3.27.0~rc4 1 year ago
CONTRIBUTING.rst New upstream version 3.26.4 2 years ago
CTestConfig.cmake New upstream version 3.23.0 3 years ago
CTestCustom.cmake.in New upstream version 3.18.2 4 years ago
CommandLineArguments.cxx New upstream version 3.27.0~rc4 1 year ago
CommandLineArguments.hxx.in New upstream version 3.15.4 5 years ago
Configure.h.in New upstream version 3.18.2 4 years ago
Configure.hxx.in New upstream version 3.23.0 3 years ago
ConsoleBuf.hxx.in New upstream version 3.16.3 5 years ago
Copyright.txt New upstream version 3.8.0 8 years ago
Directory.cxx New upstream version 3.25.0 2 years ago
Directory.hxx.in New upstream version 3.23.0 3 years ago
DynamicLoader.cxx New upstream version 3.23.0 3 years ago
DynamicLoader.hxx.in New upstream version 3.23.0 3 years ago
Encoding.h.in New upstream version 3.12.1 6 years ago
Encoding.hxx.in New upstream version 3.18.2 4 years ago
EncodingC.c New upstream version 3.21.2 3 years ago
EncodingCXX.cxx New upstream version 3.18.2 4 years ago
ExtraTest.cmake.in New upstream version 3.18.2 4 years ago
FStream.cxx New upstream version 3.12.1 6 years ago
FStream.hxx.in New upstream version 3.21.2 3 years ago
Glob.cxx New upstream version 3.26.4 2 years ago
Glob.hxx.in New upstream version 3.21.2 3 years ago
MD5.c New upstream version 3.23.0 3 years ago
MD5.h.in New upstream version 3.12.1 6 years ago
Process.h.in New upstream version 3.18.2 4 years ago
ProcessUNIX.c New upstream version 3.26.4 2 years ago
ProcessWin32.c New upstream version 3.26.4 2 years ago
README.rst New upstream version 3.8.0 8 years ago
RegularExpression.cxx New upstream version 3.27.0~rc4 1 year ago
RegularExpression.hxx.in New upstream version 3.26.4 2 years ago
Status.cxx New upstream version 3.23.0 3 years ago
Status.hxx.in New upstream version 3.26.4 2 years ago
String.c New upstream version 3.12.1 6 years ago
String.h.in New upstream version 3.12.1 6 years ago
System.c New upstream version 3.18.2 4 years ago
System.h.in New upstream version 3.12.1 6 years ago
SystemInformation.cxx New upstream version 3.27.0~rc4 1 year ago
SystemInformation.hxx.in New upstream version 3.18.2 4 years ago
SystemTools.cxx New upstream version 3.27.0~rc4 1 year ago
SystemTools.hxx.in New upstream version 3.27.0~rc4 1 year ago
Terminal.c New upstream version 3.24.0 2 years ago
Terminal.h.in New upstream version 3.12.1 6 years ago
kwsysHeaderDump.pl New upstream version 3.8.0 8 years ago
kwsysPlatformTests.cmake New upstream version 3.27.0~rc4 1 year ago
kwsysPlatformTestsC.c New upstream version 3.18.2 4 years ago
kwsysPlatformTestsCXX.cxx New upstream version 3.18.2 4 years ago
kwsysPrivate.h New upstream version 3.26.4 2 years ago
testCommandLineArguments.cxx New upstream version 3.18.2 4 years ago
testCommandLineArguments1.cxx New upstream version 3.18.2 4 years ago
testConfigure.cxx New upstream version 3.26.4 2 years ago
testConsoleBuf.cxx New upstream version 3.26.4 2 years ago
testConsoleBuf.hxx New upstream version 3.8.0 8 years ago
testConsoleBufChild.cxx New upstream version 3.12.1 6 years ago
testDirectory.cxx New upstream version 3.26.4 2 years ago
testDynamicLoader.cxx New upstream version 3.27.0~rc4 1 year ago
testDynload.c New upstream version 3.23.0 3 years ago
testDynload.h New upstream version 3.23.0 3 years ago
testDynloadImpl.c New upstream version 3.15.4 5 years ago
testDynloadImpl.h New upstream version 3.15.4 5 years ago
testDynloadUse.c New upstream version 3.15.4 5 years ago
testEncode.c New upstream version 3.12.1 6 years ago
testEncoding.cxx New upstream version 3.26.4 2 years ago
testFStream.cxx New upstream version 3.26.4 2 years ago
testFail.c New upstream version 3.8.0 8 years ago
testProcess.c New upstream version 3.24.0 2 years ago
testStatus.cxx New upstream version 3.26.4 2 years ago
testSystemInformation.cxx New upstream version 3.26.4 2 years ago
testSystemTools.bin import cmake 2.6.0 16 years ago
testSystemTools.cxx New upstream version 3.26.4 2 years ago
testSystemTools.h.in New upstream version 3.18.2 4 years ago
testTerminal.c New upstream version 3.12.1 6 years ago

README.rst

KWSys
*****

Introduction
============

KWSys is the Kitware System Library. It provides platform-independent
APIs to many common system features that are implemented differently on
every platform. This library is intended to be shared among many
projects at the source level, 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.

.. _`CMakeLists.txt`: CMakeLists.txt

License
=======

KWSys is distributed under the OSI-approved BSD 3-clause License.
See `Copyright.txt`_ for details.

.. _`Copyright.txt`: Copyright.txt

Reporting Bugs
==============

KWSys has no independent issue tracker. After encountering an issue
(bug) please submit a patch using the instructions for `Contributing`_.
Otherwise please report the issue to the tracker for the project that
hosts the copy of KWSys in which the problem was found.

Contributing
============

See `CONTRIBUTING.rst`_ for instructions to contribute.

.. _`CONTRIBUTING.rst`: CONTRIBUTING.rst