Serpent Changelog

What's new in Serpent 2.7.2

Feb 12, 2015
  • Ported to OS X 10.9, Xcode 6, and CMake 3.1. Many minor changes, but this release is more about making some working compiled downloads for OS X.

New in Serpent 2.4.9 (Apr 22, 2014)

  • Modfied memory allocator to allocate/free large chunks with malloc, and set maximum array/dictionary size to 1M. Of course, no real-time guarantees when you allocate/free large arrays or cause paging.
  • Arrays up to around 8K (and dictionaries up to around 4K) are allocated from Serpent's real-time heap.

New in Serpent 1.6.4 (Jul 17, 2013)

  • Revised installation instructions.

New in Serpent 1.6.0 (Jul 16, 2013)

  • Fixed some problems with maintaining the stack on procedure calls and call-ins from C code.

New in Serpent 1.1.2 (Aug 25, 2011)

  • Added BUGS section below. See logs from SVN for many more changes
  • since 2009. I guess I've been ignoring this file rather than
  • updating it.

New in Serpent 0.37 (Apr 2, 2010)

  • Converted to using CMake