CMake/Source/kwsys
Ken Martin fdbe20cf8b COMP: fix warnings 2007-03-02 10:48:58 -05:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt COMP: Disable LFS on AIX. 2007-02-21 13:33:19 -05:00
CTestConfig.cmake
CheckCXXSourceRuns.cmake
CommandLineArguments.cxx BUG: reverting previous change. 2006-12-21 10:24:33 -05:00
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system 2006-12-09 11:25:25 -05:00
DynamicLoader.hxx.in BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system 2006-12-09 11:25:25 -05:00
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx
Glob.hxx.in
IOStream.cxx ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries. 2006-08-27 13:17:23 -04:00
IOStream.hxx.in
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c COMP: remove warning 2006-12-05 09:02:32 -05:00
ProcessWin32.c COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings. 2006-10-09 10:06:03 -04:00
README.txt
Registry.cxx ENH: make sure value is set before using it 2006-10-03 11:55:34 -04:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR. 2007-01-08 15:12:00 -05:00
String.hxx.in ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 2006-02-07 10:11:40 -05:00
System.c ENH: Adding support for # escape in Watcom WMake. 2006-10-25 11:23:04 -04:00
System.h.in STYLE: Fix typo 2007-01-27 15:29:41 -05:00
SystemTools.cxx COMP: fix warnings 2007-03-02 10:48:58 -05:00
SystemTools.hxx.in ENH: added a limit to the getline method 2007-03-01 14:30:42 -05:00
Terminal.c
Terminal.h.in
auto_ptr.hxx.in COMP: More workarounds for Borland. 2007-03-01 23:28:17 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformTests.cmake BUG: Name of C test file ends in .c not .cxx. 2006-10-04 17:08:02 -04:00
kwsysPlatformTestsC.c ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings. 2006-10-04 17:27:17 -04:00
kwsysPlatformTestsCXX.cxx ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX). 2006-10-04 16:56:32 -04:00
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in COMP: Fix compilation when VS6 is using the new ANSI stdlib 2006-12-18 11:04:25 -05:00
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testCommandLineArguments.cxx
testCommandLineArguments1.cxx
testDynamicLoader.cxx ENH: merge in changes for beos support 2006-12-04 17:26:41 -05:00
testDynload.c
testFail.c
testHashSTL.cxx
testIOS.cxx BUG: Remove stringstream implementation, this was a wrong interface anyway. 2006-12-14 11:41:51 -05:00
testProcess.c ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads). 2006-12-04 14:42:47 -05:00
testRegistry.cxx
testSystemTools.bin
testSystemTools.cxx
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.