CMake/Source/kwsys
Brad King 2b9e0af408 STYLE: Nightly Date Stamp 2008-06-23 23:55:45 -04:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property. 2008-05-14 11:55:41 -04:00
CPU.h.in ENH: Add ARM support to KWSys CPU header. 2008-05-13 10:24:15 -04:00
CTestConfig.cmake ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
CheckCXXSourceRuns.cmake
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
DateStamp.h.in ENH: Created better names and a more convenient set of version date stamp macros. 2007-11-12 18:22:22 -05:00
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx BUG: FormatMessage can return a NULL message. Add check for NULL pointer. 2008-06-02 19:44:02 -04:00
DynamicLoader.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx
Glob.hxx.in
IOStream.cxx
IOStream.hxx.in
MD5.c
MD5.h.in
Process.h.in STYLE: minor comments 2008-04-02 08:36:51 -04:00
ProcessFwd9x.c ENH: Added comment for future work to make forwarding executable always statically linked. 2004-04-01 15:28:18 -05:00
ProcessUNIX.c ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char 2008-05-13 05:18:51 -04:00
ProcessWin32.c COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char *p, a shadowed variable warning. 2008-05-10 22:48:53 -04:00
README.txt STYLE: Added reference to documentation in CMakeLists.txt. 2005-09-18 17:15:29 -04:00
Registry.cxx
Registry.hxx.in
RegularExpression.cxx ENH: Add assignment operator to KWSys RegularExpression. 2008-05-16 11:06:18 -04:00
RegularExpression.hxx.in ENH: Add assignment operator to KWSys RegularExpression. 2008-05-16 11:06:18 -04:00
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.c
String.h.in
String.hxx.in
System.c BUG: Fix escaping of more characters on Windows shells. 2008-04-30 15:58:45 -04:00
System.h.in
SystemInformation.cxx ENH: fix crash on dash17 linux where the parsing of the proc file must not have worked right 2008-06-01 23:40:30 -04:00
SystemInformation.hxx.in
SystemTools.cxx ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. 2008-05-27 14:47:00 -04:00
SystemTools.hxx.in ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. 2008-05-27 14:47:00 -04:00
Terminal.c ENH: Recognize more color terminals. 2008-06-06 11:52:52 -04:00
Terminal.h.in
auto_ptr.hxx.in COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform. 2007-03-09 16:58:08 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysDateStamp.cmake STYLE: Nightly Date Stamp 2008-06-23 23:55:45 -04:00
kwsysDateStamp.py
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
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 STYLE: Remove references to std:: inside KWSys, even in comments. This will allow a commit check to be added. 2008-01-31 08:21:35 -05:00
kwsys_stl.hxx.in ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd. 2005-04-13 08:05:56 -04:00
kwsys_stl_string.hxx.in BUG: Fix stream state on successfully reading a string. 2007-04-19 12:44:04 -04:00
testAutoPtr.cxx
testCommandLineArguments.cxx
testCommandLineArguments1.cxx ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testDynamicLoader.cxx
testDynload.c
testEncode.c
testFail.c ENH: Cleaned up KWSys tests to use test drivers. 2007-03-03 10:47:06 -05:00
testHashSTL.cxx
testIOS.cxx
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 COMP: remove warning on new HPUX compiler 2007-09-20 11:57:25 -04:00
testSystemInformation.cxx
testSystemTools.bin ENH: CMake kills me (so does Cygwin) 2005-10-06 17:16:07 -04:00
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.