From 278dfe078dd87aae511587f60805ba515ddc9c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 2 Jul 2008 19:50:07 +0000 Subject: [PATCH] Merged trunk fixed to release branch for Boost 1.36 [SVN r47001] --- index.html | 5 +++++ proj/to-do.txt | 46 ---------------------------------------------- 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 proj/to-do.txt diff --git a/index.html b/index.html index 099c9e8..a656e41 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,8 @@ + diff --git a/proj/to-do.txt b/proj/to-do.txt deleted file mode 100644 index 785bafa..0000000 --- a/proj/to-do.txt +++ /dev/null @@ -1,46 +0,0 @@ --> Implement zero_memory flag for allocation_command - --> The general allocation funtion can be improved with some fixed size allocation bins. - --> Adapt error reporting to TR1 system exceptions - --> Improve exception messages - --> Movability of containers should depend on the no-throw guarantee of allocators copy constructor - --> Check self-assignment for vectors - --> Update writing a new memory allocator explaining new functions (like alignment) - --> private node allocators could take the number of nodes as a runtime parameter. - --> Explain how to build intrusive indexes. - --> Add intrusive index types as available indexes. - --> Add maximum alignment allocation limit in PageSize bytes. Otherwise, we can't - guarantee alignment for process-shared allocations. - --> Add default algorithm and index types. The user does not need to know how are - they implemented. - --> Pass max size check in allocation to node pools - --> Use in-place expansion capabilities to shrink_to_fit and reserve functions - from iunordered_index. - --> Keep an eye on container iterator constness issue to bring Interprocess containers up-to-date. - --> change unique_ptr to avoid using compressed_pair - --> Improve unique_ptr test to test move assignment and other goodies like assigment from null - --> barrier_test fails on MacOS X on PowerPC. - --> add private_read_only to mapped_region to support MAP_PRIVATE plus PROT_READ - --> add contiguous_elements option to burst allocation - --> Completely erase is_movable in code and tests for compilers with rvalue reference - --> named_xxx classes and file lock should be movable \ No newline at end of file