CMake/Source/kwsys
2011-08-20 00:13:07 -04:00
..
auto_ptr.hxx.in
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt KWSys: Do not trust EXECUTABLE_OUTPUT_PATH for ProcessFwd9x encoding 2011-03-23 17:20:04 -04:00
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
CPU.h.in
CTestConfig.cmake
DateStamp.h.in
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
EncodeExecutable.c KWSys: Fix leaked FILE in EncodeExecutable error case 2011-05-09 08:40:03 -04:00
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx
Glob.hxx.in
hash_fun.hxx.in KWSys: __int64 and long long may be same type in specialization 2011-08-09 18:04:04 -04:00
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
IOStream.cxx
IOStream.hxx.in
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_string.hxx.in
kwsys_stl.hxx.in
kwsysDateStamp.cmake KWSys Nightly Date Stamp 2011-08-20 00:13:07 -04:00
kwsysDateStamp.py
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
kwsysPrivate.h
MD5.c KWSys: Suppress -Wcast-align warning in MD5.c 2010-09-10 09:00:02 -04:00
MD5.h.in
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c
ProcessWin32.c
README.txt
Registry.cxx KWSys: Avoid passing string literal as char* 2010-12-28 09:57:09 -05:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.c
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx KWSys: Retrieve QNX specific memory and processor info (#11329) 2011-01-05 15:40:03 -05:00
SystemInformation.hxx.in
SystemTools.cxx KWSys: Avoid conversion warning in SystemTools::GetTime 2011-08-04 08:30:05 -04:00
SystemTools.hxx.in KWSys: Simplify SystemTools::GetTime implementation (#12261) 2011-08-03 14:50:04 -04:00
Terminal.c KWSys: Recognize color TERM=screen-256color-bce (#12287) 2011-06-19 18:17:07 -04:00
Terminal.h.in
testAutoPtr.cxx
testCommandLineArguments1.cxx
testCommandLineArguments.cxx
testDynamicLoader.cxx
testDynload.c
testEncode.c
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c
testRegistry.cxx
testSharedForward.c.in
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx KWSys: Do not mangle UNC paths in ConvertToUnixOutputPath (#10206) 2010-12-14 18:13:03 -05:00
testSystemTools.h.in
testTerminal.c

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.