Re: [cmake-developers] CodeLite generator enhancement(s)

2016-09-22 Thread Minze Zwerver
Alright I'm going to try this again. Removed the clone I had, made a new one. Going to address all the points the CI issues again & undo c++11 Minze On Sat, Sep 17, 2016 at 11:37 AM, Minze Zwerver wrote: > Okay got it pushed. > > That bot sure is a .. > I made a pull request, fixed it's rem

Re: [cmake-developers] CodeLite generator enhancement(s)

2016-09-17 Thread Minze Zwerver
Okay got it pushed. That bot sure is a .. I made a pull request, fixed it's remarks. And it's still not happy. On Fri, Sep 16, 2016 at 2:49 PM, Brad King wrote: > On 09/16/2016 05:49 AM, Minze Zwerver wrote: > > I can't commit to the gitlab , it says something regarding no disk space. > >

Re: [cmake-developers] CodeLite generator enhancement(s)

2016-09-16 Thread Brad King
On 09/16/2016 05:49 AM, Minze Zwerver wrote: > I can't commit to the gitlab , it says something regarding no disk space. Bad luck ;) I've notified our admins. Please try again in a few hours. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http:

Re: [cmake-developers] CodeLite generator enhancement(s)

2016-09-16 Thread Minze Zwerver
I can't commit to the gitlab , it says something regarding no disk space. $ git push Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 2.36 KiB | 0 bytes/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: err

Re: [cmake-developers] CodeLite generator enhancement(s)

2016-09-15 Thread Brad King
On 09/15/2016 03:24 AM, Minze Zwerver wrote: > I could merge the codelite enhancements into the original > codelite generator That would be preferred. > Would something like -DCMAKE_CODELITE_USE_TARGETS=ON be an > acceptable way, if not, how should one influence the generator ? Yes. FYI, the "

[cmake-developers] CodeLite generator enhancement(s)

2016-09-15 Thread Minze Zwerver
Hi, I've been a been a cmake user for many years now and for the last year or so I've mostly been using the codelite generator. There are 2 "enhancements" I've made on my personal github clone which I like to give back to you guys. 1) There's a setting in cmake to change the final output folder f

Re: [cmake-developers] CodeLite generator

2012-02-10 Thread Jim Goodnow II
On 2/9/2012 11:33 AM, Alexander Neundorf wrote: On Thursday 02 February 2012, Jim Goodnow II wrote: On 2/2/2012 5:35 AM, Brad King wrote: On 2/1/2012 5:51 PM, Jim Goodnow II wrote: I am working on a CodeLite generator for CMake. Great! I assume you mean http://www.codelite.org/ ? Yes, the

Re: [cmake-developers] CodeLite generator

2012-02-09 Thread Alexander Neundorf
On Thursday 02 February 2012, Jim Goodnow II wrote: > On 2/2/2012 5:35 AM, Brad King wrote: > > On 2/1/2012 5:51 PM, Jim Goodnow II wrote: > >> I am working on a CodeLite generator for CMake. > > > > Great! I assume you mean http://www.codelite.org/ ? > > Yes, the open source IDE. > > > > Is th

Re: [cmake-developers] CodeLite generator

2012-02-02 Thread Jim Goodnow II
On 2/2/2012 5:35 AM, Brad King wrote: On 2/1/2012 5:51 PM, Jim Goodnow II wrote: I am working on a CodeLite generator for CMake. Great! I assume you mean http://www.codelite.org/ ? Yes, the open source IDE. > Is there a set of tests that should be run CMake comes with an extensive test su

Re: [cmake-developers] CodeLite generator

2012-02-02 Thread Brad King
On 2/1/2012 5:51 PM, Jim Goodnow II wrote: I am working on a CodeLite generator for CMake. Great! I assume you mean http://www.codelite.org/ ? > Is there a set of tests that should be run CMake comes with an extensive test suite that covers the major interfaces plus many corner cases that ha

[cmake-developers] CodeLite generator

2012-02-01 Thread Jim Goodnow II
Hi, I am working on a CodeLite generator for CMake. This is a native workspace/project generator for CodeLite on Linux. Is there a set of tests that should be run to verify that I am handling everything correctly? Thanks for any help pointing me in the right direction! - jim -- Powered by