Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Param reset excludes #1739

Closed
wants to merge 10 commits into from
Closed

Param reset excludes #1739

wants to merge 10 commits into from

Conversation

LorenzMeier
Copy link
Member

@AndreasAntener As I have no push-fu on UAVenture I've pushed the branch with fixed compilation here.

@AndreasAntener
Copy link
Member

Thanks! Ah, that's were this should have been fixed :)

@AndreasAntener
Copy link
Member

@LorenzMeier how about something like that?
I talked to @thomasgubler about abstracting the whole parameter stuff last week, once this is done the testing should be easier. But I guess this is not priority 1 so the directive might be an option?

@thomasgubler
Copy link
Contributor

@AndreasAntener I guess the exclusion should work also below/without the abstraction layer

@AndreasAntener
Copy link
Member

@thomasgubler Yes of course. It's just about being able to do unit-tests.

@bansiesta
Copy link
Contributor

This is awesome! Don't you want to exclude SENS* as well?

@AndreasAntener
Copy link
Member

@bansiesta We discussed part of this, the problem is that if you use autoconf because you really switched the airframes, it makes sense to do the calibration again. Although I'm not sure if it would be necessary for all sensors?

@LorenzMeier
Copy link
Member Author

Developers can avoid the reset, and users really don't want or need this. Changing the airframe changes so many things. Even the RC config is not obvious that it stays the same.
The params are part of the flight setup the same way the code is, and so avoiding stale configs has to be our primary priority.

@LorenzMeier LorenzMeier closed this Feb 4, 2015
@LorenzMeier LorenzMeier reopened this Feb 4, 2015
@bansiesta
Copy link
Contributor

I saw your arguments, and I disagree because it is a hassle to recalibrate all sensors. I think users should be advised to recalibrate the mag and accel whenever they completely switch airframes but not when they go from e.g. a F330 to a F450.

@LorenzMeier
Copy link
Member Author

I'm sorry, but the argument still makes no sense to me. The static mag offset depends on nearby components and the F330 and F450 frames for sure have soft iron in proximity of the autopilot, and there is no indication that two different setups (with different payload / components) should have the exact same soft iron offsets. Why should we skip the calibration then?

To me this is really developer feature creep, and you're arguing about the GUI setup method. It would be trivial to store whatever parameters you like to keep in a param file via QGC and re-apply after you've switched frames. But doing this safely without introducing e.g. toilet-bowling requires a lot of contextual knowledge and great care in the physical airframe layout, which the average user certainly doesn't have. Still, its trivial for developers to do, and so I don't see why we should put the flight performance for average Joe at risk when you can simply load a param file after reconfiguring.

The RC config is the only aspect which is more or less stable between airframes. I can see that this is the one piece that is most stable after a frame switch, and I think it makes some sense to retain it.

@LorenzMeier
Copy link
Member Author

That said, it might make sense for QGC to warn about the impending reset and offering to store a file with the current parameters. We also could think about storing multiple files (e.g. all, sensor config, RC config) so users don't have to edit the text files manually to get individual groups of params.

@LorenzMeier
Copy link
Member Author

Rebased on master - is this good to merge?

@AndreasAntener
Copy link
Member

Not yet. The param exclude in systemlib works but I haven't tested the change to the systemcmd yet.

@bansiesta
Copy link
Contributor

@LorenzMeier I like the idea about a warning in QGC.
And I see why you'd have to recalibrate the mag but not the gyro and (usually) neither the accel.

I guess I see the SYS_AUTOCONFIG param more like a "apply the default params for that airframe" instead of a "start from scratch".

@LorenzMeier
Copy link
Member Author

I guess I see the SYS_AUTOCONFIG param more like a "apply the default params for that airframe" instead of a "start from scratch".

Which would mean that you would need to unroll your previous airframe-specific changes back to the defaults before you can configure the defaults for another frame. I'm sorry, but it really doesn't work in practice like that. There is no other approach than to reset to default. The alternative would be to set each and every parameter for a specific frame, but I hope we can agree that this would lead to massive bit-rot of configurations. Right now unchanged params track the defaults in the code, so if you change the default value in code to a better value, all configs which want the default auto-update.

