Ion Gaztañaga
8fdfbaac28
Glenn Schrader patch: Segmentation fault with 1.34+ on Linux x86_64.
...
Reason: The ~ only complemented the 32 bit unsigned value. When the value was expanded into a size_t the value isn't sign extended so the upper 32 bits wind up being zero. Since this is used as an address mask the upper half of the address is zeroed.
[SVN r39464]
2007-09-21 20:45:14 +00:00
Ion Gaztañaga
ed065cd3df
#1211 : Interprocess tests hang when run in parallel
...
#1080 boost::interprocess win32 global file mapping issue
[SVN r38955]
2007-08-25 19:19:34 +00:00
Ion Gaztañaga
f11059212f
#1211 : Interprocess tests hang when run in parallel
...
#1080 boost::interprocess win32 global file mapping issue
[SVN r38954]
2007-08-25 19:18:28 +00:00
Ion Gaztañaga
e458f303fe
#1211 : Interprocess tests hang when run in parallel
...
#1080 boost::interprocess win32 global file mapping issue
[SVN r38953]
2007-08-25 19:17:24 +00:00
Ion Gaztañaga
73b162a2f1
#1211 : Interprocess tests hang when run in parallel
...
#1080 boost::interprocess win32 global file mapping issue
[SVN r38952]
2007-08-25 19:13:02 +00:00
Ion Gaztañaga
bfe5d57ef2
#1211 : Interprocess tests hang when run in parallel
...
#1080 boost::interprocess win32 global file mapping issue
[SVN r38946]
2007-08-25 18:04:13 +00:00
Ion Gaztañaga
8fa662ef90
Erased old archives imported from CVS
...
[SVN r38911]
2007-08-24 21:24:23 +00:00
Ion Gaztañaga
09df0f8e09
Corrected incorrect iterator definition
...
[SVN r38669]
2007-08-15 00:18:10 +00:00
Ion Gaztañaga
5ded803f8c
Erasing wrongly imported old CVS file
...
[SVN r38509]
2007-08-08 17:33:45 +00:00
Ion Gaztañaga
46e99694a0
Wrapped (const_)iterator definition with /// @cond and /// @endcond to avoid problems with Doxygen 1.5
...
[SVN r38283]
2007-07-24 16:30:37 +00:00
Ion Gaztañaga
2181dc14fc
no message
...
[SVN r38280]
2007-07-24 14:27:54 +00:00
Ion Gaztañaga
2c2657a933
New Interprocess version
...
[SVN r38271]
2007-07-22 14:08:34 +00:00
Ion Gaztañaga
1da65050f4
Fixed bug when address mapping could not be fulfilled in UNIX
...
[SVN r38253]
2007-07-16 18:44:55 +00:00
Ion Gaztañaga
30bb2de8df
Fixed bug in cleanup when mapping address is not exactly matched. Reported by Wilbur Lang
...
[SVN r38210]
2007-07-13 19:42:19 +00:00
Ion Gaztañaga
6c7abfd7f2
no message
...
[SVN r38075]
2007-06-23 13:01:38 +00:00
Ion Gaztañaga
a678891c93
no message
...
[SVN r37976]
2007-06-12 17:13:44 +00:00
Ion Gaztañaga
5898cc181d
Corrected gcc bug in release mode
...
[SVN r37748]
2007-05-23 15:47:54 +00:00
Ion Gaztañaga
3d12c780a4
Changes to correct regression tests for intel-win-9.1 & cw-9.4
...
[SVN r37676]
2007-05-12 12:54:15 +00:00
Ion Gaztañaga
e3a4e80eb0
Changes for official inclusion in the regression tests
...
[SVN r37590]
2007-05-04 21:10:05 +00:00
Ion Gaztañaga
f439c19266
Changes for official inclusion in the regression tests
...
[SVN r37589]
2007-05-04 20:53:10 +00:00
Ion Gaztañaga
b15f58acb3
Correction of bugs when converting pointers to derived classes to base classes, offset correction was not performed.
...
[SVN r37505]
2007-04-25 15:32:29 +00:00
Ion Gaztañaga
fc4c970180
Fixed race condition if a shared memory segment is being created/initialized for the first time. Thanks to Paul Poulin.
...
[SVN r37437]
2007-04-14 10:34:33 +00:00
Ion Gaztañaga
4503ec5e24
PPC fixes
...
[SVN r37424]
2007-04-12 17:01:54 +00:00
Ion Gaztañaga
03cbd08651
Fixed bug in the mapping call, the mapping address was not used.
...
[SVN r37273]
2007-03-23 16:05:01 +00:00
Ion Gaztañaga
f25ee3ae59
Fixed bug in atomic_dec32 for intel. Thanks to Harold Pirtle!
...
[SVN r36983]
2007-02-17 11:39:41 +00:00
Ion Gaztañaga
e298f20dce
Workaround for VC 8 inliner bug.
...
[SVN r36872]
2007-02-02 21:04:45 +00:00
Ion Gaztañaga
2fd371dafb
Fixed: clear() and erase(iterator, iterator) were declared private.
...
[SVN r36821]
2007-01-28 09:13:21 +00:00
Ion Gaztañaga
924a5ab726
Corrected bug from SGI STL.
...
[SVN r36786]
2007-01-25 17:19:54 +00:00
Ion Gaztañaga
9a4d81124f
Corrected atomic decrement bug. Thanks to Glenn Schrader.
...
[SVN r36441]
2006-12-17 01:22:52 +00:00
Ion Gaztañaga
41f121bd69
Corrected bug that ignores the destructor y list nodes
...
[SVN r36236]
2006-12-02 00:00:50 +00:00
Ion Gaztañaga
1dafd986ed
Corrected bug in assignment operator
...
[SVN r35646]
2006-10-17 05:09:40 +00:00
Ion Gaztañaga
9a73e2c25e
Corrected configuration problem. Unix boxes were using emulation code instead of native shm_xxx functions
...
[SVN r35631]
2006-10-16 16:35:00 +00:00
Ion Gaztañaga
7715ac0c45
Removed unused files
...
[SVN r35626]
2006-10-16 05:08:33 +00:00
Ion Gaztañaga
61b7be3c68
Removed extra comma
...
[SVN r35625]
2006-10-16 04:53:59 +00:00
Ion Gaztañaga
054ff74524
Implemented N1780 proposal to LWG issue 233: Insertion hints in associative containers in interprocess boost::interprocess::multiset and boost::interprocess::multimap class.
...
Source breaking: A shared memory object is now used including shared_memory_object.hpp header instead of shared memory.hpp.
ABI breaking: Changed global mutex when initializing managed shared memory and memory mapped files. This change tries to minimize deadlocks.
Source breaking: Changed shared memory, memory mapped files and mapped region's open mode to a single boost::interprocess::mode_t type.
Added extra WIN32_LEAN_AND_MEAN before including DateTime headers to avoid socket redefinition errors when using Interprocess and Asio in windows.
ABI breaking: mapped_region constructor no longer requires classes derived from memory_mappable, but classes the fulfill the MemoryMappable concept.
Added in-place reallocation capabilities to basic_string.
ABI breaking: Reimplemented and optimized small string optimization. The narrow string class has zero byte overhead with an internal 11 byte buffer in 32 systems!
Added move semantics to containers. Experimental and not documented yet. Improves performance when using containers of containers.
ABI breaking: End nodes of node containers (list, slist, map/set) are now embedded in the containers instead of allocated using the allocator. This allows no-throw move-constructors and improves performance.
ABI breaking: slist and list containers now have constant-time size() function. The size of the container is added as a member.
[SVN r35617]
2006-10-15 13:14:54 +00:00
Ion Gaztañaga
d1a80b5ff3
Removed declarations comflicting with windows.h header
...
[SVN r35506]
2006-10-07 08:05:42 +00:00
Ion Gaztañaga
f5d47cff17
First inclusion in repository
...
[SVN r34901]
2006-08-18 13:14:03 +00:00
Ion Gaztañaga
5573eac65f
Added inline to functions to avoid linker errors
...
[SVN r34838]
2006-08-07 14:08:45 +00:00
Ion Gaztañaga
3ca0cc0027
no message
...
[SVN r34837]
2006-08-07 14:01:54 +00:00
Ion Gaztañaga
c9c6e48a59
no message
...
[SVN r34836]
2006-08-07 13:52:22 +00:00
Gennaro Prota
3b82266f80
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
...
[SVN r34752]
2006-07-27 10:27:37 +00:00
Ion Gaztañaga
ae47bde018
no message
...
[SVN r34285]
2006-06-12 17:23:18 +00:00