summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformCxxTests.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: Removed stray semicolon.Brad King2005-05-031-4/+4
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL...Brad King2005-04-211-0/+27
* BUG: For some reason the non-template allocator test compiles on VS6 even tho...Brad King2005-04-151-1/+1
* BUG: Fix iterator traits test to use a real iterator instead of int*.Brad King2005-04-151-3/+6
* COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstdd...Brad King2005-04-151-0/+6
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_IT...Brad King2005-04-151-0/+24
* ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Nee...Brad King2005-04-151-0/+14
* COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ...Brad King2005-04-131-0/+13
* BUG: allocator<>::rebind<> test should use kwsys_stl::allocator, not std::all...Brad King2005-04-131-1/+1
* BUG: Fixed member template test to not produce a test program that crashes wh...Brad King2005-04-131-4/+5
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to KWSys...Brad King2005-04-131-15/+71
* ENH: Added operator!= for stl string and char* when the system does not provi...Brad King2005-03-291-0/+11
* ENH: Added istream and ostream operators for stl string in KWSys when using o...Brad King2005-03-291-0/+24
* COMP: Removing stl string io operators change until the CMake bootstrap scrip...Brad King2005-03-261-24/+0
* ENH: Added istream and ostream operators for stl string when using old stream...Brad King2005-03-261-0/+24
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct sta...Brad King2005-02-171-0/+13
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable i...Brad King2003-12-301-4/+4
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. T...Brad King2003-12-231-0/+31