Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: replace QRegExp by std::regex in util.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Refactoring: cleanup unused qtools headers | Dimitri van Heesch | 2021-01-22 | 1 | -1/+0 |
| | |||||
* | Refactoring: modernizing PerlModOutput::m_saved | Dimitri van Heesch | 2021-01-22 | 1 | -3/+4 |
| | |||||
* | Refactoring: modernize FileList | Dimitri van Heesch | 2021-01-22 | 1 | -5/+2 |
| | |||||
* | Refactoring: modernize IncludeInfo list | Dimitri van Heesch | 2021-01-22 | 1 | -22/+13 |
| | |||||
* | Refactoring: modernize docparser and clients | Dimitri van Heesch | 2021-01-22 | 1 | -11/+5 |
| | |||||
* | Refactoring: modernize MemberList | Dimitri van Heesch | 2021-01-22 | 1 | -17/+10 |
| | |||||
* | Revert "Refactoring: Embed MemberGroup objects directly in their container" | Dimitri van Heesch | 2021-01-04 | 1 | -4/+4 |
| | | | | This reverts commit d37c654efbd5bb4ea19e1997d1daccb0b01de8b3. | ||||
* | Refactoring: Embed MemberGroup objects directly in their container | Dimitri van Heesch | 2021-01-04 | 1 | -4/+4 |
| | |||||
* | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap | Dimitri van Heesch | 2020-12-31 | 1 | -9/+4 |
| | |||||
* | Refactoring: replaced PageSDict by PageLinked*Map | Dimitri van Heesch | 2020-12-31 | 1 | -10/+5 |
| | |||||
* | Refactoring: change MemberGroupSDict to MemberGroupList | Dimitri van Heesch | 2020-12-30 | 1 | -37/+32 |
| | |||||
* | Refactoring: replace NamespaceSDict by NamespaceLinkedMap | Dimitri van Heesch | 2020-12-23 | 1 | -4/+2 |
| | |||||
* | Refactoring: replaced getNamespaceSDict() by getNamespaces() | Dimitri van Heesch | 2020-12-23 | 1 | -10/+6 |
| | |||||
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 1 | -19/+5 |
| | |||||
* | Minor tweaks | Dimitri van Heesch | 2020-11-05 | 1 | -7/+4 |
| | |||||
* | Merge branch 'Rel_1_8_20_DGA' of https://github.com/DGA45/doxygen into ↵ | Dimitri van Heesch | 2020-11-05 | 1 | -1/+8 |
|\ | | | | | | | DGA45-Rel_1_8_20_DGA | ||||
| * | Fix issue #7547 | DGA45 | 2020-10-30 | 1 | -0/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/issue7556' into Rel_1_8_20_DGA | DGA45 | 2020-10-30 | 1 | -1/+6 |
| |\ | |||||
| | * | Fix #7556 ANSI-C anonymous (unnamed) struct/unions duplicated names | DGA45 | 2020-02-03 | 1 | -1/+6 |
| | | | | | | | | | Fix ANSI-C anonymous (unnamed) struct/unions duplicated names issue | ||||
* | | | Refactoring: Modernize BaseClassList | Dimitri van Heesch | 2020-10-12 | 1 | -14/+14 |
|/ / | |||||
* | | Refactor: modernize markdown and make it thread-safe | Dimitri van Heesch | 2020-06-16 | 1 | -1/+2 |
| | | |||||
* | | Add options to enable various sanitizers | Dimitri van Heesch | 2020-06-13 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | New CMAKE options (default OFF): - SANITIZE_ADDRESS:BOOL=OFF - SANITIZE_LINK_STATIC:BOOL=OFF - SANITIZE_MEMORY:BOOL=OFF - SANITIZE_THREAD:BOOL=OFF - SANITIZE_UNDEFINED:BOOL=OFF | ||||
* | | Merge pull request #7566 from DGA45/issue7495 | Dimitri van Heesch | 2020-05-14 | 1 | -0/+9 |
|\ \ | | | | | | | Fix #7495 generate "bitfield" | ||||
| * | | Fix #7495 generate "bitfield" | DGA45 | 2020-02-03 | 1 | -0/+9 |
| |/ | | | | | Fix missing "bitfield" property generation in Perlmod | ||||
* | | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap | Dimitri van Heesch | 2020-04-27 | 1 | -21/+14 |
| | | |||||
* | | Refactoring: Improve encapsulation of MemberInfo class | Dimitri van Heesch | 2020-04-27 | 1 | -4/+4 |
| | | |||||
* | | Refactor: improve encapsulation for ArgumentList | Dimitri van Heesch | 2020-04-25 | 1 | -2/+2 |
| | | |||||
* | | Replaced FileNameDict/FileNameList by FileNameLinkedMap | Dimitri van Heesch | 2020-04-06 | 1 | -59/+57 |
| | | |||||
* | | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -12/+12 |
| | | |||||
* | | Merge pull request #7565 from DGA45/issue7490 | Dimitri van Heesch | 2020-02-29 | 1 | -21/+39 |
|\ \ | | | | | | | Fix #7490 and #7494 | ||||
| * | | Fix #7490 and #7494 | DGA45 | 2020-02-03 | 1 | -21/+39 |
| |/ | | | | | | | | | Fix following issues: #7490 multiple grouped functions (member groups) #7494 grouped members from files ("user-defined") | ||||
* | | Restructure section handling | Dimitri van Heesch | 2020-02-21 | 1 | -2/+2 |
| | | |||||
* | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and ↵ | albert-github | 2020-01-09 | 1 | -0/+4 |
|/ | | | | | | `\xmlinclude` Adding for consistency with `\*only`, `\htmlincclude` and `\latexinclude` the commands: `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude` | ||||
* | Merge branch 'feature/bug_html_s' of ↵ | Dimitri van Heesch | 2019-12-26 | 1 | -0/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s | ||||
| * | Adding HTML s tag, XML corrections for other tags | albert-github | 2019-08-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Adding the HTML `<s>` tag (https://www.w3schools.com/tags/tag_s.asp). Adding 's' and correcting 'inc' to 'ins' in compound.xsd | ||||
* | | Removed exitCode parameter as it is always 1 | Dimitri van Heesch | 2019-12-22 | 1 | -1/+1 |
| | | |||||
* | | Better termination message | albert-github | 2019-11-22 | 1 | -2/+1 |
| | | | | | | | | | | In case a `WARN_LOGFILE` is used it in this file no clear whether doxygen finished correctly or exited beforehand in case a fatal error. Now a 'Exiting...' is also given in the warning log file in case an error is a fatal error. | ||||
* | | issue #7302: Determination of anonymous is too restrictive | Dimitri van Heesch | 2019-11-05 | 1 | -2/+2 |
| | | |||||
* | | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -40/+36 |
|/ | |||||
* | Merge branch 'feature/bug_endblock_msg' of ↵ | Dimitri van Heesch | 2019-08-04 | 1 | -3/+3 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg | ||||
| * | Correction warning message | albert-github | 2019-06-01 | 1 | -3/+3 |
| | | | | | | | | Consistency | ||||
* | | Merge branch 'fetaure/bug_html_ins_del_tag' of ↵ | Dimitri van Heesch | 2019-08-03 | 1 | -0/+2 |
|\ \ | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-fetaure/bug_html_ins_del_tag | ||||
| * | | Adding HTML tags ins and del | albert-github | 2019-04-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github does not support the `<u>` tag for underlined text, in HTML there exists the tag `<ins>`. On https://www.w3schools.com/tags/tag_ins.asp is written: The `<ins>` tag defines a text that has been inserted into a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<ins>` element with the following default values: ``` ins { text-decoration: underline; } ``` analogous there exists the tag `<del>` (https://www.w3schools.com/tags/tag_del.asp): The `<del>` tag defines text that has been deleted from a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<del>` element with the following default values: ``` del { text-decoration: line-through; } ``` Definitions analogue to the underline and strike through tag the implementation for the other formats has been chosen. | ||||
* | | | Remove not used class | albert-github | 2019-07-07 | 1 | -10/+0 |
| |/ |/| | | | | | | | | | | | As per comment in `docvisitor.h`: ``` class DocCopy; // TODO: no longer generated => remove ``` | ||||
* | | Add const correctness for argument lists | Dimitri van Heesch | 2019-05-05 | 1 | -6/+6 |
| | | |||||
* | | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -37/+37 |
|/ | |||||
* | Merge branch 'feature/bug_lineno_split_examples' of ↵ | Dimitri van Heesch | 2019-03-09 | 1 | -0/+1 |
| | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_lineno_split_examples | ||||
* | Improved robustness of the emoji feature | Dimitri van Heesch | 2018-12-23 | 1 | -1/+9 |
| | | | | | | | | Changes: - Use of `@emoji name` instead of `:name:` - Support only GitHub emojis (i.e. without spaces or special characters in the name) - Provided script to download images for LaTeX support. - XML output now has <emoji> tag with name an unicode sequence. | ||||
* | Minor restructuring | Dimitri van Heesch | 2018-11-18 | 1 | -15/+16 |
| |