Update TODO Files

This commit is contained in:
Vinnie Falco
2013-09-01 09:47:53 -07:00
parent 96587dc68c
commit 81e5b59060

View File

@@ -2,6 +2,10 @@
BEAST TODO
--------------------------------------------------------------------------------
- Use new file naming convention
- Rename ReadWriteMutex to SharedMutex
- Use SemanticVersion for beast version numbers to replace BEAST_VERSION
- add support for a __PRETTY_FUNCTION__ equivalent for all environments
@@ -23,8 +27,6 @@ BEAST TODO
- Specialize UnsignedInteger<> for peformance in the storage format
- Macro for acquiring a ScopedLock that records file and line.
- Rename HeapBlock routines to not conflict with _CRTDBG_MAP_ALLOC macros
- Design a WeakPtr / SharedPtr / SharedObject intrusive system