Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] cdt-dev Digest, Vol 109, Issue 16

Hi,
clang support is one good thing, but how about having lldb support in CDT within the next one or two centuaries? I guess, that would be even more benficial!
Best regards,
Volker
 
Gesendet: Montag, 10. März 2014 um 15:09 Uhr
Von: cdt-dev-request@xxxxxxxxxxx
An: cdt-dev@xxxxxxxxxxx
Betreff: cdt-dev Digest, Vol 109, Issue 16
Send cdt-dev mailing list submissions to
cdt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
or, via email, send a message with subject or body 'help' to
cdt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
cdt-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cdt-dev digest..."


Today's Topics:

1. Which Interface for Dependency Calculator? (Sebastian Wagner)
2. Re: Update the ToolSettings tab programatically
(Christelle BURGUERA)
3. Re: Google Summer of Code 2014 proposal - Improving LLVM
toolchain support (Doug Schaefer)
4. Re: [Versions] - What is C/C++ version which CDT provides
support ? (Doug Schaefer)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 Mar 2014 14:43:27 +0100
From: Sebastian Wagner <se.wagner@xxxxxxxxxxx>
To: "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Which Interface for Dependency Calculator?
Message-ID: <DUB121-W132A83017370BA9F8D48ACEC740@xxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"




I want to implement an own dependency calculator for my compiler input files. For this, the managed builder seems to use the IManagedDependencyGenerator interface.
When I started to implement, it shows that this interface seems to be depreciated and that IManagedDependencyGenerato2 should be used instead.

How should I implement that? Is IManagedDependencyGenerato2 not supported by the managed build?

Thanks for your help!

Sebastian


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/cdt-dev/attachments/20140310/dcabda54/attachment.html>

------------------------------

Message: 2
Date: Mon, 10 Mar 2014 14:59:33 +0100
From: Christelle BURGUERA <Christelle.BURGUERA@xxxxxx>
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Update the ToolSettings tab programatically
Message-ID:
<BB5AE5511F2A2A479F737AADE827FE86010B6545784A@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi Andrew, it's ok, I find :)
IConfiguration cfgSrc = ManagedBuildManager.getConfigurationForDescription(src.getConfiguration());
And after I've to change the options ....

Thank you !!!!

From: Christelle BURGUERA
Sent: Monday, March 10, 2014 2:03 PM
To: 'CDT General developers list.'
Subject: RE: [cdt-dev] Update the ToolSettings tab programatically

Thank Andrew ... but how I can update configuration description? :|
I try but cannot find ... do you have a sample piece of code, please ?

Many thanks !
From: cdt-dev-bounces@xxxxxxxxxxx<mailto:cdt-dev-bounces@xxxxxxxxxxx> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Gvozdev
Sent: Thursday, March 06, 2014 5:21 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Update the ToolSettings tab programatically

The point is that you need to update configuration description that ToolSettings tab uses in order to get the changes appear in that tab.

Thanks,
Andrew

On Thu, Mar 6, 2014 at 9:59 AM, Christelle BURGUERA <Christelle.BURGUERA@xxxxxx<mailto:Christelle.BURGUERA@xxxxxx>> wrote:
Hi Andrew,

Thank you, but for my case it seems to be saved, because if I close the "Properties" dialog and I reopen it I've the good informations.

Thanks
Christelle


From: cdt-dev-bounces@xxxxxxxxxxx<mailto:cdt-dev-bounces@xxxxxxxxxxx> [mailto:cdt-dev-bounces@xxxxxxxxxxx<mailto:cdt-dev-bounces@xxxxxxxxxxx>] On Behalf Of Andrew Gvozdev
Sent: Thursday, March 06, 2014 3:29 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Update the ToolSettings tab programatically

Hi Christelle,
Maybe this can answer your question - https://wiki.eclipse.org/CDT/Developer/FAQ#I_developed_my_own_property_page_but_my_changes_to_configuration_description_are_not_being_saved_or_being_reversed._They_are_only_saved_if_Cancel_button_is_pressed.3F_It.27s_puzzling.

Thanks,
Andrew

On Thu, Mar 6, 2014 at 9:12 AM, Christelle BURGUERA <Christelle.BURGUERA@xxxxxx<mailto:Christelle.BURGUERA@xxxxxx>> wrote:
Hi !

I need to update the "command" text area of the Tool Settings tab with an event on another tab (I've added) on "C/C++ Build" level.
I explain what I expect : In my tab I've a radio button to select a compiler or another. If the compiler change, I'll change the Tool Command : tool.setToolCommand(NewCompiler) but the GUI isn't updated ... I've to update the "Command" area text in the ToolSettings tab. If I close the "Properties" dialog and reopen it, it's ok the "Command" area contains the good compiler ...

How can I update the tab without close the dialog ... ?

Thank you for your help
Christelle

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/cdt-dev/attachments/20140310/21ad065f/attachment.html>

------------------------------

Message: 3
Date: Mon, 10 Mar 2014 14:05:04 +0000
From: Doug Schaefer <dschaefer@xxxxxxx>
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Google Summer of Code 2014 proposal - Improving
LLVM toolchain support
Message-ID:
<B915FC3FDD916C49A6D8918DA94036D10686CF89@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Of course! I'll be happy to mentor. We really need Clang, and good Mac support in general, as a first class citizen in the CDT.

Thanks Petri!
Doug.
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Petri Tuononen [petri.tuononen@xxxxxxxxx]
Sent: Monday, March 10, 2014 4:24 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Google Summer of Code 2014 proposal - Improving LLVM toolchain support

Hello,

I would be willing to participate again for Google Summer of Code to
help make LLVM support for Eclipse CDT better.
I am the author of LLVM toolchain plugin for CDT which has been added to
master branch. However it still contains many bugs which I would like to
try to fix. Also new features could be implemented after the bugs have
been fixed. Now I finally have time to improve LLVM plugin but it will
be my last GSoC because I finish my studies.
If there is interest I am going to submit this proposal with more
details on GSoC site. However in order to participate I need a mentor.
Similarly to previous GSoC (coding pkg-config support) I not take much
of mentor's time and can work independently. Interested mentor can reply
to this post or contact me directly.

Thank you for your time,
Petri Tuononen
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


------------------------------

Message: 4
Date: Mon, 10 Mar 2014 14:09:04 +0000
From: Doug Schaefer <dschaefer@xxxxxxx>
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] [Versions] - What is C/C++ version which CDT
provides support ?
Message-ID:
<B915FC3FDD916C49A6D8918DA94036D10686CFFD@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

I'm not sure we ever really made a decision it. We support whatever version of C that people make it support. I think we were going from the C99 standard but we should support types built-in to gcc since that's the most popular compiler people use with CDT.

Doug

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Rafael Peria de Sene [rpsene@xxxxxxxxxxxxxxxxxx]
Sent: Monday, March 10, 2014 9:29 AM
To: CDT General developers list.
Subject: [cdt-dev] [Versions] - What is C/C++ version which CDT provides support ?

Hi guys,

I would like to know what is the C version supported by CDT. Last
week I found out that some data types like _Decimal32, 64 and 128 are
not recognized. I started to add support for it but I would like to
known if we could check what is necessary to be included (I mean,
another data types). Does it makes sense and, if so, how should I proceed ?

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


------------------------------

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


End of cdt-dev Digest, Vol 109, Issue 16
****************************************

Back to the top