Also, the accel calibration does account for misalignment of frame and autopilot mounting in e.g. a plane when used correctly. Its not really static either, in particular if you did calibrate the previous frame with the autopilot mounted.

All the "static" config arguments you make need a lot of contextual knowledge and a bunch of assumptions to hold - only very experienced developers will ever get those right, and I have described above how to work as experienced developer with or without the GUI 😈

@AndreasAntener
Copy link
Member

Tested, systemcmd works, SYS_AUTOCONFIG resets everything but RC*.

@bansiesta
Copy link
Contributor

@LorenzMeier: yes good point about the default params, I give up :)

@LorenzMeier
Copy link
Member Author

Merged via rebase, thanks!

PX4BuildBot added a commit that referenced this pull request Jun 14, 2024
    - cyclonedds in PX4/Firmware (92d694a): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 14, 2024
    - cyclonedds in PX4/Firmware (9cb9111): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 15, 2024
    - cyclonedds in PX4/Firmware (028ea87): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 15, 2024
    - cyclonedds in PX4/Firmware (943b960): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 16, 2024
    - cyclonedds in PX4/Firmware (7f0f8a6): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 16, 2024
    - cyclonedds in PX4/Firmware (0899315): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 17, 2024
    - cyclonedds in PX4/Firmware (d5f6ad9): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 17, 2024
    - cyclonedds in PX4/Firmware (75beba5): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 18, 2024
    - cyclonedds in PX4/Firmware (860248b): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 18, 2024
    - cyclonedds in PX4/Firmware (e59d525): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 19, 2024
    - cyclonedds in PX4/Firmware (f2b62a7): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 19, 2024
    - cyclonedds in PX4/Firmware (f115d72): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 20, 2024
    - cyclonedds in PX4/Firmware (979c6f2): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 20, 2024
    - cyclonedds in PX4/Firmware (c48b651): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 21, 2024
    - cyclonedds in PX4/Firmware (4426a91): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 21, 2024
    - cyclonedds in PX4/Firmware (88b6b0d): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 22, 2024
    - cyclonedds in PX4/Firmware (af80007): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 22, 2024
    - cyclonedds in PX4/Firmware (e74c9a7): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 23, 2024
    - cyclonedds in PX4/Firmware (d484cec): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 23, 2024
    - cyclonedds in PX4/Firmware (5111521): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 24, 2024
    - cyclonedds in PX4/Firmware (03bc9bf): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 24, 2024
    - cyclonedds in PX4/Firmware (db42bdf): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 25, 2024
    - cyclonedds in PX4/Firmware (78a0b6b): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 25, 2024
    - cyclonedds in PX4/Firmware (7d1ee4d): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 26, 2024
    - cyclonedds in PX4/Firmware (a862cd5): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 26, 2024
    - cyclonedds in PX4/Firmware (9cef112): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 27, 2024
    - cyclonedds in PX4/Firmware (cb0a383): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 27, 2024
    - cyclonedds in PX4/Firmware (f8c9984): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 28, 2024
    - cyclonedds in PX4/Firmware (5b876d4): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
PX4BuildBot added a commit that referenced this pull request Jun 28, 2024
    - cyclonedds in PX4/Firmware (9a9b645): https://github/commit/314887ca403c2fb0a0316add22672102936ed36c
    - cyclonedds current upstream: https://github/commit/b6fe21d5206e0d5195abfb2340e853fa1ae86ddb
    - Changes: https://github/compare/314887ca403c2fb0a0316add22672102936ed36c...b6fe21d5206e0d5195abfb2340e853fa1ae86ddb

    b6fe21d5 2023-08-24 Erik Boasson - dynsub: fix bounded strings
