Simple components for Ada 4.52

License: Free ‎File size: 4.43 MB
‎Users Rating: 2.7/5 - ‎9 ‎votes

This library provides implementations of smart pointers for automatically collected objects (using reference counting); database-indpendent object persistence through ODBC or SQLite with persistent objects that may depend on other objects; various containers including doubly-linked webs and lists, directed graphs, directed weighted, maps, stacks, sets, bounded and unbounded arrays; containers of handles to objects; table management with parsing support; text editing tools for string formatting of integer and floating-point numbers in any base; OO parsers for infix expressions with varios examples from a simple console calculator to full Ada 95 expressions parser; storage pools; IEEE 754 numbers; lock-free shared structures including FIFO and blackboard. Synchronization primitives include events, pulse events, pulse events distributing values, arrays of events which can be signaled, reset and awaited for an arbitrary combination of, race condition free. It also includes reentrant mutexes and arrays of mutexes with an enforced locking policy, race condition free, SQLite bindings, block and memory resident streams.

VERSION HISTORY

  • Version 4.52 posted on 2020-10-17
    Bug fixing
  • Version 4.49 posted on 2020-05-06
    Bounded maps added
  • Version 4.48 posted on 2020-03-11
    Bug fixes
  • Version 4.45 posted on 2020-01-14
    Process ID support in remote call service
  • Version 4.44 posted on 2019-11-20
    Cleanup added to finalization of servers
  • Version 4.43 posted on 2019-11-01
    SQLite3 bindings extension
  • Version 4.42 posted on 2019-09-18
    JSON parser
  • Version 4.41 posted on 2019-08-05
    ASN.1, LDAP, X.509 certificates
  • Version 4.40 posted on 2019-05-14
    OpenSSL support and bug fixes
  • Version 4.38 posted on 2019-01-21
    Interfacing with Julia
  • Version 4.36 posted on 2019-01-08
    Blocking I/O servers added
  • Version 4.34 posted on 2018-12-01
    ELV/e-Q3 interface extended
  • Version 4.29 posted on 2018-06-01
    Minor bug fixes
  • Version 4.28 posted on 2018-05-02
    Inter-process communication primitives added
  • Version 4.23 posted on 2017-09-04
    Bug fixes in parser
  • Version 4.22 posted on 2017-07-24
    Bug fixes in HTTP server
  • Version 4.21 posted on 2017-04-18
    WebSocket clients support
  • Version 4.20 posted on 2017-03-11
    ModBus client bug fix
  • Version 4.19 posted on 2017-02-20
    Minor enhancements
  • Version 3.3 posted on 2008-12-13
    IEEE 754 support

Program Details

EULA

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.