Skip to content

Tags: saxbophone/libsxbp

Tags

v0.27.0

Toggle v0.27.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
v0.27 - Measure CPU Time not Wall Clock Time

Changes:
- Spiral's `seconds_spent` field now counts seconds of CPU time spent processing the spiral, not wall-clock time (the former is a more faithful reflection of processing complexity when compared with others on the same system).
- Marked `sxbp_resize_spiral()` as deprecated from the Public library interface.
- Amend directory and instructions to easily facilitate out-of-source builds.

v0.26.1

Toggle v0.26.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Tiny file format version bugfix

Fixes a tiny weeny bug (#170) where the minimum supported file format version was incorrectly specified as **v0.25.0** when it is in fact **v0.26.0**.

v0.26.0

Toggle v0.26.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Breaking file format release

**BREAKING RELEASE!**

Improvements:

- 16-bit version identifiers in library and file format
- 32-bit friendly code
- storing of time spent generating a spiral (and the accuracy of this figure) in file

v0.25.3

Toggle v0.25.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Doc updates

- Added a neat little Doxygen badge
- Cleaned up the code style a little bit
- Added better notation of in/out parameters in documentation

v0.25.2

Toggle v0.25.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Update copyright years and other doc embellishments.

v0.25.1

Toggle v0.25.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Add doxygen documentation to source control

v0.25.0

Toggle v0.25.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
More liberally-licensed, now with Doxygen documentation

- Software license changed to MPL-2.0
- Doxygen documentation added

v0.24.2

Toggle v0.24.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
PNG Output bugfix

This bugfix version fixes an issue where PNG output could never be enabled (caused by some symbols which were missed in the renaming).

v0.24.1

Toggle v0.24.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Renamed Macro bugfix

- fixes a bug where a macro was not renamed in source (it was renamed in the build scripts).

v0.24.0

Toggle v0.24.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Rename

This version update renames the library in source from libsaxbospiral to libsxbp