Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IDL to C++11 recommended for adoption by the OMG
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Johnny Willemsen  
View profile  
 More options Mar 24 2012, 8:37 am
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Sat, 24 Mar 2012 13:37:26 +0100
Local: Sat, Mar 24 2012 8:37 am
Subject: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

The OMG has recommended our IDL to C++11 language mapping for adoption.
Within a few weeks the OMG will publish a beta 1 specification and we
will the next months on the V1.0 of this new language mapping. See
http://osportal.remedy.nl for more details and examples.

Best regards,

Johnny Willemsen
Remedy IT
http://www.theaceorb.nl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Birk  
View profile  
 More options Mar 25 2012, 7:19 am
Newsgroups: comp.object.corba
From: Volker Birk <bum...@dingens.org>
Date: Sun, 25 Mar 2012 11:19:45 +0000 (UTC)
Local: Sun, Mar 25 2012 7:19 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG

Johnny Willemsen <jwillem...@remedy.nl> wrote:
> The OMG has recommended our IDL to C++11 language mapping for adoption.

Thank you for your work! This is really needed.

Yours,
VB.
--
"If /dev/null is fast in web scale I will use it."

    http://www.mongodb-is-web-scale.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Willemsen  
View profile  
 More options Mar 25 2012, 10:20 am
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Sun, 25 Mar 2012 16:20:26 +0200
Local: Sun, Mar 25 2012 10:20 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

>> The OMG has recommended our IDL to C++11 language mapping for adoption.

> Thank you for your work! This is really needed.

Thanks for your comment. We are in the final steps of finishing our
TAOX11 product which implements this new language mapping for the TAO
CORBA implementation. We are also going to work on a CIAOX11 which will
be a CCM product matching the CIAO open source product and OpenDDSX11
which will be OpenDDS with this new language mapping.

Feel free to contact me if you are interested in any of these products.

Best regards,

Johnny Willemsen
Remedy IT


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Richter  
View profile  
 More options Mar 25 2012, 11:28 am
Newsgroups: comp.object.corba
From: Thomas Richter <t...@math.tu-berlin.de>
Date: Sun, 25 Mar 2012 17:28:52 +0200
Local: Sun, Mar 25 2012 11:28 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
On 25.03.2012 13:19, Volker Birk wrote:

> Johnny Willemsen<jwillem...@remedy.nl>  wrote:
>> The OMG has recommended our IDL to C++11 language mapping for adoption.

> Thank you for your work! This is really needed.

Indeed, I agree. The current C++ language mapping is "rotten". I browsed
a little bit in the new mapping and it seems rather canonical.

I wonder a little bit why length-limited sequences do not map to
length-limited types instead of vector, though, e.g. std:array or plain
arrays.

BTW, does anyone have an idea whether or when omniorb will support the
new mapping?

Greetings,
        Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Willemsen  
View profile  
 More options Mar 27 2012, 8:13 am
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Tue, 27 Mar 2012 14:13:04 +0200
Local: Tues, Mar 27 2012 8:13 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

>>> The OMG has recommended our IDL to C++11 language mapping for adoption.

>> Thank you for your work! This is really needed.

> Indeed, I agree. The current C++ language mapping is "rotten". I browsed
> a little bit in the new mapping and it seems rather canonical.

> I wonder a little bit why length-limited sequences do not map to
> length-limited types instead of vector, though, e.g. std:array or plain
> arrays.

The IDL length limited is just a max, the array would always fully
allocate it, which could be something you don't want. Hopefully at some
point we can standardize some IDL annotations that you can use to
control the mapping as user, override the default

> BTW, does anyone have an idea whether or when omniorb will support the
> new mapping?

Not sure, that is up to each product/vendor to decide. We are working on
an implementation as addition to TAO. As users you are in control, you
can push vendors/products to supply the new mapping and if they are not
willing to switch to a vendor that does provide it.

Johnny


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Birk  
View profile  
 More options Mar 27 2012, 9:36 am
Newsgroups: comp.object.corba
From: Volker Birk <bum...@dingens.org>
Date: Tue, 27 Mar 2012 13:36:56 +0000 (UTC)
Local: Tues, Mar 27 2012 9:36 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG

