Ion Gaztañaga
65ae55fe1f
Fix typo in test traces (set_test -> map_test)
2019-04-08 00:33:40 +02:00
Ion Gaztañaga
1e89871cdd
Enable test again, check BOOST_INTERPROCESS_MAPPED_FILES after workaround.hpp is included
2018-11-17 00:22:25 +01:00
Ion Gaztañaga
fbf326ccf1
Remove unused variable FileSize
2018-11-17 00:21:56 +01:00
Ion Gaztañaga
53f328f4c1
Fix warnings about throwing destructors, which are by default noexcept
2018-11-17 00:21:41 +01:00
Ion Gaztañaga
08e9dc0a8c
Fix compilation warnings.
2018-11-10 11:03:15 +01:00
Ion Gaztañaga
d1b05bdffb
Remove unused parameter warnings in operator ==/!=
2018-09-29 09:59:57 +02:00
Ion Gaztañaga
dff9f823ce
Fix invalid free of non-char pointer.
2018-09-29 09:59:39 +02:00
Ion Gaztañaga
65ab92b06f
Update adaptive pool usage to breaking changes in Boost.Container.
...
Added invariant checking for tests
2018-04-29 12:45:32 +02:00
Ion Gaztañaga
85a85778e2
- Update changelog to Pull #45
...
- Cleanup in shared_ptr_test and named_proxy
- Reuse Boost.Container transform_iterator instead of using own.
2017-12-08 10:47:51 +01:00
Ion Gaztañaga
73bc2b87c4
Update intrusive_ptr move semantics to support Boost.Move.
2017-12-08 10:38:55 +01:00
Sebastian Theophil
24a2d2bc25
Make intrusive_ptr move constructible/assignable and make its methods noexcept
2017-12-04 17:38:50 +01:00
Ion Gaztañaga
b3f9a58079
Update to new dtl namespace in boost::container.
2017-11-07 00:52:46 +01:00
Ion Gaztañaga
6f5944f63c
Use boost::movelib::unique_ptr instead of std::auto_ptr vs. std::unique_ptr
2017-05-26 23:27:23 +02:00
Daniela Engert
08b25cdcdb
Conditionally replace deprecated/removed std::auto_ptr by std::unique_ptr.
...
Inline typedefs from deprecated/removed C++98 function adapters.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-05-12 08:30:54 +02:00
Niklas Angare
0bf3e3fc03
Fixed options for cross-compilation.
...
Replaced <host-os> with <target-os> so that the correct options for the target are selected when cross-compiling. When not cross-compiling, it makes no difference as target-os by default mirrors host-os.
2017-02-12 13:04:09 +01:00
Ion Gaztañaga
469f38d553
Added test case for BOOST_INTERPROCESS_SHARED_DIR_FUNC
2017-01-12 15:00:10 +01:00
Ion Gaztañaga
dc5e8f48a1
Remove signed/unsigned comparison warning.
2016-06-29 14:46:45 +02:00
Ion Gaztañaga
3ca88495df
Add missing extra parenthesis to BOOST_STATIC_ASSERT to avoid compilation errors in some compilers.
2015-10-18 21:33:26 +02:00
Ion Gaztañaga
73b3d75cf9
- Added BOOST_FORCE_INLINE to offset_ptr function.
...
- Reimplemented pointer_plus_bits to correct bugs and use uintptr_t instead of std::size_t.
2015-10-17 00:26:24 +02:00
Ion Gaztañaga
fd4ecafbd9
Remove unmaintained multi_index instantiation test
2015-10-14 22:19:53 +02:00
Ion Gaztañaga
e352a84dd2
Fixed Trac #5139 ("Initial Stream Position in Boost.Interprocess.Vectorstream")
2015-06-24 16:18:17 +02:00
Ion Gaztañaga
5fe2014ade
Fixe memory leaks
2015-06-09 14:53:24 +02:00
Ion Gaztañaga
25bb48435f
- Rewritten posix features detection according to the first POSIX/Single Unix Specification that standardized it.
...
- Added macro for unnamed semaphores as OSX claims this support but returns ENOSYS, which is not very useful.
- Added macro for mapped files, as QNX does not support them.
2015-01-31 23:18:32 +01:00
Ion Gaztañaga
6c8ba8d3e9
- Erased unused test and files.
...
- Used simplified simple_swap, nothrow and placement new
2015-01-10 11:06:24 +01:00
Ion Gaztañaga
a8b8eac741
More dependency reduction: Reused Boost.Move/Boost.Intrusive/Boost.Container utilities, removed some standard headers.
...
Removed some GCC warnings.
2015-01-07 00:56:27 +01:00
Ion Gaztañaga
37d00bc798
Compile-time dependency reduction. Update to Boost.Container changes.
2015-01-02 19:40:37 +01:00
Ion Gaztañaga
ac06eb010a
Removed GCC warnings about unused parameters
2014-10-13 23:33:30 +02:00
Ion Gaztañaga
7d9f58ca99
Added missing #pragma once
2014-10-13 23:26:57 +02:00
Ion Gaztañaga
ad1b7f301c
Massive but simple changes:
...
- Removed all tabs
- Changed all Doxygen @cond/@endcond tags with preprocessor sections, as Doxygen still has some problems when parsing this code. This also makes unmatched Doxygen sections a compilation error, which is easier to detect.
2014-07-30 11:46:32 +02:00
Ion Gaztañaga
06eef6f4e8
intermodule_singleton fixes for many platforms:
...
- Use Boost.Container to allow debug-release mixed code (in some platforms, std:: containers' ABI changes from Debug to Release)
- By default non-Phoenix and Lazy singletons.
- Use atexit instead of the global object destructor to obtain LIFO semantics.
- Avoid testing Phoenix singletons, as in many plataforms calling atexit from atexit is not supported.
2014-07-14 23:34:17 +02:00
Ion Gaztañaga
e9659e563b
Workaround for error in Intel compilers, avoid the static array
2014-07-14 23:31:16 +02:00
Ion Gaztañaga
acd03c0fa3
Add -lrt in Jamfiles to linux platforms
2014-07-14 23:30:33 +02:00
Ion Gaztañaga
de72bbf2d8
Fixed vector_test and cleaned up intermodule singleton code.
2014-07-10 21:38:52 +02:00
Ion Gaztañaga
2b4788e183
Fixed mimatched new[]/delete when using auto_ptr.
2014-06-16 00:38:28 +02:00
Ion Gaztañaga
1eb0000ac9
Fixed unused variable and redeclaration warnings.
2014-06-06 14:06:53 +02:00
Ion Gaztañaga
8895c8a44e
Removed some unused typedef/variable warnings
2014-06-06 08:49:53 +02:00
Ion Gaztañaga
aa09229e8a
Fixes #10011 segment_manager::find( unique_instance_t* ) fails to compile
2014-06-02 14:40:19 +02:00
Ion Gaztañaga
81a5fcf56d
Removed trailing whitespaces.
2014-05-28 15:48:09 +02:00
Ion Gaztañaga
de405e89a3
* If BOOST_USE_WINDOWS_H
is defined, <windows.h> and other windows SDK files are included,
...
otherwise the library declares needed functions and structures to reduce the impact of including
those heavy headers.
* Added `get_size` to windows_shared_memory.
2014-05-28 15:30:04 +02:00
Ion Gaztañaga
02a7e7ecf2
More interprocess_exception fixes & #ifdef rephrasings
2014-05-25 20:50:39 +02:00
Ion Gaztañaga
5f81d0dc14
Fixes #9861 "Remove references to gcc-mingw"
2014-04-16 12:13:59 +02:00
Ion Gaztañaga
0526a090be
Fixed previous git reset error.
2014-02-14 23:20:54 +01:00
Ion Gaztañaga
a0ea486cf6
Merge branch 'develop'
2014-02-14 20:03:03 +01:00
Ion Gaztañaga
467ba673d3
Simplified, refactored and unified (timed_)lock code based on try_lock(). There were several bugs in when handling timeout expirations.
...
[SVN r86511]
2013-10-29 07:39:21 +00:00
Ion Gaztañaga
a4ce866747
Fixes #9221 ("message_queue deadlock on linux")
...
[SVN r86316]
2013-10-15 08:02:09 +00:00
Stephen Kelly
d3794a5d38
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2013-09-26 13:02:51 +00:00
Ion Gaztañaga
aa6dd59f3b
Last merge for 1.55 (Interprocess)
...
[SVN r85705]
2013-09-16 17:01:45 +00:00
Ion Gaztañaga
868981c178
Remove boost/thread dependency in tests.
...
[SVN r85688]
2013-09-15 19:50:54 +00:00
Ion Gaztañaga
762aaea036
Merging latest spin_wait improvements + unused typedef removal.
...
[SVN r85653]
2013-09-11 21:02:47 +00:00
Ion Gaztañaga
fcb3901d94
Removed unused typedefs
...
[SVN r85652]
2013-09-11 20:59:09 +00:00