comp.lang.ada
 help / color / mirror / Atom feed
* [ANNOUNCE]  Ada spread 1.0 released
@ 2006-10-13  6:15 Per Sandberg
  2006-10-13  6:44 ` Per Sandberg
  0 siblings, 1 reply; 8+ messages in thread
From: Per Sandberg @ 2006-10-13  6:15 UTC (permalink / raw)


The first release of ada-spread an Ada2005 binding to the high 
performance messaging service http://www.spread.org is avalible.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-13  6:15 [ANNOUNCE] Ada spread 1.0 released Per Sandberg
@ 2006-10-13  6:44 ` Per Sandberg
  2006-10-13  8:13   ` Dmitry A. Kazakov
  0 siblings, 1 reply; 8+ messages in thread
From: Per Sandberg @ 2006-10-13  6:44 UTC (permalink / raw)


Per Sandberg wrote:
> The first release of ada-spread an Ada2005 binding to the high 
> performance messaging service http://www.spread.org is avalible.
I missed the url  it is:
   http://sourceforge.net/projects/ada-spread



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-13  6:44 ` Per Sandberg
@ 2006-10-13  8:13   ` Dmitry A. Kazakov
  2006-10-15 15:52     ` Per Sandberg
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry A. Kazakov @ 2006-10-13  8:13 UTC (permalink / raw)


On Fri, 13 Oct 2006 08:44:46 +0200, Per Sandberg wrote:

> Per Sandberg wrote:
>> The first release of ada-spread an Ada2005 binding to the high 
>> performance messaging service http://www.spread.org is avalible.
> I missed the url  it is:
>    http://sourceforge.net/projects/ada-spread

An interesting stuff. Thank you very much.

One small note, could you make the bindings independent on GNAT's
specifics?

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-13  8:13   ` Dmitry A. Kazakov
@ 2006-10-15 15:52     ` Per Sandberg
  2006-10-16 11:46       ` Stephen Leake
  0 siblings, 1 reply; 8+ messages in thread
From: Per Sandberg @ 2006-10-15 15:52 UTC (permalink / raw)


Well at least my intent was to make the bindings non GNAT specific but 
Ada2005 specific, and since i don't have any other Ada2005 compiler at 
hand, it is a bit hard to make the bindings more general, but anyone 
that got an Ada2005 compiler at hand may highlight the areas where the 
bindings are GNAT specific.


/Per

Dmitry A. Kazakov wrote:
> An interesting stuff. Thank you very much.
> 
> One small note, could you make the bindings independent on GNAT's
> specifics?
> 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-15 15:52     ` Per Sandberg
@ 2006-10-16 11:46       ` Stephen Leake
  2006-10-16 15:33         ` Per Sandberg
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Leake @ 2006-10-16 11:46 UTC (permalink / raw)


Per Sandberg <per.sandberg@bredband.net> writes:

> Well at least my intent was to make the bindings non GNAT specific but
> Ada2005 specific, and since i don't have any other Ada2005 compiler at
> hand, it is a bit hard to make the bindings more general, but anyone
> that got an Ada2005 compiler at hand may highlight the areas where the
> bindings are GNAT specific.

Try compiling with 'gnatwi'; that will warn if you are using a
gnat-specific package.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-16 11:46       ` Stephen Leake
@ 2006-10-16 15:33         ` Per Sandberg
  2006-10-16 18:25           ` Dmitry A. Kazakov
  0 siblings, 1 reply; 8+ messages in thread
From: Per Sandberg @ 2006-10-16 15:33 UTC (permalink / raw)


Stephen Leake wrote:
> 
> Try compiling with 'gnatwi'; that will warn if you are using a
> gnat-specific package.
> 
That is not any problem the implementation is only using packages from 
  Ada System and Interfaces trees that are defined in the Reference Manual.
Alto I am using gnat specifics in the tests and examples but that is 
another story.

/Per



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-16 15:33         ` Per Sandberg
@ 2006-10-16 18:25           ` Dmitry A. Kazakov
  2006-10-16 19:54             ` Per Sandberg
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry A. Kazakov @ 2006-10-16 18:25 UTC (permalink / raw)


On Mon, 16 Oct 2006 17:33:29 +0200, Per Sandberg wrote:

> Stephen Leake wrote:
>> 
>> Try compiling with 'gnatwi'; that will warn if you are using a
>> gnat-specific package.
>> 
> That is not any problem the implementation is only using packages from 
>   Ada System and Interfaces trees that are defined in the Reference Manual.

GNAT.Semaphores?

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE]  Ada spread 1.0 released
  2006-10-16 18:25           ` Dmitry A. Kazakov
@ 2006-10-16 19:54             ` Per Sandberg
  0 siblings, 0 replies; 8+ messages in thread
From: Per Sandberg @ 2006-10-16 19:54 UTC (permalink / raw)


Sorry should should have continued with:
  "some GNAT packages that are simply ported to other compilers".
I could of cause have written my own Strings and Semaphores, but since I 
am very lazy person and the packages are freely avalible under GPL id 
did not see any point in implementing my own.

/Per

Dmitry A. Kazakov wrote:
> On Mon, 16 Oct 2006 17:33:29 +0200, Per Sandberg wrote:
> 
>> Stephen Leake wrote:
>>> Try compiling with 'gnatwi'; that will warn if you are using a
>>> gnat-specific package.
>>>
>> That is not any problem the implementation is only using packages from 
>>   Ada System and Interfaces trees that are defined in the Reference Manual.
> 
> GNAT.Semaphores?
> 



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-10-16 19:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-13  6:15 [ANNOUNCE] Ada spread 1.0 released Per Sandberg
2006-10-13  6:44 ` Per Sandberg
2006-10-13  8:13   ` Dmitry A. Kazakov
2006-10-15 15:52     ` Per Sandberg
2006-10-16 11:46       ` Stephen Leake
2006-10-16 15:33         ` Per Sandberg
2006-10-16 18:25           ` Dmitry A. Kazakov
2006-10-16 19:54             ` Per Sandberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox