eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.62k stars 383 forks source link

Shell script which list the dependencies / uses of the STL #765

Closed elfenpiff closed 3 years ago

elfenpiff commented 3 years ago

Brief feature description

We require a simple script which list all uses of the STL inside the production code (not the tests).

Detailed information

This is required since we have to know during the verification process which parts of the STL have to be either certified or reimplemented by iceoryx utils.

elBoberido commented 3 years ago

Can you elaborate in one or two sentences why this is needed? My mind reading skills degraded lately ;)

elfenpiff commented 3 years ago

@elBoberido it is required so that we know what we have to rewrite from the STL or what we have to certify inside the STL.

elBoberido commented 3 years ago

@elfenpiff sure, but please add it to the issue description. We have a template with brief and detailed section. Please add at least a little context and not just do stuff.