Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-09 Thread Brad King
On 04/09/2015 12:58 PM, Geoffrey Viola wrote: > The IDE supports only one configuration at a time. > I figured CMAKE_BUILD_TYPE kind of works similarly Good. The CMAKE_BUILD_TYPE is exactly for single-config generators to select the config. Multi-config generators do not use that and instead ha

Re: [cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Nils Gladitz
On 09.04.2015 20:39, Rolf Eike Beer wrote: Am Donnerstag, 9. April 2015, 10:30:35 schrieb Brad King: On 04/09/2015 10:28 AM, Nils Gladitz wrote: What was the original problem you were trying to fix? You pointed out test failures on "nibble.ngladitz" which I then tried to fix: https://open.cda

Re: [cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Rolf Eike Beer
Am Donnerstag, 9. April 2015, 10:30:35 schrieb Brad King: > On 04/09/2015 10:28 AM, Nils Gladitz wrote: > >> What was the original problem you were trying to fix? > > > > You pointed out test failures on "nibble.ngladitz" which I then tried to > > fix: > > > > https://open.cdash.org/testDetails.p

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-09 Thread Geoffrey Viola
> Please base further work on commit a00be665. Will do. >I see you added use of CMAKE_BUILD_TYPE to pick which flags to use. Does this >IDE support only one configuration at a time? >Or, are users supposed to be able to pick the config at build time? The IDE supports only one configuration at

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-09 Thread Brad King
On 04/09/2015 08:56 AM, Geoffrey Viola wrote: > I rebased on ff7ecb92 to create the new attached patch. Thanks. I moved the cmLocalGenerator change out into its own commit and then squashed everything else in the original topic and this patch together. I made a few minor tweaks and merged to 'ne

Re: [cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Brad King
On 04/09/2015 10:28 AM, Nils Gladitz wrote: >> What was the original problem you were trying to fix? > > You pointed out test failures on "nibble.ngladitz" which I then tried to > fix: > > https://open.cdash.org/testDetails.php?test=316350872&build=3711574 Right, I forgot about that, thanks. S

Re: [cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Nils Gladitz
On 04/09/2015 04:15 PM, Brad King wrote: On 04/09/2015 07:54 AM, Nils Gladitz wrote: With c771f9d945444f6cfe41195e26653f368aff7f42 "CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES." I think you meant commit 6a661f06: CTest: To enforce the C locale use LC_ALL instead of LC_M

Re: [cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Brad King
On 04/09/2015 07:54 AM, Nils Gladitz wrote: > With c771f9d945444f6cfe41195e26653f368aff7f42 "CTest: To enforce the C > locale use LC_ALL instead of LC_MESSAGES." I think you meant commit 6a661f06: CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES. http://cmake.org/gitweb?p=cmake

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-09 Thread Geoffrey Viola
> I get conflicts applying on commit ff7ecb92. Please resolve. I rebased on ff7ecb92 to create the new attached patch. Here are the test results: https://open.cdash.org/buildSummary.php?buildid=3763362. >> target_compile_options(${TARGET_NAME} PUBLIC >> ":optionsFile=\"${ABS_PATH}/rel/path/

[cmake-developers] CTest update broken with non-ASCII filenames

2015-04-09 Thread Nils Gladitz
With c771f9d945444f6cfe41195e26653f368aff7f42 "CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES." I broke svn updates for repositories which contain non-ASCII filenames. This is apparently due to me not only changing how messages are encoded but also how svn interprets filename