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

2015-02-20 Thread Geoffrey Viola
...@kitware.com] Sent: Friday, February 20, 2015 8:35 AM To: Geoffrey Viola Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 02/19/2015 07:44 PM, Geoffrey Viola wrote: The nightly build that I use does use the cmake_common.cmake script

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

2015-02-20 Thread Brad King
On 02/19/2015 07:44 PM, Geoffrey Viola wrote: The nightly build that I use does use the cmake_common.cmake script to grab the latest code, build, test it, etc. Here's what my nightly build results look like: https://open.cdash.org/buildSummary.php?buildid=3701008. Sorry, I mixed up your

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

2015-02-19 Thread Geoffrey Viola
: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 02/17/2015 10:47 AM, Geoffrey Viola wrote: I submitted a test report with all the tests passing. https://open.cdash.org/buildSummary.php?buildid=3698090. Great, thanks

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

2015-02-17 Thread Geoffrey Viola
] Initial Attempt at Green Hill MULTI IDE Generator Support On 01/28/2015 10:51 PM, Geoffrey Viola wrote: I submitted some builds. I'm not sure why 9 fail. Okay, let's get your builds submitting cleanly with no local changes first. That way we can identify whether any of your changes cause

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

2015-02-17 Thread Brad King
On 02/17/2015 10:47 AM, Geoffrey Viola wrote: I submitted a test report with all the tests passing. https://open.cdash.org/buildSummary.php?buildid=3698090. Great, thanks. However, we really need to have the cmake_common.cmake script used to drive it. What I was asking in my previous response

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

2015-02-03 Thread Brad King
On 01/28/2015 10:51 PM, Geoffrey Viola wrote: I submitted some builds. I'm not sure why 9 fail. Okay, let's get your builds submitting cleanly with no local changes first. That way we can identify whether any of your changes cause the failures. There are basic instructions for setting up a

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

2015-01-28 Thread Geoffrey Viola
[mailto:brad.k...@kitware.com] Sent: Tuesday, November 25, 2014 1:06 PM To: Geoffrey Viola Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 11/17/2014 05:16 PM, Geoffrey Viola wrote: I made some changes and rebased on the trunk

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

2014-11-25 Thread Brad King
On 11/17/2014 05:16 PM, Geoffrey Viola wrote: I made some changes and rebased on the trunk. Thanks. Here are a few minor comments: * The hunk in Modules/CMakeDetermineCompilerId.cmake is now just a whitespace change, so please drop it. * Please ensure C++ sources do not have lines exceeding

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

2014-11-18 Thread Brad King
On 11/17/2014 5:16 PM, Geoffrey Viola wrote: Thanks for the feedback. I made some changes and rebased on the trunk. Great. I'll try it out again when I get a chance. The cmake system version can be changed with the GHS_COMP_ROOT cache variable. Okay, so the version is determined by the

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

2014-11-18 Thread Geoffrey Viola
: Tuesday, November 18, 2014 7:36 AM To: Geoffrey Viola Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 11/17/2014 5:16 PM, Geoffrey Viola wrote: Thanks for the feedback. I made some changes and rebased on the trunk

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

2014-11-17 Thread Geoffrey Viola
: Wednesday, November 05, 2014 12:37 PM To: Geoffrey Viola Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 11/05/2014 01:11 PM, Geoffrey Viola wrote: I rebased and squashed the previous commits and made some new changes

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

2014-11-05 Thread Geoffrey Viola
Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 10/14/2014 12:48 PM, Geoffrey Viola wrote: Green Hills MULTI is an IDE for embedded real-time systems. http://www.ghs.com/products/MULTI_IDE.html. http://www.ghs.com

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

2014-10-27 Thread Brad King
On 10/14/2014 12:48 PM, Geoffrey Viola wrote: Green Hills MULTI is an IDE for embedded real-time systems. http://www.ghs.com/products/MULTI_IDE.html. http://www.ghs.com/products/rtos/integrity.html. Thanks for the explanation. I took a look at CMAKE_OSX_SYSROOT. It is similar to GHS_OS_DIR.

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

2014-10-14 Thread Brad King
On 10/09/2014 07:36 PM, Geoffrey Viola wrote: Attached is a patch to make CMake generate files for the Green Hills MULTI IDE. These patches are in reference to this feature request: http://public.kitware.com/Bug/view.php?id=14992. Thanks for working on this. First I've extracted the comment

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

2014-10-14 Thread Geoffrey Viola
[mailto:brad.k...@kitware.com] Sent: Tuesday, October 14, 2014 7:57 AM To: Geoffrey Viola Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Initial Attempt at Green Hill MULTI IDE Generator Support On 10/09/2014 07:36 PM, Geoffrey Viola wrote: Attached is a patch to make CMake generate

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

2014-10-09 Thread Geoffrey Viola
Attached is a patch to make CMake generate files for the Green Hills MULTI IDE. These patches are in reference to this feature request: http://public.kitware.com/Bug/view.php?id=14992. There were some limitations. It has been restricted to Windows, because that is the version of the IDE that I