Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source: Stabilize include order of sys/types.h before sys/stat.h | Brad King | 2016-05-03 | 1 | -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 order | Brad King | 2016-04-29 | 1 | -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 Gladitz | 2015-02-21 | 1 | -4/+9 |
| | |||||
* | CPackWIX: Refactor start menu and desktop shortcut creation. | Nils Gladitz | 2015-02-21 | 1 | -27/+4 |
| | |||||
* | CPackWiX: Extend CPACK_WIX_ACL to support directories | Nils Gladitz | 2014-09-27 | 1 | -1/+9 |
| | |||||
* | CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property | Nils Gladitz | 2014-08-09 | 1 | -0/+7 |
| | |||||
* | CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties | Nils Gladitz | 2014-05-28 | 1 | -1/+16 |
| | |||||
* | CPackWIX: support installation of empty directories | Nils Gladitz | 2014-03-01 | 1 | -0/+22 |
| | |||||
* | CPackWIX: refactor and cleanup | Nils Gladitz | 2014-02-26 | 1 | -0/+149 |
Extract addtional classes and functions which are getting unsightly large. Use some of the coding conventions more consistently. |