Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: fix compiler error | Ken Martin | 2005-10-19 | 1 | -3/+1 |
| | |||||
* | ENH: More output | Andy Cedilnik | 2005-10-19 | 2 | -3/+7 |
| | |||||
* | BUG: Initialize to something resonable | Andy Cedilnik | 2005-10-19 | 1 | -0/+2 |
| | |||||
* | COMP: More namespace fixes to build on HP | Andy Cedilnik | 2005-10-19 | 2 | -38/+38 |
| | |||||
* | BUG: cd into local directory to reduce link line length | Ken Martin | 2005-10-19 | 2 | -104/+52 |
| | |||||
* | COMP: Fix namespace. This way kwsys can be built outside cmake | Andy Cedilnik | 2005-10-19 | 1 | -17/+17 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-19 | 1 | -1/+1 |
| | |||||
* | ENH: fix test | Bill Hoffman | 2005-10-18 | 1 | -1/+0 |
| | |||||
* | ENH: add .txx files and put the start directory in the search path | Bill Hoffman | 2005-10-18 | 1 | -3/+23 |
| | |||||
* | ENH: unused include | Bill Hoffman | 2005-10-18 | 1 | -1/+0 |
| | |||||
* | ENH: spelling | Bill Hoffman | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | ENH: Push glob to the kwsys | Andy Cedilnik | 2005-10-18 | 4 | -1/+518 |
| | |||||
* | COMP: On mingw, -fPIC is not necessary and it actually produces warnings | Andy Cedilnik | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: More tests | Andy Cedilnik | 2005-10-18 | 1 | -0/+3 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | ENH: Fix precedence | Andy Cedilnik | 2005-10-17 | 2 | -68/+68 |
| | |||||
* | ENH: Add rudamentary mathematical expression support | Andy Cedilnik | 2005-10-17 | 13 | -3/+4425 |
| | |||||
* | ENH: Add math test | Andy Cedilnik | 2005-10-17 | 3 | -0/+52 |
| | |||||
* | BUG: Lexer should be case insensitive so flex should be run with -i option. ↵ | Brad King | 2005-10-17 | 2 | -171/+166 |
| | | | | This partially addresses bug#2361. | ||||
* | ENH: Add String length and substring | Andy Cedilnik | 2005-10-17 | 4 | -1/+80 |
| | |||||
* | ENH: Add regular string replace (not regex), and relative path command. Also ↵ | Andy Cedilnik | 2005-10-17 | 6 | -1/+90 |
| | | | | add tests | ||||
* | BUG: If test passes but it should fail, report an error | Andy Cedilnik | 2005-10-17 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | ENH: More error exceptions | Andy Cedilnik | 2005-10-13 | 1 | -0/+1 |
| | |||||
* | BUG: Fix logic to return true when the file was already statted. Also, use ↵ | Andy Cedilnik | 2005-10-13 | 2 | -4/+3 |
| | | | | nanosecond percision if available. Remove debug | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 9 | -197/+177 |
| | | | | is simpler to parse and therefore much faster overall | ||||
* | ENH: Optimize performance by caching stat results | Andy Cedilnik | 2005-10-12 | 2 | -1/+11 |
| | |||||
* | COMP: Windows fixes | Andy Cedilnik | 2005-10-12 | 1 | -3/+4 |
| | |||||
* | ENH: Add file time comparison code | Andy Cedilnik | 2005-10-12 | 4 | -0/+221 |
| | |||||
* | ENH: Add an accessor for the maximum file length | Andy Cedilnik | 2005-10-12 | 2 | -9/+26 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | ENH: some fixes for better backwards compatibility | Ken Martin | 2005-10-10 | 4 | -29/+48 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-08 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for setting the maximum number of errors and warnings ↵ | Andy Cedilnik | 2005-10-07 | 1 | -0/+6 |
| | | | | reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50 | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-07 | 1 | -1/+1 |
| | |||||
* | ENH: CMake kills me (so does Cygwin) | Sebastien Barre | 2005-10-06 | 4 | -4/+5 |
| | |||||
* | ENH: some fixes for missing vars and missing libs | Ken Martin | 2005-10-06 | 1 | -4/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵ | Sebastien Barre | 2005-10-05 | 3 | -8/+9 |
| | | | | instead of the test executable | ||||
* | BUG: Reverting fundamental type info change until it is fixed on more ↵ | Brad King | 2005-10-05 | 1 | -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 update | Andy Cedilnik | 2005-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake ↵ | Sebastien Barre | 2005-10-04 | 2 | -2/+2 |
| | | | | bootstrap |