summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-227-95/+125
* COMP: Commented out unused variable until the corresponding logic is finished.Brad King2005-04-221-2/+2
* COMP: Removed line continuation characters from #if lines to avoid linefeed p...Brad King2005-04-222-11/+4
* BUG: Drastically extending test5's timeouts to get it to pass when running on...Brad King2005-04-221-2/+2
* COMP: Fixed assignment-in-conditional warning.Brad King2005-04-221-1/+2
* COMP: Fixed constant conditional warning.Brad King2005-04-221-1/+1
* COMP: Fixed unused parameter and constant conditional warnings.Brad King2005-04-221-1/+3
* STYLE: Nightly Version updateAndy Cedilnik2005-04-221-1/+1
* ENH: Reorganize a bit and make sure to report an error if there are modified ...Andy Cedilnik2005-04-211-11/+21
* COMP: Using a new work-around for stdarg.h problem on SGI.Brad King2005-04-213-20/+10
* BUG: Fixed hash_allocator_n size computation.Brad King2005-04-211-14/+38
* ENH: Added include-work-around for hashtable.hxx.in dependency.Brad King2005-04-211-0/+1
* BUG: Do not close stdout/stderr pipes in parent if they are shared.Brad King2005-04-212-4/+13
* COMP: Do not do va_list hack if there is no std:: namespace.Brad King2005-04-211-1/+1
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL...Brad King2005-04-214-45/+184
* STYLE: Nightly Version updateAndy Cedilnik2005-04-211-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-04-201-1/+1
* BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing.Brad King2005-04-201-2/+2
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-192-154/+193
* BUG: When killing a child all the pipe read ends should be closed. This will...Brad King2005-04-191-2/+7
* BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does not...Brad King2005-04-191-7/+11
* 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
* 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-156-0/+58
* COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the confi...Brad King2005-04-153-58/+58
* ENH: move convenience method to get OS name and version from KWApp to KWSys.Sebastien Barre2005-04-152-0/+271
* STYLE: Fix englishAndy Cedilnik2005-04-151-8/+8
* BUG: Added missing variable initialization that was accidentally removed on t...Brad King2005-04-151-1/+1
* ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 implemen...Brad King2005-04-151-5/+5
* BUG: work around for buggy Tigger OSX systems that read two copies of the sam...Bill Hoffman2005-04-151-12/+19
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_IT...Brad King2005-04-156-19/+113
* STYLE: Nightly Version updateAndy Cedilnik2005-04-151-1/+1
* COMP: Replacing _Select1st with a specialized hash_select1st that avoids requ...Brad King2005-04-151-5/+6
* ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Nee...Brad King2005-04-154-0/+28
* COMP: Removed extra variable initializations to avoid Borland warnings.Brad King2005-04-151-3/+2
* STYLE: Nightly Version updateAndy Cedilnik2005-04-141-1/+1
* COMP: Remove friend templates and always use template friends (possibly with ...Brad King2005-04-143-31/+0
* COMP: Disable MSVC debug symbol truncation warning.Brad King2005-04-141-0/+5
* ENH: For sanity, create directory before creating generated file streamAndy Cedilnik2005-04-131-0/+3
* BUG: The test1 executable has been removed from kwsys. Instead using testIOS...Brad King2005-04-131-1/+1
* STYLE: Renaming kwsys-hash test to kwsys-testhash for consistency with other ...Brad King2005-04-131-1/+1
* COMP: Removing return value from test6. It is an infinite loop, so the retur...Brad King2005-04-131-3/+2
* ENH: Removing old test1.c Process execution example. It is fully replaced by...Brad King2005-04-132-53/+0
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-1313-1/+111
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-133-2/+18
* ENH: Speedup by only getting the source onceAndy Cedilnik2005-04-131-3/+7
* ENH: Improve performance by using vector of char instead of stringAndy Cedilnik2005-04-131-14/+16
* BUG: Only do ~ test if HOME variable is defined.Brad King2005-04-131-2/+4
* BUG: Avoid error diagnostic popups on windows for test that crashes on purpose.Brad King2005-04-131-0/+4