Thomas Richter <t...@math.tu-berlin.de> wrote:
> I wonder a little bit why length-limited sequences do not map to
> length-limited types instead of vector, though, e.g. std:array or plain
> arrays.

For a better understanding I can reccommend this article:

<http://www.parashift.com/c++-faq-lite/containers.html#faq-34.1>

Maybe different implementations of std::array do here a better job. But
after measuring with GCC, that after optimization usually there is no
difference in performance, I'm not interested any more ;-)

Yours,
VB.
--
"If /dev/null is fast in web scale I will use it."

    http://www.mongodb-is-web-scale.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Richter  
View profile  
 More options Mar 27 2012, 3:45 pm
Newsgroups: comp.object.corba
From: Thomas Richter <t...@math.tu-berlin.de>
Date: Tue, 27 Mar 2012 21:45:39 +0200
Local: Tues, Mar 27 2012 3:45 pm
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
On 27.03.2012 15:36, Volker Birk wrote:

> Thomas Richter<t...@math.tu-berlin.de>  wrote:
>> I wonder a little bit why length-limited sequences do not map to
>> length-limited types instead of vector, though, e.g. std:array or plain
>> arrays.

> For a better understanding I can reccommend this article:

> <http://www.parashift.com/c++-faq-lite/containers.html#faq-34.1>

> Maybe different implementations of std::array do here a better job. But
> after measuring with GCC, that after optimization usually there is no
> difference in performance, I'm not interested any more ;-)

Actually, I'm not so much worried about the speed. I'm more interested
in the additional compile time check it would allow.

Greetings,
        Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Willemsen  
View profile  
 More options Mar 29 2012, 2:15 pm
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Thu, 29 Mar 2012 20:15:28 +0200
Local: Thurs, Mar 29 2012 2:15 pm
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

>>> I wonder a little bit why length-limited sequences do not map to
>>> length-limited types instead of vector, though, e.g. std:array or plain
>>> arrays.

>> For a better understanding I can reccommend this article:

>> <http://www.parashift.com/c++-faq-lite/containers.html#faq-34.1>

>> Maybe different implementations of std::array do here a better job. But
>> after measuring with GCC, that after optimization usually there is no
>> difference in performance, I'm not interested any more ;-)

> Actually, I'm not so much worried about the speed. I'm more interested
> in the additional compile time check it would allow.

During marshaling the CORBA layer could do a check, we are working on
some additional traits that allow you easily to do any check in your code.

Johnny


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Duncan Grisby  
View profile  
 More options Apr 2 2012, 6:10 am
Newsgroups: comp.object.corba
From: Duncan Grisby <duncan-n...@grisby.org>
Date: Mon, 02 Apr 2012 10:10:48 GMT
Local: Mon, Apr 2 2012 6:10 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
In article <jkndjl$a9...@news.belwue.de>,
Thomas Richter  <t...@math.tu-berlin.de> wrote:

>BTW, does anyone have an idea whether or when omniorb will support the
>new mapping?

The answer is possibly. It depends on the demand. The old C++ mapping
is awful, and this new one is clearly much better, but on the other
hand, there is a lot of code out there using the old mapping. My
initial reading of the new mapping suggests that there won't be any
clean migration path for code using the old mapping to the new
mapping, due to clashing namespaces, so I wonder how much real demand
there will be. How many people are writing new brand new C++ CORBA
code?

If anyone was interested in sponsoring omniORB support for the new
mapping, that would make it more likely...

Cheers,

Duncan.

--
 -- Duncan Grisby         --
  -- dun...@grisby.org     --
   -- http://www.grisby.org --


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin B.  
View profile  
 More options Apr 2 2012, 6:30 am
Newsgroups: comp.object.corba
From: "Martin B." <0xCDCDC...@gmx.at>
Date: Mon, 02 Apr 2012 12:30:22 +0200
Local: Mon, Apr 2 2012 6:30 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
On 02.04.2012 12:10, Duncan Grisby wrote:

> In article<jkndjl$a9...@news.belwue.de>,
> Thomas Richter<t...@math.tu-berlin.de>  wrote:

>> BTW, does anyone have an idea whether or when omniorb will support the
>> new mapping?

