summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXFilesSourceWriter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-0/+1
| | | | | Include the two headers in an isolated block with a comment separating them so that tools that re-order includes do not re-order these.
* Source: Stabilize include orderBrad King2016-04-291-0/+1
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-211-4/+9
|
* CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-211-27/+4
|
* CPackWiX: Extend CPACK_WIX_ACL to support directoriesNils Gladitz2014-09-271-1/+9
|
* CPackWIX: Implement CPACK_WIX_ACL (Access Control List) propertyNils Gladitz2014-08-091-0/+7
|
* CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT propertiesNils Gladitz2014-05-281-1/+16
|
* CPackWIX: support installation of empty directoriesNils Gladitz2014-03-011-0/+22
|
* CPackWIX: refactor and cleanupNils Gladitz2014-02-261-0/+149
Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently.