CMake/Source/kwsys
Daniel R. Gomez 4f170e2575 KWSys: Fix hashtable prime list on g++ 2.9 (#13273)
Building CMake with g++ 2.9-aix51-020209 on an AIX 5.3 system gives:

 cmsys/hashtable.hxx: In function `const long unsigned int *cmsys::get_stl_prime_list ()':
 cmsys/hashtable.hxx:399: warning: sorry: semantics of inline function static data
  `const long unsigned int _stl_prime_list[31]' are wrong (you'll wind up with multiple copies)
 cmsys/hashtable.hxx:399: warning: you can work around this by removing the initializer

Give get_stl_prime_list internal linkage.
2012-06-05 16:23:09 -04:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
CPU.h.in
CTestConfig.cmake
CommandLineArguments.cxx KWSys: Address Intel compiler remarks 2011-11-01 10:49:25 -04:00
CommandLineArguments.hxx.in
Configure.h.in Silence warnings on sgi compiler. 2010-05-12 09:37:42 -04:00
Configure.hxx.in KWSys: Cleanup putenv leak option implementation 2010-06-29 08:50:03 -04:00
Copyright.txt
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in Fix KWSys FundamentalType for Universal Binaries 2009-11-20 08:38:18 -05:00
Glob.cxx KWSys: Add symlinks to directories as files (#12284) 2011-09-06 13:20:02 -04:00
Glob.hxx.in KWSys: Remove always-true dir_only parameter 2011-09-06 13:10:05 -04:00
IOStream.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
IOStream.hxx.in
MD5.c
MD5.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c KWSys: Teach Process to error on empty command 2010-06-11 11:00:38 -04:00
ProcessWin32.c KWSys: Teach Process to error on empty command 2010-06-11 11:00:38 -04:00
README.txt
Registry.cxx
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
SharedForward.h.in
String.c Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
SystemInformation.hxx.in
SystemTools.cxx KWSys: Remove unused environ declaration from SystemTools 2012-05-23 08:32:57 -04:00
SystemTools.hxx.in KWSys: Fix SystemTools environment memory handling (#13156) 2012-04-27 08:13:52 -04:00
Terminal.c
Terminal.h.in
auto_ptr.hxx.in
hash_fun.hxx.in KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in KWSys: Fix hashtable prime list on g++ 2.9 (#13273) 2012-06-05 16:23:09 -04:00
kwsysHeaderDump.pl
kwsysPlatformTests.cmake Fix KWSYS_PLATFORM_INFO_TEST when user removes tree 2010-02-12 10:46:50 -05:00
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
kwsysPrivate.h Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_cstddef.hxx.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testAutoPtr.cxx
testCommandLineArguments.cxx
testCommandLineArguments1.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testDynamicLoader.cxx
testDynload.c
testEncode.c
testFail.c Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testHashSTL.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testIOS.cxx Convert KWSys to OSI-approved BSD License 2009-09-28 11:37:35 -04:00
testProcess.c
testRegistry.cxx
testSharedForward.c.in
testSystemInformation.cxx
testSystemTools.bin
testSystemTools.cxx KWSys: Fix SystemTools environment memory handling (#13156) 2012-04-27 08:13:52 -04:00
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.