From 32f72c8a7018ad71a9f312bd11c16f24f8defe10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 18 Nov 2007 10:54:48 +0000 Subject: [PATCH] Interprocess changes to support systems with filesystem-based shared memory [SVN r41198] --- doc/interprocess.qbk | 27 ++ example/doc_anonymous_conditionA.cpp | 2 + example/doc_anonymous_conditionB.cpp | 2 + .../doc_anonymous_condition_shared_data.hpp | 2 + example/doc_anonymous_mutexA.cpp | 2 + example/doc_anonymous_mutexB.cpp | 2 + example/doc_anonymous_mutex_shared_data.hpp | 2 + example/doc_anonymous_semaphoreA.cpp | 2 + example/doc_anonymous_semaphoreB.cpp | 2 + example/doc_anonymous_upgradable_mutexA.cpp | 2 + example/doc_anonymous_upgradable_mutexB.cpp | 4 + example/doc_file_mapping.cpp | 3 + example/doc_file_mapping2.cpp | 3 + example/doc_managed_aligned_allocation.cpp | 2 + example/doc_managed_allocation_command.cpp | 2 + example/doc_managed_construction_info.cpp | 2 + example/doc_managed_external_buffer.cpp | 2 + example/doc_managed_grow.cpp | 69 +++++ example/doc_managed_multiple_allocation.cpp | 2 + example/doc_managed_raw_allocation.cpp | 2 + example/doc_message_queueA.cpp | 2 + example/doc_message_queueB.cpp | 2 + example/doc_named_allocB.cpp | 2 +- example/doc_named_mutex.cpp | 2 + example/doc_shared_memory.cpp | 2 + example/doc_shared_memory2.cpp | 3 + example/doc_shared_ptr.cpp | 1 + example/doc_unique_ptr.cpp | 1 + proj/vc7ide/Interprocess.sln | 8 + proj/vc7ide/adaptive_node_pool_test.vcproj | 268 ++++++++--------- proj/vc7ide/adaptive_pool_test.vcproj | 268 ++++++++--------- proj/vc7ide/allocexcept_test.vcproj | 268 ++++++++--------- proj/vc7ide/barrier_test.vcproj | 268 ++++++++--------- proj/vc7ide/bufferstream_test.vcproj | 268 ++++++++--------- proj/vc7ide/cached_adaptive_pool_test.vcproj | 268 ++++++++--------- proj/vc7ide/cached_node_allocator_test.vcproj | 268 ++++++++--------- proj/vc7ide/condition_test.vcproj | 268 ++++++++--------- proj/vc7ide/data_test.vcproj | 268 ++++++++--------- proj/vc7ide/deque_test.vcproj | 268 ++++++++--------- proj/vc7ide/doc_adaptive_pool.vcproj | 268 ++++++++--------- proj/vc7ide/doc_allocator.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_conditionA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_conditionB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_mutexA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_mutexB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_semaphoreA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_anonymous_semaphoreB.vcproj | 268 ++++++++--------- .../doc_anonymous_upgradable_mutexA.vcproj | 268 ++++++++--------- .../doc_anonymous_upgradable_mutexB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_bufferstream.vcproj | 268 ++++++++--------- proj/vc7ide/doc_cached_adaptive_pool.vcproj | 268 ++++++++--------- proj/vc7ide/doc_cached_node_allocator.vcproj | 268 ++++++++--------- proj/vc7ide/doc_cont.vcproj | 268 ++++++++--------- proj/vc7ide/doc_contA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_contB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_file_mapping.vcproj | 268 ++++++++--------- proj/vc7ide/doc_file_mapping2.vcproj | 268 ++++++++--------- proj/vc7ide/doc_intrusive.vcproj | 268 ++++++++--------- proj/vc7ide/doc_ipc_messageA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_ipc_messageB.vcproj | 268 ++++++++--------- .../doc_managed_aligned_allocation.vcproj | 268 ++++++++--------- .../doc_managed_allocation_command.vcproj | 268 ++++++++--------- .../doc_managed_construction_info.vcproj | 268 ++++++++--------- proj/vc7ide/doc_managed_grow.vcproj | 139 +++++++++ proj/vc7ide/doc_managed_heap_memory.vcproj | 268 ++++++++--------- proj/vc7ide/doc_managed_mapped_file.vcproj | 268 ++++++++--------- .../doc_managed_multiple_allocation.vcproj | 10 +- proj/vc7ide/doc_managed_raw_allocation.vcproj | 268 ++++++++--------- proj/vc7ide/doc_map.vcproj | 268 ++++++++--------- proj/vc7ide/doc_message_queueA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_message_queueB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_move_containers.vcproj | 268 ++++++++--------- proj/vc7ide/doc_named_allocA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_named_allocB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_named_conditionA.vcproj | 268 ++++++++--------- proj/vc7ide/doc_named_conditionB.vcproj | 268 ++++++++--------- proj/vc7ide/doc_named_mutex.vcproj | 268 ++++++++--------- proj/vc7ide/doc_node_allocator.vcproj | 268 ++++++++--------- proj/vc7ide/doc_offset_ptr.vcproj | 268 ++++++++--------- proj/vc7ide/doc_private_adaptive_pool.vcproj | 268 ++++++++--------- proj/vc7ide/doc_private_node_allocator.vcproj | 268 ++++++++--------- proj/vc7ide/doc_scoped_ptr.vcproj | 268 ++++++++--------- proj/vc7ide/doc_shared_memory.vcproj | 10 +- proj/vc7ide/doc_shared_memory2.vcproj | 268 ++++++++--------- proj/vc7ide/doc_shared_ptr.vcproj | 268 ++++++++--------- proj/vc7ide/doc_shared_ptr_explicit.vcproj | 268 ++++++++--------- proj/vc7ide/doc_unique_ptr.vcproj | 268 ++++++++--------- proj/vc7ide/doc_vectorstream.vcproj | 268 ++++++++--------- proj/vc7ide/doc_where_allocate.vcproj | 268 ++++++++--------- proj/vc7ide/doc_windows_shared_memory.vcproj | 268 ++++++++--------- proj/vc7ide/doc_windows_shared_memory2.vcproj | 268 ++++++++--------- proj/vc7ide/file_mapping_test.vcproj | 270 ++++++++--------- .../flat_map_index_allocation_test.vcproj | 268 ++++++++--------- proj/vc7ide/flat_tree_test.vcproj | 10 +- proj/vc7ide/intrusive_ptr_test.vcproj | 274 +++++++++--------- proj/vc7ide/iset_index_allocation_test.vcproj | 268 ++++++++--------- ...unordered_set_index_allocation_test.vcproj | 10 +- proj/vc7ide/list_ex.vcproj | 272 ++++++++--------- proj/vc7ide/managed_mapped_file_test.vcproj | 268 ++++++++--------- proj/vc7ide/managed_shared_memory.vcproj | 268 ++++++++--------- .../managed_windows_shared_memory.vcproj | 268 ++++++++--------- proj/vc7ide/map_index_allocation_test.vcproj | 268 ++++++++--------- proj/vc7ide/mapped_file_test.vcproj | 268 ++++++++--------- proj/vc7ide/memory_algorithm_test.vcproj | 9 +- proj/vc7ide/message_queue.vcproj | 268 ++++++++--------- proj/vc7ide/mutex_test.vcproj | 268 ++++++++--------- proj/vc7ide/named_condition_test.vcproj | 268 ++++++++--------- proj/vc7ide/named_mutex_test.vcproj | 268 ++++++++--------- proj/vc7ide/named_recursive_mutex_test.vcproj | 268 ++++++++--------- proj/vc7ide/named_semaphore_test.vcproj | 268 ++++++++--------- proj/vc7ide/named_upgradable_mutex.vcproj | 268 ++++++++--------- proj/vc7ide/node_allocator_test.vcproj | 268 ++++++++--------- proj/vc7ide/node_pool_test.vcproj | 268 ++++++++--------- proj/vc7ide/null_index_test.vcproj | 268 ++++++++--------- proj/vc7ide/private_adaptive_pool_test.vcproj | 268 ++++++++--------- .../vc7ide/private_node_allocator_test.vcproj | 267 ++++++++--------- proj/vc7ide/recursive_mutex_test.vcproj | 267 ++++++++--------- proj/vc7ide/semaphore_test.vcproj | 268 ++++++++--------- .../vc7ide/shared_memory_mappable_test.vcproj | 10 +- proj/vc7ide/shared_memory_test.vcproj | 268 ++++++++--------- proj/vc7ide/shared_ptr_test.vcproj | 274 +++++++++--------- proj/vc7ide/slist_test.vcproj | 268 ++++++++--------- proj/vc7ide/string_test.vcproj | 268 ++++++++--------- proj/vc7ide/tree_test.vcproj | 10 +- proj/vc7ide/unique_ptr_test.vcproj | 274 +++++++++--------- proj/vc7ide/upgradable_mutex.vcproj | 268 ++++++++--------- proj/vc7ide/user_buffer_test.vcproj | 268 ++++++++--------- proj/vc7ide/vector_test.vcproj | 268 ++++++++--------- proj/vc7ide/vectorstream_test.vcproj | 268 ++++++++--------- .../windows_shared_memory_mapping_test.vcproj | 270 ++++++++--------- proj/vc7ide/windows_shared_memory_test.vcproj | 268 ++++++++--------- test/vector_test.cpp | 1 - 132 files changed, 13041 insertions(+), 12543 deletions(-) create mode 100644 example/doc_managed_grow.cpp create mode 100644 proj/vc7ide/doc_managed_grow.vcproj diff --git a/doc/interprocess.qbk b/doc/interprocess.qbk index 6bb746b..e444b72 100644 --- a/doc/interprocess.qbk +++ b/doc/interprocess.qbk @@ -3567,6 +3567,33 @@ Obtain the number of named and unique objects allocated in the segment: [endsect] +[section:growing_managed_memory Growing managed segments] + +Once a managed segment is created the managed segment can't be grown. The limitation +is not easily solvable: every process attached to the managed segment would need to +be stopped, notified of the new size, they would need to remap the managed segment +and continue working. Nearly impossible to achieve with a user-level library without +the help of the operating system kernel. + +On the other hand, [*Boost.Interprocess] offers off-line segment growing. What does this +mean? That the segment can be grown if no process has mapped the managed segment. If the +application can find a moment where no process is attached it can grow or shrink to fit +the managed segment. + +Here we have an example showing how to grow and shrink to fit +[classref boost::interprocess::managed_shared_memory managed_shared_memory]: + +[import ../example/doc_managed_grow.cpp] +[doc_managed_grow] + +[classref boost::interprocess::managed_mapped_file managed_mapped_file] also +offers a similar function to grow or shrink_to_fit the managed file. +Please, remember that [*no process should be modifying the file/shared memory while +the growing/shrinking process is performed]. Otherwise, the managed segment will be +corrupted. + +[endsect] + [section:managed_memory_segment_advanced_index_functions Advanced index functions] As mentioned, the managed segment stores the information about named and unique diff --git a/example/doc_anonymous_conditionA.cpp b/example/doc_anonymous_conditionA.cpp index cf710c1..1fb3336 100644 --- a/example/doc_anonymous_conditionA.cpp +++ b/example/doc_anonymous_conditionA.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_conditionA #include #include @@ -75,3 +76,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_conditionB.cpp b/example/doc_anonymous_conditionB.cpp index 3cd1346..06d0a55 100644 --- a/example/doc_anonymous_conditionB.cpp +++ b/example/doc_anonymous_conditionB.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_conditionB #include #include @@ -70,3 +71,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_condition_shared_data.hpp b/example/doc_anonymous_condition_shared_data.hpp index 254965f..97ad2b2 100644 --- a/example/doc_anonymous_condition_shared_data.hpp +++ b/example/doc_anonymous_condition_shared_data.hpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_condition_shared_data #include #include @@ -35,3 +36,4 @@ struct trace_queue bool message_in; }; //] +#include diff --git a/example/doc_anonymous_mutexA.cpp b/example/doc_anonymous_mutexA.cpp index 67cd459..04710fb 100644 --- a/example/doc_anonymous_mutexA.cpp +++ b/example/doc_anonymous_mutexA.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_mutexA #include #include @@ -73,3 +74,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_mutexB.cpp b/example/doc_anonymous_mutexB.cpp index 71ed93d..c7854eb 100644 --- a/example/doc_anonymous_mutexB.cpp +++ b/example/doc_anonymous_mutexB.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_mutexB #include #include @@ -66,3 +67,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_mutex_shared_data.hpp b/example/doc_anonymous_mutex_shared_data.hpp index 7b9216f..39d9614 100644 --- a/example/doc_anonymous_mutex_shared_data.hpp +++ b/example/doc_anonymous_mutex_shared_data.hpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_mutex_shared_data #include @@ -31,3 +32,4 @@ struct shared_memory_log bool end_b; }; //] +#include diff --git a/example/doc_anonymous_semaphoreA.cpp b/example/doc_anonymous_semaphoreA.cpp index e6f1756..f687049 100644 --- a/example/doc_anonymous_semaphoreA.cpp +++ b/example/doc_anonymous_semaphoreA.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_semaphoreA #include #include @@ -66,3 +67,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_semaphoreB.cpp b/example/doc_anonymous_semaphoreB.cpp index 4151c19..daf4e98 100644 --- a/example/doc_anonymous_semaphoreB.cpp +++ b/example/doc_anonymous_semaphoreB.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_semaphoreB #include #include @@ -62,3 +63,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_upgradable_mutexA.cpp b/example/doc_anonymous_upgradable_mutexA.cpp index 5cd7865..158ea1c 100644 --- a/example/doc_anonymous_upgradable_mutexA.cpp +++ b/example/doc_anonymous_upgradable_mutexA.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_anonymous_upgradable_mutexA #include #include @@ -75,3 +76,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_anonymous_upgradable_mutexB.cpp b/example/doc_anonymous_upgradable_mutexB.cpp index 7e9a338..1b83e11 100644 --- a/example/doc_anonymous_upgradable_mutexB.cpp +++ b/example/doc_anonymous_upgradable_mutexB.cpp @@ -7,6 +7,8 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include + //[doc_anonymous_upgradable_mutexB #include #include @@ -66,3 +68,5 @@ int main () return 0; } //] + +#include diff --git a/example/doc_file_mapping.cpp b/example/doc_file_mapping.cpp index dee4462..24d20ac 100644 --- a/example/doc_file_mapping.cpp +++ b/example/doc_file_mapping.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_file_mapping #include #include @@ -14,6 +15,7 @@ #include #include #include +#include //std::remove int main () { @@ -58,3 +60,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_file_mapping2.cpp b/example/doc_file_mapping2.cpp index 931a181..058963f 100644 --- a/example/doc_file_mapping2.cpp +++ b/example/doc_file_mapping2.cpp @@ -7,12 +7,14 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_file_mapping2 #include #include #include #include #include +#include //std::remove #include int main () @@ -69,3 +71,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_managed_aligned_allocation.cpp b/example/doc_managed_aligned_allocation.cpp index a6e4d9c..28f284f 100644 --- a/example/doc_managed_aligned_allocation.cpp +++ b/example/doc_managed_aligned_allocation.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_aligned_allocation #include #include @@ -65,3 +66,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_managed_allocation_command.cpp b/example/doc_managed_allocation_command.cpp index fd0756a..b77f838 100644 --- a/example/doc_managed_allocation_command.cpp +++ b/example/doc_managed_allocation_command.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_allocation_command #include #include @@ -85,3 +86,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_managed_construction_info.cpp b/example/doc_managed_construction_info.cpp index fe20605..8a3f711 100644 --- a/example/doc_managed_construction_info.cpp +++ b/example/doc_managed_construction_info.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_construction_info #include #include @@ -58,3 +59,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_managed_external_buffer.cpp b/example/doc_managed_external_buffer.cpp index 26aa12c..130cd2e 100644 --- a/example/doc_managed_external_buffer.cpp +++ b/example/doc_managed_external_buffer.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_external_buffer #include #include @@ -64,3 +65,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_managed_grow.cpp b/example/doc_managed_grow.cpp new file mode 100644 index 0000000..ee7a31e --- /dev/null +++ b/example/doc_managed_grow.cpp @@ -0,0 +1,69 @@ +////////////////////////////////////////////////////////////////////////////// +// +// (C) Copyright Ion Gaztanaga 2006-2007. Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// +// See http://www.boost.org/libs/interprocess for documentation. +// +////////////////////////////////////////////////////////////////////////////// +#include +//[doc_managed_grow +#include +#include +#include + +class MyClass +{ + //... +}; + +int main() +{ + using namespace boost::interprocess; + try{ + { //Remove old shared memory if present + shared_memory_object::remove("MyManagedShm"); + //Create a managed shared memory + managed_shared_memory shm(create_only, "MyManagedShm", 1000); + //Check size + assert(shm.get_size() == 1000); + //Construct a named object + MyClass *myclass = shm.construct("MyClass")(); + //The managed segment is unmapped here + } + { + //Now that the segment is not mapped grow it adding extra 500 bytes + managed_shared_memory::grow("MyManagedShm", 500); + //Map it again + managed_shared_memory shm(open_only, "MyManagedShm"); + //Check size + assert(shm.get_size() == 1500); + //Check "MyClass" is still there + MyClass *myclass = shm.find("MyClass").first; + assert(myclass != 0); + //The managed segment is unmapped here + } + { + //Now minimize the size of the segment + managed_shared_memory::shrink_to_fit("MyManagedShm"); + //Map it again + managed_shared_memory shm(open_only, "MyManagedShm"); + //Check size + assert(shm.get_size() < 1000); + //Check "MyClass" is still there + MyClass *myclass = shm.find("MyClass").first; + assert(myclass != 0); + //The managed segment is unmapped here + } + } + catch(...){ + shared_memory_object::remove("MyManagedShm"); + throw; + } + //Remove the managed segment + shared_memory_object::remove("MyManagedShm"); + return 0; +} +//] +#include diff --git a/example/doc_managed_multiple_allocation.cpp b/example/doc_managed_multiple_allocation.cpp index 0e07cff..3d508cf 100644 --- a/example/doc_managed_multiple_allocation.cpp +++ b/example/doc_managed_multiple_allocation.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_multiple_allocation #include #include //assert @@ -75,3 +76,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_managed_raw_allocation.cpp b/example/doc_managed_raw_allocation.cpp index ac37d85..0c31b12 100644 --- a/example/doc_managed_raw_allocation.cpp +++ b/example/doc_managed_raw_allocation.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_managed_raw_allocation #include @@ -40,3 +41,4 @@ int main() return 0; } //] +#include diff --git a/example/doc_message_queueA.cpp b/example/doc_message_queueA.cpp index cceda62..784ff24 100644 --- a/example/doc_message_queueA.cpp +++ b/example/doc_message_queueA.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_message_queueA #include #include @@ -43,3 +44,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_message_queueB.cpp b/example/doc_message_queueB.cpp index 398f055..0a37a2a 100644 --- a/example/doc_message_queueB.cpp +++ b/example/doc_message_queueB.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_message_queueB #include #include @@ -43,3 +44,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_named_allocB.cpp b/example/doc_named_allocB.cpp index c08fb6b..4067f19 100644 --- a/example/doc_named_allocB.cpp +++ b/example/doc_named_allocB.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include int main () { diff --git a/example/doc_named_mutex.cpp b/example/doc_named_mutex.cpp index a043d6c..5f929bf 100644 --- a/example/doc_named_mutex.cpp +++ b/example/doc_named_mutex.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_named_mutex #include #include @@ -42,3 +43,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_shared_memory.cpp b/example/doc_shared_memory.cpp index 5c603bf..4764c9f 100644 --- a/example/doc_shared_memory.cpp +++ b/example/doc_shared_memory.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_shared_memory #include #include @@ -41,3 +42,4 @@ int main () return 0; } //] +#include diff --git a/example/doc_shared_memory2.cpp b/example/doc_shared_memory2.cpp index 2fb8f1a..a8999bb 100644 --- a/example/doc_shared_memory2.cpp +++ b/example/doc_shared_memory2.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// +#include //[doc_shared_memory2 #include #include @@ -41,3 +42,5 @@ int main () return 0; } //] + +#include diff --git a/example/doc_shared_ptr.cpp b/example/doc_shared_ptr.cpp index f146c47..ebdf6d5 100644 --- a/example/doc_shared_ptr.cpp +++ b/example/doc_shared_ptr.cpp @@ -16,6 +16,7 @@ #include #include #include +#include //std::remove using namespace boost::interprocess; diff --git a/example/doc_unique_ptr.cpp b/example/doc_unique_ptr.cpp index c750028..0b6d5b5 100644 --- a/example/doc_unique_ptr.cpp +++ b/example/doc_unique_ptr.cpp @@ -18,6 +18,7 @@ #include #include #include +#include //std::remove using namespace boost::interprocess; diff --git a/proj/vc7ide/Interprocess.sln b/proj/vc7ide/Interprocess.sln index 0c7730a..742f30f 100644 --- a/proj/vc7ide/Interprocess.sln +++ b/proj/vc7ide/Interprocess.sln @@ -407,6 +407,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "managed_shared_memory_test" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_managed_grow", "doc_managed_grow.vcproj", "{818C43EE-3561-F3AE-4FD7-8A2076E76A31}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -823,6 +827,10 @@ Global {58DF28E3-0926-F47A-E28A-B03A4D619631}.Debug.Build.0 = Debug|Win32 {58DF28E3-0926-F47A-E28A-B03A4D619631}.Release.ActiveCfg = Release|Win32 {58DF28E3-0926-F47A-E28A-B03A4D619631}.Release.Build.0 = Release|Win32 + {818C43EE-3561-F3AE-4FD7-8A2076E76A31}.Debug.ActiveCfg = Debug|Win32 + {818C43EE-3561-F3AE-4FD7-8A2076E76A31}.Debug.Build.0 = Debug|Win32 + {818C43EE-3561-F3AE-4FD7-8A2076E76A31}.Release.ActiveCfg = Release|Win32 + {818C43EE-3561-F3AE-4FD7-8A2076E76A31}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/proj/vc7ide/adaptive_node_pool_test.vcproj b/proj/vc7ide/adaptive_node_pool_test.vcproj index 1a6043a..e67a6c8 100644 --- a/proj/vc7ide/adaptive_node_pool_test.vcproj +++ b/proj/vc7ide/adaptive_node_pool_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="adaptive_node_pool_test" + ProjectGUID="{CD57C283-1862-42FE-BF87-B96D3A2A7912}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/adaptive_pool_test.vcproj b/proj/vc7ide/adaptive_pool_test.vcproj index 441af6a..7ae6479 100644 --- a/proj/vc7ide/adaptive_pool_test.vcproj +++ b/proj/vc7ide/adaptive_pool_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="adaptive_pool_test" + ProjectGUID="{58CE1D84-1962-4FE9-BA0D-A4F7973A4652}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/allocexcept_test.vcproj b/proj/vc7ide/allocexcept_test.vcproj index 2ca7f39..b6cf2d2 100644 --- a/proj/vc7ide/allocexcept_test.vcproj +++ b/proj/vc7ide/allocexcept_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="allocexcept_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792662}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/barrier_test.vcproj b/proj/vc7ide/barrier_test.vcproj index ce46d38..2059d1b 100644 --- a/proj/vc7ide/barrier_test.vcproj +++ b/proj/vc7ide/barrier_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="barrier_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792661}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/bufferstream_test.vcproj b/proj/vc7ide/bufferstream_test.vcproj index 578ea12..5d7cf00 100644 --- a/proj/vc7ide/bufferstream_test.vcproj +++ b/proj/vc7ide/bufferstream_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="bufferstream_test" + ProjectGUID="{58C183CE-6203-FE12-A237-BA8976695960}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/cached_adaptive_pool_test.vcproj b/proj/vc7ide/cached_adaptive_pool_test.vcproj index 2ff9bae..cb345a0 100644 --- a/proj/vc7ide/cached_adaptive_pool_test.vcproj +++ b/proj/vc7ide/cached_adaptive_pool_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="cached_adaptive_pool_test" + ProjectGUID="{5188E3CE-2964-F43E-FB87-B037AC692D59}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/cached_node_allocator_test.vcproj b/proj/vc7ide/cached_node_allocator_test.vcproj index ecbe168..40d3af3 100644 --- a/proj/vc7ide/cached_node_allocator_test.vcproj +++ b/proj/vc7ide/cached_node_allocator_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="cached_node_allocator_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792659}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/condition_test.vcproj b/proj/vc7ide/condition_test.vcproj index cb39c4f..5777e89 100644 --- a/proj/vc7ide/condition_test.vcproj +++ b/proj/vc7ide/condition_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="condition_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792658}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/data_test.vcproj b/proj/vc7ide/data_test.vcproj index b140acb..1c01bfa 100644 --- a/proj/vc7ide/data_test.vcproj +++ b/proj/vc7ide/data_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="data_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792657}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/deque_test.vcproj b/proj/vc7ide/deque_test.vcproj index c690798..b416a71 100644 --- a/proj/vc7ide/deque_test.vcproj +++ b/proj/vc7ide/deque_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="deque_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792655}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_adaptive_pool.vcproj b/proj/vc7ide/doc_adaptive_pool.vcproj index b3932da..1961a35 100644 --- a/proj/vc7ide/doc_adaptive_pool.vcproj +++ b/proj/vc7ide/doc_adaptive_pool.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_adaptive_pool" + ProjectGUID="{57C832B1-17D2-9537-FA12-827220448554}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_allocator.vcproj b/proj/vc7ide/doc_allocator.vcproj index 124fe73..f87a509 100644 --- a/proj/vc7ide/doc_allocator.vcproj +++ b/proj/vc7ide/doc_allocator.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_allocator" + ProjectGUID="{581B1C83-4E12-9526-020F-012482540054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_conditionA.vcproj b/proj/vc7ide/doc_anonymous_conditionA.vcproj index 86c9a9b..f572274 100644 --- a/proj/vc7ide/doc_anonymous_conditionA.vcproj +++ b/proj/vc7ide/doc_anonymous_conditionA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_conditionA" + ProjectGUID="{5C1B8183-0296-4F83-1F22-001005220544}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_conditionB.vcproj b/proj/vc7ide/doc_anonymous_conditionB.vcproj index bcc934b..7005b51 100644 --- a/proj/vc7ide/doc_anonymous_conditionB.vcproj +++ b/proj/vc7ide/doc_anonymous_conditionB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_conditionB" + ProjectGUID="{58C1FE83-2906-E643-2F12-024410052254}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_mutexA.vcproj b/proj/vc7ide/doc_anonymous_mutexA.vcproj index a646c67..f97c3ba 100644 --- a/proj/vc7ide/doc_anonymous_mutexA.vcproj +++ b/proj/vc7ide/doc_anonymous_mutexA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_mutexA" + ProjectGUID="{58C1B183-9026-4E63-12F2-005412200054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_mutexB.vcproj b/proj/vc7ide/doc_anonymous_mutexB.vcproj index 61d44f5..f696723 100644 --- a/proj/vc7ide/doc_anonymous_mutexB.vcproj +++ b/proj/vc7ide/doc_anonymous_mutexB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_mutexB" + ProjectGUID="{58C1B183-9026-4E63-12F2-005202441254}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_semaphoreA.vcproj b/proj/vc7ide/doc_anonymous_semaphoreA.vcproj index cb88c2a..21d58f3 100644 --- a/proj/vc7ide/doc_anonymous_semaphoreA.vcproj +++ b/proj/vc7ide/doc_anonymous_semaphoreA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_semaphoreA" + ProjectGUID="{5CB81183-29FB-F843-24FF-022050100544}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_semaphoreB.vcproj b/proj/vc7ide/doc_anonymous_semaphoreB.vcproj index 1c9fb66..30b1dd4 100644 --- a/proj/vc7ide/doc_anonymous_semaphoreB.vcproj +++ b/proj/vc7ide/doc_anonymous_semaphoreB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_semaphoreB" + ProjectGUID="{58FBE8C3-9026-FAB2-E643-000522441254}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_upgradable_mutexA.vcproj b/proj/vc7ide/doc_anonymous_upgradable_mutexA.vcproj index a31d309..2df71b6 100644 --- a/proj/vc7ide/doc_anonymous_upgradable_mutexA.vcproj +++ b/proj/vc7ide/doc_anonymous_upgradable_mutexA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_upgradable_mutexA" + ProjectGUID="{5C18831B-F162-FA96-E6C3-FA5122040054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_anonymous_upgradable_mutexB.vcproj b/proj/vc7ide/doc_anonymous_upgradable_mutexB.vcproj index 3fc3ee4..e5b0250 100644 --- a/proj/vc7ide/doc_anonymous_upgradable_mutexB.vcproj +++ b/proj/vc7ide/doc_anonymous_upgradable_mutexB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_anonymous_upgradable_mutexB" + ProjectGUID="{5C1B1043-1EFF-2793-4E63-245241283054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_bufferstream.vcproj b/proj/vc7ide/doc_bufferstream.vcproj index 5601438..1430223 100644 --- a/proj/vc7ide/doc_bufferstream.vcproj +++ b/proj/vc7ide/doc_bufferstream.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_bufferstream" + ProjectGUID="{58C1B183-9026-4E12-00F2-001200540054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_cached_adaptive_pool.vcproj b/proj/vc7ide/doc_cached_adaptive_pool.vcproj index 8e6dde5..86c6b9d 100644 --- a/proj/vc7ide/doc_cached_adaptive_pool.vcproj +++ b/proj/vc7ide/doc_cached_adaptive_pool.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_cached_adaptive_pool" + ProjectGUID="{536C8251-7E12-9537-A1E2-822073258554}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_cached_node_allocator.vcproj b/proj/vc7ide/doc_cached_node_allocator.vcproj index 1710a6a..3824942 100644 --- a/proj/vc7ide/doc_cached_node_allocator.vcproj +++ b/proj/vc7ide/doc_cached_node_allocator.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_cached_node_allocator" + ProjectGUID="{283AD375-7D12-5866-23BF-854308651275}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_cont.vcproj b/proj/vc7ide/doc_cont.vcproj index 4066085..9d9126c 100644 --- a/proj/vc7ide/doc_cont.vcproj +++ b/proj/vc7ide/doc_cont.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_cont" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792653}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_contA.vcproj b/proj/vc7ide/doc_contA.vcproj index c9ada84..7891af8 100644 --- a/proj/vc7ide/doc_contA.vcproj +++ b/proj/vc7ide/doc_contA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_contA" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792652}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_contB.vcproj b/proj/vc7ide/doc_contB.vcproj index 42af0cc..85807ca 100644 --- a/proj/vc7ide/doc_contB.vcproj +++ b/proj/vc7ide/doc_contB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_contB" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792651}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_file_mapping.vcproj b/proj/vc7ide/doc_file_mapping.vcproj index 663f542..b71b7cb 100644 --- a/proj/vc7ide/doc_file_mapping.vcproj +++ b/proj/vc7ide/doc_file_mapping.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_file_mapping" + ProjectGUID="{58DE18C3-3261-2F3E-FD47-83760B9FA761}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_file_mapping2.vcproj b/proj/vc7ide/doc_file_mapping2.vcproj index d47f16c..9071a47 100644 --- a/proj/vc7ide/doc_file_mapping2.vcproj +++ b/proj/vc7ide/doc_file_mapping2.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_file_mapping2" + ProjectGUID="{5CE19883-F413-7EFD-6342-B79639F7B611}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_intrusive.vcproj b/proj/vc7ide/doc_intrusive.vcproj index aa49f74..f1cbee5 100644 --- a/proj/vc7ide/doc_intrusive.vcproj +++ b/proj/vc7ide/doc_intrusive.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_intrusive" + ProjectGUID="{5E18CC83-6092-48FE-A677-B832A0D3A650}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_ipc_messageA.vcproj b/proj/vc7ide/doc_ipc_messageA.vcproj index ecd2f54..d3ee38a 100644 --- a/proj/vc7ide/doc_ipc_messageA.vcproj +++ b/proj/vc7ide/doc_ipc_messageA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_ipc_messageA" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792649}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_ipc_messageB.vcproj b/proj/vc7ide/doc_ipc_messageB.vcproj index a23e9f0..b3317e9 100644 --- a/proj/vc7ide/doc_ipc_messageB.vcproj +++ b/proj/vc7ide/doc_ipc_messageB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_ipc_messageB" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792648}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_aligned_allocation.vcproj b/proj/vc7ide/doc_managed_aligned_allocation.vcproj index 0b3f41e..0be1539 100644 --- a/proj/vc7ide/doc_managed_aligned_allocation.vcproj +++ b/proj/vc7ide/doc_managed_aligned_allocation.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_aligned_allocation" + ProjectGUID="{58DE18C3-3261-2F3E-FD47-83760B9FA761}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_allocation_command.vcproj b/proj/vc7ide/doc_managed_allocation_command.vcproj index c41cb68..f9ff6f1 100644 --- a/proj/vc7ide/doc_managed_allocation_command.vcproj +++ b/proj/vc7ide/doc_managed_allocation_command.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_allocation_command" + ProjectGUID="{5189DEA3-3261-F33E-47ED-83BC69F66061}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_construction_info.vcproj b/proj/vc7ide/doc_managed_construction_info.vcproj index aef448c..36f749f 100644 --- a/proj/vc7ide/doc_managed_construction_info.vcproj +++ b/proj/vc7ide/doc_managed_construction_info.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_construction_info" + ProjectGUID="{5C82D1D3-3861-3AF1-03EF-89AED4716761}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_grow.vcproj b/proj/vc7ide/doc_managed_grow.vcproj new file mode 100644 index 0000000..8355e3b --- /dev/null +++ b/proj/vc7ide/doc_managed_grow.vcproj @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_heap_memory.vcproj b/proj/vc7ide/doc_managed_heap_memory.vcproj index d626a85..fb63372 100644 --- a/proj/vc7ide/doc_managed_heap_memory.vcproj +++ b/proj/vc7ide/doc_managed_heap_memory.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_heap_memory" + ProjectGUID="{58CCE183-6092-48FE-A4FC-BA0D3A792647}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_mapped_file.vcproj b/proj/vc7ide/doc_managed_mapped_file.vcproj index 5bff1e5..31a7c39 100644 --- a/proj/vc7ide/doc_managed_mapped_file.vcproj +++ b/proj/vc7ide/doc_managed_mapped_file.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_mapped_file" + ProjectGUID="{58CCE183-5091-48FE-A4FC-BA0D3A792446}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_managed_multiple_allocation.vcproj b/proj/vc7ide/doc_managed_multiple_allocation.vcproj index 08defc7..fc35fde 100644 --- a/proj/vc7ide/doc_managed_multiple_allocation.vcproj +++ b/proj/vc7ide/doc_managed_multiple_allocation.vcproj @@ -25,9 +25,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" DisableLanguageExtensions="FALSE" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_managed_raw_allocation" + ProjectGUID="{5198EFC3-2731-F34E-4FD8-1859AC94F761}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_map.vcproj b/proj/vc7ide/doc_map.vcproj index c527a98..7c49867 100644 --- a/proj/vc7ide/doc_map.vcproj +++ b/proj/vc7ide/doc_map.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_map" + ProjectGUID="{59CEC183-8192-8F6D-4FB7-BA260A79D352}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_message_queueA.vcproj b/proj/vc7ide/doc_message_queueA.vcproj index 4e8f999..daf452c 100644 --- a/proj/vc7ide/doc_message_queueA.vcproj +++ b/proj/vc7ide/doc_message_queueA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_message_queueA" + ProjectGUID="{51B189C3-4E63-9026-12F2-12200AF54054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_message_queueB.vcproj b/proj/vc7ide/doc_message_queueB.vcproj index f29d2cc..974b1a5 100644 --- a/proj/vc7ide/doc_message_queueB.vcproj +++ b/proj/vc7ide/doc_message_queueB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_message_queueB" + ProjectGUID="{5C1B1813-12C2-0296-4E63-244549126520}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_move_containers.vcproj b/proj/vc7ide/doc_move_containers.vcproj index c20b50b..30c5981 100644 --- a/proj/vc7ide/doc_move_containers.vcproj +++ b/proj/vc7ide/doc_move_containers.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_move_containers" + ProjectGUID="{58C1B183-0296-EA42-EF04-005120054104}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_named_allocA.vcproj b/proj/vc7ide/doc_named_allocA.vcproj index c75ddf0..3954d12 100644 --- a/proj/vc7ide/doc_named_allocA.vcproj +++ b/proj/vc7ide/doc_named_allocA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_named_allocA" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792645}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_named_allocB.vcproj b/proj/vc7ide/doc_named_allocB.vcproj index 0f52e69..09f43f8 100644 --- a/proj/vc7ide/doc_named_allocB.vcproj +++ b/proj/vc7ide/doc_named_allocB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_named_allocB" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792644}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_named_conditionA.vcproj b/proj/vc7ide/doc_named_conditionA.vcproj index 52f295b..73fb140 100644 --- a/proj/vc7ide/doc_named_conditionA.vcproj +++ b/proj/vc7ide/doc_named_conditionA.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_named_conditionA" + ProjectGUID="{58EB1CB3-1354-364E-12F2-154356612054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_named_conditionB.vcproj b/proj/vc7ide/doc_named_conditionB.vcproj index 7b208b2..cb2bdd7 100644 --- a/proj/vc7ide/doc_named_conditionB.vcproj +++ b/proj/vc7ide/doc_named_conditionB.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_named_conditionB" + ProjectGUID="{58181CB3-5134-634E-12F2-155435622054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_named_mutex.vcproj b/proj/vc7ide/doc_named_mutex.vcproj index d0f5bad..9aa0582 100644 --- a/proj/vc7ide/doc_named_mutex.vcproj +++ b/proj/vc7ide/doc_named_mutex.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_named_mutex" + ProjectGUID="{58C181B3-9516-463E-2F12-122155400054}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_node_allocator.vcproj b/proj/vc7ide/doc_node_allocator.vcproj index 875ca46..03c0a52 100644 --- a/proj/vc7ide/doc_node_allocator.vcproj +++ b/proj/vc7ide/doc_node_allocator.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_node_allocator" + ProjectGUID="{51B17C83-E172-5396-0FA2-825472008554}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_offset_ptr.vcproj b/proj/vc7ide/doc_offset_ptr.vcproj index 7139dec..4768fa8 100644 --- a/proj/vc7ide/doc_offset_ptr.vcproj +++ b/proj/vc7ide/doc_offset_ptr.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_offset_ptr" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792643}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_private_adaptive_pool.vcproj b/proj/vc7ide/doc_private_adaptive_pool.vcproj index a6fd0bb..ad9eda0 100644 --- a/proj/vc7ide/doc_private_adaptive_pool.vcproj +++ b/proj/vc7ide/doc_private_adaptive_pool.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_private_adaptive_pool" + ProjectGUID="{83258CB1-127E-9375-F872-8324A1054454}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_private_node_allocator.vcproj b/proj/vc7ide/doc_private_node_allocator.vcproj index 2b32ec1..b60943b 100644 --- a/proj/vc7ide/doc_private_node_allocator.vcproj +++ b/proj/vc7ide/doc_private_node_allocator.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_private_node_allocator" + ProjectGUID="{2B75C833-17D2-4956-A23F-820854254175}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_scoped_ptr.vcproj b/proj/vc7ide/doc_scoped_ptr.vcproj index 2aa31e8..ec2dc09 100644 --- a/proj/vc7ide/doc_scoped_ptr.vcproj +++ b/proj/vc7ide/doc_scoped_ptr.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_scoped_ptr" + ProjectGUID="{58CC8E13-0962-8F4E-77A6-BD3A6832A042}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_shared_memory.vcproj b/proj/vc7ide/doc_shared_memory.vcproj index 02783ee..f085b5e 100644 --- a/proj/vc7ide/doc_shared_memory.vcproj +++ b/proj/vc7ide/doc_shared_memory.vcproj @@ -24,9 +24,10 @@ MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_shared_memory2" + ProjectGUID="{58CE1D83-F31E-4FD7-6132-8A79F6307B61}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_shared_ptr.vcproj b/proj/vc7ide/doc_shared_ptr.vcproj index be88819..bf0ecd7 100644 --- a/proj/vc7ide/doc_shared_ptr.vcproj +++ b/proj/vc7ide/doc_shared_ptr.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_shared_ptr" + ProjectGUID="{51CE89A3-6092-F4EA-48A7-B4B9AC326093}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_shared_ptr_explicit.vcproj b/proj/vc7ide/doc_shared_ptr_explicit.vcproj index 4ab3b0e..c10bbdb 100644 --- a/proj/vc7ide/doc_shared_ptr_explicit.vcproj +++ b/proj/vc7ide/doc_shared_ptr_explicit.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_shared_ptr_explicit" + ProjectGUID="{4E887AC3-F8EA-6923-A744-C264A398C913}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_unique_ptr.vcproj b/proj/vc7ide/doc_unique_ptr.vcproj index 7fa47f8..f2cc7b5 100644 --- a/proj/vc7ide/doc_unique_ptr.vcproj +++ b/proj/vc7ide/doc_unique_ptr.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_unique_ptr" + ProjectGUID="{589C2EB3-8A57-1862-F4EA-A6B14C7329A3}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_vectorstream.vcproj b/proj/vc7ide/doc_vectorstream.vcproj index 9ecff38..9e2b8fc 100644 --- a/proj/vc7ide/doc_vectorstream.vcproj +++ b/proj/vc7ide/doc_vectorstream.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_vectorstream" + ProjectGUID="{58C1B183-9260-4E8F-F200-000000000041}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_where_allocate.vcproj b/proj/vc7ide/doc_where_allocate.vcproj index 38c59bb..9a255f5 100644 --- a/proj/vc7ide/doc_where_allocate.vcproj +++ b/proj/vc7ide/doc_where_allocate.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_where_allocate" + ProjectGUID="{58CCE183-6092-48FE-A677-BA0D3A832640}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_windows_shared_memory.vcproj b/proj/vc7ide/doc_windows_shared_memory.vcproj index 81382e4..990cb2c 100644 --- a/proj/vc7ide/doc_windows_shared_memory.vcproj +++ b/proj/vc7ide/doc_windows_shared_memory.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_windows_shared_memory" + ProjectGUID="{5E17C9C3-1362-2E1E-C84F-8A76B6739F21}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/doc_windows_shared_memory2.vcproj b/proj/vc7ide/doc_windows_shared_memory2.vcproj index 37a8709..011cfbf 100644 --- a/proj/vc7ide/doc_windows_shared_memory2.vcproj +++ b/proj/vc7ide/doc_windows_shared_memory2.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="doc_windows_shared_memory2" + ProjectGUID="{5E1D6C83-31DE-4F6F-6132-87A9FB663041}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/file_mapping_test.vcproj b/proj/vc7ide/file_mapping_test.vcproj index 3948c50..b786555 100644 --- a/proj/vc7ide/file_mapping_test.vcproj +++ b/proj/vc7ide/file_mapping_test.vcproj @@ -1,137 +1,139 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="file_mapping_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792638}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/flat_map_index_allocation_test.vcproj b/proj/vc7ide/flat_map_index_allocation_test.vcproj index c4902b8..8dfb6d1 100644 --- a/proj/vc7ide/flat_map_index_allocation_test.vcproj +++ b/proj/vc7ide/flat_map_index_allocation_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="flat_map_index_allocation_test" + ProjectGUID="{51D8E9C3-2D65-48FE-3AA7-7922C0E36329}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/flat_tree_test.vcproj b/proj/vc7ide/flat_tree_test.vcproj index 20c6029..4e05a16 100644 --- a/proj/vc7ide/flat_tree_test.vcproj +++ b/proj/vc7ide/flat_tree_test.vcproj @@ -26,9 +26,10 @@ MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="intrusive_ptr_test" + ProjectGUID="{5821C383-6092-12FE-A877-BA0D33467633}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/iset_index_allocation_test.vcproj b/proj/vc7ide/iset_index_allocation_test.vcproj index 4aa1d1d..9aa08e0 100644 --- a/proj/vc7ide/iset_index_allocation_test.vcproj +++ b/proj/vc7ide/iset_index_allocation_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="iset_index_allocation_test" + ProjectGUID="{58BD1CC3-6972-F3F7-84BE-0DB736035922}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/iunordered_set_index_allocation_test.vcproj b/proj/vc7ide/iunordered_set_index_allocation_test.vcproj index 7633d1f..e473bba 100644 --- a/proj/vc7ide/iunordered_set_index_allocation_test.vcproj +++ b/proj/vc7ide/iunordered_set_index_allocation_test.vcproj @@ -24,9 +24,10 @@ MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="list_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792632}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/managed_mapped_file_test.vcproj b/proj/vc7ide/managed_mapped_file_test.vcproj index f3e9a81..11a9568 100644 --- a/proj/vc7ide/managed_mapped_file_test.vcproj +++ b/proj/vc7ide/managed_mapped_file_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="managed_mapped_file_test" + ProjectGUID="{5CCE1883-0926-F7A4-8FE4-BA0606D92331}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/managed_shared_memory.vcproj b/proj/vc7ide/managed_shared_memory.vcproj index 528972d..ed54e34 100644 --- a/proj/vc7ide/managed_shared_memory.vcproj +++ b/proj/vc7ide/managed_shared_memory.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="managed_shared_memory_test" + ProjectGUID="{58DF28E3-0926-F47A-E28A-B03A4D619631}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/managed_windows_shared_memory.vcproj b/proj/vc7ide/managed_windows_shared_memory.vcproj index 4bcfa5c..e122f8d 100644 --- a/proj/vc7ide/managed_windows_shared_memory.vcproj +++ b/proj/vc7ide/managed_windows_shared_memory.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="managed_windows_shared_memory_test" + ProjectGUID="{5D18CE83-1926-7AE4-FE94-B606D9B23131}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/map_index_allocation_test.vcproj b/proj/vc7ide/map_index_allocation_test.vcproj index 7688025..ac1965b 100644 --- a/proj/vc7ide/map_index_allocation_test.vcproj +++ b/proj/vc7ide/map_index_allocation_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="map_index_allocation_test" + ProjectGUID="{588CCD13-2962-83FE-F4B7-92230DB73629}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/mapped_file_test.vcproj b/proj/vc7ide/mapped_file_test.vcproj index 778d567..a654317 100644 --- a/proj/vc7ide/mapped_file_test.vcproj +++ b/proj/vc7ide/mapped_file_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="mapped_file_test" + ProjectGUID="{5C6D9CE1-2609-F7A4-8FE4-BA0883602330}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/memory_algorithm_test.vcproj b/proj/vc7ide/memory_algorithm_test.vcproj index 79733fe..a161276 100644 --- a/proj/vc7ide/memory_algorithm_test.vcproj +++ b/proj/vc7ide/memory_algorithm_test.vcproj @@ -25,9 +25,9 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" TreatWChar_tAsBuiltInType="TRUE" - ForceConformanceInForLoopScope="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="message_queue_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792628}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/mutex_test.vcproj b/proj/vc7ide/mutex_test.vcproj index ad1e99b..59fcd50 100644 --- a/proj/vc7ide/mutex_test.vcproj +++ b/proj/vc7ide/mutex_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="mutex_test" + ProjectGUID="{83581CCE-487E-3292-A4E7-BA07926D3A27}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/named_condition_test.vcproj b/proj/vc7ide/named_condition_test.vcproj index 52d1593..629ed9c 100644 --- a/proj/vc7ide/named_condition_test.vcproj +++ b/proj/vc7ide/named_condition_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="named_condition_test" + ProjectGUID="{58CC2563-6092-48FE-FAF7-BA046A792658}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/named_mutex_test.vcproj b/proj/vc7ide/named_mutex_test.vcproj index d36ebfe..6dca76e 100644 --- a/proj/vc7ide/named_mutex_test.vcproj +++ b/proj/vc7ide/named_mutex_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="named_mutex_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792625}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/named_recursive_mutex_test.vcproj b/proj/vc7ide/named_recursive_mutex_test.vcproj index a843a74..545bbc5 100644 --- a/proj/vc7ide/named_recursive_mutex_test.vcproj +++ b/proj/vc7ide/named_recursive_mutex_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="named_recursive_mutex_test" + ProjectGUID="{5C83CE18-4F48-A7FE-6092-B7920AD3A624}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/named_semaphore_test.vcproj b/proj/vc7ide/named_semaphore_test.vcproj index db7fcef..1c9c2a8 100644 --- a/proj/vc7ide/named_semaphore_test.vcproj +++ b/proj/vc7ide/named_semaphore_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="named_semaphore_test" + ProjectGUID="{58CCE283-1609-48FE-A4F7-BA0D3A793523}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/named_upgradable_mutex.vcproj b/proj/vc7ide/named_upgradable_mutex.vcproj index 8bdf014..896a406 100644 --- a/proj/vc7ide/named_upgradable_mutex.vcproj +++ b/proj/vc7ide/named_upgradable_mutex.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="named_upgradable_mutex_test" + ProjectGUID="{48C1FBE8-F7A4-0961-48FE-7D93A63B0A04}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/node_allocator_test.vcproj b/proj/vc7ide/node_allocator_test.vcproj index cd729c6..66cae27 100644 --- a/proj/vc7ide/node_allocator_test.vcproj +++ b/proj/vc7ide/node_allocator_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="node_allocator_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792622}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/node_pool_test.vcproj b/proj/vc7ide/node_pool_test.vcproj index 12198f7..df7d37f 100644 --- a/proj/vc7ide/node_pool_test.vcproj +++ b/proj/vc7ide/node_pool_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="node_pool_test" + ProjectGUID="{8A519DC3-6092-A4FE-F748-BA91328D6522}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/null_index_test.vcproj b/proj/vc7ide/null_index_test.vcproj index 4660eed..4dc4048 100644 --- a/proj/vc7ide/null_index_test.vcproj +++ b/proj/vc7ide/null_index_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="null_index_test" + ProjectGUID="{0000058C-0000-0000-0000-000000000021}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/private_adaptive_pool_test.vcproj b/proj/vc7ide/private_adaptive_pool_test.vcproj index 6b8bad6..3cc1979 100644 --- a/proj/vc7ide/private_adaptive_pool_test.vcproj +++ b/proj/vc7ide/private_adaptive_pool_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="private_adaptive_pool_test" + ProjectGUID="{5CE14C83-4962-8F5E-4FA7-B0D3A7B93635}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/private_node_allocator_test.vcproj b/proj/vc7ide/private_node_allocator_test.vcproj index e6022d6..7971644 100644 --- a/proj/vc7ide/private_node_allocator_test.vcproj +++ b/proj/vc7ide/private_node_allocator_test.vcproj @@ -1,135 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="private_node_allocator_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792620}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/recursive_mutex_test.vcproj b/proj/vc7ide/recursive_mutex_test.vcproj index 27d05f0..6411477 100644 --- a/proj/vc7ide/recursive_mutex_test.vcproj +++ b/proj/vc7ide/recursive_mutex_test.vcproj @@ -1,135 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="recursive_mutex_test" + ProjectGUID="{83581CCE-487E-3292-A4E7-BA07926D3A14}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/semaphore_test.vcproj b/proj/vc7ide/semaphore_test.vcproj index b9114dd..79fbe80 100644 --- a/proj/vc7ide/semaphore_test.vcproj +++ b/proj/vc7ide/semaphore_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="semaphore_test" + ProjectGUID="{5CE28C83-48FE-1676-4FA7-B50D3A76A013}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/shared_memory_mappable_test.vcproj b/proj/vc7ide/shared_memory_mappable_test.vcproj index 7fe7a04..2954e48 100644 --- a/proj/vc7ide/shared_memory_mappable_test.vcproj +++ b/proj/vc7ide/shared_memory_mappable_test.vcproj @@ -25,9 +25,10 @@ MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="shared_memory_test" + ProjectGUID="{5E2838CC-0916-8F4E-A4F7-93506BA0D310}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/shared_ptr_test.vcproj b/proj/vc7ide/shared_ptr_test.vcproj index 3e1717c..90f7132 100644 --- a/proj/vc7ide/shared_ptr_test.vcproj +++ b/proj/vc7ide/shared_ptr_test.vcproj @@ -1,139 +1,141 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="shared_ptr_test" + ProjectGUID="{5371C383-6092-1238-A877-BAEB37867609}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/slist_test.vcproj b/proj/vc7ide/slist_test.vcproj index 031a9f0..2e813bb 100644 --- a/proj/vc7ide/slist_test.vcproj +++ b/proj/vc7ide/slist_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="slist_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792608}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/string_test.vcproj b/proj/vc7ide/string_test.vcproj index 9701622..5bd6b2d 100644 --- a/proj/vc7ide/string_test.vcproj +++ b/proj/vc7ide/string_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="string_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D4A792607}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/tree_test.vcproj b/proj/vc7ide/tree_test.vcproj index 49325d6..0231de2 100644 --- a/proj/vc7ide/tree_test.vcproj +++ b/proj/vc7ide/tree_test.vcproj @@ -24,9 +24,10 @@ MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + ForceConformanceInForLoopScope="FALSE" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="unique_ptr_test" + ProjectGUID="{571C3383-6092-A877-1238-B3786BAE7605}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/upgradable_mutex.vcproj b/proj/vc7ide/upgradable_mutex.vcproj index dfee202..88294a0 100644 --- a/proj/vc7ide/upgradable_mutex.vcproj +++ b/proj/vc7ide/upgradable_mutex.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="upgradable_mutex_test" + ProjectGUID="{4E88C1C2-0961-F7A4-F48E-A6A7D3B06004}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/user_buffer_test.vcproj b/proj/vc7ide/user_buffer_test.vcproj index 1b86386..467c930 100644 --- a/proj/vc7ide/user_buffer_test.vcproj +++ b/proj/vc7ide/user_buffer_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="user_buffer_test" + ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792603}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/vector_test.vcproj b/proj/vc7ide/vector_test.vcproj index 6e40c80..270f5cf 100644 --- a/proj/vc7ide/vector_test.vcproj +++ b/proj/vc7ide/vector_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="vector_test" + ProjectGUID="{5CE11C83-096A-84FE-4FA2-D3A6BA792002}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/vectorstream_test.vcproj b/proj/vc7ide/vectorstream_test.vcproj index 1f904cf..9cac416 100644 --- a/proj/vc7ide/vectorstream_test.vcproj +++ b/proj/vc7ide/vectorstream_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="vectorstream_test" + ProjectGUID="{58CCE183-6032-12FE-A4F7-BA893A767601}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/windows_shared_memory_mapping_test.vcproj b/proj/vc7ide/windows_shared_memory_mapping_test.vcproj index 2105864..67d5880 100644 --- a/proj/vc7ide/windows_shared_memory_mapping_test.vcproj +++ b/proj/vc7ide/windows_shared_memory_mapping_test.vcproj @@ -1,137 +1,139 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="windows_shared_memory_mapping_test" + ProjectGUID="{518CE8C3-6512-FA75-46EF-B917A3A116D1}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proj/vc7ide/windows_shared_memory_test.vcproj b/proj/vc7ide/windows_shared_memory_test.vcproj index 474bab1..e385372 100644 --- a/proj/vc7ide/windows_shared_memory_test.vcproj +++ b/proj/vc7ide/windows_shared_memory_test.vcproj @@ -1,136 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="7.10" + Name="windows_shared_memory_test" + ProjectGUID="{E385C28C-0691-4FA7-F48E-935BA0D06310}" + Keyword="Win32Proj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/vector_test.cpp b/test/vector_test.cpp index 761d920..f17a206 100644 --- a/test/vector_test.cpp +++ b/test/vector_test.cpp @@ -26,7 +26,6 @@ #include "print_container.hpp" #include "check_equal_containers.hpp" #include "movable_int.hpp" -#include #include "expand_bwd_test_allocator.hpp" #include "expand_bwd_test_template.hpp" #include "dummy_test_allocator.hpp"