summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXPatchParser.cxx
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+5
|
* CPackWIX: refactor and cleanupNils Gladitz2014-02-261-1/+1
| | | | | Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently.
* CPackWiX: adhere to CMake member naming conventionNils Gladitz2013-12-201-18/+18
|
* CPackWiX: allow customization of generated WiX sourcesNils Gladitz2013-12-171-0/+145
Added a new variable CPACK_WIX_PATCH_FILE that users can point at an XML patch file. Fragments defined within the patch file will be inserted at supported insertion points (currently Component, File and Directory).