Eyenseo
Eyenseo
Are you sure? Without this (with the return) the subdirectories are not searched and my project was missing almost all of my include directories
Well this is interesting... My project does not make use of `CMAKE_EXPORT_COMPILE_COMMANDS` but a 3rd-party library does - what happened was, that before introducing this library everything worked fine and...
That would be the best solution I guess. There would have to be three options: - Flags from compile_commands.json (For the 'best' match - currently the fine grained information is...
That would work too! I had another a look at the build dir and it seems that the `flags.make` file gets still created even though `CMAKE_EXPORT_COMPILE_COMMANDS` is set. I was...
@anatol I'm not sure, I would assume that there has to be an easier/slimmer way. We don't need to pair devices, we "only" want to connect to known devices and...
I found [1], but what I read in [2] I understand that using something else then bluez might not be a good idea. But that one could use > most...
@acmorrow I made a pull request (#43) where string_view and optional are fixed for VS2015U1. If you can try it out / report bugs or compiler errors I would be...