Description:
Discussion about Ada*.
|
|
|
OS support for ATC's
|
| |
The LRM 9.7.4 defines an "Asynchronous Transfer of Control" (otherwise known as an abortable select statment), where one part can be preempted by the acceptance of an entry in the other. GNAT, however, defines a compiler-specific "polling" pragma that is ostensibly required to support ATC's on "targets that cannot otherwise support it", and Windows is given as the example.... more »
|
|
condition true or false? -> (-1 < sizeof("test"))
|
| |
Forwarding this to guys who write code in real languages to see what they
think of this. AFAIK you cannot get something like that past the compiler in
Ada...and you would have to define a type or a subtype to even have an
unsigned int unless you use a modular type IIRC. In FORTRAN I don't remember... more »
|
|
ADA Programmer - Pandamonia LLC
|
| |
Hey,
My name is Alexsander Akers and I run a small business called Pandamonia LLC that makes iOS apps for devices like the iPhone and iPad. We are looking for an ADA programmer who could help us port some ADA code into something more readily deployable to iOS devices such as C, C++, or Objective-C.... more »
|
|
Problem with Delay Alternative in Finalization
|
| |
I am porting code from Solaris to Linux.
I am running in to a problem where a delay alternive used when in
finalization doesn't seem to be working properly.
The delay part never seems to happen.
The actual code is very complex, so I wrote a simple test to see if
the problem still existed.... more »
|
|
Vector (container) initialization: the schizophrenic ampersand
|
| |
Shouldn't this be the right idiom to initialize a vector (container) with literals:
use My_Vectors;
V : My_Vectors.Vector := Element1 & Element2 & Element3;
Looks nice, but does not compile (with GNAT), because the compiler cannot make a decision on which "&" function to use where. Is there a way to give precedence to one of the "&" functions? Or some other nice solution? Thanks.... more »
|
|
Windows 7, MinGW, GNAT, mysterious problem
|
| |
There seems to be some very weird problem which I cannot identify. Maybe
somebody familiar with MinGW and GNAT/GCC innards can shed some light.
It started as a GtkAda problem, but now I am not sure if it really is. So I
reduced the sample code which originally was Ada to bare C in order to
exclude any Ada/C calling issues.... more »
|
|
Companies Only Offering Ada-95 Compilers
|
| |
From what I can tell, the following companies only offer Ada-95 compilers:
DDCI
Greenhills
RR Software
The following offer compilers for current Ada:
AdaCore
Irvine
For the following, I can't tell:
Atego
IBM/Rational
Have I missed anyone? Corrections are welcome. I'm trying to determine the... more »
|
|
AdaIC news: short user survey
|
| |
As part of our ongoing efforts to improve the AdaIC website, we're conducting a short survey of Ada users to guide possible improvements to the site. Find the survey at:
[link]
Thanks in advance for your time.
Randy Brukardt, (former) AdaIC webmaster... more »
|
|
AdaIC news: news submission
|
| |
The AdaIC news feed is going to be revamped in response to feedback that we've received (including some from here). As part of that, we've established a new e-mail address:
n...@adaic.org
that can be used to submit news items to possibly be featured on the AdaIC news feed. Any Ada-related news items will be eligible, whether they are... more »
|
|
|