Michael Förderer
Michael Förderer
@latk, @dlegaultbbry Im working on improving the HTML report and have my problems with the old theme. The GitHub theme is easier to change and I would like to remove...
> But TBH I'm not sure why the “github” theme would be easier to modify than the “default” templates, they appear structurally similar to me? The main page is a...
@moorlily I think I reproduced what you tried to explain. Default theme: Github theme (full name is shown as hover):
Ok, this is a case which can be improved. But if we have only on file with a deep structure we still have the problem I showed.
All levels with only one child are skipped and the path is added to the parent page.
How should this be improved? - Shall the path added at the top (1) -> Subdir not visible at first glance. - Or as row (2) -> Can be difficult...
Current state is '/Index.html' shows `dir1/dir2/dir3/file1.cpp.html`in details and nested view if `dir1` only contains this single file. If `dir1/dir2/dir3` contains also a `file2.cpp`: - Details shows both files with full...
I'll decided to split this PR into smaller junks: - #1213 - #1214
The assembly code is not available when reading the gcov data. A way would be to generate the assembly before the compilation and read this file back. I haven't checked...
The project needs to do a two step compilation from `source` -> `asm` and then from `asm` -> `object`. After this you can try to read the ASM file and...