summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* COMP: More namespace fixes to build on HPAndy Cedilnik2005-10-192-38/+38
|
* BUG: cd into local directory to reduce link line lengthKen Martin2005-10-192-104/+52
|
* COMP: Fix namespace. This way kwsys can be built outside cmakeAndy Cedilnik2005-10-191-17/+17
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-191-1/+1
|
* ENH: fix testBill Hoffman2005-10-181-1/+0
|
* ENH: add .txx files and put the start directory in the search pathBill Hoffman2005-10-181-3/+23
|
* ENH: unused includeBill Hoffman2005-10-181-1/+0
|
* ENH: spellingBill Hoffman2005-10-181-1/+1
|
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-183-1/+516
|
* COMP: Remove warningAndy Cedilnik2005-10-181-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-181-1/+1
|
* ENH: Fix precedenceAndy Cedilnik2005-10-172-68/+68
|
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-1713-3/+4425
|
* BUG: Lexer should be case insensitive so flex should be run with -i option. ↵Brad King2005-10-172-171/+166
| | | | This partially addresses bug#2361.
* ENH: Add String length and substringAndy Cedilnik2005-10-172-1/+71
|
* ENH: Add regular string replace (not regex), and relative path command. Also ↵Andy Cedilnik2005-10-174-1/+83
| | | | add tests
* BUG: If test passes but it should fail, report an errorAndy Cedilnik2005-10-171-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-10-141-1/+1
|
* 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-123-0/+220
|
* 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
|
* 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
|