Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Updated meta data about the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Aug 23, 2013
1 parent 22ce817 commit bfabd21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Aloril <aloril@iki.fi>
Dmitry Derevyanko <dmitryd@linuxfreak.com>
Michael Day <mikeday@corplink.com.au>
Stefanus Du Toit <sdt@gmx.net>
Alistair Riddoch <alriddoch@googlemail.com> (maintainer)
Alistair Riddoch <alriddoch@googlemail.com>
Erik Ogenvik <erik@ogenvik.org> (maintainer)
8 changes: 5 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Use std::shared_ptr with a custom allocator for our SmartPtr. This will ensure
thread safety.

The memory pools used in Atlas-C++ are not thread safe, so probably need to
go. Perhaps the memory management can be a template parameter of SmartPtr,
and schemes can be added using thread local pools. The memory is not thread
Expand Down Expand Up @@ -110,8 +113,6 @@ TODO in the 0.5 devel series
- ensure that the Objects code uses member construction efficiently, as
was done in 0.4.2

- Make sure exceptions inherit from std::exception

- Stop passing Objects when Object::MapType is the only option

TODO items for anybody who wants to do them:
Expand All @@ -132,4 +133,5 @@ Notes:

Stefanus Du Toit is no longer participating largely.
Michael Day is no longer participating largely.
Al Riddoch has now taken over ownership this code.
Al Riddoch is no longer participating largely.
Erik Ogenvik has now taken over ownership this code.

0 comments on commit bfabd21

Please sign in to comment.