Commit Graph

7 Commits

Author SHA1 Message Date
liuming24 5be7d888a2 fix test compile issue
Signed-off-by: liuming24 <liuming24@baidu.com>
2024-11-15 18:58:58 +08:00
Ricardo González bb23a278fc
Increase cmake minimum required (#335)
* Refs #16427. Increase cmake minimum required

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Refs #16427. Update googletest

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Fix tests

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Fix tests

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
2022-12-08 11:54:19 +01:00
Pablo Garrido 58c00cc192
Update Bin entity creation API (#294)
* Update Bin entity creation API

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Update

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Apply suggestions from code review

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
2021-11-30 15:09:28 +01:00
Pablo Garrido 81fccf9f22
Add binary history depth (#266)
* Add binary history depth

* Update example

* Update tests

* Fix
2021-09-28 14:35:52 +02:00
Antonio Cuadros db59cbc711
Fix integration test with multithreading (#238)
* Fix integration test with multithread ON

* Uncrustify

* Add mising mutex unlock

* Revert "Add mising mutex unlock"

This reverts commit 0bb3ff9b4d5c7c0328a691bb81cab4e56ca14465.

* Test fragmented messages on multithread

* Add prefix option to output lib

* Conditional multithread tests

* Uncrustify

* Add lock init to stream storage mocks

* Fix test warning

* Remove NULL check on mutex

* Add stream mutex check

* Uncrustify

* Change tests client lib name

* Revert "Change tests client lib name"

This reverts commit 68dc6716786f6b53d18120ce09454b2aa0425333.
2021-05-27 07:43:28 +02:00
Pablo Garrido 984d0b9f87
Durability QoS (#241)
* Durability QoS

* Uncrustified

* Remove default
2021-05-17 11:57:00 +02:00
Pablo Garrido 527b4dd2f0
Multithread and shared memory (#216)
* Initial


Update


Revert "Initial"

This reverts commit bbef97f3599786be2febc15f8e8b474a4006234d.

Initial


Update


Update


Initial


Update


Revert example


Uncrustify fix


Add include


Fix header


Fix headers


Fix


Uncrus


Update to const char


Update


Update


Revert "Update"

This reverts commit 3a05e402e5.

Update


Multithread initial


Interprocess initial


Matching initial


Fix interprocess indexing


Update multithread public API


Initial DLL


Double linked list for ucdrBuffers


renaming


Update


Update


Indent


Deinit


Add shared memory tests (#221)

* Initial

* Update

* Update

* Update

* Update

* Fix leak
Update on request reply shared mem

Initial changes req/res


Update


Initial simple API


Working


Renaming


Fix example pthread header

Create shared memory profile folder


Fix warning


Fix warnings


Fix warnings


Multithread test


Update


Add tests


Style


Uncrustify


Uncrustify examples


Fix


Update


Fix


Add test multithread request reply

Update SharedMemory.cpp

Fix build warning
Include requester info on reply SampleIdentity info

Uncrustify

Fix warnings

Add request reply fragmentation test

Update


Update shared memory engine to bin


Update


Uncrustify


Fix

* Remove examples

* Fix naming

* Uncrus
2021-04-30 12:03:19 +02:00