CMake/Source/kwsys
Brad King 70b2f59c3f STYLE: Nightly Date Stamp 2009-04-24 00:01:04 -04:00
..
Base64.c
Base64.h.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
CMakeEmptyInputFile.in
CMakeLists.txt ENH: Optionally label KWSys targets and tests 2009-02-13 15:49:52 -05:00
CPU.h.in ENH: Add ARM support to KWSys CPU header. 2008-05-13 10:24:15 -04:00
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 ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
Configure.hxx.in ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
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 ENH: Skip KWSys name maros in case of identity 2009-04-14 09:35:56 -04:00
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: 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: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS 2009-04-23 11:09:47 -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
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: Fix windows command line escape for empty arg 2008-12-18 13:36:58 -05:00
System.h.in ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS 2009-04-23 11:09:47 -04: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 ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS 2009-04-23 11:09:47 -04:00
SystemTools.hxx.in ENH: Remove obscure method from KWSys SystemTools 2009-04-21 11:36:59 -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
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-24 00:01:04 -04:00
kwsysDateStamp.py
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
kwsysPrivate.h ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS 2009-04-23 11:09:47 -04:00
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.