CMake/Source/kwsys
2009-08-05 00:01:06 -04:00
..
auto_ptr.hxx.in
Base64.c
Base64.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
CheckCXXSourceRuns.cmake
CMakeEmptyInputFile.in
CMakeLists.txt BUG: Enable large files only if <cstdio> works 2009-07-27 16:45:15 -04:00
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in COMP: Quiet aggressive Borland warnings in KWSys 2009-06-22 14:19:22 -04:00
Configure.hxx.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
Copyright.txt
CPU.h.in
CTestConfig.cmake
DateStamp.h.in
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
Glob.cxx
Glob.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in STYLE: suppress warnings for borland 2009-06-09 15:18:51 -04:00
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 2009-08-05 00:01:06 -04:00
kwsysDateStamp.py
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx BUG: Enable large files only if <cstdio> works 2009-07-27 16:45:15 -04:00
kwsysPrivate.h COMP: Avoid String.c inclusion by Compaq templates 2009-06-10 11:46:06 -04:00
MD5.c COMP: Eliminate "conversion may change sign of result" warnings by using size_t where appropriate. (Missed one warning with last commit: add a cast to md5_word_t.) 2009-07-08 16:18:19 -04:00
MD5.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
Process.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
ProcessFwd9x.c
ProcessUNIX.c ENH: Provide unix-sytle command line parsing 2009-07-13 16:22:14 -04:00
ProcessWin32.c ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail 2009-06-25 16:41:57 -04:00
README.txt
Registry.cxx
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS) 2009-07-24 12:15:41 -04:00
String.c COMP: Avoid double-initialization in KWSys String 2009-06-12 10:46:16 -04:00
String.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
String.hxx.in
System.c BUG: Parse escapes in single-quoted unix arguments 2009-07-13 17:35:08 -04:00
System.h.in ENH: Provide unix-sytle command line parsing 2009-07-13 16:22:14 -04:00
SystemInformation.cxx ENH: make this work for older versions of OSX 2009-05-20 09:50:20 -04:00
SystemInformation.hxx.in
SystemTools.cxx ENH: try and see if using string.append instead of += will make valgrind not complaing that JoinPath is leaking. 2009-07-26 01:01:05 -04:00
SystemTools.hxx.in ENH: move PutEnv to SystemTools 2009-06-05 12:01:30 -04:00
Terminal.c ENH: also recognize rxvt-256color as a color terminal (#8913, patch from Deewiant) 2009-04-21 18:23:02 -04:00
Terminal.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
testAutoPtr.cxx STYLE: suppress warnings for borland 2009-06-09 15:44:46 -04:00
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 ENH: fix system info for mac 2009-05-19 16:35:57 -04:00
testSystemTools.bin
testSystemTools.cxx
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.