Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid unused variable 'g_docCrossReferenceMutex' warning | Dimitri van Heesch | 2020-12-20 | 1 | -1/+2 |
| | | | | When building without libclang support | ||||
* | Removed unused taggedInnerClasses member | Dimitri van Heesch | 2020-12-19 | 3 | -24/+0 |
| | |||||
* | Merge branch 'ClassSDict' | Dimitri van Heesch | 2020-12-19 | 36 | -1143/+882 |
|\ | |||||
| * | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 36 | -1143/+882 |
| | | |||||
* | | Merge pull request #8257 from albert-github/feature/bug_doxyw_warn_2 | Dimitri van Heesch | 2020-12-18 | 1 | -38/+11 |
|\ \ | | | | | | | Show configuration warnings unconditionally in the doxywizard | ||||
| * | | Show configuration warnings unconditionally in the doxywizard | albert-github | 2020-12-17 | 1 | -38/+11 |
| | | | | | | | | | | | | Show the configuration warnings in the doxywizard unconditionally so there is no need to use the `--debug` option | ||||
* | | | Merge pull request #8260 from albert-github/feature/bug_extend_tests_3 | Dimitri van Heesch | 2020-12-18 | 2 | -7/+108 |
|\ \ \ | |_|/ |/| | | Extend tests with some other default tests | ||||
| * | | Extend tests with some other default tests | albert-github | 2020-12-18 | 2 | -7/+108 |
|/ / | | | | | | | | | | | | | | | | | During the change to GitHub Actions the extra tests as added in #8217 were lost: Extend tests with generating xhtml, docbook, rtf to see if the files can be generated and build, not for Windows as it loos like that the "latex" command cannot always be run (problems with test 28). Check also the generated xsd files in xml mode. Note for the new checks no comparison is done with previous versions. | ||||
* | | Merge pull request #8259 from utzig/callback-param | Dimitri van Heesch | 2020-12-17 | 2 | -2/+2 |
|\ \ | |/ |/| | Add param validation to typedef function pointers | ||||
| * | Add param validation to typedef function pointers | Fabio Utzig | 2020-12-17 | 2 | -2/+2 |
|/ | | | | | | | | | | Currently typedef'd function pointers, typically used as callbacks, don't have their `@param` documentation properly validated. This commit adds a proper check by initializing their memberdef with the parsed args. To avoid duplicating the params in the output, since typedef's already have the params in their definition, an extra check was added. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
* | Simplified escaping for latex URLs | Dimitri van Heesch | 2020-12-16 | 1 | -11/+2 |
| | |||||
* | Merge branch 'albert-github-feature/bug_utf_8_latex_href' | Dimitri van Heesch | 2020-12-16 | 1 | -40/+83 |
|\ | |||||
| * | Unified the routine to get the next UTF8 character from a UTF8 stream | Dimitri van Heesch | 2020-12-16 | 1 | -84/+71 |
| | | |||||
| * | Merge branch 'feature/bug_utf_8_latex_href' of ↵ | Dimitri van Heesch | 2020-12-16 | 1 | -1/+57 |
| |\ | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_utf_8_latex_href | ||||
| | * | Incorrect handling of UTF-8 characters in latex reference statement | albert-github | 2020-12-11 | 1 | -1/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In case in there is a literal utf-8 character like the the Unicode En Dash (U+2013) a pages is accessed with `\T1\endash` like: ``` https://en.wikipedia.org/wiki/Damerau\T1\textendash_Levenshtein_distance ``` and this page cannot be found, so the UTF-8 character has to be handled properly here. This is found when solving issue #8241 | ||||
* | | | Merge pull request #8243 from albert-github/feature/issue_8142 | Dimitri van Heesch | 2020-12-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | issue #8142 UTF-8 in URL in source generates truncated URL in HTML | ||||
| * | | | issue #8142 UTF-8 in URL in source generates truncated URL in HTML | albert-github | 2020-12-11 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Specifying the URL in a similar way as other IDs | ||||
* | | | Merge pull request #8254 from albert-github/feature/bug_doxyw_warn | Dimitri van Heesch | 2020-12-16 | 9 | -63/+138 |
|\ \ \ | |_|/ |/| | | Improvements of reading the configuration file | ||||
| * | | Improvements of reading the configuration file | albert-github | 2020-12-16 | 9 | -63/+138 |
|/ / | | | | | | | | | | | - making the parsing of the configuration consistent with the reading of the configuration file a doxygen run - adding a number of warnings in case of problems in the configuration file - making the configuration warnings better visible (popping up the "Output log Window"). | ||||
* | | issue #8251: Macro stopped working in 1.8,.19 | Dimitri van Heesch | 2020-12-15 | 1 | -4/+9 |
| | | |||||
* | | Merge pull request #8252 from albert-github/feature/bug_doxyw_clr_recent | Dimitri van Heesch | 2020-12-15 | 1 | -1/+1 |
|\ \ | | | | | | | Recent file list of doxywizard not cleared properly | ||||
| * | | Recent file list of doxywizard not cleared properly | albert-github | 2020-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Only half of the items in the list of recently loaded configuration files were removed, (One notices this e.g. after clearing the list, leave the wizard, start wizard and look in the recent loaded files list) | ||||
* | | | Merge branch 'albert-github-feature/bug_url_irc' | Dimitri van Heesch | 2020-12-15 | 2 | -2/+5 |
|\ \ \ | |||||
| * | | | Added missing protocols | Dimitri van Heesch | 2020-12-15 | 1 | -2/+4 |
| | | | | |||||
| * | | | Merge branch 'feature/bug_url_irc' of ↵ | Dimitri van Heesch | 2020-12-15 | 2 | -2/+3 |
| |\ \ \ |/ / / / | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_url_irc | ||||
| * | | | Incorrect specification of irc as URL protocol | albert-github | 2020-12-11 | 2 | -2/+3 |
| | |/ | |/| | | | | | | | | | | - missing colon (`:`) at irc - adding irc, sftp and ftps | ||||
* | | | Remove Travis CI builds in favor of Github Actions | Dimitri van Heesch | 2020-12-15 | 1 | -130/+0 |
| | | | |||||
* | | | Remove Appveyor CI builds in favor of Github Actions | Dimitri van Heesch | 2020-12-15 | 1 | -60/+0 |
| | | | |||||
* | | | Update README.md | Dimitri van Heesch | 2020-12-15 | 1 | -2/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-12-14 | 1 | -2/+6 |
|\ \ | |||||
| * | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -4/+4 |
| | | | |||||
| * | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -1/+5 |
| | | | |||||
* | | | Regression: Fixed crash in dotgfxhierarchytable.cpp | Dimitri van Heesch | 2020-12-14 | 1 | -1/+1 |
|/ / | | | | | | | | | - introduced by commit fce7c2f8af2ccd04137c7db163333d0110241835 - found when processing pytorch code | ||||
* | | Merge pull request #8249 from albert-github/feature/issue_8246 | Dimitri van Heesch | 2020-12-14 | 1 | -3/+3 |
|\ \ | | | | | | | issue #8246 The prefix &#х202А; for files is displayed incorrectly in the file names. | ||||
| * | | issue #8246 The prefix &#х202А; for files is displayed incorrectly in the ↵ | albert-github | 2020-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file names. Each index generator should handle its Left-To-Right / Right-To-Left handling on its own as otherwise we get for e.g. treeview in the js file: ``` [ "\u202A‪afx3.h", "a00002_source.html", null ] ``` instead of: ``` [ "\u202A;afx3.h", "a00002_source.html", null ] ``` resulting in the problems from this issue. in the htmlhelp (index.hhc): ``` ... value="‪‪afx3.h" ... ``` i.e. a double `‪` which is not nice. In "XML" type formats (not the doxygen xml output!), here qhp index.qhp: ``` ... title="&#x202A;afx3.h" ... ``` where the LTR sequence is escaped. | ||||
* | | | Merge pull request #8250 from albert-github/feature/bug_doxyw_endtag | Dimitri van Heesch | 2020-12-14 | 4 | -4/+4 |
|\ \ \ | | | | | | | | | Incorrect end tag in doxywizard | ||||
| * | | | Incorrect end tag in doxywizard | albert-github | 2020-12-14 | 4 | -4/+4 |
| |/ / | | | | | | | | | | The closing `</qt` was not properly closed to `</qt>`. | ||||
* | | | Merge pull request #8248 from albert-github/featurre/issue_8247 | Dimitri van Heesch | 2020-12-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | issue #8247 declaration different in cpp and h file of qstrncmp | ||||
| * | | | issue #8247 declaration different in cpp and h file of qstrncmp | albert-github | 2020-12-14 | 1 | -1/+1 |
| |/ / | | | | | | | | | | argument names of source and destination were in h file switched compared to the cpp file, no harm done it are just names in the prototype but it is confusing. | ||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -1/+4 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -6/+5 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -1/+1 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -2/+2 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -8/+9 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -0/+15 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -16/+10 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -3/+11 |
| | | | |||||
* | | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -15/+8 |
|/ / | |||||
* | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-14 | 1 | -1/+2 |
| | | |||||
* | | Update build_cmake.yml | Dimitri van Heesch | 2020-12-13 | 1 | -4/+4 |
| | |