Skip to content

Releases: mhatzl/spark_unbound

v0.2.1

25 Oct 11:44
Compare
Choose a tag to compare

Added gnat dependency for Ada.Numerics.Big_Numbers

v0.2.0

23 Oct 00:13
Compare
Choose a tag to compare
  • Spark_Unbound prepended for all main packages.
  • Switched to MIT license
  • Moved prove_unbound.adb into tests directory
  • Improved action workflows
  • Minor documentation changes

First release of Spark_Unbound

21 Oct 16:19
Compare
Choose a tag to compare

This release contains packages

  • Safe_Alloc: Provides functionality for safe heap allocation
  • Unbound_Array: Offers a generic formally proven unbound array alternative to Ada.Containers.Vector

Limitations:

Currently, Unbound_Array is more like a fancy stack and external manipulations are possible.