Wednesday, December 18, 2013

Source code snapshot [18/12/13]

The following new things are included in the source code snapshot:

Build System:
  • Added '--enable-cxx' and '--enable-debug' configure options
  • Initial support for cross-compilation of the Raspberry Pi port from Linux
  • Many bug fixes in the build system
  • Added sdlu-config script 
API Additions:
  • Added ini file handling API
  • Added new math API (for vector manipulation)


I have uploaded the source code snapshots as zip or tar.gz archives in the Downloads section of the repository over at bitbucket. The snapshots contain the latest source code, along with pre-generated documentation by doxygen.

If you have a copy of the git repository, the snapshot is tagged with the name snapshot-181213. (181213 stands for 18/12/13, I just don't like having slashes '/' in the tag name).

As always please test the library, run the test programs and report issues at the issue tracker.

-- Aggelos Kolaitis