Version 1.0.34 of the Adobe Source Libraries has been released. Highlights
of this release include:
================
REVISION HISTORY
================
2008/01/03 : 1.0.34
ASL:
- Lots of clean up and removed defered initialization of
property model cells.
- changes to the initializers for the property model library
you must now call upate() prior to monitoring or attaching a
view (you'll get an assert if you don't) and the monitor
function (or view) is called immeditely when attached with the
current state.
- support for stateful function object (hash, key function,
and compare) to closed_hash_set
- hash_index class which is similar to table_index but
implemented with a hash_set instead of a vector -
there is stills some room here to generalize the two.
- Changed ordering in compressed_pair so it actually
compresses on Windows
GIL:
- Makefile and documentation fixes. Intel fixes.
Change list information can be found here:
http://stlab.adobe.com/asl_release_notes.html
Documentation to get started with the release is here:
http://stlab.adobe.com/asl_readme.html
Distribution files can be downloaded from here:
http://stlab.net/project/showfiles.php?group_id=132417
- Mat
|