Commit Graph

711 Commits

Author SHA1 Message Date
Ion Gaztañaga
2dc189be44 merging interprocess from develop boost-1.69.0-beta1 2018-11-05 23:54:51 +01:00
Ion Gaztañaga
b962143350 t push origin developMerge branch 'shayosler-develop' into develop 2018-10-04 22:59:08 +02:00
Ion Gaztañaga
c84c0dd217 Merge branch 'develop' of https://github.com/shayosler/interprocess into shayosler-develop 2018-10-04 22:58:55 +02: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
8b36213530 Closes issue #61 2018-09-18 21:28:27 +02:00
Ion Gaztañaga
ce9b61dbe1 Fixes issue #60 2018-09-18 19:18:36 +02:00
Shay Osler
a3e77dee06 implement named condition any using shared memory 2018-09-12 10:48:32 -04:00
Ion Gaztañaga
162449447d merging interprocess from develop 2018-08-20 12:32:41 +02:00
Ion Gaztañaga
818ef814e9 Fixes GitHub Issue #59: "warning: ISO C++ prohibits anonymous structs [-Wpedantic]" 2018-08-13 17:48:12 +02:00
Ion Gaztañaga
6fbaf9bc6a merging interprocess from develop boost-1.68.0 2018-06-27 23:33:53 +02:00
Ion Gaztañaga
0b7fb521da Update change list links for 1.68 2018-06-27 23:21:02 +02:00
Ion Gaztañaga
7b1134f58d merging interprocess from develop 2018-06-16 10:12:35 +02:00
Ion Gaztañaga
14bc86a0c6 Remove NtSetTimerResolution as it's not used. 2018-04-29 12:52:39 +02:00
Ion Gaztañaga
911c79e5b5 GitHub Issue #53: "Crash waiting on condition variable from multiple processes in do_wait()".
Disables Posix process-shared support for Apple as it's still buggy, as shown in: https://stackoverflow.com/questions/35305291/boost-interprocess-condition-multiple-threads-calling-wait-fails
2018-04-29 12:51:06 +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
1baf757d9f Fixed GitHub Issue #54: "fill_system_message() ignores an error returned by winapi::format_message()" 2018-04-29 12:43:16 +02:00
Ion Gaztañaga
98009e3304 merging interprocess from develop boost-1.67.0 2018-02-23 23:46:23 +01:00
Ion Gaztañaga
18aba0ca90 Merge branch 'faithandbrave-patch-1' into develop 2018-02-23 23:07:13 +01:00
Ion Gaztañaga
63e3a72430 Merge branch 'patch-1' of https://github.com/faithandbrave/interprocess into faithandbrave-patch-1 2018-02-23 23:06:37 +01:00
Ion Gaztañaga
20c70ecc82 Update changelog with Pull #48 2018-02-23 23:05:09 +01:00
Ion Gaztañaga
7b68850c31 Merge branch 'orgads-win32-expand-sz' into develop 2018-02-23 23:02:01 +01:00
Orgad Shaneh
10463d65ce Win32: Fix read of reg_expand_sz type 2018-02-19 10:23:01 +02:00
Ion Gaztañaga
58bad2718e Merge branch 'kuhlenough-develop' into develop 2018-01-27 11:41:56 +01:00
Brian Kuhl
51da4ae0de Update VxWorks support
- add CPU count
- provide OS specific atomics (when none with compiler)
- don't use XSI
2018-01-12 00:58:04 -05: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
759fdc9b51 Merge branch 'think-cell-noexcept_movable_intrusive_ptr2' into develop 2017-12-08 10:39:59 +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
9a605d3816 merging interprocess from develop boost-1.66.0 2017-11-01 11:48:29 +01:00
Ion Gaztañaga
799356d975 Fixes #41: Data race in boost::interprocess::rbtree_best_fit 2017-10-26 22:17:20 +02:00
Ion Gaztañaga
be3a7e272b Merge branch 'eldiener-develop' into develop 2017-10-01 00:40:20 +02:00
Edward Diener
6f6432ab72 Removed executable attribute for files. 2017-09-17 12:36:23 -04:00
Ion Gaztañaga
8eed6de857 merge from develop boost-1.65.0 boost-1.65.1 2017-07-11 17:31:53 +02:00
Ion Gaztañaga
70b9e273d7 Merge branch 'ldionne-patch-1' into develop 2017-07-06 14:18:34 +02:00
Louis Dionne
b98796e11a Fix misformatted code samples in the documentation
The current examples look strange since the C++-style comments result in the rest of the line being completely commented-out. This commit changes the way those parameters are documented to make them consistent with the rest of the documentation.

Note that I was unable to test this change because I wasn't able to generate the Boost documentation locally.
2017-07-03 16:18:22 -07:00
Ion Gaztañaga
c7ad956587 Merge branch 'develop' 2017-06-26 00:54:06 +02: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
Ion Gaztañaga
bcbc7c14c5 Merge branch 'DanielaE-feature/replace-deprecated' into develop 2017-05-26 23:21:24 +02:00
Ion Gaztañaga
e628955762 Merge branch 'feature/replace-deprecated' of https://github.com/DanielaE/boost.interprocess into DanielaE-feature/replace-deprecated 2017-05-26 23:19:35 +02:00
Ion Gaztañaga
c4e5fbb7c8 Merge branch 'tabe-doctypo' into develop 2017-05-26 23:17:14 +02:00
Takeshi Abe
6b0b4ae479 Fix typo in documentation 2017-05-19 11:06:06 +09: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
Akira Takahashi
66a53c0359 fix typo history : s/booststamp/bootstamp/
related pull request : https://github.com/boostorg/website/pull/227
2017-03-17 14:47:34 +09:00
Ion Gaztañaga
541d428bca Merge branch 'develop' boost-1.64.0-beta1 boost-1.64.0-beta2 boost-1.64.0 2017-02-17 11:58:09 +01:00
Ion Gaztañaga
4178baf834 Update changelog with pull request #34 2017-02-13 00:19:05 +01:00
Ion Gaztañaga
6c87a7ffa4 Merge branch 'davidstrauss-member-for-bmi' into develop 2017-02-12 23:15:05 +01:00
Ion Gaztañaga
4209e4ef61 Merge branch 'member-for-bmi' of https://github.com/davidstrauss/interprocess into davidstrauss-member-for-bmi 2017-02-12 23:14:52 +01:00
Ion Gaztañaga
3881f04e46 Added GitHub Pull #35 ("Fixed options for cross-compilation") to changelog. 2017-02-12 21:56:11 +01:00