> The answer is possibly. It depends on the demand. The old C++ mapping
> is awful, and this new one is clearly much better, but on the other
> hand, there is a lot of code out there using the old mapping. My
> initial reading of the new mapping suggests that there won't be any
> clean migration path for code using the old mapping to the new
> mapping, due to clashing namespaces,

Now that is horrible news indeed. It absolutely should be possible to
mix - obviously only to a certain extent - the two models in the same
application.

> there will be. How many people are writing new brand new C++ CORBA
> code?

Well. We still are, but also have old code around, and that stuff should
be able to be compiled into the same app at the very least.

cheers,
Martin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Willemsen  
View profile  
 More options Apr 2 2012, 10:44 am
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Mon, 02 Apr 2012 16:44:23 +0200
Local: Mon, Apr 2 2012 10:44 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

>>> BTW, does anyone have an idea whether or when omniorb will support the
>>> new mapping?

>> The answer is possibly. It depends on the demand. The old C++ mapping
>> is awful, and this new one is clearly much better, but on the other
>> hand, there is a lot of code out there using the old mapping. My
>> initial reading of the new mapping suggests that there won't be any
>> clean migration path for code using the old mapping to the new
>> mapping, due to clashing namespaces,

> Now that is horrible news indeed. It absolutely should be possible to
> mix - obviously only to a certain extent - the two models in the same
> application.

Yes, it can be done, we do something similar in our TAOX11 product. You
can use the old and new mapping withing the same application.

>> there will be. How many people are writing new brand new C++ CORBA
>> code?

> Well. We still are, but also have old code around, and that stuff should
> be able to be compiled into the same app at the very least.

It is possible but it is some work for the vendor to support it. We are
also looking at some tooling that could convert old code to the new
structure. That itself is a challenge, but when the conversion tool has
also IDL as input it should be able to do probably 99% of the code
conversion.

Johnny


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Duncan Grisby  
View profile  
 More options Apr 2 2012, 12:22 pm
Newsgroups: comp.object.corba
From: Duncan Grisby <duncan-n...@grisby.org>
Date: Mon, 02 Apr 2012 16:22:01 GMT
Local: Mon, Apr 2 2012 12:22 pm
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
In article <4f79bb47$0$6854$e4fe5...@news2.news.xs4all.nl>,
Johnny Willemsen  <jwillem...@remedy.nl> wrote:

>>> The answer is possibly. It depends on the demand. The old C++ mapping
>>> is awful, and this new one is clearly much better, but on the other
>>> hand, there is a lot of code out there using the old mapping. My
>>> initial reading of the new mapping suggests that there won't be any
>>> clean migration path for code using the old mapping to the new
>>> mapping, due to clashing namespaces,

>> Now that is horrible news indeed. It absolutely should be possible to
>> mix - obviously only to a certain extent - the two models in the same
>> application.

>Yes, it can be done, we do something similar in our TAOX11 product. You
>can use the old and new mapping withing the same application.

How do you deal with the clashing identifiers in the CORBA,
PortableServer, etc. namespaces?  Are you using some macro magic to
remap the namespace names?

It's not clear to me that it's compliant with either the old or new
C++ mappings to have the "CORBA" namespace actually be some other name
substituted in by a macro, but maybe it's okay as long as it looks
right to the application code.

Cheers,

Duncan.

--
 -- Duncan Grisby         --
  -- dun...@grisby.org     --
   -- http://www.grisby.org --


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Willemsen  
View profile  
 More options Apr 4 2012, 7:23 am
Newsgroups: comp.object.corba
From: Johnny Willemsen <jwillem...@remedy.nl>
Date: Wed, 04 Apr 2012 13:23:06 +0200
Local: Wed, Apr 4 2012 7:23 am
Subject: Re: [ANN] IDL to C++11 recommended for adoption by the OMG
Hi,

Just using multiple namespace with some macros and using.

> It's not clear to me that it's compliant with either the old or new
> C++ mappings to have the "CORBA" namespace actually be some other name
> substituted in by a macro, but maybe it's okay as long as it looks
> right to the application code.

At the end the user gets the types he needs, the specs don't describe
how things have to be implemented to our idea.

Johnny


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »