[Assorted-commits] SF.net SVN: assorted:[1371] cpp-commons/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-05-07 02:22:23
|
Revision: 1371 http://assorted.svn.sourceforge.net/assorted/?rev=1371&view=rev Author: yangzhang Date: 2009-05-07 01:36:53 +0000 (Thu, 07 May 2009) Log Message: ----------- updated docs Modified Paths: -------------- cpp-commons/trunk/README Modified: cpp-commons/trunk/README =================================================================== --- cpp-commons/trunk/README 2009-05-07 01:27:52 UTC (rev 1370) +++ cpp-commons/trunk/README 2009-05-07 01:36:53 UTC (rev 1371) @@ -42,8 +42,13 @@ - utilities for streams - utilities for [tamer] - x86 architecture-specific tools -- object memory pool with coarse-grained versioned pages +- serializable object memory pool with coarse-grained versioned pages - C++ abstractions for `mmap` +- concurrent queue +- stream formatters (e.g. for arrays) +- bit manipulation +- simple `atomic<T>` +- convenience functions for [libcrypto] Third-party code: @@ -60,6 +65,7 @@ [C++0x `unique_ptr`]: svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include/bits/unique_ptr.h [C++03-emulated TR1 `unique_ptr.hpp`]: http://home.roadrunner.com/~hinnant/unique_ptr03.html [Yonat's STL extensions]: http://ootips.org/yonat/4dev/ +[libcrypto]: http://www.openssl.org/ Setup ----- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |