Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Antwort: CMake support in Eclipse CDT

That's cool too. Thanks!

Doug.
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Suter Toni [toni.suter@xxxxxx]
Sent: Wednesday, September 23, 2015 2:07 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Antwort:  CMake support in Eclipse CDT

Thanks for your quick responses to my email.
I talked about it with my advisor and we decided that there is too much overlap
to continue with the project. Therefore, I will change the topic of my term project
and work on the improvement of constexpr evaluation instead.

Thanks and best regards,
Toni

> Am 21.09.2015 um 16:08 schrieb Doug Schaefer <dschaefer@xxxxxxx>:
>
> We will be adding CMake to CDT proper using the new build framework in
> Neon/CDT 9.0. CMake is a critical build system and support for it needs to
> ship with CDT to reach the most people. We¹d love your contributions but
> we do need to wait a couple of weeks or so to get the framework more
> understood and stable.
>
> Doug.
>
> On 2015-09-21, 4:10 AM, "cdt-dev-bounces@xxxxxxxxxxx on behalf of
> Martin.Runge@xxxxxxxxxxxxxxxxx" <cdt-dev-bounces@xxxxxxxxxxx on behalf of
> Martin.Runge@xxxxxxxxxxxxxxxxx> wrote:
>
>> Hi Toni,
>>
>> I'm working on CMake support for CDT, too. A little bit misleading, the
>> bug 350206 was originally only about scanner config but was extended to
>> cmake support in general, which also includes the build.
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=350206
>>
>> You can find the plugin itself here:
>>
>> https://github.com/rungemar/cmake4cdt
>>
>> It is already usable with some limitations. I use it for my pet project
>> and collect missing things as issues on github. Feel free to try it out
>> and if you like, you can contribute to it instead of starting a new
>> plugin.
>>
>> best regards
>> Martin
>>
>>
>>
>>
>>
>>
>> Von:    Suter Toni <toni.suter@xxxxxx>
>> An:     "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
>> Datum:  2015-09-21 09:42
>> Betreff:        [cdt-dev] CMake support in Eclipse CDT
>> Gesendet von:   cdt-dev-bounces@xxxxxxxxxxx
>>
>>
>>
>> Hi everyone,
>>
>> This email is in reference to the Build Model Enhancements discussion
>> in Bug 321443 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=321443).
>>
>> Is the goal of this discussion to actually implement all of the builders
>> for
>> the other build systems (CMake, qmake, etc) or are you just improving the
>> build infrastructure in general in order to make such builders possible
>> in
>> the future?
>>
>> I am asking this because I just started with my Master term project at
>> the
>> University
>> of Applied Sciences in Rapperswil and the goal of the project is to write
>> a plug-in that
>> adds support for CMake to Eclipse CDT. It would be somewhat similar to
>> the
>> SConsolidator
>> plug-in (http://sconsolidator.com) but for CMake instead of SCons.
>> Therefore, it would allow
>> the import of existing CMake-based projects into Eclipse CDT as well as
>> the creation of a new
>> CMake-Project, etc.
>>
>> Anyway, after reading this discussion I am wondering if it makes sense
>> for
>> me to continue with this
>> project or whether there is too much overlap. Or maybe, there is an
>> opportunity for us to collaborate?
>>
>> Thanks and best regards,
>> Toni_______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top