summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: More error exceptionsAndy Cedilnik2005-10-131-0/+1
|
* BUG: Fix logic to return true when the file was already statted. Also, use ↵Andy Cedilnik2005-10-132-4/+3
| | | | nanosecond percision if available. Remove debug
* STYLE: Nightly Version updateAndy Cedilnik2005-10-131-1/+1
|
* ENH: Improve performance of check build system by creating another file that ↵Andy Cedilnik2005-10-129-197/+177
| | | | is simpler to parse and therefore much faster overall
* ENH: Optimize performance by caching stat resultsAndy Cedilnik2005-10-122-1/+11
|
* COMP: Windows fixesAndy Cedilnik2005-10-121-3/+4
|
* ENH: Add file time comparison codeAndy Cedilnik2005-10-124-0/+221
|
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-122-9/+26
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-121-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-111-1/+1
|
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-104-29/+48
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-101-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-081-1/+1
|
* ENH: Add support for setting the maximum number of errors and warnings ↵Andy Cedilnik2005-10-071-0/+6
| | | | reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50
* STYLE: Nightly Version updateAndy Cedilnik2005-10-071-1/+1
|
* ENH: CMake kills me (so does Cygwin)Sebastien Barre2005-10-064-4/+5
|
* ENH: some fixes for missing vars and missing libsKen Martin2005-10-061-4/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-061-1/+1
|
* ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵Sebastien Barre2005-10-053-8/+9
| | | | 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.
* STYLE: Nightly Version updateAndy Cedilnik2005-10-051-1/+1
|
* ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake ↵Sebastien Barre2005-10-042-2/+2
| | | | bootstrap
* ENH: add kwsys test for DetectFileTypeSebastien Barre2005-10-043-0/+58
|
* ENH: More verbosityAndy Cedilnik2005-10-042-0/+16
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-041-1/+1
|
* ENH: Converting FundamentalType try-compiles into a single try-run. All the ↵Brad King2005-10-032-34/+137
| | | | information about the existence, size, and signedness of types can be determined in one program thanks to limits.h.
* BUG: Double-quotes in definitions must be escaped.Brad King2005-10-031-2/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-031-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-021-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-011-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-241-1/+1
|
* ENH: try to find a gui for the MacBill Hoffman2005-09-2310-0/+2017
|
* ENH: remove -lgcc used by crazy coverage stuffBill Hoffman2005-09-231-4/+0
|
* ENH: java fixes from MathieuBill Hoffman2005-09-232-0/+7
|
* BUG: the -P option was not working with relative paths and a couple typesKen Martin2005-09-231-3/+10
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-231-1/+1
|
* COMP: Try to remove warningsAndy Cedilnik2005-09-221-18/+14
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-221-1/+1
|
* ENH: Updated to use modern FILE command for writing to output logs instead ↵Brad King2005-09-211-4/+4
| | | | of WRITE_FILE.
* BUG: kwsys_ios namespace should import streambuf also.Brad King2005-09-211-0/+1
|
* BUG: Corrected and updated documentation of the -P option, -C option, ↵Brad King2005-09-214-10/+15
| | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command.
* ENH: removed ITK commandKen Martin2005-09-213-321/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-09-211-1/+1
|
* ENH: Properly report failed testsAndy Cedilnik2005-09-201-1/+10
|
* ENH: increase coverage in loaded commandsKen Martin2005-09-204-12/+42
|