summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* ENH: merge changes from main treeBill Hoffman2006-04-281-5/+9
* 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 curr...Mathieu Malaterre2006-03-101-0/+1
* 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 message...Brad King2006-02-071-1/+1
* 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 a...Andy Cedilnik2005-11-091-2/+2
* 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 ins...Sebastien Barre2005-10-051-2/+3
* BUG: Reverting fundamental type info change until it is fixed on more platfor...Brad King2005-10-051-50/+34
* ENH: add kwsys test for DetectFileTypeSebastien Barre2005-10-041-0/+8
* ENH: Converting FundamentalType try-compiles into a single try-run. All the ...Brad King2005-10-031-34/+50
* ENH: Make message into statusAndy Cedilnik2005-09-201-1/+1
* ENH: Test for both commandsAndy Cedilnik2005-09-191-2/+2
* STYLE: Added backward compatibility disclaimer.Brad King2005-09-181-0/+8
* BUG: Fix which argument is which, also, fix the test to be less agressiveAndy Cedilnik2005-09-181-3/+1
* ENH: Add testing of GET_TEST_PROPERTY commandAndy Cedilnik2005-09-171-0/+4
* ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2Andy Cedilnik2005-09-161-10/+19
* ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ad...Brad King2005-08-041-0/+14
* ENH: Added FundamentalType header defining platform-independent fixed size/si...Brad King2005-07-261-1/+74
* ENH: Rename testAndy Cedilnik2005-07-201-2/+2
* ENH: Enabling new test 7 of process execution.Brad King2005-06-171-0/+1
* ENH: Add capability to include files to DartTestfile.txt and add example of thatAndy Cedilnik2005-06-071-0/+5
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL...Brad King2005-04-211-7/+12
* BUG: Cannot use Win32 implementation for cygwin processes because then cygwin...Brad King2005-04-151-5/+5
* COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstdd...Brad King2005-04-151-0/+8
* ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 implemen...Brad King2005-04-151-5/+5
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_IT...Brad King2005-04-151-4/+26
* ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Nee...Brad King2005-04-151-0/+2
* STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ...Brad King2005-04-131-1/+1
* ENH: Removing old test1.c Process execution example. It is fully replaced by...Brad King2005-04-131-1/+0
* COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ...Brad King2005-04-131-0/+2
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-131-30/+33
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to KWSys...Brad King2005-04-131-2/+13
* BUG: Test for stl stirng operator!= for char* needs to know result of KWSYS_S...Brad King2005-03-301-4/+3
* ENH: Added operator!= for stl string and char* when the system does not provi...Brad King2005-03-291-0/+3
* ENH: Added istream and ostream operators for stl string in KWSys when using o...Brad King2005-03-291-1/+30
* COMP: Removing stl string io operators change until the CMake bootstrap scrip...Brad King2005-03-261-30/+1