Skip to content

Commit a49f57c

Browse files
authored
Merge pull request eclipse-iceoryx#2054 from eclipse-iceoryx/iox-66-remove-object-pool
iox-eclipse-iceoryx#66 Remove 'ObjectPool'
2 parents 2a0be7b + a7f4165 commit a49f57c

File tree

7 files changed

+18
-1424
lines changed

7 files changed

+18
-1424
lines changed

doc/website/release-notes/iceoryx-unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
- Roudi Environment independent from Googletest [#1533](https://github.com/eclipse-iceoryx/iceoryx/issues/1533)
166166
- Move test class for ctor and assignment operators to hoofs testing [#2041](https://github.com/eclipse-iceoryx/iceoryx/issues/2041)
167167
- Refactor `FixdePositionContainer` and move to `dust` [#2044](https://github.com/eclipse-iceoryx/iceoryx/issues/2044)
168+
- Cleanup or Remove ObjectPool [#66](https://github.com/eclipse-iceoryx/iceoryx/issues/66)
168169

169170
**Workflow:**
170171

iceoryx_dust/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ grouped together in categories or namespace, depending on where or how they are
1010
| class/file | description |
1111
|:---------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1212
|`forward_list` | Heap and exception free, relocatable implementation of `std::forward_list` |
13-
|`ObjectPool` | Container which stores raw objects without calling the ctor of the objects. |
1413
|`FileReader` | Wrapper for opening files and reading them. |
1514
|`FixedPositionContainer` | A fixed-position container is similar to a list but is optimized for iterating over its elements without the back-and-forth jumping that can occur during iteration in a list. |
1615
|`MessageQueue` | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |

0 commit comments

Comments
 (0)