Archive for 2009

lass r1000

Tuesday, July 14th, 2009 by Bramz

We’re proud to announce our thousandth commit to the subversion repository. More than enough reason for a party, and we are celebrating the event with a special release: lass-r1000. As an intermediate release, this is in fact version 1.3.8 of our trunk, and as such it is to be considered as a work in progress. […]

lass 1.2.1

Tuesday, March 10th, 2009 by Bramz

We’ve made a maintenance release of the 1.2 branch: lass-1.2.1. It contains a few bug and build fixes discovered in the 1.2 branch: Python: CallMethod::set: make class of method a template parameter RichCompare: const char* symbols to fix build warning PyExportTraits: adding missing static specifier. NumTraits: default NumTraits is empty, so you get compiler errors […]

lass 1.2.0

Monday, February 2nd, 2009 by Bramz

We’re proud to announce that we’ve made our second official release: lass-1.2.0. It does not yet contain the file shuffling changes as previously explained. As the trunk is undergoing a few larger (somewhat unstable) changes, this release is a snapshot of the last known stable state of the trunk before this work has started.

file shuffling

Monday, January 19th, 2009 by Bramz

Today, we’ve restructured the file hierarchy of lass a bit. Here’s what has been done: The directory src has been renamed to lass. This allows you to include the headers from your working copy into other projects using the #include <lass/foo/bar.h> way. It used to be that you either had to install lass, or had […]