summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix compiler warningsKen Martin2007-03-053-6/+4
* STYLE: long lineKen Martin2007-03-051-1/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-03-051-1/+1
* COMP: Disable function call with function return test for HP until it is impl...Brad King2007-03-041-0/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-03-041-1/+1
* COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testA...Brad King2007-03-032-1/+3
* COMP: Disable auto_ptr test for now.Brad King2007-03-031-1/+1
* ENH: Implemented auto_ptr_ref in a way that allows conversion of the pointed-...Brad King2007-03-032-9/+6
* COMP: Remove one conversion test until it is implemented.Brad King2007-03-031-0/+2
* ENH: Added test for auto_ptr. Documented aut_ptr template implementation.Brad King2007-03-033-23/+294
* BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys ...Brad King2007-03-032-2/+2
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-0311-65/+87
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not...Brad King2007-03-031-10/+14
* STYLE: Nightly Version updateAndy Cedilnik2007-03-031-1/+1
* BUG: fix for build orderKen Martin2007-03-022-2/+29
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c...Andy Cedilnik2007-03-022-0/+10
* ENH: limit the output of system information to no more than 50K per fileKen Martin2007-03-021-1/+1
* COMP: fix some w4 warningsKen Martin2007-03-022-1/+5
* ENH: fix compiler warningKen Martin2007-03-021-1/+1
* COMP: fix warningsKen Martin2007-03-022-3/+3
* COMP: More workarounds for Borland.Brad King2007-03-021-3/+6
* STYLE: Nightly Version updateAndy Cedilnik2007-03-021-1/+1
* BUG: Fix bug introduced by revision 1.67. The qmake query mode prints inform...Brad King2007-03-011-2/+5
* COMP: fix a compiel warningKen Martin2007-03-011-1/+1
* ENH: added LIMIT on file readKen Martin2007-03-012-4/+26
* COMP: fix warningKen Martin2007-03-011-1/+1
* ENH: added a limit to the getline methodKen Martin2007-03-012-2/+22
* BUG: a couple bugs in system informaitonKen Martin2007-03-011-5/+6
* BUG: bad command lineKen Martin2007-03-011-1/+1
* BUG: bad command lineKen Martin2007-03-011-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-03-011-1/+1
* ENH: remove qnx special stuff that does not workBill Hoffman2007-02-281-9/+0
* BUG: cleanup paths in GetSourceFile to handle bug 2724Ken Martin2007-02-281-0/+1
* ENH: one more pass at paths with spaces and parensBill Hoffman2007-02-282-29/+17
* BUG: allow system information to accept the -G optionKen Martin2007-02-283-57/+94
* BUG: Assignment should always use reset().Brad King2007-02-281-1/+1
* COMP: Fix for auto_ptr_ref on Borland 5.8.Brad King2007-02-281-5/+10
* BUG: Fix for cmake_force target in Borland Makefiles.Brad King2007-02-281-0/+10
* BUG: fix to naming of results fileKen Martin2007-02-271-1/+1
* ENH: watcom wmake can not handle () in the path with cd commandBill Hoffman2007-02-272-2/+21
* ENH: add a fix for spaces in the path again...Bill Hoffman2007-02-271-2/+9
* BUG: possible fix for new SystemInfo testKen Martin2007-02-272-5/+4
* BUG: fix for unused variableKen Martin2007-02-271-1/+7
* ENH: fix for spaces in the path and mingwBill Hoffman2007-02-271-1/+2
* BUG: possible fix for new SystemInfo testKen Martin2007-02-271-1/+1
* ENH: added --system-information option to CMakeKen Martin2007-02-274-0/+117
* ENH: improvementsKen Martin2007-02-272-0/+6
* ENH: added for system information command line optionKen Martin2007-02-262-0/+174
* COMP: Added line accidentally removed.Brad King2007-02-261-0/+1
* BUG: Fixed implementation of auto_ptr_ref.Brad King2007-02-261-2/+1