Re: [cmake-developers] new generator question - xml file output for embedded IDE platforms.

2018-05-02 Thread duane
>> Are you familiar with cmake cross-compiling support in CMake ? > yes, I'm currently building Cmake from source, > Often it seems to always comes back to the generator and .. I'll add for example when it is processing languages, CMakeCInformation.cmake (and the CXX version) which that

Re: [cmake-developers] new generator question - xml file output for embedded IDE platforms.

2018-05-02 Thread duane
> > >> If an IDE is actually not supported by CMake a generator it will have to > > >> be implemented for that in the source code of CMake. > > yea, i'm trying to avoid that - but I can write that if required :-( > I think you'll have to do this. Hmm - Another approach is to use Python to create

Re: [cmake-developers] new generator question - xml file output for embedded IDE platforms.

2018-05-02 Thread Alexander Neundorf
On 2018 M05 2, Wed 09:17:53 CEST du...@duaneellis.com wrote: > >> configure_file is not the right command > > Yea, it's the nearest existing item, and it only does the most > simplistic replacement that's why I use that as a basis for my example. > It is in effect, like the final last 'sed' step

Re: [cmake-developers] new generator question - xml file output for embedded IDE platforms.

2018-05-02 Thread duane
>> configure_file is not the right command Yea, it's the nearest existing item, and it only does the most simplistic replacement that's why I use that as a basis for my example. It is in effect, like the final last 'sed' step done by gnu autoconfigure tools. Nothing more. >> If an IDE is

Re: [cmake-developers] new generator question - xml file output for embedded IDE platforms.

2018-05-02 Thread Gößwein Matthias / eeas gmbh
Hi Duane, As far as i understand from your mail you want to generate project files from CMake. Although I would appreciate a more powerful configure_file command (e.g. a built in generator like the mustache generator (https://mustache.github.io/) or something like that) i must confess that

Re: [cmake-developers] New Generator for Keil uVision

2014-11-12 Thread Brad King
On 11/12/2014 04:30 AM, Marco wrote: But obviously there is no generator for uVision. Here comes the fun part: I am going to implement a generator for it :-) Great! I am looking for higer-level starting-point. [snip] - Multiproject Workspace: Kind of like a VisualStudio-solution. The

Re: [cmake-developers] new Generator

2012-07-05 Thread Bill Hoffman
On 7/4/2012 3:16 AM, Peter Kümmel wrote: Unofficial binaries you could find here: http://sourceforge.net/projects/cmakescript/files/ The current RC for 2.8.9 RC 1 also has ninja support. -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com

Re: [cmake-developers] new Generator

2012-07-04 Thread Peter Kümmel
On 04.07.2012 02:10, J Decker wrote: ninja looks promising as an inbetween; lcc of course has it's own make. I however don't find ninja on windows latest download... there's a couple references in the /share/ Unofficial binaries you could find here:

Re: [cmake-developers] new Generator

2012-07-03 Thread J Decker
On Mon, Jul 2, 2012 at 7:57 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On 7/2/2012 10:25 AM, J Decker wrote: lcc lcc-win32/64 Using nmake,jom, gmake or ninja that should not require a new generator. Just a few platform files. See Modules/Platform: ninja looks promising as an

Re: [cmake-developers] new Generator

2012-07-02 Thread Bill Hoffman
On 6/21/2012 12:10 PM, J Decker wrote: Is tehre anywhere that I can find a howto of how to approach creating a new genreator? -- What generator are you planning to write? -Bill -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [cmake-developers] new Generator

2012-07-02 Thread J Decker
On Mon, Jul 2, 2012 at 6:55 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On 6/21/2012 12:10 PM, J Decker wrote: Is tehre anywhere that I can find a howto of how to approach creating a new genreator? -- What generator are you planning to write? lcc lcc-win32/64 altneratively some

Re: [cmake-developers] new Generator

2012-07-02 Thread Bill Hoffman
On 7/2/2012 10:25 AM, J Decker wrote: lcc lcc-win32/64 Using nmake,jom, gmake or ninja that should not require a new generator. Just a few platform files. See Modules/Platform: altneratively some other flavors of visual studio projects These would most likely be sub-classes of the

Re: [cmake-developers] new Generator

2012-06-25 Thread Alexander Neundorf
Hi, On Thursday 21 June 2012, J Decker wrote: Is tehre anywhere that I can find a howto of how to approach creating a new genreator? basically, read the sources. For what IDE or build tool would you like to write one ? Alex -- Powered by www.kitware.com Visit other Kitware open-source

Re: [cmake-developers] new Generator

2012-06-25 Thread J Decker
On Mon, Jun 25, 2012 at 12:34 PM, Alexander Neundorf neund...@kde.org wrote: Hi, On Thursday 21 June 2012, J Decker wrote: Is tehre anywhere that I can find a howto of how to approach creating a new genreator? basically, read the sources. For what IDE or build tool would you like to

[cmake-developers] new Generator

2012-06-21 Thread J Decker
Is tehre anywhere that I can find a howto of how to approach creating a new genreator? -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: