summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTGZGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-241-2/+2
|
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-270/+2
| | | | | | 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.
* Fix more mismatched new[] / delete[] (eliminate invalid auto_ptr use) to ↵David Cole2009-10-301-5/+3
| | | | correct valgrind reported memory issues.
* Correct one of the valgrind errors from the CPackTestAllGenerators test. Do ↵David Cole2009-10-261-3/+6
| | | | not use auto_ptr on a new [] allocation because auto_ptr does not use delete [].
* Fix warnings in CMake source code. Suppress rampant warnings emanating from ↵David Cole2009-10-011-2/+2
| | | | Qt files.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* COMP: remove warningsBill Hoffman2007-09-271-2/+3
|
* ENH: use gnu tar for cygwinBill Hoffman2007-07-311-4/+11
|
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵Bill Hoffman2006-10-301-1/+2
| | | | faults
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-3/+4
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* COMP: Fix cast to char*Andy Cedilnik2006-05-021-1/+1
|
* ENH: Simplify TarCompress to only require compress. Use cmake's tarAndy Cedilnik2006-05-021-57/+79
|
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-151-0/+7
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-27/+27
|
* STYLE: Lots of formating to remove style problemsAndy Cedilnik2006-03-081-15/+25
|
* ENH: Fix compression on WindowsAndy Cedilnik2006-01-121-8/+6
|
* BUG: Fix memory problemAndy Cedilnik2006-01-091-1/+2
|
* ENH: remove assertBill Hoffman2006-01-041-1/+4
|
* ENH: More CPack stuff and fix zlib compressionAndy Cedilnik2006-01-041-8/+65
|
* ENH: Start working on CPack input file and cleanupsAndy Cedilnik2006-01-021-12/+0
|
* ENH: More improvements and add loggingAndy Cedilnik2006-01-021-9/+10
|
* COMP: Fix build problemsAndy Cedilnik2006-01-021-7/+33
|
* ENH: Use libtarAndy Cedilnik2006-01-021-3957/+65
|
* ENH: Merge from the cpack branchAndy Cedilnik2006-01-021-0/+4067