Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactoring: modernize htags g_symbolDict | Dimitri van Heesch | 2021-01-22 | 1 | -8/+9 | |
| | ||||||
* | Refactoring: modernize HtmlEntity::m_name2sym | Dimitri van Heesch | 2021-01-22 | 2 | -8/+8 | |
| | ||||||
* | Refactoring: modernize MemberList | Dimitri van Heesch | 2021-01-22 | 31 | -886/+581 | |
| | ||||||
* | Refactoring: modernize packageNameCache | Dimitri van Heesch | 2021-01-22 | 1 | -15/+7 | |
| | ||||||
* | Refactoring: modernize rtf_Style | Dimitri van Heesch | 2021-01-22 | 4 | -85/+72 | |
| | ||||||
* | Refactoring: modernize g_extLookup | Dimitri van Heesch | 2021-01-22 | 1 | -11/+11 | |
| | ||||||
* | Refactoring: modernize rtfFormatBmkStr | Dimitri van Heesch | 2021-01-22 | 1 | -16/+12 | |
| | ||||||
* | Refactoring: modernized usedNames variable used for SHORT_NAMES option | Dimitri van Heesch | 2021-01-22 | 1 | -10/+11 | |
| | ||||||
* | Refactoring: modernize overloadTotalDict and overloadCountDict | Dimitri van Heesch | 2021-01-22 | 1 | -38/+26 | |
| | ||||||
* | Refactoring: change visitedClasses type to ClassDefSet | Dimitri van Heesch | 2021-01-22 | 3 | -48/+44 | |
| | ||||||
* | Refactoring: modernize used/usedByImplementationClasses & ↵ | Dimitri van Heesch | 2021-01-22 | 3 | -128/+58 | |
| | | | | templateTypeConstraints | |||||
* | Refactoring: remove unused ClassDef::getVariableInstance() | Dimitri van Heesch | 2021-01-22 | 2 | -34/+0 | |
| | ||||||
* | Refactoring: modernize configimpl | Dimitri van Heesch | 2021-01-22 | 2 | -118/+77 | |
| | ||||||
* | Refactoring: modernize get/setTemplateBaseClassNames | Dimitri van Heesch | 2021-01-22 | 3 | -86/+46 | |
| | ||||||
* | Refactoring: modernize ClassDef::getTemplateInstances() | Dimitri van Heesch | 2021-01-22 | 4 | -63/+44 | |
| | ||||||
* | Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists | Dimitri van Heesch | 2021-01-22 | 9 | -212/+133 | |
| | ||||||
* | Refactoring: modernize cmdmapper | Dimitri van Heesch | 2021-01-22 | 2 | -39/+36 | |
| | ||||||
* | Refactoring: modernize emoji class | Dimitri van Heesch | 2021-01-22 | 2 | -8/+7 | |
| | ||||||
* | Refactoring: remove unused sortdict.h | Dimitri van Heesch | 2021-01-22 | 12 | -433/+1 | |
| | ||||||
* | Refactoring: replace FilePairDict by FilePairLinkedMap | Dimitri van Heesch | 2021-01-22 | 3 | -33/+27 | |
| | ||||||
* | Refactoring: modernize DotNode | Dimitri van Heesch | 2021-01-22 | 7 | -375/+230 | |
| | ||||||
* | Refactoring: remove some dead/commented out code | Dimitri van Heesch | 2021-01-22 | 4 | -98/+1 | |
| | ||||||
* | Refactoring: modernizing fortrancode.l | Dimitri van Heesch | 2021-01-22 | 1 | -57/+41 | |
| | ||||||
* | Refactoring: change type of Namespace::m_innerCompounds to LinkedRefMap | Dimitri van Heesch | 2021-01-22 | 1 | -6/+4 | |
| | ||||||
* | Refactoring: modernize docsets | Dimitri van Heesch | 2021-01-22 | 2 | -102/+82 | |
| | ||||||
* | Merge pull request #8345 from albert-github/feature/bug_githubactions_miktex | Dimitri van Heesch | 2021-01-22 | 1 | -5/+5 | |
|\ | | | | | Github Actions could not find version 4.0 of MiKTeX | |||||
| * | Github Actions could not find version 4.0 of MiKTeX | albert-github | 2021-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | - Another place ... - corrected test | |||||
| * | Github Actions could not find version 4.0 of MiKTeX | albert-github | 2021-01-19 | 1 | -1/+1 | |
| | | | | | | | | Looks like also the name of the executable changed | |||||
| * | Github Actions could not find version 4.0 of MiKTeX | albert-github | 2021-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | MikTeX version miktexsetup-4.0-x64.zip was replaced by miktexsetup-4.0-20.12-x64.zip and miktexsetup-4.1-x64.zip Updated used version to 4.1 | |||||
* | | Merge pull request #8344 from albert-github/feature/issue_8343 | Dimitri van Heesch | 2021-01-19 | 1 | -3/+2 | |
|\ \ | |/ |/| | issue #8343 doxygen-1.9.1 crashes when parsing config file (part 2) | |||||
| * | issue #8343 doxygen-1.9.1 crashes when parsing config file (part 2) | albert-github | 2021-01-19 | 1 | -3/+2 | |
|/ | | | | | - In the past in case of a quoted string there was a space at the end of the string (as also indicated in the comment), now this space is gone so the `wasQuoted` would not kick in. A string with an escaped double quote should be / has to be escaped so it should also be included in the `wasQuoted` - missing one `data()` -> `str()` (should not give a problem due to the guard, but better for consistency). | |||||
* | issue #8343: doxygen-1.9.1 crashes when parsing config file | Dimitri van Heesch | 2021-01-18 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #8339 from albert-github/feature/issue_8338 | Dimitri van Heesch | 2021-01-16 | 1 | -8/+3 | |
|\ | | | | | issue #8338 \until and \skipline don't hide doxygen comments like \skip does | |||||
| * | issue #8338 \until and \skipline don't hide doxygen comments like \skip does | albert-github | 2021-01-16 | 1 | -8/+3 | |
|/ | | | | The last line doesn't necessary contain the newline character, but the rule required it. The newline character will be handled, correctly, separately. | |||||
* | Update build_cmake.yml | Dimitri van Heesch | 2021-01-16 | 1 | -0/+1 | |
| | ||||||
* | issue #8335: "failed to run html help compiler on index.hhp" with doxygen is ↵ | Dimitri van Heesch | 2021-01-16 | 1 | -1/+2 | |
| | | | | 1.9.1 | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-01-13 | 5 | -10/+34 | |
|\ | ||||||
| * | Merge pull request #8330 from fjtc/master | Dimitri van Heesch | 2021-01-12 | 2 | -4/+28 | |
| |\ | | | | | | | Portuguese translators updated to 1.9.0 | |||||
| | * | Portuguese translators updated to 1.9.0. | Fabio Jun Takada Chino | 2021-01-12 | 2 | -4/+28 | |
| |/ | ||||||
| * | Merge pull request #8326 from albert-github/feature/bug_docbook_debug | Dimitri van Heesch | 2021-01-12 | 1 | -2/+2 | |
| |\ | | | | | | | Bug when running docbook with debug output | |||||
| | * | Bug when running docbook with debug output | albert-github | 2021-01-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | Wrong "file pointer" used in print. | |||||
| * | | Merge pull request #8325 from albert-github/feature/bug_config_latex_spell | Dimitri van Heesch | 2021-01-12 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | Spelling corrections config | |||||
| | * | | Spelling corrections config | albert-github | 2021-01-12 | 1 | -3/+3 | |
| | |/ | | | | | | | | | | | | | Some spelling corrections (found by Fossies) | |||||
| * | | Merge pull request #8324 from albert-github/feature/bug_sqlcode_debug | Dimitri van Heesch | 2021-01-12 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | sqlcode.l does not compile in LEX debug mode | |||||
| | * | sqlcode.l does not compile in LEX debug mode | albert-github | 2021-01-12 | 1 | -1/+1 | |
| |/ | | | | | | | Correction for debug mode in sqlcode.l | |||||
* | | Avoid writing artifically created classes to the tag file | Dimitri van Heesch | 2021-01-13 | 2 | -6/+8 | |
|/ | ||||||
* | Merge pull request #8309 from albert-github/feature/bug_668003 | Dimitri van Heesch | 2021-01-11 | 10 | -599/+770 | |
|\ | | | | | bug 668003 Default LaTeX header misses $-placeholders | |||||
| * | bug 668003 Default LaTeX header misses $-placeholders | albert-github | 2021-01-05 | 10 | -599/+770 | |
| | | | | | | | | Create, analogous to HTML, also for LaTeX default header and footer files. | |||||
* | | Merge pull request #8314 from albert-github/feature/issue_8308 | Dimitri van Heesch | 2021-01-11 | 1 | -1/+35 | |
|\ \ | | | | | | | issue #8308 Verbatim block followed by markdown header breaks verbatim block | |||||
| * | | issue #8308 Verbatim block followed by markdown header breaks verbatim block | albert-github | 2021-01-07 | 1 | -1/+35 | |
| | | | | | | | | | | | | Skip block commands. |