The Wayback Machine - http://web.archive.org/web/20200611015759/https://github.com/topics/libclang
Skip to content
#

libclang

Here are 69 public repositories matching this topic...

jj-tetraquark
jj-tetraquark commented May 7, 2017

In the README it states that in your .clang file you want to point to a project specific compilation database you need to specify it like so:

compilation_database = "<path to compilation_database>"

Actually you need to specify to the directory that contains it, rather than to the database itself.
i.e. if the file sits at catkin_ws/build/compile_commands.json your .clang file should s

kljohann
kljohann commented Dec 11, 2019

In order to better understand what benefit genpybind could provide to a project, some use cases and links to existing projects might be helpful. For example:

  • Expose a C++ API to Python: This one is obvious, but can also be achieved using hand-written bindings. In addition to reducing the manual effort, genpybind helps in those cases where your interface is still undergoing regular changes,

Improve this page

Add a description, image, and links to the libclang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libclang topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.