Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77910 - in trunk/libs/interprocess: doc proj/vc7ide
From: igaztanaga_at_[hidden]
Date: 2012-04-11 02:25:28


Author: igaztanaga
Date: 2012-04-11 02:25:27 EDT (Wed, 11 Apr 2012)
New Revision: 77910
URL: http://svn.boost.org/trac/boost/changeset/77910

Log:
Documentation update
Text files modified:
   trunk/libs/interprocess/doc/interprocess.qbk | 9 +++++++
   trunk/libs/interprocess/proj/vc7ide/interprocesslib.vcproj | 50 ++++++++++++++++++++++++++++++++++++++++
   2 files changed, 59 insertions(+), 0 deletions(-)

Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk (original)
+++ trunk/libs/interprocess/doc/interprocess.qbk 2012-04-11 02:25:27 EDT (Wed, 11 Apr 2012)
@@ -6615,6 +6615,15 @@
 
 [section:release_notes Release Notes]
 
+[section:release_notes_boost_1_50_00 Boost 1.50 Release]
+
+* Fixed bugs
+ [@https://svn.boost.org/trac/boost/ticket/3750 #3750],
+ [@https://svn.boost.org/trac/boost/ticket/6727 #6727],
+ [@https://svn.boost.org/trac/boost/ticket/6648 #6648],
+
+[endsect]
+
 [section:release_notes_boost_1_49_00 Boost 1.49 Release]
 
 * Fixed bugs

Modified: trunk/libs/interprocess/proj/vc7ide/interprocesslib.vcproj
==============================================================================
--- trunk/libs/interprocess/proj/vc7ide/interprocesslib.vcproj (original)
+++ trunk/libs/interprocess/proj/vc7ide/interprocesslib.vcproj 2012-04-11 02:25:27 EDT (Wed, 11 Apr 2012)
@@ -309,6 +309,21 @@
                                         RelativePath="..\..\..\..\boost\interprocess\sync\windows\mutex.hpp">
                                 </File>
                                 <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\named_condition.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\named_mutex.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\named_recursive_mutex.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\named_semaphore.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\named_sync.hpp">
+ </File>
+ <File
                                         RelativePath="..\..\..\..\boost\interprocess\sync\windows\recursive_mutex.hpp">
                                 </File>
                                 <File
@@ -317,6 +332,12 @@
                                 <File
                                         RelativePath="..\..\..\..\boost\interprocess\sync\windows\sync_utils.hpp">
                                 </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\winapi_mutex_wrapper.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\windows\winapi_semaphore_wrapper.hpp">
+ </File>
                         </Filter>
                         <Filter
                                 Name="shm"
@@ -340,6 +361,13 @@
                                         RelativePath="..\..\..\..\boost\interprocess\sync\shm\named_upgradable_mutex.hpp">
                                 </File>
                         </Filter>
+ <Filter
+ Name="detail"
+ Filter="">
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\sync\detail\condition_algorithm_8a.hpp">
+ </File>
+ </Filter>
                 </Filter>
                 <Filter
                         Name="Memory algorithms"
@@ -436,6 +464,9 @@
                                 RelativePath="..\..\..\..\boost\interprocess\detail\config_end.hpp">
                         </File>
                         <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\file_locking_helpers.hpp">
+ </File>
+ <File
                                 RelativePath="..\..\..\..\boost\interprocess\detail\file_wrapper.hpp">
                         </File>
                         <File
@@ -451,6 +482,12 @@
                                 RelativePath="..\..\..\..\boost\interprocess\detail\intersegment_ptr.hpp">
                         </File>
                         <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\lock_file_utilities.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\managed_global_memory.hpp">
+ </File>
+ <File
                                 RelativePath="..\..\..\..\boost\interprocess\detail\managed_memory_impl.hpp">
                         </File>
                         <File
@@ -528,6 +565,19 @@
                         <File
                                 RelativePath="..\..\..\..\boost\interprocess\detail\xsi_shared_memory_file_wrapper.hpp">
                         </File>
+ <Filter
+ Name="intermodule"
+ Filter="">
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\intermodule_singleton_common.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\portable_intermodule_singleton.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\boost\interprocess\detail\windows_intermodule_singleton.hpp">
+ </File>
+ </Filter>
                 </Filter>
                 <Filter
                         Name="Documentation"


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk