Davor Ocelic
Davor Ocelic
I updated some little things in Qt 5 bindings along the way. I guess the steps to make another release of bindgen would be to merge #76 and then do...
I'll try to resolve the conflicts here during this weekend; @HertzDevil if you have any comments/notes re. that, please share. Thanks!
Related to #38
(We could also use Stefan's `toka`, which is already used as part of bindgen)
Added ToC to the README using a script from "github-markdown-toc" repository.
For TEMPLATE.yml, to suit everyone's preferences it looks like we'd need three versions of it: 1) Just the documentation, extracted into some standard documentation format (e.g. Markdown) 2) TEMPLATE.yml, unchanged,...
I've tried converting the documentation from TEMPLATE.yml into Markdown. The results are good and I plan to add this as file `CONFIGURATION.md`. An example can be seen here: https://github.com/docelic/bindgen/blob/master/CONFIGURATION.md At...
Given that @ZaWertun added the GenericVersion class which has since been used in a couple more places in bindgen/qt5, how about we simply don't make this check in cmake, but...
`GREATER_EQUAL 10` was just fixed by using `GREATER 9`. The issue that pops up now is: ``` In src/bindgen/library.cr:5:1 5 | require "json_mapping" ^ Error: can't find file 'json_mapping' ```...
Hey @Papierkorb I think we already covered this previously and it was working in both cases. But @ZaWertun and @kalinon would be better to comment, since the current implementation came...