7cb27130d4Introducing allocator_traits and pointer_traits changes into several libraries.
Ion Gaztañaga
2011-12-22 20:15:57 +0000
ca6c464becIntroducing allocator_traits and pointer_traits changes into several libraries.
Ion Gaztañaga
2011-12-22 20:08:24 +0000
c597ef8aa1Merged for Boost 1.48
Ion Gaztañaga
2011-08-30 15:50:42 +0000
7697f6bb09Merged for Boost 1.48
Ion Gaztañaga
2011-08-30 15:46:15 +0000
82cc203f48Documentation fixes, added AutoIndex indexes
Ion Gaztañaga
2011-08-30 12:23:34 +0000
f2d6d2b45bAdded SwitchToThread to sched_yield to improve a bit process hand-offs
Ion Gaztañaga
2011-08-28 18:30:28 +0000
8b696e9951Fixed bug in timeout test
Ion Gaztañaga
2011-08-28 10:41:23 +0000
a67a242bb3Deleted garbage file
Ion Gaztañaga
2011-08-28 10:17:45 +0000
e2a638985c* Erased containers now that Boost.Container is accepted * Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions. * Added locking timeout macro to avoid deadlocks
Ion Gaztañaga
2011-08-27 08:32:56 +0000
ec4230aacd* Erased containers now that Boost.Container is accepted * Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions. * Added locking timeout macro to avoid deadlocks
Ion Gaztañaga
2011-08-27 08:31:23 +0000
87ef6b76a0* Erased containers now that Boost.Container is accepted * Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions. * Added locking timeout macro to avoid deadlocks
Ion Gaztañaga
2011-08-27 08:31:15 +0000
1df5125bf5Merged missed changes for 1.47 release
Ion Gaztañaga
2011-07-21 17:42:58 +0000
287e89f289Merged missed changes for 1.47 release
Ion Gaztañaga
2011-07-21 17:42:55 +0000
b9218114a1Fixed semaphore_unlink for XSI emulation and error when mapping fails
Ion Gaztañaga
2011-06-21 20:15:54 +0000
402edd49f4Added static assert to assure allocator value type is the same as std::pair<Const key, value> Cached DLL function addresses to speed up some operations
Ion Gaztañaga
2011-05-12 20:26:48 +0000
9bf632bbdeAdded new linker flags
Ion Gaztañaga
2011-04-09 12:01:11 +0000
b077cdb77cRemoved dynamic library loading to improve performance.
Ion Gaztañaga
2011-04-09 11:50:37 +0000
e0e049cb78Non-throwing make_managed_shared_ptr version.
Ion Gaztañaga
2011-04-09 08:47:07 +0000
49a1281f43Non-throwing make_managed_shared_ptr version.
Ion Gaztañaga
2011-04-09 08:45:37 +0000
9aaaa3062bRemove asm("") because non-GCC compilers define __GNUC__ and don't support it
Ion Gaztañaga
2011-04-09 08:33:45 +0000
5e0a1a52dcRemove asm("") because non-GCC compilers define __GNUC__ and don't support it
Ion Gaztañaga
2011-04-09 08:32:18 +0000
5bbad88c24Fixes for Boost 1.47
Ion Gaztañaga
2011-04-01 22:04:17 +0000
625c4ae6e1Fixes for Boost 1.47
Ion Gaztañaga
2011-04-01 22:03:49 +0000
749bdc9b06Disabled bootstamp in Windows. Neither kernel boottime or WMI methods are reliable. Windows shared memory/message ques have now filesystem persistence.
Ion Gaztañaga
2011-04-01 16:35:32 +0000
fee02c7ccfDisabled bootstamp in Windows. Neither kernel boottime or WMI methods are reliable. Windows shared memory/message ques have now filesystem persistence.
Ion Gaztañaga
2011-04-01 16:27:22 +0000
0f8ea13e1cFixed#5197 using provided patch
Ion Gaztañaga
2011-03-30 09:51:19 +0000
56ffeb3547Fixes when using pointers as key_type
Ion Gaztañaga
2011-03-28 08:57:57 +0000
c7543d7fb2Fixes to use pointers as key_types plus updated pair to recent C++0x draft. Fixed some missing config_begin.hpp/config_end.hpp includes. Fixed comparison operators for stable_vector iterator.
Ion Gaztañaga
2011-03-28 08:53:14 +0000
b5eb07ba3eChanges to allow interoperability between 64 and 32 processes. Pointer type is a customization of all templated code size_type's and difference_type's.
Ion Gaztañaga
2011-03-17 16:42:30 +0000
283d21330bChanges to allow interoperability between 64 and 32 processes. Pointer type is a customization of all templated code size_type's and difference_type's.
Ion Gaztañaga
2011-03-17 16:32:35 +0000
4cabab5396Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
0c9f277403Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
5575583fc7Some of the inline asm here had incorrect constraints.
Bryce Adelstein-Lelbach
2011-01-13 23:41:10 +0000
45756b761eMerge from trunk for 1.46
Ion Gaztañaga
2011-01-12 22:26:04 +0000
ab7e04d7f8Merge from trunk for 1.46
Ion Gaztañaga
2011-01-12 22:23:09 +0000
005b78950bAdded XSI shared memory
Ion Gaztañaga
2010-12-26 09:53:56 +0000
a86d42120eAdded XSI shared memory
Ion Gaztañaga
2010-12-26 09:47:54 +0000
64db00dc3dUpdated recently fixed bug list.
Ion Gaztañaga
2010-10-14 16:00:00 +0000
d83cd2023cUpdated recently fixed bug list.
Ion Gaztañaga
2010-10-14 15:59:00 +0000
58b91d6977Fixes for vectostream and intermodule_singleton
Ion Gaztañaga
2010-10-12 18:18:57 +0000
ebb85340c0Fixes for vectostream and intermodule_singleton
Ion Gaztañaga
2010-10-12 18:18:42 +0000
9a4463e5d6Workaround for shared memory and FreeBsd jails
Ion Gaztañaga
2010-10-09 16:32:08 +0000
378b8bef44Workaround for shared memory and FreeBsd jails
Ion Gaztañaga
2010-10-09 16:31:36 +0000
21d043e435Fixes for vectostream and intermodule_singleton
Ion Gaztañaga
2010-10-09 11:22:42 +0000
5109222c7eFixes for vectostream and intermodule_singleton
Ion Gaztañaga
2010-10-09 11:21:31 +0000
e741020427Fixes for Boost 1.45
Ion Gaztañaga
2010-08-28 23:11:57 +0000
12d76be5dfFixes for Boost 1.45
Ion Gaztañaga
2010-08-28 23:11:31 +0000
6b4bde1495Fixes for Boost 1.45
Ion Gaztañaga
2010-08-26 21:48:45 +0000
66006b2233Fixes for Boost 1.45
Ion Gaztañaga
2010-08-26 09:27:50 +0000
dcccad0d6bFixed tabs
Ion Gaztañaga
2010-08-26 07:10:36 +0000
374f16a5c0Fixed tabs
Ion Gaztañaga
2010-08-26 07:10:11 +0000
51fcf15fa6Fix MingW linker errors
Ion Gaztañaga
2010-08-26 06:56:37 +0000
21efc978fdMore changes for Boost 1.45
Ion Gaztañaga
2010-08-24 17:26:36 +0000
694c1d93e6More changes for Boost 1.45
Ion Gaztañaga
2010-08-24 17:13:19 +0000
bf402c8cb3Fix the interprocess documentation.
Daniel James
2010-08-03 23:19:40 +0000
493832d3aeRemoved cmake files
Ion Gaztañaga
2010-07-29 04:54:54 +0000
25a14e6cb8Removed cmake files
Ion Gaztañaga
2010-07-29 04:52:26 +0000
dbcb35f1adChanges for Boost 1.45
Ion Gaztañaga
2010-07-25 16:47:46 +0000
157aed14e6Changes for Boost 1.45
Ion Gaztañaga
2010-07-25 16:47:05 +0000
3514370a71Changes for Boost 1.45
Ion Gaztañaga
2010-07-25 16:45:54 +0000
7422f6584fChanges for Boost 1.45
Ion Gaztañaga
2010-07-25 16:44:45 +0000
5ee5c96022Changes for Boost 1.45
Ion Gaztañaga
2010-07-25 16:39:26 +0000
9584fe328dChanges for Boost 1.45
Ion Gaztañaga
2010-07-25 16:27:15 +0000
03cd0b6b43Changes for Boost 1.45
Ion Gaztañaga
2010-07-25 16:02:42 +0000
867cfc18dbChanges for Boost 1.45
Ion Gaztañaga
2010-07-25 15:37:24 +0000
13cc42b4bbSpirit: merging from trunk upto rev. 61489
Hartmut Kaiser
2010-07-04 22:38:38 +0000
6fe019d327Merge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
a9738586a3Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000