CMake/Source/kwsys
Brad King f3cc908e42 STYLE: Move warning disable pragma into push/pop block. 2007-03-07 16:00:21 -05:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in COMP: Add missing cmake file 2006-08-22 15:48:19 -04:00
CMakeLists.txt COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr. 2007-03-03 15:43:31 -05:00
CTestConfig.cmake
CheckCXXSourceRuns.cmake COMP: On some project configure may not copy right away 2006-08-22 15:51:52 -04:00
CommandLineArguments.cxx BUG: reverting previous change. 2006-12-21 10:24:33 -05:00
CommandLineArguments.hxx.in ENH: Add a way to get unused arguments and add a test 2006-07-14 15:02:27 -04:00
Configure.h.in COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled. 2006-08-25 16:32:47 -04:00
Configure.hxx.in
Copyright.txt
Directory.cxx BUG: #3563. Segmentation fault with non initialized input or NULL pointers. 2006-08-01 15:16:19 -04:00
Directory.hxx.in ENH: add a higher performance method to get the number of files in a directory 2006-06-22 10:35:37 -04:00
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 ENH: Globbing patterns should not match a slash inside a filename component. 2006-08-25 12:13:37 -04:00
Glob.hxx.in BUG: Need to undefine temporary macros defined at top of file. 2006-08-27 12:35:54 -04:00
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 ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries. 2006-08-27 13:17:23 -04:00
Process.h.in ENH: Added Process_SetPipeNative method to allow user code to override the pipes connected to the child pipeline. 2006-10-03 09:10:03 -04:00
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
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 ENH: Added '256color' terminal names. Patch applied from bug#3651. 2006-08-23 09:47:43 -04:00
Terminal.h.in
auto_ptr.hxx.in ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. 2007-03-07 09:26:49 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in STYLE: Move warning disable pragma into push/pop block. 2007-03-07 16:00:21 -05:00
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 COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler with -mt flag. 2006-07-18 13:02:40 -04:00
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
testAutoPtr.cxx ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler. 2007-03-07 09:26:49 -05:00
testCommandLineArguments.cxx ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testCommandLineArguments1.cxx ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testDynamicLoader.cxx BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds. 2007-03-07 13:52:32 -05:00
testDynload.c
testFail.c ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testHashSTL.cxx ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testIOS.cxx ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -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 ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testSystemTools.bin
testSystemTools.cxx BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds. 2007-03-07 13:52:32 -05:00
testSystemTools.h.in
testTerminal.c ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00

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.