summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix compiler errorKen Martin2005-10-191-3/+1
|
* ENH: More outputAndy Cedilnik2005-10-192-3/+7
|
* BUG: Initialize to something resonableAndy Cedilnik2005-10-191-0/+2
|
* 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-184-1/+518
|
* COMP: On mingw, -fPIC is not necessary and it actually produces warningsAndy Cedilnik2005-10-181-0/+1
|
* ENH: More testsAndy Cedilnik2005-10-181-0/+3
|
* 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
|
* ENH: Add math testAndy Cedilnik2005-10-173-0/+52
|
* 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-174-1/+80
|
* ENH: Add regular string replace (not regex), and relative path command. Also ↵Andy Cedilnik2005-10-176-1/+90
| | | | 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-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