Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'CPack-APIredesign' | Brad King | 2010-08-17 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | bd510fe CPack: Avoid member shadowing after API refactor (part2) 31a313d CPack: Avoid member shadowing after API refactor cd7b8a0 CPack: Refactor API in order to handle multi-file packages | ||||
| * | CPack: Refactor API in order to handle multi-file packages | Eric NOULARD | 2010-08-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | The multi-argument CompressFiles(...) method has been replace by the no-argument PackageFiles() method and 3 more member variables. This will enable implemention of multi-package generators. Now each specific generator (which overloads PackageFiles()) may decide to change the name and/or the number of generated package files. | ||||
* | | Include headers from chosen libarchive (#10923) | Brad King | 2010-08-05 | 1 | -3/+1 |
|/ | | | | | When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked. | ||||
* | Add missing archive_read_finish calls to fix some of the presently reported ↵ | David Cole | 2009-12-28 | 1 | -0/+1 |
| | | | | valgrind memory leaks. | ||||
* | use different tar format to handle longer file names | Bill Hoffman | 2009-11-14 | 1 | -2/+1 |
| | |||||
* | add better error checking and run from correct directory. | Bill Hoffman | 2009-11-09 | 1 | -3/+9 |
| | |||||
* | add better error checking and support for symlinks to cpack's use of libarchive | Bill Hoffman | 2009-11-09 | 1 | -28/+49 |
| | |||||
* | Fix warning | Bill Hoffman | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Fix warnings for unused variables | Bill Hoffman | 2009-11-03 | 1 | -3/+3 |
| | |||||
* | Fix cygwin package stuff to work with libarchive | Bill Hoffman | 2009-11-03 | 1 | -15/+23 |
| | |||||
* | Fix for hpux... | Bill Hoffman | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -0/+230 |
This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well. |