• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Base64.cH A D07-Dec-20217.6 KiB229159

Base64.h.inH A D07-Dec-20214.1 KiB11197

CMakeLists.txtH A D07-Dec-202144.5 KiB1,1601,072

CONTRIBUTING.rstH A D07-Dec-20211.9 KiB5037

CTestConfig.cmakeH A D07-Dec-2021444 1210

CTestCustom.cmake.inH A D07-Dec-2021778 1916

CommandLineArguments.cxxH A D07-Dec-202123.7 KiB761636

CommandLineArguments.hxx.inH A D07-Dec-20219.9 KiB271236

Configure.h.inH A D07-Dec-20213.1 KiB8273

Configure.hxx.inH A D07-Dec-20212.6 KiB6657

ConsoleBuf.hxx.inH A D07-Dec-202111.1 KiB399375

Copyright.txtH A D07-Dec-20211.8 KiB3929

Directory.cxxH A D07-Dec-20216.5 KiB281216

Directory.hxx.inH A D07-Dec-20211.9 KiB7661

DynamicLoader.cxxH A D07-Dec-202112.8 KiB474315

DynamicLoader.hxx.inH A D07-Dec-20213.5 KiB10790

Encoding.h.inH A D07-Dec-20212.4 KiB7058

Encoding.hxx.inH A D07-Dec-20212.7 KiB8165

EncodingC.cH A D07-Dec-20211.6 KiB7361

EncodingCXX.cxxH A D07-Dec-20217.8 KiB289240

ExtraTest.cmake.inH A D07-Dec-2021107 21

FStream.cxxH A D07-Dec-20211.4 KiB5647

FStream.hxx.inH A D07-Dec-20218.3 KiB329282

Glob.cxxH A D07-Dec-202112.6 KiB457348

Glob.hxx.inH A D07-Dec-20214.3 KiB135109

MD5.cH A D07-Dec-202115.8 KiB505342

MD5.h.inH A D07-Dec-20212.8 KiB9883

Process.h.inH A D07-Dec-202122.2 KiB545507

ProcessUNIX.cH A D03-May-202284.4 KiB2,9352,147

ProcessWin32.cH A D07-Dec-202186.2 KiB2,7811,976

README.rstH A D07-Dec-20211 KiB3826

RegularExpression.cxxH A D07-Dec-202134.1 KiB1,218779

RegularExpression.hxx.inH A D07-Dec-202116.3 KiB568510

SharedForward.h.inH A D03-May-202228.5 KiB880780

Status.cxxH A D07-Dec-20211.3 KiB6148

Status.hxx.inH A D07-Dec-20212.2 KiB10583

String.cH A D07-Dec-20214.4 KiB10179

String.h.inH A D07-Dec-20211.8 KiB5848

String.hxx.inH A D07-Dec-20211.6 KiB5850

System.cH A D07-Dec-20216.7 KiB237182

System.h.inH A D07-Dec-20212.2 KiB6153

SystemInformation.cxxH A D07-Dec-2021152.2 KiB5,6074,450

SystemInformation.hxx.inH A D07-Dec-20216 KiB164132

SystemTools.cxxH A D07-Dec-2021131.4 KiB4,8213,844

SystemTools.hxx.inH A D07-Dec-202134.1 KiB996861

Terminal.cH A D07-Dec-202115.9 KiB432368

Terminal.h.inH A D07-Dec-20217.4 KiB171159

kwsysHeaderDump.plH A D07-Dec-2021959 4235

kwsysPlatformTests.cmakeH A D07-Dec-20217.3 KiB217202

kwsysPlatformTestsC.cH A D07-Dec-20211.5 KiB7250

kwsysPlatformTestsCXX.cxxH A D07-Dec-20213.5 KiB175155

kwsysPrivate.hH A D07-Dec-20211.1 KiB3514

testCommandLineArguments.cxxH A D07-Dec-20218.6 KiB210177

testCommandLineArguments1.cxxH A D07-Dec-20212.8 KiB9277

testConfigure.cxxH A D07-Dec-2021637 3123

testConsoleBuf.cxxH A D07-Dec-202128.5 KiB783724

testConsoleBuf.hxxH A D07-Dec-2021654 1810

testConsoleBufChild.cxxH A D07-Dec-20211.4 KiB5643

testDirectory.cxxH A D07-Dec-20214.4 KiB144116

testDynamicLoader.cxxH A D07-Dec-20214.7 KiB153111

testDynload.cH A D07-Dec-2021342 149

testDynloadImpl.cH A D07-Dec-2021267 115

testDynloadImpl.hH A D07-Dec-2021456 1611

testDynloadUse.cH A D07-Dec-2021379 1611

testEncode.cH A D07-Dec-20211.8 KiB6853

testEncoding.cxxH A D07-Dec-20218.5 KiB286230

testFStream.cxxH A D07-Dec-20214.4 KiB149121

testFail.cH A D07-Dec-2021676 2521

testProcess.cH A D07-Dec-202122.9 KiB727590

testSharedForward.c.inH A D07-Dec-20211.2 KiB2827

testStatus.cxxH A D07-Dec-20213.7 KiB130117

testSystemInformation.cxxH A D07-Dec-20213 KiB9163

testSystemTools.cxxH A D07-Dec-202140.3 KiB1,2471,046

testSystemTools.h.inH A D07-Dec-2021497 139

testTerminal.cH A D07-Dec-2021716 2316

README.rst

1KWSys
2*****
3
4Introduction
5============
6
7KWSys is the Kitware System Library.  It provides platform-independent
8APIs to many common system features that are implemented differently on
9every platform.  This library is intended to be shared among many
10projects at the source level, so it has a configurable namespace.
11Each project should configure KWSys to use a namespace unique to itself.
12See comments in `CMakeLists.txt`_ for details.
13
14.. _`CMakeLists.txt`: CMakeLists.txt
15
16License
17=======
18
19KWSys is distributed under the OSI-approved BSD 3-clause License.
20See `Copyright.txt`_ for details.
21
22.. _`Copyright.txt`: Copyright.txt
23
24Reporting Bugs
25==============
26
27KWSys has no independent issue tracker.  After encountering an issue
28(bug) please submit a patch using the instructions for `Contributing`_.
29Otherwise please report the issue to the tracker for the project that
30hosts the copy of KWSys in which the problem was found.
31
32Contributing
33============
34
35See `CONTRIBUTING.rst`_ for instructions to contribute.
36
37.. _`CONTRIBUTING.rst`: CONTRIBUTING.rst
38