summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Use libtarAndy Cedilnik2006-01-023-3960/+70
|
* ENH: Add a way to overwrite compression extensionAndy Cedilnik2006-01-022-3/+19
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-021-1/+1
|
* ENH: Merge from cpack branchAndy Cedilnik2006-01-023-0/+71
|
* ENH: Merge from the cpack branchAndy Cedilnik2006-01-0214-0/+5728
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-011-1/+1
|
* BUG: When more than one command is given and one of them fails to start and ↵Brad King2005-12-311-0/+6
| | | | the rest are killed, do not forget to reap the killed children.
* STYLE: Nightly Version updateAndy Cedilnik2005-12-311-1/+1
|
* ENH: move framework stuff from FindFile to FindPathBill Hoffman2005-12-314-83/+84
|
* ENH: fix so verbose is put in the correct placeBill Hoffman2005-12-311-8/+8
|
* COMP: Fix warning on sunAndy Cedilnik2005-12-301-20/+23
|
* COMP: Remove sun warningAndy Cedilnik2005-12-301-5/+5
|
* ENH: Add a tar testAndy Cedilnik2005-12-301-0/+10
|
* ENH: Add a way to compare two filesAndy Cedilnik2005-12-301-0/+14
|
* ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵Andy Cedilnik2005-12-301-14/+13
| | | | be used
* COMP: Cleanup regular expressionsAndy Cedilnik2005-12-301-0/+2
|
* COMP: Remove unused variableAndy Cedilnik2005-12-301-2/+1
|
* COMP: Fix support for gzip on non-32 bit platformsAndy Cedilnik2005-12-301-14/+60
|
* COMP: Remove shadow variable warningAndy Cedilnik2005-12-302-10/+11
|
* COMP: Use mangle namesAndy Cedilnik2005-12-301-7/+7
|
* COMP: Remove warningsAndy Cedilnik2005-12-302-0/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-301-1/+1
|
* ENH: Make the syntax more line tarAndy Cedilnik2005-12-293-27/+159
|
* ENH: Make additional file names optionalAndy Cedilnik2005-12-291-1/+1
|
* ENH: Add untaring supportAndy Cedilnik2005-12-293-6/+64
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-291-1/+1
|
* COMP: Fix complex test and fix bootstrapAndy Cedilnik2005-12-281-3/+9
|
* COMP: Add missing includeAndy Cedilnik2005-12-281-0/+1
|
* BUG: Return proper valuesAndy Cedilnik2005-12-281-6/+5
|
* ENH: Add command to create tarAndy Cedilnik2005-12-281-0/+19
|
* ENH: Add method to create tarAndy Cedilnik2005-12-282-0/+58
|
* COMP: Link tar library to cmakeAndy Cedilnik2005-12-281-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-281-1/+1
|
* ENH: make sure -F is not duplicatedBill Hoffman2005-12-273-10/+34
|
* ENH: add framework support to FIND_FILEBill Hoffman2005-12-274-4/+127
|
* ENH: Fix command line argument parsingAndy Cedilnik2005-12-271-28/+1
|
* ENH: remove warningBill Hoffman2005-12-271-1/+5
|
* ENH: add better support for framework linkingBill Hoffman2005-12-2612-20/+137
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-231-1/+1
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-2213-37/+366
| | | | msys and mingw
* STYLE: Nightly Version updateAndy Cedilnik2005-12-221-1/+1
|
* ENH: make sure depend helper actually works, if a depend library gets ↵Bill Hoffman2005-12-212-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 King2005-12-211-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 updateAndy Cedilnik2005-12-211-1/+1
|
* ENH: Improved robustness of sharing parent pipes with children. This ↵Brad King2005-12-201-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 updateAndy Cedilnik2005-12-201-1/+1
|
* BUG: fix for bug 2560, Xcode does not create correct bundlesBill Hoffman2005-12-192-23/+43
|