Re: [cmake-developers] Anyone going to FOSDEM?

2016-01-26 Thread Benjamin Eikel
Hi Steve, Zitat von Stephen Kelly : Benjamin Eikel wrote: Hi Gregor, Am Mittwoch, 30. Dezember 2015, 14:33:08 schrieb Gregor Jasny via cmake- developers: Hello, I wonder if any of you CMake Developers go to FOSDEM [1] this year? I am not a CMake developer, but, more or less, an advanced

Re: [cmake-developers] Anyone going to FOSDEM?

2015-12-30 Thread Benjamin Eikel
Hi Gregor, Am Mittwoch, 30. Dezember 2015, 14:33:08 schrieb Gregor Jasny via cmake- developers: > Hello, > > I wonder if any of you CMake Developers go to FOSDEM [1] this year? I am not a CMake developer, but, more or less, an advanced user, but I will go to FOSDEM next year. ;-) At least Steph

Re: [cmake-developers] Best practices questions

2012-10-16 Thread Benjamin Eikel
Hello, Am Dienstag, 16. Oktober 2012 um 16:36:49 schrieb Petr Kmoch: > 2) Is there a code style document I could read somewhere? I now > understand line width is preferred at 79 columns max. and I believe I've > figured out brace indenting; anything else I should follow? for writing CMake code I

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-23 Thread Benjamin Eikel
Am Donnerstag, 6. September 2012 um 09:24:39 schrieb Benjamin Eikel: > Am Mittwoch, 5. September 2012 um 22:29:59 schrieb Bill Hoffman: > > On 9/5/2012 3:11 PM, Benjamin Eikel wrote: > > > That might become a problem. I tried > > > > > > codeblocks --b

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-09-12 Thread Benjamin Eikel
Am Mittwoch, 12. September 2012 um 21:50:35 schrieb Alexander Neundorf: > On Tuesday 11 September 2012, Benjamin Eikel wrote: > > Am Dienstag, 11. September 2012 um 21:44:29 schrieb Alexander Neundorf: > > > On Thursday 30 August 2012, Benjamin Eikel wrote: > > > > A

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-09-11 Thread Benjamin Eikel
Am Dienstag, 11. September 2012 um 21:44:29 schrieb Alexander Neundorf: > On Thursday 30 August 2012, Benjamin Eikel wrote: > > Am Mittwoch, 29. August 2012 um 18:53:51 schrieb Brad King: > > > On 08/29/2012 05:43 AM, Benjamin Eikel wrote: > > > > I have writte

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-09 Thread Benjamin Eikel
Am Sonntag, 9. September 2012 um 20:02:37 schrieb Peter Kümmel: > On 09.09.2012 19:50, Benjamin Eikel wrote: > > Dear CMake developers, > > > > I looked at the output of "/bin/cmake > > --system-information" with the Unix Makefiles generator and the new &g

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-09 Thread Benjamin Eikel
Dear CMake developers, I looked at the output of "/bin/cmake --system-information" with the Unix Makefiles generator and the new Code::Blocks generator. For the new Code::Blocks generator, the variables CMAKE_LIBRARY_ARCHITECTURE (and the analogous ones for the languages), CMAKE_${LANG}_IMPLICI

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-08 Thread Benjamin Eikel
Am Samstag, 8. September 2012 um 16:53:56 schrieb David Cole: > On Sat, Sep 8, 2012 at 6:38 AM, Peter Kümmel wrote: > > On 08.09.2012 11:51, Benjamin Eikel wrote: > >> Am Freitag, 7. September 2012 um 18:59:49 schrieb Bill Hoffman: > >>> On 9/7/2012 12:13 PM, Benja

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-08 Thread Benjamin Eikel
Am Freitag, 7. September 2012 um 18:59:49 schrieb Bill Hoffman: > On 9/7/2012 12:13 PM, Benjamin Eikel wrote: > > Yes, I have seen that in the beginning when the generator did not work as > > expected. At the moment, it builds from the command line, but only if you > > give i

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-07 Thread Benjamin Eikel
Am Freitag, 7. September 2012 um 17:07:28 schrieb Bill Hoffman: > On 9/7/2012 11:02 AM, Benjamin Eikel wrote: > > Hello again, > > > > the generator works rudimentary. I am able to generate Code::Blocks > > projects for simple CMake projects. I still have to fix a

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-07 Thread Benjamin Eikel
Hello again, the generator works rudimentary. I am able to generate Code::Blocks projects for simple CMake projects. I still have to fix a bug with link interface libraries and have to see what I can do about the window that is shown by Code::Blocks when doing command line builds (I am still wa

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-06 Thread Benjamin Eikel
Am Mittwoch, 5. September 2012 um 22:29:59 schrieb Bill Hoffman: > On 9/5/2012 3:11 PM, Benjamin Eikel wrote: > > That might become a problem. I tried > > > > codeblocks --build --target=MyTarget MyProject.cbp > > > > which works and builds the specified ta

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-05 Thread Benjamin Eikel
Am Mittwoch, 5. September 2012 um 20:54:57 schrieb Alexander Neundorf: > On Wednesday 05 September 2012, Benjamin Eikel wrote: > > Hello Alex, > > > > Am Mittwoch, 5. September 2012 um 19:34:56 schrieb Alexander Neundorf: > > > On Wednesday 05 September 2012, Benj

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-05 Thread Benjamin Eikel
Hello Alex, Am Mittwoch, 5. September 2012 um 19:34:56 schrieb Alexander Neundorf: > On Wednesday 05 September 2012, Benjamin Eikel wrote: > > Dear CMake developers, > > > > I wanted to know if it is possible to let CMake generate a project that > > uses the intern

[cmake-developers] Using the internal Code::Blocks builder

2012-09-05 Thread Benjamin Eikel
or? I think modifying the cmExtraCodeBlocksGenerator class is not the right way. Maybe one would have to write a new subclass of cmGlobalGenerator? Kind regards Benjamin From 38a1e84b3719192f4f28f4c72da5ae39430812ca Mon Sep 17 00:00:00 2001 From: Benjamin Eikel Date: Sun, 2 Sep 2012 16:31:55

[cmake-developers] CMake command line options -H and -B

2012-09-02 Thread Benjamin Eikel
Hello, I have a question concerning the command line options "-H" and "-B". The usage information says that "-H" shows the help, which is true when "-H" does not receive any parameters (see cmDocumentation.cxx:1120ff). But when there is a parameter, it sets the source directory (see cmake.cxx:6

Re: [cmake-developers] Version support for FindSDL_net.cmake

2012-09-01 Thread Benjamin Eikel
Hello again, Am Mittwoch, 29. August 2012 um 12:39:28 schrieb Benjamin Eikel: > Dear CMake developers, > > I extended the find module for SDL_net by version support (see the attached > patch). If you are interested, I am willing to write similar patches for > the other SDL_.* mod

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Donnerstag, 30. August 2012 um 13:00:48 schrieb Rolf Eike Beer: > Alexander Neundorf wrote: > > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > > Dear CMake developers, > > > > > > I have written a find module for the OpenGL Extension Wrangler (GLE

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Mittwoch, 29. August 2012 um 19:54:58 schrieb Alexander Neundorf: > On Wednesday 29 August 2012, Benjamin Eikel wrote: > > Dear CMake developers, > > > > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > > library (see attachment)

Re: [cmake-developers] New find module: FindGLEW.cmake

2012-08-30 Thread Benjamin Eikel
Am Mittwoch, 29. August 2012 um 18:53:51 schrieb Brad King: > On 08/29/2012 05:43 AM, Benjamin Eikel wrote: > > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > > library (see attachment). I tried to follow all the instructions that I > > have f

[cmake-developers] Version support for FindSDL_net.cmake

2012-08-29 Thread Benjamin Eikel
Dear CMake developers, I extended the find module for SDL_net by version support (see the attached patch). If you are interested, I am willing to write similar patches for the other SDL_.* modules or one for SDL_gfx (see issue 0012004). The find module has a problem: It does not define SDL_net_F

[cmake-developers] New find module: FindGLEW.cmake

2012-08-29 Thread Benjamin Eikel
efines the following variables: # GLEW_INCLUDE_DIRS - include directories for GLEW # GLEW_LIBRARIES - libraries to link against GLEW # GLEW_FOUND - true if GLEW has been found and can be used #= # Copyright 2012 Benj