CMake/Source/kwsys
Brad King 286a136adb STYLE: Nightly Date Stamp 2009-04-14 00:01:04 -04:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt ENH: Optionally label KWSys targets and tests 2009-02-13 15:49:52 -05:00
CPU.h.in
CTestConfig.cmake ENH: make it submit to cdash 2008-11-23 22:07:32 -05:00
CheckCXXSourceRuns.cmake
CommandLineArguments.cxx COMP:Try to fix error on HP. 2009-03-19 11:48:50 -04:00
CommandLineArguments.hxx.in
Configure.h.in COMP: Second try getting rid of Microsoft deprecation warnings. This time tested from KWStyle with vs8 to make sure the warnings are really gone. Remove the deprecation defs from CMakeLists and guard the defs in the header so we do not redefine them if they are already defined. 2007-08-15 11:38:13 -04:00
Configure.hxx.in
Copyright.txt
DateStamp.h.in
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx ENH: fix dynamic loading on haiku 2009-02-03 11:27:08 -05:00
DynamicLoader.hxx.in ENH: fix dynamic loading on haiku 2009-02-03 11:27:08 -05:00
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx COMP:Fixed warnings. 2009-03-17 10:48:24 -04:00
Glob.hxx.in ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks. 2008-09-11 14:34:04 -04:00
IOStream.cxx
IOStream.hxx.in
MD5.c
MD5.h.in ENH: Added MD5 implementation to KWSys. 2007-03-14 15:12:10 -04:00
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c COMP:Try to fix compile error with qnx gcc. 2009-03-16 17:38:17 -04:00
ProcessWin32.c
README.txt
Registry.cxx
Registry.hxx.in
RegularExpression.cxx STYLE:Empty commit just add information about rev 1.15: the reason is that long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models ) 2009-03-18 07:57:28 -04:00
RegularExpression.hxx.in COMP:try to fix error on qnx-V3.3.5-gcc_ntox86. 2009-03-19 10:03:36 -04:00
SharedForward.h.in COMP: Avoid incompatible pointer warning 2008-09-27 08:04:13 -04:00
String.c ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp. 2007-12-11 11:36:57 -05:00
String.h.in
String.hxx.in
System.c BUG: Fix windows command line escape for empty arg 2008-12-18 13:36:58 -05:00
System.h.in ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE. 2008-01-13 16:36:20 -05:00
SystemInformation.cxx BUG: Fix parsing of linux 2.6 /proc/meminfo format 2009-04-06 14:55:54 -04:00
SystemInformation.hxx.in COMP:Fixed warnings with gcc 4.3.2. 2009-03-19 22:48:05 -04:00
SystemTools.cxx COMP:Fixed warnings. 2009-03-18 08:50:55 -04:00
SystemTools.hxx.in BUG: Fix GetRealPath when realpath fails 2009-02-09 09:23:13 -05:00
Terminal.c ENH: Recognize more color terminals. 2008-06-06 11:52:52 -04:00
Terminal.h.in
auto_ptr.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysDateStamp.cmake STYLE: Nightly Date Stamp 2009-04-14 00:01:04 -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
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testAutoPtr.cxx
testCommandLineArguments.cxx
testCommandLineArguments1.cxx
testDynamicLoader.cxx ENH: one more fix for HAIKU 2008-09-23 12:04:39 -04:00
testDynload.c
testEncode.c
testFail.c
testHashSTL.cxx
testIOS.cxx BUG: comment out faulty seekp which make kwsys::*stringstream fails on platform with no std::*stringstream implementation 2009-04-06 03:39:42 -04:00
testProcess.c ENH: Extend kwsys.testProcess-4 timeout 2009-01-09 11:44:46 -05:00
testRegistry.cxx
testSharedForward.c.in ENH: Add test for KWSys SharedForward 2008-09-26 08:24:31 -04:00
testSystemInformation.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.