From 81e5b59060ce72911a1e182ac02346487ea3582c Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 1 Sep 2013 09:47:53 -0700 Subject: [PATCH] Update TODO Files --- TODO.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index b35213678..bf1437e8e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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