Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix so verbose is put in the correct place | Bill Hoffman | 2005-12-31 | 1 | -8/+8 |
| | |||||
* | COMP: Fix warning on sun | Andy Cedilnik | 2005-12-30 | 1 | -20/+23 |
| | |||||
* | COMP: Remove sun warning | Andy Cedilnik | 2005-12-30 | 1 | -5/+5 |
| | |||||
* | ENH: Add a tar test | Andy Cedilnik | 2005-12-30 | 1 | -0/+10 |
| | |||||
* | ENH: Add a way to compare two files | Andy Cedilnik | 2005-12-30 | 1 | -0/+14 |
| | |||||
* | ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵ | Andy Cedilnik | 2005-12-30 | 1 | -14/+13 |
| | | | | be used | ||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -0/+2 |
| | |||||
* | COMP: Remove unused variable | Andy Cedilnik | 2005-12-30 | 1 | -2/+1 |
| | |||||
* | COMP: Fix support for gzip on non-32 bit platforms | Andy Cedilnik | 2005-12-30 | 1 | -14/+60 |
| | |||||
* | COMP: Remove shadow variable warning | Andy Cedilnik | 2005-12-30 | 2 | -10/+11 |
| | |||||
* | COMP: Use mangle names | Andy Cedilnik | 2005-12-30 | 1 | -7/+7 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-12-30 | 2 | -0/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | ENH: Make the syntax more line tar | Andy Cedilnik | 2005-12-29 | 3 | -27/+159 |
| | |||||
* | ENH: Make additional file names optional | Andy Cedilnik | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | ENH: Add untaring support | Andy Cedilnik | 2005-12-29 | 3 | -6/+64 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | COMP: Fix complex test and fix bootstrap | Andy Cedilnik | 2005-12-28 | 1 | -3/+9 |
| | |||||
* | COMP: Add missing include | Andy Cedilnik | 2005-12-28 | 1 | -0/+1 |
| | |||||
* | BUG: Return proper values | Andy Cedilnik | 2005-12-28 | 1 | -6/+5 |
| | |||||
* | ENH: Add command to create tar | Andy Cedilnik | 2005-12-28 | 1 | -0/+19 |
| | |||||
* | ENH: Add method to create tar | Andy Cedilnik | 2005-12-28 | 2 | -0/+58 |
| | |||||
* | COMP: Link tar library to cmake | Andy Cedilnik | 2005-12-28 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | ENH: make sure -F is not duplicated | Bill Hoffman | 2005-12-27 | 3 | -10/+34 |
| | |||||
* | ENH: add framework support to FIND_FILE | Bill Hoffman | 2005-12-27 | 4 | -4/+127 |
| | |||||
* | ENH: Fix command line argument parsing | Andy Cedilnik | 2005-12-27 | 1 | -28/+1 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2005-12-27 | 1 | -1/+5 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 12 | -20/+137 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 13 | -37/+366 |
| | | | | msys and mingw | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | ENH: make sure depend helper actually works, if a depend library gets ↵ | Bill Hoffman | 2005-12-21 | 2 | -7/+42 |
| | | | | updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used | ||||
* | BUG: Libraries and executables that are built with version numbers and ↵ | Brad King | 2005-12-21 | 1 | -5/+35 |
| | | | | symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | ENH: Improved robustness of sharing parent pipes with children. This ↵ | Brad King | 2005-12-20 | 1 | -38/+88 |
| | | | | ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 2560, Xcode does not create correct bundles | Bill Hoffman | 2005-12-19 | 2 | -23/+43 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-17 | 1 | -1/+1 |
| | |||||
* | ENH: make sure uncommented modules are not documented | Bill Hoffman | 2005-12-16 | 1 | -2/+1 |
| | |||||
* | BUG: Return if the file is in any directory not just in first one | Andy Cedilnik | 2005-12-16 | 1 | -1/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | ENH: Report an error if the target does not exists | Andy Cedilnik | 2005-12-15 | 1 | -1/+7 |
| | |||||
* | ENH: fix module documenation to handle bad docs and fix qt3 docs | Bill Hoffman | 2005-12-15 | 1 | -4/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-15 | 1 | -1/+1 |
| |