summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackPackageMakerGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-9/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-8/+8
* CPack/PackageMaker: port to cmXMLWriterDaniel Pfeifer2016-06-091-15/+17
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-13/+13
* productbuild: Add new productbuild cpack generator.Clinton Stimpson2016-06-031-0/+2
* PackageMaker: factor out common code for creating pkg files.Clinton Stimpson2016-06-021-324/+0
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-449/+311
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-17/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-5/+6
* Merge topic 'cpack-PackageMaker-OSX-10.10'Brad King2015-01-151-9/+25
|\
| * CPack: Fix PackageMaker internal versioning for OS X 10.10Calin Cascaval2015-01-121-9/+25
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-10/+11
* | cpack: Fix installed size computation with PackageMaker generatorCalin Cascaval2014-12-221-0/+1
|/
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+8
* stringapi: Use string for OS X resource namesBen Boeckel2014-03-081-4/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* PackageMaker: Enable postflight script in component mode (#12375)Clinton Stimpson2012-10-311-35/+91
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-46/+46
* Merge topic 'fix-12621-xcode43'Brad King2012-03-191-23/+64
|\
| * CPack: Use real path to PackageMaker to find its version file (#12621)David Cole2012-03-131-0/+3
| * Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-091-23/+61
* | CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-091-2/+4
|/
* Silence the may be used uninitialized warnings: initialize stuff.David Cole2011-02-031-1/+1
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-6/+4
* Try to avoid cronic random failures on some Macs.Bill Hoffman2009-10-041-2/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-10/+21
* BUG: Fix issue #7414 - do not crash when given components with circular depen...David Cole2008-07-301-5/+22
* ENH: One more patch from Doug Gregor including PackageMaker functionality for...David Cole2008-07-091-98/+191
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-1/+11
* BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Than...David Cole2008-06-181-49/+86
* ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack...David Cole2008-06-171-57/+461
* ENH: install working with symlink qt toolBill Hoffman2008-02-191-8/+60
* ENH: try to fix dashboardBill Hoffman2007-12-171-1/+17
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-2/+2
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in...David Cole2007-10-311-0/+1
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ...Bill Hoffman2006-10-301-6/+10
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: Add support for stipping and make more things overwritableAndy Cedilnik2006-05-021-2/+2
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-151-7/+2
* ENH: Add ZIP generator and add support for including or excluding the topleve...Andy Cedilnik2006-04-021-0/+4
* ENH: Handle unusual path for packagemakerAndy Cedilnik2006-03-201-5/+12
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-2/+2
* STYLE: Cleanup trailing spacesAndy Cedilnik2006-03-101-4/+4
* STYLE: Fix style problemsAndy Cedilnik2006-03-091-1/+2
* STYLE: Lots of formating to remove style problemsAndy Cedilnik2006-03-081-31/+66
* BUG: Handle version with multiple dotsAndy Cedilnik2006-03-081-2/+2