summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Skip testAutoPtr and testHashSTL on Watcom. They are hopeless.Brad King2007-04-191-3/+7
|
* ENH: Fixed stl string streaming operators for Watcom.Brad King2007-04-191-3/+3
|
* ENH: Added MD5 implementation to KWSys.Brad King2007-03-141-2/+4
|
* COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling ↵Brad King2007-03-031-1/+1
| | | | testAutoPtr.
* COMP: Disable auto_ptr test for now.Brad King2007-03-031-1/+1
|
* ENH: Added test for auto_ptr. Documented aut_ptr template implementation.Brad King2007-03-031-0/+1
|
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-54/+74
|
* COMP: Disable LFS on AIX.Brad King2007-02-211-1/+7
|
* BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file ↵Brad King2007-01-261-6/+20
| | | | install rules.
* BUG: revert yesterday patch. The implementation was correct. The problem was ↵Mathieu Malaterre2006-12-091-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 Malaterre2006-12-081-1/+3
| | | | lib on cygwin and mingw system
* ENH: Report command line as a measurement and allow user to add custom ↵Andy Cedilnik2006-10-131-0/+1
| | | | measurements
* STYLE: Make the set of supported STL headers the same in vtkstd and ↵David Cole2006-10-061-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 King2006-10-041-0/+9
| | | | ProcessUNIX.c build everywhere without warnings.
* ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵Brad King2006-10-041-1/+1
| | | | for multiple language tests (C and CXX).
* ENH: Adding 'System' component of C sources to hold system tools written in ↵Brad King2006-09-211-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 King2006-08-301-0/+3
|
* ENH: Adding KWSys component IOStream to provide help with broken C++ stream ↵Brad King2006-08-271-2/+24
| | | | libraries.
* ENH: Moved test for large file support into kwsysPlatformCxxTests.cxx with ↵Brad King2006-08-251-17/+23
| | | | name KWSYS_LFS_WORKS.
* ENH: Switching KWSYS_CHAR_IS_SIGNED test to use KWSYS_PLATFORM_CXX_TEST_RUN ↵Brad King2006-08-251-18/+2
| | | | macro.
* COMP: Support cmake older than 2.4Andy Cedilnik2006-08-231-2/+1
|
* COMP: Add missing cmake fileAndy Cedilnik2006-08-221-1/+1
|
* ENH: Support large file systems in kwsysAndy Cedilnik2006-08-221-0/+17
|
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-141-0/+9
|
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵Andy Cedilnik2006-07-141-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 King2006-07-051-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 Geveci2006-07-051-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 King2006-04-241-2/+2
| | | | tested on several platforms.
* ENH: Adding 'Terminal' component to hold support routines for dealing with ↵Brad King2006-04-231-5/+9
| | | | interactive terminals. Currently only a cfprintf function is provided to print color messages.
* COMP: Fix compilation on linux (dlopen/dlclose symbols)Mathieu Malaterre2006-04-171-3/+5
|
* ENH: remove test on cygwin since it randomly failsBill Hoffman2006-03-291-1/+3
|
* ENH: Adding auto_ptr to KWSys to provide a conforming version everywhere.Brad King2006-03-161-1/+4
|
* ENH: Do not build the library if we are not doing TestingMathieu Malaterre2006-03-131-8/+6
|
* BUG: Fix problem with in the pathMathieu Malaterre2006-03-101-1/+0
|
* BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where ↵Mathieu Malaterre2006-03-101-0/+1
| | | | current directory is not lookup when doing dlopen
* BUG: Fix DynamicLoader implementation on MacOSX (using old API)Mathieu Malaterre2006-03-101-1/+1
|
* ENH: use CMAKE_DL_LIBS and not dl directly as it does not always existBill Hoffman2006-03-101-3/+3
|
* COMP: Fix cygwin buildMathieu Malaterre2006-03-101-2/+2
|
* ENH: Still more coverage of the DynamicLoaderMathieu Malaterre2006-03-091-0/+1
|
* ENH: Carefully turn testing of DynamicLib onMathieu Malaterre2006-03-091-6/+22
|
* ENH: Compile DynamicLoaderMathieu Malaterre2006-03-061-1/+2
|
* ENH: Added kwsys::String class to shorten debugging symbols and error ↵Brad King2006-02-071-1/+1
| | | | messages involving std::string.
* COMP: Do not build tests if build testing is offAndy Cedilnik2006-01-041-25/+25
|
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵Andy Cedilnik2005-11-091-2/+2
| | | | add help in cmSetTestsPropertiesCommand
* COMP: Fix all dashboardsAndy Cedilnik2005-11-091-1/+1
|
* ENH: Add test for output regular expressionAndy Cedilnik2005-11-081-2/+4
|
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-181-1/+7
|
* ENH: CMake kills me (so does Cygwin)Sebastien Barre2005-10-061-1/+2
|
* ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵Sebastien Barre2005-10-051-2/+3
| | | | instead of the test executable
* BUG: Reverting fundamental type info change until it is fixed on more ↵Brad King2005-10-051-50/+34
| | | | platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange.