RSS All releases of Simple components for Ada

  •  15 Mar 2013 22:52
Avatar

Release Notes: This version provides support for designing multiple connections TCP/IP servers. The connections are handled by one thread, though pools of working threads are supported as well. The server uses socket-select for socket I/O. The means to ease the design of a state machine parsing incoming packets are provided, including little and big endian encodings, terminated strings, etc. A sample implementation of a fully functional HTTP server is included.

  •  21 Oct 2012 17:56
Avatar

Release Notes: A bug has been fixed in Get_Data ODBC bindings returning string. The error appeared when a string was to be assembled from several pieces. Stream-oriented and in-place string variants of Get_Data were added to the ODBC bindings, as well as Data sources enumeration.

  •  14 Oct 2012 20:47
Avatar

Release Notes: This release includes ODBC bindings. Supported driver managers are ODBC32 (for Windows) and unixODBC (for Linux and OS X). A persistence layer implementation based on native ODBC bindings was added.

  •  11 Aug 2012 08:54
Avatar

Release Notes: This release fixes bugs in test_string_streams.

  •  18 Jul 2012 20:39
Avatar

Release Notes: This release fixes a bug in binding strings of the sqlite interface. The bug caused passing of an extra NUL at the end of argument strings. It also adds some informational operations to the package Stack_Storage.

  •  29 May 2012 01:31
Avatar

Release Notes: This release provides generic implementations of sets and maps of discrete types based on ranges of elements and keys. Set complement operation was added to the generic set packages. Deep equality operation was added to the generic map packages.

  •  06 May 2012 18:51
Avatar

Release Notes: This release fixes a bug in the package Storage_Streams. The bug was caused by an overflow in index computations.

  •  30 Apr 2012 22:09
Avatar

Release Notes: Parsers now have a mechanism to disallow an operation outside brackets; closing brackets can be returned back when misplaced. For example, it is now possible to parse expressions like f(|a|+1|x), where | is both |·|-brackets and an infix operation. Association checks are performed on all operations and brackets.

  •  05 Apr 2012 13:11
Avatar

Release Notes: The new package Generic_Cubic_Spline provides interpolation by normal cubic splines. Implementations of the maps and sets with indefinite types of keys and objects have been added. The procedure On_Missing_Operand of the Parsers.Generic_Lexer now has an additional parameter to identify the operation expecting the missing operand.

  •  23 Jan 2012 23:33
Avatar

Release Notes: 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.

Screenshot

Project Spotlight

Gameclock

A simple chess clock to track time in real-life games.

Screenshot

Project Spotlight

Gtk2-Perl

Perl bindings for GTK+ 2.x.