albert-github

Results 944 comments of albert-github

Running the given example with the doxygen version 1.9.4 we see (in the HTML version): ![image](https://user-images.githubusercontent.com/5223533/183083824-08da269b-abd9-4dac-8737-28a0ce367263.png) with the current master (1.9.5 (5763255ba4fb02b7fa11300515f46fbfda38180e)) we see: ![image](https://user-images.githubusercontent.com/5223533/183084025-d0322346-0f77-4a58-812e-f82ed633d3b8.png) Analog in the XML versions...

I ran, under Cygwin, the process as you described and I see that for each file the `FILE_VERSION_FILTER = "../givaro-config --version"` is used, this is very expensive (starting a sub...

Some investigations have been done and reported as https://github.com/doxygen/doxygen/issues/9486#issuecomment-1204957426: I did a quick test and under Windows it looks like doxygen goes into an endless loop (with the 1.9.4 version...

To the best of my knowledge it didn't appear before (at least I have not seen this special problem, where doxygen looks like to be stuck at "Building directory list").

To the best of my knowledge it didn't appear before (at least I have not seen this special problem, where doxygen looks like to be stuck at "). I don't...

@doxygen You see the same as I see under Cygwin. Problem looks like to be related to the length of the path + filename. I'm looking into the directories already...

@doxygen Test done. I replaced the `logging-log4j2-rel-2.17.2` with `a` and now the problem runs OK, it is now generating over 19000 images. I've attached a minimal `Doxyfile` with settings used:...

This would indeed be a solution for people that have full control over there system (In a lot of companies users cannot change their system registry as they don't have...

Unfortunately not, I don't have the full MSVC (GUI) enabled as for some strange reason Microsoft blocks my account I used for this. So I cannot get into the debugger.

That is leaning out of the window quite far, but worth a try. Had some problems with the path of the executable, but I could start gdb under windows (64-bit...