Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-06 Thread Brad King
On 11/05/2015 09:05 AM, Levermann, Simon wrote: > fixed in the attached version. Thanks. I've applied it with a few tweaks. I found a better place for the variable docs than my previous suggestion. I also updated indentation style and tweaked the way we include Carbon.h. Merged to 'next' for

Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-05 Thread Levermann, Simon
Hi Brad, the attached patch limits lines to 79 cols, and adds the necessary documentation to the variables and release notes. I added diagnostic pragmas to suppress the deprecation warnings as well as a comment explaining the need for them. I've looked for a replacement some more, but I still

Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-05 Thread Levermann, Simon
The documentation files had incorrect file extensions. This is fixed in the attached version. On Do, 2015-11-05 at 10:36 +, Levermann, Simon wrote: > Hi Brad, > > the attached patch limits lines to 79 cols, and adds the necessary > documentation to the variables and release notes. > > I

Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-04 Thread Brad King
On 11/03/2015 06:09 AM, Levermann, Simon wrote: > This adds support for multilingual SLAs which are displayed when > the user is trying to mount the DMG. Thanks for working on this and for bringing the patch to this list. Patches 2 and 3 look like fixups. Please squash that all into one commit.

[cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-03 Thread Levermann, Simon
From: Simon Levermann Hello, This adds support for multilingual SLAs which are displayed when the user is trying to mount the DMG. Multiple languages can be added via the new variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined,