albert-github
albert-github
As far as I can tell the commit as referenced in https://github.com/doxygen/doxygen/issues/11593#issuecomment-2936850256 looks like to fix the mentioned issues.
I've updated (merged) this pull request so it us fully up to date (I hope) with the current master. I ran your example but I get quite a few warnings...
nice reference. @lrineau - how did you compare the cgal geom.bib with the one from Jeff Erickson? Looks like there is not al lot of development and the changes in...
In the commit 7ff9879dd7c the C++ version has been changed from 14 to 17 with the reasoning: ``` - if this works without issues this unlocks some native support for...
It is always good to reevaluate the usages of extra packages against build in solutions. I think it still a bit early to remove ghc::filesystem: - the, potential, problem regarding...
Yes I do think sop, when looking at e.g. Red Hat Linux the GCC version 8 is by default supported by RHEL 8 which enterprise lifetime is somewhere till the...
Reinstated the"modif" `ALIASES`. - what to do with the `\latexonly` part ? - interesting question is are these 2 `ALIASES` filtered out when a release is made so they won't...
I don't 100% remember anymore. We see in #8318 that the `PackageDescription.txt` of 2 packages changed and that this, apparently, doesn't trigger a rebuild. We see in `./doc/scripts/generate_how_to_cite.py` that in...
Well probably the major issue looks like to be that doxygen doesn't emit a warning for the double but different bib definition. It looks like I found it when I...
Note: for the remapping to work for existing extensions like `txt`, it is also necessary that PR #8360 is committed to the master branch.