Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack use IsOn when it's better than IsSet | Eric NOULARD | 2010-12-12 | 1 | -1/+1 |
| | | | | | | | | This authorize more control because one can set CPACK_ARCHIVE_COMPONENT_INSTALL to ON globally and then set it selectively to OFF inside a CPack project config file. Sidenote: GetOption ought to be a 'const' method. | ||||
* | CPack Fix KWStyle error | Eric NOULARD | 2010-12-01 | 1 | -1/+3 |
| | |||||
* | CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452) | Eric NOULARD | 2010-11-29 | 1 | -16/+28 |
| | | | | | One should set CPACK_ARCHIVE_COMPONENT_INSTALL=1 in order to trigger component install for ARCHIVE generators | ||||
* | CPackRPM add basic component support to CPackRPM | Eric NOULARD | 2010-11-13 | 1 | -60/+5 |
| | | | | | basic means 1 RPM per component and no dependency handling this implies some CPackGenerator refactoring | ||||
* | Fix KWStyle line length issues. | Bill Hoffman | 2010-09-15 | 1 | -15/+37 |
| | |||||
* | CPackArchiveGenerator improve usability and robustness | Eric NOULARD | 2010-08-24 | 1 | -2/+46 |
| | | | | | | Handle the "no group defined" case Implement the idea from Rolf Eike Beer to have a single var CPACK_COMPONENTS_GROUPING with several values | ||||
* | CPackArchiveGenerator add component supports | Eric NOULARD | 2010-08-24 | 1 | -17/+187 |
| | |||||
* | CPackArchiveGenerator use cmArchiveWrite wrapper | Eric NOULARD | 2010-08-24 | 1 | -194/+32 |
| | |||||
* | 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. |