72d6d6d7 2023-08-22 Erik Boasson - Fix ddsi_tran_write_msgfrags_t alignment on stack
19ac0090 2023-08-18 Wade Hunkapiller - Issue #1312: Generated include guards are insufficient
2b65deb9 2023-08-19 Erik Boasson - Reject NaN in uf_int64_unit
71fe82b0 2023-08-11 Erik Boasson - Avoid qsort_r because of older MUSL versions
a6954ca0 2023-06-14 Marcel Jordense - Update raweth to DDS-TSN spec with vlan-tagging
2864be6a 2023-07-27 Erik Boasson - Clean up and move add_addresses_to_addrset
46876ef4 2023-07-27 Erik Boasson - Generalize uf_int64_unit and use it more often
ff972d47 2023-08-14 Erik Boasson - OSS-Fuzz now needs position indepenedent code
7fcd6bef 2023-08-14 Dennis Potman - Fix cdrstream bug for union types (#1800)
d6cdd367 2023-08-10 reicheratwork - Separated idl to c code generator off into own library (#1752)
bde20096 2023-08-07 Dennis Potman - Add CI build for Python language binding and tests
63f702e9 2023-08-08 Michel van den Hoek - add missing DDS_EXPORT in ddsi_sertype.c
3b0f8f8f 2023-08-03 Dennis Potman - Cdrstream fix for extracting key from delimited type
ef2f6e39 2023-08-01 Dennis Potman - Fixes in typebuilder
fe916533 2023-08-03 Dennis Potman - Fix duplicate condition in validate_remote_identity test and add missing copyright headers in security plugin tests
f7688ce7 2023-08-03 Patrick Masselink - Improve Zephyr port in-tree build support
4f6fe9f6 2023-08-03 Patrick Masselink - Add version info to the Zephyr port usage instructions
2bfc386f 2023-07-17 Patrick Masselink - Update Zephyr port to support Zephyr V3.4.0
8638e1fa 2023-08-01 Dennis Potman - Add typelib ifdefs in include files
96eecce2 2023-08-01 Dennis Potman - Export additional typebuilder and cdrstream functions that are used in python binding
e40a2005 2023-07-31 Dennis Potman - Fix unused parameter warning in ddsi_wait_for_type_resolved (in case of a release build with typelib, without type discovery)
a4e00a76 2023-07-26 Dennis Potman - Add ENABLE_TYPELIB build option
23864587 2023-07-31 Dennis Potman - Some minor improvements in cdrstream xcdrv1 key-size calculation
beca5b04 2023-06-07 Dennis Potman - Fix field order in key-only sample serialization
aee37ee2 2023-07-27 Erik Boasson - Use a named constant for "random port number"
5fde54ec 2023-07-25 Erik Boasson - Test locator list parsing
c0b539ee 2023-07-25 Erik Boasson - Reject locators with port = 0 in discovery
f6a4c0cb 2023-07-21 Erik Boasson - Improve tests for sample_rank
085b8209 2023-07-21 Erik Boasson - improve ucunit fatal assert handling
cfb19e78 2023-07-20 Erik Boasson - Test sample ranks also when skipping some samples
cb969915 2023-07-20 Erik Boasson - Fix off-by-1 error in sample_rank, add test
41d2c746 2023-07-13 Erik Boasson - read_w_qminv_inst_validsamples: remove wrong comment
3c57f440 2023-07-13 Erik Boasson - Fix comment about sample info ranks in "collect"
d7f41b2b 2023-07-13 Erik Boasson - dds_read_with_collector: rank set in sample info
9b03d1ed 2023-06-30 Erik Boasson - Add dds_read/take_with_collector API and refactor
43af028d 2023-07-13 Martijn Reicher - Fix transientlocal unittest to also check sample contents
28f47061 2023-05-26 Martijn Reicher - Fixed qosmatch unittest no later matching assumption
44f20ecf 2023-07-13 Martijn Reicher - Fix instance handle tests
8b6989cf 2023-07-13 Martijn Reicher - Fix for entity status tests
4af76a1d 2023-07-13 Martijn Reicher - Fixes for entity hierarchy tests
b0eb340d 2023-07-24 Andrianov Roman - Fix MISRA rule 22-1. (#1765)
8d120b96 2023-07-24 Andrianov Roman - Fix MISRA-RULE 11.1 (#1757)
a1ed0ff0 2023-07-20 eboasson - Merge pull request #1776 from dpotman/dynsub-fixes
e06fc3ea 2023-07-19 Dennis Potman - Fix cleaning-up the type_hashid_map hash table
a2955279 2023-07-19 Dennis Potman - Fix type wrapper memory leak for custom annotations
1e50d475 2023-07-19 Dennis Potman - Fix static analyzer issue in dynsub
718e747f 2023-07-18 Erik Boasson - Remove incorrect assert in serdata_pserop_fix
7e538d22 2023-07-18 Dennis Potman - Split dynsub example into multiple files
2ae86e94 2023-07-18 Erik Boasson - Add support for additional data types in dynsub example
c4d81639 2023-07-06 mosfet80 - Delete .travis.yml
d9d6d556 2023-07-18 Erik Boasson - Remove some more superfluous asserts from tests
42db07c2 2023-07-14 Erik Boasson - Eliminate Conan, CUnit
748f19f0 2023-07-11 Dennis Potman - Fix type object validation for types with no members/labels
5ca03776 2023-07-06 Erik Boasson - Do not assert on encoding in serdata_pserop_new
c968671b 2023-07-06 Michel van den Hoek - sockets.h: add doxygen comments
fd1d979e 2023-07-05 Andrianov Roman - Fix MISRA rule 9-1 (#1732)
50d2daf0 2023-06-02 Erik Hendriks - Fixed missing callbacks for pending events When setting a listener, any pending (i.e. unhandled) event received before would not result in an immediate callback. Now the set_listener call also checks for pending events, and invokes the registered callbacks when appropriate. This fix is a prerequisite for #eclipse-cyclonedds/cyclonedds-cxx#410
dd1e7ff1 2023-07-03 Erik Hendriks - Modify deadline testcase to become less sensitive to non-determinism in timing.
c334f863 2023-07-03 Splinter1984 - Fix MISRA rule 8-8
ddfd3982 2023-07-03 Andrianov Roman - Fix MISRA rule 22-8. (#1747)
dd43d2f5 2023-07-03 Andrianov Roman - Fix MISRA rule 8-3(1/2) 'declarations of a function same name and type' (#1742)
fa72b181 2023-06-30 Andrianov Roman - Fix misra rule 5 3 (#1745)
93ff10fc 2023-06-29 Michel - ifaddrs.h: add doxygen comments (#1734)
db27066f 2023-06-28 Julien Enoch - example/throughput/readme.rst fixes
2ce79ea2 2023-06-28 Michel - cdtors.h: add doxygen comments (#1727)
d38e63ff 2023-06-28 Andrianov Roman - Fix MISRA 17.4 (missing violation) (#1740)
cc11c7d1 2023-06-27 Erik Boasson - Use bool, format & document XML parser
5e18b0a4 2023-06-27 Erik Boasson - Use "bool" where applicable in RHC
fcfcb9db 2023-06-27 Erik Boasson - Use "bool" type in hopscotch hash tables
30203925 2023-06-27 Andrianov Roman - Fix misra rule 8 2 (missing files violations) (#1739)
56424c29 2023-06-26 Splinter1984 - fix MISRA rule 8.2
07caac2e 2023-06-16 Michel van den Hoek - bswap.h: fixup
c5857a2b 2023-06-15 Michel van den Hoek - bswap.h: add doxygen comments
367fa84a 2023-06-16 Michel van den Hoek - countargs.h: add doxygen comments
97e76fcc 2023-06-26 Erik Boasson - Fix sertype_plist_realloc_samples
fc51ab7e 2023-06-16 Splinter1984 - Fix MISRA rule 17-4
fd9ad36e 2023-06-15 Splinter1984 - update codeql rules
1bcbdf10 2023-06-15 Splinter1984 - Fix MISRA rule 21-19
5e0dfea0 2023-06-15 SeanYu81 - remove leading and trailing white spaces from distinguished name when… (#1719)
47c04a7c 2023-04-20 Michel van den Hoek - atomics: add doxygen comments for arm, sun, gcc, msvc
fd93d8f3 2023-04-14 Michel van den Hoek - atomics.h: add doxygen comments
0a2ff5ef 2023-06-14 Erik Boasson - Use enum for whether a HB requires an ACK
ff4f318d 2023-06-14 Erik Boasson - Document struct ddsi_hbcontrol
320f9e4a 2023-06-14 Erik Boasson - Clean up return type of write_flush
4a3f3ed5 2023-04-25 Erik Boasson - Support dds_write_flush on publisher, participant
ea8c2910 2023-04-25 Erik Boasson - oneliner: add a blocking read/take
7242a294 2023-04-25 Erik Boasson - Add test flag suppressing flush on piggybacked HB
0f9add5b 2023-04-25 Erik Boasson - oneliner: add writer batching + flushing
9e119b95 2023-06-08 Martijn Reicher - Fix for idl_generate_generic with files directly on BASE_DIR
3c50f321 2023-05-08 Michel van den Hoek - fibheap.h: process review
b0127986 2023-05-02 Michel van den Hoek - fibheap.h: add doxygen comments
edc5854c 2023-06-13 Erik Boasson - IDLC fix leak of multi-dim array bounds on failure
01b0ed4d 2023-06-13 Erik Boasson - IDLC: reject arrays of 0 elements
4d086a01 2023-06-13 Erik Boasson - Reject 0-dimensional arrays and empty arrays
d907eafa 2023-06-13 Erik Boasson - Add DDSRT_STATIC_ASSERT_IS_UNSIGNED definition
5dfd2c07 2023-06-06 Michel - add doxygen comments to mh3.h and md5.h (#1718)
c7b8a961 2023-04-25 Erik Boasson - Add netinet/tcp.h so TCP_NODELAY is defined
7c1e561a 2023-06-02 Erik Boasson - Fix "structurally dead code" in test (CID 442820)
97ab5b19 2023-06-02 Erik Boasson - assert that cdrstream_desc.ops is non-null in test (CID 436275)
c21cde3a 2023-06-02 Erik Boasson - Fix possible leak in secure ppant creation (CID 377025)
0bff56fb 2023-06-02 Erik Boasson - Check ddsi_type_new, add_typeobj result (CID 455743)
0f682399 2023-06-01 Erik Boasson - Fix buffer allocation size in test (CID 436274)
a52cc15e 2023-05-29 Plamen Terziev - Remove enum forward declarations
955288bf 2023-05-27 Timo Röhling - Move project() statements below cmake_minimum_required()
708b9211 2023-05-30 Dennis Potman - Fix error handling for aggregated types in add_[min/compl]_typeobj in xt wrapper
090b62ee 2023-05-30 Dennis Potman - Fix error handling for ddsi_type_ref_proxy in OSS fuzz type object test
aa35c3cc 2023-05-24 Julien Enoch - cdr target: add required bswap.c as source
f3790fa0 2023-05-17 Dennis Potman - Add test for dynamic type API that compares generated type-info and type-map with the IDLC generated ones
02780a13 2023-05-17 Dennis Potman - Dynamic type API fixes
495515e4 2023-05-17 Dennis Potman - Fix type-info and type-map construction in dynamic type API
48aa8b3c 2023-05-22 Erik Boasson - Avoid accessing xevent sync_state outside lock
a10ced3c 2023-05-15 Dennis Potman - Replace incorrect use of @see @ref in doxygen comments
33209b75 2023-05-03 Troy Karan Harrison - [CP-277] Fix MISRA 10.2 violation in `ddsi::type_is_numeric`
b7afe964 2023-05-03 Troy Karan Harrison - [CP-277] Fix simple violations of 10.2 via cast to `char`
a44179aa 2023-05-03 Troy Karan Harrison - Add regression check for MISRA rule 10.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants