eclipse-cyclonedds / cyclonedds-cxx

Other
96 stars 75 forks source link

Append IDL MD5 hash to create unique header guard #445

Closed wadehunk closed 1 year ago

wadehunk commented 1 year ago

This commit utilizes the MD5 hash for IDL source files and utilizes the result to generate a unique header guard macro when combined with the header file path.

Fixes: eclipse-cyclonedds/cyclonedds#1312 Requires: eclipse-cyclonedds/cyclonedds#1806

eboasson commented 1 year ago

Thanks @wadehunk !