Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: Add KWSys header files to library targets | Brad King | 2009-02-13 | 1 | -0/+3 | |
| | | | | | This adds the configured KWSys header files to the library targets that implement their APIs so that they show up in IDE project files. | |||||
* | BUG: Fix KWSys SystemInformation dependencies | Brad King | 2008-10-17 | 1 | -0/+4 | |
| | | | | | The SystemInformation component of KWSys requires Process and FundamentalType. | |||||
* | BUG: Enforce KWSys component dependencies early | Brad King | 2008-10-17 | 1 | -14/+14 | |
| | | | | | | KWSys component dependencies must be enforced before any tests for enabled components are done. This moves the dependency enforcement code to be as early as possible. | |||||
* | ENH: Add test for KWSys SharedForward | Brad King | 2008-09-26 | 1 | -0/+7 | |
| | | | | | This tests the basic capability of running another executable from the build tree. | |||||
* | ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property. | Brad King | 2008-05-14 | 1 | -0/+8 | |
| | | | | | | | - Tells CMake about the KWSYS_HEADER macro. - Enables implicit dependencies of private source files. - When a CMake new enough to support the property is required the "#if 0" hack can be removed from the source files. | |||||
* | ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with ↵ | Brad King | 2008-03-17 | 1 | -0/+6 | |
| | | | | the upcoming CMake 2.6 release. | |||||
* | ENH: Added CPU.h to KWSys to identify the target CPU and its byte order. | Brad King | 2008-02-27 | 1 | -1/+4 | |
| | ||||||
* | BUG: Need to install cstddef header. | Brad King | 2008-01-31 | 1 | -0/+9 | |
| | ||||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -2/+2 | |
| | ||||||
* | ENH: turn off for now | Bill Hoffman | 2008-01-08 | 1 | -1/+1 | |
| | ||||||
* | ENH: fix leaks and turn on by default | Bill Hoffman | 2008-01-08 | 1 | -1/+1 | |
| | ||||||
* | ENH: add missing file | Bill Hoffman | 2008-01-08 | 1 | -1/+3 | |
| | ||||||
* | ENH: add new system information class for use in ctest | Bill Hoffman | 2008-01-08 | 1 | -2/+7 | |
| | ||||||
* | ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp. | Brad King | 2007-12-11 | 1 | -2/+3 | |
| | ||||||
* | BUG: Fixed typo in previous commit. | Brad King | 2007-11-12 | 1 | -4/+4 | |
| | ||||||
* | ENH: Adding DateStamp feature to KWSys. This provides a header file giving ↵ | Brad King | 2007-11-12 | 1 | -1/+14 | |
| | | | | preprocessor access to a dated version. The 'datestamp' will be updated automatically every day by a script. | |||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 1 | -1/+1 | |
| | ||||||
* | COMP: Second try getting rid of Microsoft deprecation warnings. This time ↵ | David Cole | 2007-08-15 | 1 | -9/+0 | |
| | | | | 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. | |||||
* | COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless. | Brad King | 2007-04-19 | 1 | -3/+7 | |
| | ||||||
* | ENH: Fixed stl string streaming operators for Watcom. | Brad King | 2007-04-19 | 1 | -3/+3 | |
| | ||||||
* | ENH: Added MD5 implementation to KWSys. | Brad King | 2007-03-14 | 1 | -2/+4 | |
| | ||||||
* | COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling ↵ | Brad King | 2007-03-03 | 1 | -1/+1 | |
| | | | | testAutoPtr. | |||||
* | COMP: Disable auto_ptr test for now. | Brad King | 2007-03-03 | 1 | -1/+1 | |
| | ||||||
* | ENH: Added test for auto_ptr. Documented aut_ptr template implementation. | Brad King | 2007-03-03 | 1 | -0/+1 | |
| | ||||||
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 1 | -54/+74 | |
| | ||||||
* | COMP: Disable LFS on AIX. | Brad King | 2007-02-21 | 1 | -1/+7 | |
| | ||||||
* | BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file ↵ | Brad King | 2007-01-26 | 1 | -6/+20 | |
| | | | | install rules. | |||||
* | BUG: revert yesterday patch. The implementation was correct. The problem was ↵ | Mathieu Malaterre | 2006-12-09 | 1 | -3/+1 | |
| | | | | that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system | |||||
* | BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵ | Mathieu Malaterre | 2006-12-08 | 1 | -1/+3 | |
| | | | | lib on cygwin and mingw system | |||||
* | ENH: Report command line as a measurement and allow user to add custom ↵ | Andy Cedilnik | 2006-10-13 | 1 | -0/+1 | |
| | | | | measurements | |||||
* | STYLE: Make the set of supported STL headers the same in vtkstd and ↵ | David Cole | 2006-10-06 | 1 | -2/+19 | |
| | | | | vtksys/stl. (The union of the present values of the two sets.) | |||||
* | ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ↵ | Brad King | 2006-10-04 | 1 | -0/+9 | |
| | | | | ProcessUNIX.c build everywhere without warnings. | |||||
* | ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵ | Brad King | 2006-10-04 | 1 | -1/+1 | |
| | | | | for multiple language tests (C and CXX). | |||||
* | ENH: Adding 'System' component of C sources to hold system tools written in ↵ | Brad King | 2006-09-21 | 1 | -2/+6 | |
| | | | | C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize. | |||||
* | COMP: Fix try-compile to fail properly on HP. | Brad King | 2006-08-30 | 1 | -0/+3 | |
| | ||||||
* | ENH: Adding KWSys component IOStream to provide help with broken C++ stream ↵ | Brad King | 2006-08-27 | 1 | -2/+24 | |
| | | | | libraries. | |||||
* | ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with ↵ | Brad King | 2006-08-25 | 1 | -17/+23 | |
| | | | | name KWSYS_LFS_WORKS. | |||||
* | ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN ↵ | Brad King | 2006-08-25 | 1 | -18/+2 | |
| | | | | macro. | |||||
* | COMP: Support cmake older than 2.4 | Andy Cedilnik | 2006-08-23 | 1 | -2/+1 | |
| | ||||||
* | COMP: Add missing cmake file | Andy Cedilnik | 2006-08-22 | 1 | -1/+1 | |
| | ||||||
* | ENH: Support large file systems in kwsys | Andy Cedilnik | 2006-08-22 | 1 | -0/+17 | |
| | ||||||
* | ENH: Add a way to get unused arguments and add a test | Andy Cedilnik | 2006-07-14 | 1 | -0/+9 | |
| | ||||||
* | ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵ | Andy Cedilnik | 2006-07-14 | 1 | -0/+18 | |
| | | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles | |||||
* | ENH: Updated installation options and implementation to use INSTALL command ↵ | Brad King | 2006-07-05 | 1 | -16/+152 | |
| | | | | if it is available. This will allow installation component assignment and separate installation of the .dll and .lib on windows. | |||||
* | ENH: Adding cmake 2.4 style installation. NOTE: These changes will work on a ↵ | Berk Geveci | 2006-07-05 | 1 | -1/+8 | |
| | | | | paraview build only. This file has to updated to be general | |||||
* | ENH: Enabling build/test of Terminal code now that it has been manually ↵ | Brad King | 2006-04-24 | 1 | -2/+2 | |
| | | | | tested on several platforms. | |||||
* | ENH: Adding 'Terminal' component to hold support routines for dealing with ↵ | Brad King | 2006-04-23 | 1 | -5/+9 | |
| | | | | interactive terminals. Currently only a cfprintf function is provided to print color messages. | |||||
* | COMP: Fix compilation on linux (dlopen/dlclose symbols) | Mathieu Malaterre | 2006-04-17 | 1 | -3/+5 | |
| | ||||||
* | ENH: remove test on cygwin since it randomly fails | Bill Hoffman | 2006-03-29 | 1 | -1/+3 | |
| | ||||||
* | ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere. | Brad King | 2006-03-16 | 1 | -1/+4 | |
| |