albert-github

Results 1213 comments of albert-github
trafficstars

There are some questions: - which version of doxygen are we talking about? - do the CI / CD runs run on the same, physical, directory and is the output...

> doxygen 1.9.5 is running, but I saw the problem also on 1.9.3 So the is 1.9.5 version is working? >I am running doxygen in quiet mode for now Yes...

Indeed that is also my idea that the `dot` tool gives some problems / takes a long time to generate the image - which version of `dot` are you using...

That is a very nice result, looks like there was a bug in the 5.0.0 version of dot and that it was fixed already in version 6.0.2 or before. >...

Indeed not good. The `.dot` file is very simple / small. Some questions: - which `DOT_IMAGE_FORMAT` do you use? - maybe best to attach the `Doxyfile` - can you run...

I think that the `dot` executable is not the problem, you send the zip file with the content (very informative, thanks): ``` group__board_support_l_p_c5410x_i_a_p_bootloader_gac5d11b7519e3013d7e93fa3aae743f39_cgraph.map group__board_support_l_p_c5410x_i_a_p_bootloader_gac5d11b7519e3013d7e93fa3aae743f39_cgraph.md5 group__board_support_l_p_c5410x_i_a_p_bootloader_gac5d11b7519e3013d7e93fa3aae743f39_cgraph.png ``` looking in the log...

In the presented SmartSensorPlatform2p0.doxyfile the setting of `DOT_NUM_THREADS = 1` so this is already taken care of.

Thanks for the information. That it is possible to run gdb to a certain extent on a Windows executable, amazing. Problem we see is that there is no information about...

@ReenigneArcher Which compiler is used to compile doxygen: - on the CI system: gcc or MSVC ? - on your local system: gcc of MSVC? On Cygwin I also have...

- Indeed CI looks like to use GCC (you can also see this when building ion the inition cmake / configuration step). - When downloading the windows version this indeed...