..
Base64.c
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
2005-07-26 11:34:57 -04:00
Base64.h.in
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
2005-07-26 11:34:57 -04:00
CMakeEmptyInputFile.in
COMP: Add missing cmake file
2006-08-22 15:48:19 -04:00
CMakeLists.txt
ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.
2008-03-17 16:22:28 -04:00
CPU.h.in
BUG: Fixed typo in previous commit of kwsys/CPU.h.in
2008-02-27 16:11:20 -05: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
COMP: On some project configure may not copy right away
2006-08-22 15:51:52 -04:00
CommandLineArguments.cxx
ENH: Remove extra ;
2007-08-08 08:41:07 -04:00
CommandLineArguments.hxx.in
STYLE: fix typo
2007-08-09 09:03:25 -04:00
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
ENH: C++ configuration should include C configuration.
2005-06-09 08:02:58 -04:00
Copyright.txt
ENH: Updated copyright.
2003-12-15 16:30:46 -05:00
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
ENH: add support for the Portland Compiler to CMake, can build cmake and the tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt)
2007-09-17 15:55:17 -04:00
Directory.hxx.in
COMP: Directory and Glob have pointer data members
2007-08-16 07:38:47 -04:00
DynamicLoader.cxx
COMP: also build the static dummy loader on Cray Catamount
2007-08-01 10:07:46 -04:00
DynamicLoader.hxx.in
ENH: remove some stuff to improve coverage
2007-06-06 11:26:06 -04:00
EncodeExecutable.c
COMP: Need to include header for unlink function.
2007-04-19 12:11:16 -04:00
ExtraTest.cmake.in
ENH: Add capability to include files to DartTestfile.txt and add example of that
2005-06-07 09:57:05 -04:00
FundamentalType.h.in
ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types.
2005-07-26 11:37:30 -04:00
Glob.cxx
BUG: fix segfault if FindFiles() is called without actual match pattern
2007-08-21 15:30:07 -04:00
Glob.hxx.in
COMP: Directory and Glob have pointer data members
2007-08-16 07:38:47 -04:00
IOStream.cxx
COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed. Define one public symbol to avoid complaints from archivers about empty object files.
2008-02-03 08:58:10 -05: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
MD5.c
ENH: Added MD5 implementation to KWSys.
2007-03-14 15:12:10 -04:00
MD5.h.in
ENH: Added MD5 implementation to KWSys.
2007-03-14 15:12:10 -04:00
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
STYLE: minor comments
2008-04-02 08:36:51 -04:00
ProcessWin32.c
ENH: fix resource leak
2007-07-24 10:05:31 -04:00
README.txt
STYLE: Added reference to documentation in CMakeLists.txt.
2005-09-18 17:15:29 -04:00
Registry.cxx
ENH: make sure value is set before using it
2006-10-03 11:55:34 -04:00
Registry.hxx.in
STYLE: Minor style
2006-03-09 16:40:00 -05:00
RegularExpression.cxx
STYLE: Make sure to use the proper cast.
2006-03-10 12:01:29 -05:00
RegularExpression.hxx.in
BUG: if there is no match, don't construct the stl string from a NULL
2007-08-22 09:25:14 -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
ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp.
2007-12-11 11:36:57 -05:00
String.h.in
ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp.
2007-12-11 11:36:57 -05:00
String.hxx.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
System.c
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
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
COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignment in if condition.
2008-02-03 08:20:11 -05:00
SystemInformation.hxx.in
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
2008-03-11 17:37:17 -04:00
SystemTools.cxx
BUG: fix install problem on make and allow symlinks to cmake bin directory
2008-03-27 17:05:11 -04:00
SystemTools.hxx.in
BUG: fix install problem on make and allow symlinks to cmake bin directory
2008-03-27 17:05:11 -04:00
Terminal.c
ENH: Added '256color' terminal names. Patch applied from bug#3651.
2006-08-23 09:47:43 -04:00
Terminal.h.in
ENH: fix build on AIX
2006-04-25 08:33:51 -04:00
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
COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).
2005-04-15 16:00:44 -04:00
hash_map.hxx.in
COMP: Fix warnings on VS9.
2008-01-30 07:44:24 -05:00
hash_set.hxx.in
COMP: Remove inline keyword from forward declaration for VS9.
2008-02-03 08:07:17 -05:00
hashtable.hxx.in
COMP: Fixed unreferenced parameter warning for VS6 with /W4.
2007-03-09 16:27:14 -05:00
kwsysDateStamp.cmake
STYLE: Nightly Date Stamp
2008-04-05 23:57:11 -04:00
kwsysDateStamp.py
ENH: Created better names and a more convenient set of version date stamp macros.
2007-11-12 18:22:22 -05:00
kwsysHeaderDump.pl
ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug.
2004-05-10 13:15:45 -04:00
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
STYLE: Work-around std:: check since this is a platform test.
2008-01-31 08:32:08 -05:00
kwsysPrivate.h
ENH: Updated copyright.
2003-12-15 16:30:46 -05:00
kwsys_cstddef.hxx.in
COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).
2005-04-15 16:00:44 -04:00
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
ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means.
2004-08-31 08:25:58 -04:00
kwsys_ios_iostream.h.in
COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.
2007-11-05 17:44:30 -05:00
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
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
ENH: add support for the Syllable OS ( http://www.syllable.org )
2007-11-23 20:45:49 -05:00
testDynload.c
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
2006-03-16 11:01:05 -05:00
testEncode.c
ENH: Added MD5 implementation to KWSys.
2007-03-14 15:12:10 -04:00
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
BUG: Need to clear read failure when string is reset.
2007-04-19 12:56:07 -04: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
COMP: remove warning on new HPUX compiler
2007-09-20 11:57:25 -04:00
testSystemInformation.cxx
ENH: Missing copyright header.
2008-02-19 18:50:52 -05:00
testSystemTools.bin
ENH: CMake kills me (so does Cygwin)
2005-10-06 17:16:07 -04:00
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
BUG: Do the proper path
2006-03-10 15:38:35 -05:00
testTerminal.c
ENH: Cleaned up KWSys tests to use test drivers.
2007-03-03 10:47:06 -05:00