summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarCompressGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-0/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+1
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-241-2/+2
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-228/+3
* Fix more mismatched new[] / delete[] (eliminate invalid auto_ptr use) to corr...David Cole2009-10-301-3/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: use gnu tar for cygwinBill Hoffman2007-07-311-3/+10
* BUG: fix coverity error, null check after usage fixBill Hoffman2007-03-201-2/+5
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ...Bill Hoffman2006-10-301-1/+2
* COMP: Remove warningsAndy Cedilnik2006-08-221-7/+5
* ENH: Implement TarCompress generator using compress libraryAndy Cedilnik2006-08-211-97/+174
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* COMP: Try to fix windows buildsAndy Cedilnik2006-05-021-1/+8
* ENH: Simplify TarCompress to only require compress. Use cmake's tarAndy Cedilnik2006-05-021-38/+5
* ENH: Initial cut at TarCompress generatorAndy Cedilnik2006-05-021-0/+194