Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: yvesdm3000 on December 10, 2016, 08:46:56 pm

Title: A new plugin: Clang compilation database generator
Post by: yvesdm3000 on December 10, 2016, 08:46:56 pm
See

https://github.com/yvesdm3000/cbClangCompileCommands

For initial version.

Yves
Title: Re: A new plugin: Clang compilation database generator
Post by: oBFusCATed on December 11, 2016, 12:40:05 am
Have you tried the plugin on linux?
I doubt it will work there because I see \r\n all over the code.
Title: Re: A new plugin: Clang compilation database generator
Post by: yvesdm3000 on December 11, 2016, 02:45:43 am
That is correct, it only has a windows project for now as a first step. I need to see how it reacts on linux the following days and I'll fix the issues that I encounter.

Yves
Title: Re: A new plugin: Clang compilation database generator
Post by: yvesdm3000 on December 12, 2016, 09:19:18 pm
The last commit now has a unix .cbp file. I installed the .so and the .zip file manually, I don't know if the generated .cbplugin file works.

Known issues:

Yves