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
4,859
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
…ammy Update docker base os from focal to jammy
…rcell/install-qt-action-5 Bump jdpurcell/install-qt-action from 4 to 5
…match Warning when more `#if` than `#endif` statements
Adding some options to the `\cite` command to make it more flexible so that not only a reference number can be show.
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
… name Only search for the extension in the filename, not the complete name.
Small correction to warn message
…er/login-action-3.4.0 Bump docker/login-action from 3.3.0 to 3.4.0
Fixing some incorrect tags in HTML output
To speed up loading, especially for the graphical class hierarchy page
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.
Catching end tags for `<thead>`, <tfoot> and `<tbody>` as well so they won't throw a warning:w
Cleanup mscgen
[spdlog] Update spdlog to 1.15.3
Catching tags for `<thead>`, `<tfoot>` and `<tbody>` as well so they won't throw a warning
Used wrong variable, giving problems with doxygen documentation generation
Fix potential (but very unlikely) memory leak as found by coverity.
… warnings provided
…50609 Potential memory leak
Use in lexers always `{CMD}` instead of `[\\@]` or `[@\\]`
Consistent use of `{CMD}`
…b/doxygen into albert-github-feature/issue_11607
Fix XML generation for trailing return types with `delete` and `default`
…ile result are assigned the same ID
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