From: Mat M. <mm...@ad...> - 2007-12-07 01:21:19
|
Version 1.0.33 of the Adobe Source Libraries has been released. Highlights of this release include: ================ REVISION HISTORY ================ 2007/12/06 : 1.0.33 ASL: - Microsoft Visual Studio 2008 support - ASL now uses Intel Thread Building Blocks Atomics (for copy_on_write) - XCode 3.0 Support - ASL 64 bit Mac support (However, APL still Carbon) - Mac shared library support - Mac universal build support update (to appear in boost 1.35) - ASL Command Shell environment for windows - lower_bound_n, upper_bound_n, and equal_range_n added - forms of lower_bound, upper_bound, and equal_range which take a key function - removed bound_if (use new form of lower or upper_bound instead). - minor work around to gcc optimizer bug in name_t - removed count_min_max (bad algorithm - use min/max_element and count instead). - boost patches for unused variables - significant boost patches for bjam to support new builds - GIL: - split the main test into small ones - removed unused Jamfile - updated GIL to version 2.1.2 (see GIL release notes for more details) Change list information can be found here: http://opensource.adobe.com/asl_release_notes.html Documentation to get started with the release is here: http://opensource.adobe.com/asl_readme.html Distribution files can be downloaded from here: http://sourceforge.net/project/showfiles.php?group_id=132417 - Mat |