Skip to content

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
wants to merge 5,013 commits into
base: master
Choose a base branch
from
Draft

Upstream merge conflict #1

wants to merge 5,013 commits into from

Conversation

shahmoradi
Copy link
Member

Upstream merge conflict with the fork by @shahmoradi

albert-github and others added 30 commits May 14, 2025 17:51
Since the last update of the German translator (good and necessary, #11570) the compilation under Cygwin gives problems:
```
/usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796)
/tmp/ccdnzEmx.s: Assembler messages:
/tmp/ccdnzEmx.s: Fatal error: can't write 14 bytes to section .text of CMakeFiles/doxymain.dir/language.cpp.o: 'file too big'
/usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796)
/tmp/ccdnzEmx.s: Fatal error: CMakeFiles/doxymain.dir/language.cpp.o: file too big
make[2]: *** [src/CMakeFiles/doxymain.dir/build.make:1672: src/CMakeFiles/doxymain.dir/language.cpp.o] Error 1
```

by setting the `big-obj` option this can be overcome.
Nesting of `longtabu` environments is not possible, on other places already the inside environment was already `longtabularx` this has been done also for this case.
Spelling correction
…ream project documentation (no uniquely matching class member found for)
…ream project documentation (no uniquely matching class member found for)
Based on the analyses in comment #8049 (comment) where a lone `<table>` tag was identified which resulted in an empty table in the LaTeX output. which resulted in the error:
```
! Missing # inserted in alignment preamble.
<to be read again>
                   \cr
l.24 \end{longtabu}

?
```
when building the pdf file.

Source code:
```
/**
 * Defines the style from attributes and properties of an AbiWord <table>.
 */
void fetchAttributesFromAbiTable(const PP_AttrProp* pAP) {
}
```

Empty tables (i.e. tables without any rows are discarded.
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@14487ce...1dc7386)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…er/build-push-action-6.17.0

Bump docker/build-push-action from 6.16.0 to 6.17.0
Tables without any rows result in error in LaTeX
doxygen and others added 30 commits August 14, 2025 14:04
…t_underscore

Disabling Mathjax 4 packages
Analogous to the problem fixed in #7697 for `\( ...\)` a similar problem can occur for `\[ .... \]`
…ANTS become part of the enumerated type's name
Increase maximum number of threads fix #11727
…uments contain comments starting with /*!<
…s to a macro are treated as detailed description
When having:
```
# Installing the AWS CLI v2 from source

* to `pyproject.toml

The
```
https://awscli.amazonaws.com/awscli.tar.gz
```
```
we get the warning:
```
source-install.md:9: warning: Reached end of file while still searching closing '```' of a verbatim block starting at line 8
```
this looks like a regression on:
```
Commit: 9defcc3 [9defcc3]
Date: Sunday, June 22, 2025 3:03:57 PM
issue #11621 Markdown code handling `` ` `` gets confused by unterminated `` ` `` within (introduced by 1.11)
```
Remove redundant test on `DOT_NUM_THREADS`, the test on the maximum is already done when reading the value from the configuration file.
The name of 2 arguments was interchanged in the (internal) documentation
Text should not be present twice (especially when the first occurrence is a constexpr
….chm files that link to each other using TAGFILES

Added `ms-its` protocol for HTMLHELP files
issue #11740 Regression: Doxygen >= 1.11.0 no longer able to produce chm files that link to each other using TAGFILES
…rguments

Wrong variable name used in (internal) documentation
…warning

Incorrect warning regarding type and start of backtick type of block
…ula_2

Text show as formula when USE_MATHJAX=YES (2)
The end tag `</td>` was repeated when converting `\copydoc` into `\copybrief` and `\copydetails` resulting in a warning and an incorrect table.
…still link to a member f with the same name."

This reverts commit 4e38c0e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants