forked from doxygen/doxygen
-
Notifications
You must be signed in to change notification settings - Fork 0
Upstream merge conflict #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
shahmoradi
wants to merge
5,057
commits into
cdslaborg:master
Choose a base branch
from
doxygen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Correction some quotes in changelog
Correction some quotes in changelog
Some Fixes for MinGW-w64
qt: Default to Qt 6 instead of Qt 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@1dc7386...2634353) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…er/build-push-action-6.18.0 Bump docker/build-push-action from 6.17.0 to 6.18.0
Improve error handling of Dir::copy
Spelling correction
Many changes are triggered by Cppcheck to have variables more local and const. Further, do not split declaration and initializiation.
…mp_2 Handling of TIMESTAMP in html footer and header
Spelling correction
[libmd5] Smaller code cleanups
Found by Cppcheck (redundantAssignment).
Found by Cppcheck (constVariablePointer)
Move declaration of variable into for loop header. Move declaration closer to variable use. Unify declaration and initialization. Many found by Cppcheck (variableScope).
Vanilla from tarball, no Doxygen-specific modifications necessary anymore.
Don't load Mathjax in source browser files
…g: Invalid section id ' '; ignoring section Enabled possibility to have `@fileinfo` and `@lineinfo` in section labels.
…to hit memory limit Added correction code for the tabularray version 2025A (see also discussion: https://tex.stackexchange.com/questions/750342/check-for-exact-version-of-loaded-package)
Hyperlinks were missing after the usage of a nested table.(see discussion at: lvjr/tabularray#620 and subsequent issue latex3/hyperref#397)
issue #11751 Latex documentation with many functions causes pdflatex to hit memory limit
…tables Missing hyperlinks after table in table
…_representation Handling storage class specifier `thread_local`
…ANTS become part of the enumerated type's name
…b/doxygen into albert-github-feature/issue_11748
…b/doxygen into albert-github-feature/issue_11515
…d prior version Only write out the TOC items in case requested / needed
The files `ce_parse.c` and `ce_parse.h` have been replaces by their `cpp` / `hpp` counterparts along time ago but they were still generated
…ignature matching
Remove obsolete files from build process.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/setup-python-6 Bump actions/setup-python from 5 to 6
…ERATION CONSTANTS don't work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upstream merge conflict with the fork by @shahmoradi