Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add test for output regular expression | Andy Cedilnik | 2005-11-08 | 2 | -2/+8 |
| | |||||
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 3 | -2/+87 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-05 | 1 | -1/+1 |
| | |||||
* | DOC: updated comment about the inherited ivar | Ken Martin | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup and unify | Andy Cedilnik | 2005-11-04 | 2 | -7/+10 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | DOC: better documentation | Ken Martin | 2005-11-02 | 1 | -0/+2 |
| | |||||
* | DOC: better documentaiton | Ken Martin | 2005-11-02 | 7 | -3/+26 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-31 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-30 | 1 | -1/+1 |
| | |||||
* | ENH: changes from Eric Wing, bug 2249 | Bill Hoffman | 2005-10-28 | 8 | -114/+512 |
| | |||||
* | BUG: fix stack over write bug | Bill Hoffman | 2005-10-28 | 1 | -2/+2 |
| | |||||
* | BUG: fix space in path probs | Bill Hoffman | 2005-10-28 | 2 | -7/+7 |
| | |||||
* | BUG: make the clean target work | Bill Hoffman | 2005-10-28 | 1 | -8/+9 |
| | |||||
* | ENH: Improved file modification time comparison on Windows to use ↵ | Brad King | 2005-10-27 | 2 | -56/+55 |
| | | | | GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-22 | 1 | -1/+1 |
| | |||||
* | ENH: fix for bad placement of SILENT target | Ken Martin | 2005-10-21 | 1 | -24/+28 |
| | |||||
* | BUG: symlink issue | Ken Martin | 2005-10-21 | 1 | -1/+5 |
| | |||||
* | BUG: fix bad checkin that had debugging code in it | Ken Martin | 2005-10-21 | 1 | -1/+1 |
| | |||||
* | ENH: try to get this thing to pass with cmake 2.2.1 | Bill Hoffman | 2005-10-21 | 1 | -0/+17 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-21 | 1 | -1/+1 |
| | |||||
* | BUG: fix over checking of build system | Ken Martin | 2005-10-20 | 1 | -4/+7 |
| | |||||
* | STYLE: minor cleanup | Ken Martin | 2005-10-20 | 1 | -1/+2 |
| | |||||
* | BUG: fix for def files and new local target link lines | Ken Martin | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | ENH: missing check_build_system for all target | Ken Martin | 2005-10-20 | 1 | -0/+2 |
| | |||||
* | ENH: big cleanup and fix for jump commands | Ken Martin | 2005-10-20 | 4 | -249/+177 |
| | |||||
* | BUG: end is not really end, but rather length | Bill Hoffman | 2005-10-20 | 2 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| |