Dimitri van Heesch

Results 355 comments of Dimitri van Heesch

Looking at the implementation a bit more, I feel the need to integrate things a bit more tightly. My idea is the following: - Introduce a new `\requirement` command that...

@dropbearrob I agree that splitting off the more finished part in a separate PR makes sense. I have some time during the Christmas holiday period to work on this, so...

Looks like there are dynamic linker dependencies that point to an external brew version of Qt, instead to the one that should have been bundled with Doxygen, i.e. the first...

@MonsieurSingh I would not say this is the same issue. The original issue is a problem with the official binary, which should have been self-contained, but is not because of...

@MonsieurSingh I'm experimenting with building the official Doxygen releases via GitHub actions. The first results can be found here: https://github.com/doxygen/doxygen-deps/actions/runs/19515295473 (scroll to the bottom). There are two versions for macOS,...

@gregwillits Thanks for notifying me. Can you test if [this version](https://github.com/doxygen/doxygen-release/actions/runs/19609937904/artifacts/4653473647) works for you? This is a version built by a [GitHub action](https://github.com/doxygen/doxygen-release/actions), which I'm currently migrating to as it...

@sbellus Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available.

This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.13.0. Please verify if this is indeed the case. Reopen the issue...

@jcar87 Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available.

@irieger Check the latest commit, overruling should now work using cmake -DMACOS_VERSION_MIN=15.2 /path/to/doxygen Let me know if it works.