Bruno Levy
Bruno Levy
`generate_reports.sh` - [x] generate warnings and errors reports (from `build_log.txt`) - [ ] generate valgrind report - [ ] generate gcov report
Thank you for notifying, I'll take a look (it is in general better to have a submodule, because we can directly benefit from the maintenance and the evolutions !)
Updated `nightly.yml`, with a new `tool` matrix parameter that starts `gcov` or `valgrind`.
- [ ] TODO: find (or write) a tool that generates human-readable coverage reports from gcov's output (I was previously using a Jenkins plugin for that, need to find a...
Thanks !
Worked-around by deactivating hw primitives filtering if profile is GLUP150 (but I'd like to understand why it does not work).
It will be updated in next release.
It is weird, I have updated to imgui 1.89.5 WIP, and there three constants are there (and are not declared as deprecated either). Are you sure you are not using...
Oooh I think I see, the version of the `docking branch` may be different.
I see that [docking branch's imgui.h](https://github.com/ocornut/imgui/blob/docking/imgui.h) has a version `1.89.8`. It has the three constants. I guess that the folks who packaged it for `vcpkg` did not pull the docking...