COMMITS
January 10, 2026
I
Add alignment checks now that allocate_aligned is used in several functions
Ion Gaztañaga committed
I
Modify experimental "allocate_many" function to take an alignment parameter.
Ion Gaztañaga committed
I
Use aligned allocation for allocator::allocate to support overaligned types.
Ion Gaztañaga committed
January 8, 2026
I
Delete commented test code
Ion Gaztañaga committed
I
Add overalignment support for segment_manager allocation_command functions.
Ion Gaztañaga committed
January 7, 2026
I
Rename Allocator to segment manager
Ion Gaztañaga committed
January 5, 2026
I
Fixes #277: ("-Wundef warning in boost/interprocess/detail/workaround.hpp ")
Ion Gaztañaga committed
I
I
I
Document the deprecated BOOST_INTERPROCESS_USE_PTHREAD_AS_SYSTEMWIDE_THREAD_ID option
Ion Gaztañaga committed
I
Removed the option to #undef BOOST_INTERPROCESS_MSG_QUEUE_CIRCULAR_INDEX
Ion Gaztañaga committed
January 4, 2026
I
Add more documentation and examples uses_allocator usage.
Ion Gaztañaga committed
I
Correct documentation build error due to bad formatting in 1.91 release notes.
Ion Gaztañaga committed
I
Improve explicit constructor to allow static_cast according to allocator::pointer requirements:
Ion Gaztañaga committed
I
Add #276 to release notes
Ion Gaztañaga committed
I
Fixes #276 ("-Wundef warning in boost/interprocess/allocators/allocator.hpp")
Ion Gaztañaga committed
I
Add additional test to static_cast to make sure address is preserved
Ion Gaztañaga committed
I
#252 (['"[regression] no viable constructor for offset_ptr with clang from 1.87.0"])].
Ion Gaztañaga committed
January 3, 2026
I
I
Add new operating systems for global thread id implementation
Ion Gaztañaga committed
I
Make sure assert's are executed also in release mode when examples are tested in release mode.
Ion Gaztañaga committed
I
Implement get_current_systemwide_thread_id for Cygwin based on Winapi.
Ion Gaztañaga committed
January 2, 2026
I
- Add OS-native functions to obatin sistemwide thread IDs
Ion Gaztañaga committed
I
More traces
Ion Gaztañaga committed
I
Even more traces, identifying parent, child and grandchild
Ion Gaztañaga committed
I
Add more traces to debug
Ion Gaztañaga committed
I
Add more traces to test failures to have more information on CI
Ion Gaztañaga committed
I
Rework documentation for systems that do not fully support process-shared features
Ion Gaztañaga committed
I
FreeBSD support for _POSIX_THREAD_PROCESS_SHARED is incomplete and buggy, avoid it.
Ion Gaztañaga committed
I
Set kern.ipc.umtx_vnode_persistent=1 as required by Interprocess documentation
Ion Gaztañaga committed