Download List

Project Description

The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 08:33
3.13

Minor bugfixes were fixed in the packages Generic_Blackboard and Strings_Edit.Symmetric_Serialization. The library was adapted to 64-bit targets. Fedora and Debian packages are provided for both 32- and 64-bit architectures.
Tags: bug fixing, Packaging

2011-10-23 07:08
3.12

The package Block_Streams has been added to provide a block-oriented I/O layer with checksums and sequence numbers over a stream. The layer itself is interfaced as a stream. The package Storage_Streams provides memory-allocated streams.
Tags: Feature Enhancement

2010-11-07 22:40
3.11

The Has_Dependants procedure in the Persistent.Data_Bank package was extended to count all types of links. A bug was fixed in the Persistent.Data_Bank package to make it safe to remove backward links from Delete.
Tags: Minor feature enhancements

2010-10-31 07:30
3.10

The Object.Handle.Generic_Set package supports the use of objects in the operations Find, Is_In, and Remove.
Tags: Minor feature enhancements

2010-07-12 04:58
3.9

Packaged for Debian and Fedora.
Tags: Minor feature enhancements

Project Resources