summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackArchiveGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-37/+23
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* CPack/Archive: per component filenames supportDomen Vrankar2017-05-161-16/+41
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-7/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-7/+6
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-4/+4
* CPack: don't use else after returnDaniel Pfeifer2016-08-181-4/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-137/+101
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-2/+2
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-3/+3
* cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)Clinton Stimpson2015-03-301-0/+8
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-1/+1
* CPackArchive restore default behavior and provide new variable.Eric NOULARD2012-02-011-1/+1
* CPack Add top level directory in component install for Archive GeneratorsDaniel Nelson2012-01-131-2/+9
* Fix KWStyle warningsEric NOULARD2011-04-041-1/+2
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-2/+2
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-37/+12
* CPackArchive package all components specified in CPACK_COMPONENTS_ALLEric NOULARD2011-03-031-0/+33
* CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-221-6/+10
* CPack remove "-ALL" suffix for ALL-IN-ONE packagesEric NOULARD2011-02-221-1/+1
* CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-061-2/+0
* CPack use IsOn when it's better than IsSetEric NOULARD2010-12-121-1/+1
* CPack Fix KWStyle errorEric NOULARD2010-12-011-1/+3
* CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)Eric NOULARD2010-11-291-16/+28
* CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-60/+5
* Fix KWStyle line length issues.Bill Hoffman2010-09-151-15/+37
* CPackArchiveGenerator improve usability and robustnessEric NOULARD2010-08-241-2/+46
* CPackArchiveGenerator add component supportsEric NOULARD2010-08-241-17/+187
* CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-241-194/+32
* Merge topic 'CPack-APIredesign'Brad King2010-08-171-6/+6
|\
| * CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-6/+6
* | Include headers from chosen libarchive (#10923)Brad King2010-08-051-3/+1
|/
* Add missing archive_read_finish calls to fix some of the presently reported v...David Cole2009-12-281-0/+1
* use different tar format to handle longer file namesBill Hoffman2009-11-141-2/+1
* add better error checking and run from correct directory.Bill Hoffman2009-11-091-3/+9
* add better error checking and support for symlinks to cpack's use of libarchiveBill Hoffman2009-11-091-28/+49
* Fix warningBill Hoffman2009-11-031-1/+1
* Fix warnings for unused variablesBill Hoffman2009-11-031-3/+3
* Fix cygwin package stuff to work with libarchiveBill Hoffman2009-11-031-15/+23
* Fix for hpux...Bill Hoffman2009-11-021-1/+1
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-0/+230