Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: replaced std::regex with own much faster implementation | Dimitri van Heesch | 2021-03-02 | 1 | -6/+4 |
| | |||||
* | Some performance tweaks + remove setting of global locale | Dimitri van Heesch | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | Disable qregex.h and fix some warnings and issues | Dimitri van Heesch | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Refactoring: reduce code duplication by using writeMarkerList function | Dimitri van Heesch | 2021-02-20 | 1 | -122/+111 |
| | |||||
* | Refactoring: replace QRegExp by std::regex in definition.cpp | Dimitri van Heesch | 2021-02-20 | 1 | -130/+133 |
| | |||||
* | Refactoring: replace StringDict by StringMap | Dimitri van Heesch | 2021-01-22 | 1 | -3/+3 |
| | |||||
* | Various fixes based on coverity scan results | Dimitri van Heesch | 2021-01-05 | 1 | -5/+2 |
| | |||||
* | Refactoring: change type of m_cache | Dimitri van Heesch | 2021-01-02 | 1 | -18/+17 |
| | | | | from SDict<FilterCacheItem> to std::unordered_map<std::string,FilterCacheItem> | ||||
* | Refactoring: modernise Doxygen::clangUsrMap | Dimitri van Heesch | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap | Dimitri van Heesch | 2020-12-31 | 1 | -26/+7 |
| | |||||
* | Improve handling of inline namespace members in LateX/RTF output | Dimitri van Heesch | 2020-12-02 | 1 | -3/+23 |
| | |||||
* | Fixed potential crash when cleaning up | Dimitri van Heesch | 2020-11-24 | 1 | -6/+6 |
| | |||||
* | Fix for crash when using members of a partially constructed object | Dimitri van Heesch | 2020-11-14 | 1 | -4/+11 |
| | |||||
* | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -41/+70 |
| | |||||
* | Refactoring: modernize getUsedClasses() method | Dimitri van Heesch | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Refactoring: modernize Doxygen::symbolMap | Dimitri van Heesch | 2020-10-23 | 1 | -60/+2 |
| | |||||
* | Refactoring: modernize TooltipManager class and source reference lists | Dimitri van Heesch | 2020-10-20 | 1 | -73/+79 |
| | | | | | - Tooltips are now collected per file instead of globally - Source reference lists now use STL containers | ||||
* | Fix for broken LaTeX output. | Dimitri van Heesch | 2020-09-27 | 1 | -1/+1 |
| | | | | | | Fixes error: "\begin{DoxyCodeInclude} on input line 93 ended by \end{DoxyCode}" while generating the LaTeX version of the manual | ||||
* | Refactoring: prepare output generators for multi-threaded use | Dimitri van Heesch | 2020-09-27 | 1 | -16/+16 |
| | |||||
* | issue #8034: doxygen crashes | Dimitri van Heesch | 2020-09-17 | 1 | -3/+3 |
| | |||||
* | Warning about end of list in brief description after alias `^^` replacement | albert-github | 2020-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | With the alias: ``` ALIASES += "sbl_add_package_main_class{2}=\brief \1 ^^ \2" ``` and the comment: ``` \sbl_add_package_main_class{Defines, \details dihedrals} ``` we will get the replacement: ``` \brief Defines \ilinebr \details dihedrals ``` but this leads to a number of warnings like: ``` warning: End of list marker found without any preceding list items ``` As the end of the brief description is here `\ilinebr` this is replaced in the definition by `\ilinebr.` (so with a `.`). We first have to strip the aritficial newlines at (the beginning and) the end end of the brief description before adding the `.`. (Found as side effect of https://stackexchange.com/filters/57710/doxygen). | ||||
* | Refactor: make QCString a wrapper around std::string | Dimitri van Heesch | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Refactor: modernize configuration values | Dimitri van Heesch | 2020-06-04 | 1 | -11/+7 |
| | |||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -149/+149 |
| | |||||
* | Merge branch 'remove_tcl' | Dimitri van Heesch | 2020-03-22 | 1 | -2/+1 |
|\ | |||||
| * | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 1 | -2/+1 |
| | | | | | | | | very popular) | ||||
* | | Fix not correctly formatted messages | Moritz 'Morty' Strübe | 2020-03-21 | 1 | -1/+1 |
| | | |||||
* | | Issue #7635: Incorrect location for enum in XML file (part 3) | Dimitri van Heesch | 2020-03-17 | 1 | -6/+12 |
|/ | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -48/+50 |
| | |||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -11/+15 |
| | |||||
* | Cleanup code | Dimitri van Heesch | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | Restructure section handling | Dimitri van Heesch | 2020-02-21 | 1 | -86/+62 |
| | |||||
* | Minor fixes | Dimitri van Heesch | 2019-12-25 | 1 | -1/+1 |
| | | | | | Avoid code duplication by adding function addHtmlExtensionIfMissing() and avoid member shadowing by using 'm_' prefix for member variables | ||||
* | Merge branch 'feature/bug_335614' of ↵ | Dimitri van Heesch | 2019-12-25 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_335614 | ||||
| * | Bug 335614 - HTML link incorrect when using tagfile | albert-github | 2019-09-30 | 1 | -1/+1 |
| | | | | | | | | | | - See to it that when an extension is already present this extension is used and not a second extension is added - let the tag file know what the original extension was. | ||||
* | | Prevent writing automatic anchors to the tag file | Dimitri van Heesch | 2019-12-15 | 1 | -1/+1 |
| | | |||||
* | | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ↵ | Dimitri van Heesch | 2019-12-08 | 1 | -8/+8 |
|\ \ | | | | | | | | | | virusxp-memory_leakage_fix | ||||
| * | | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers | ||||
* | | | Split language parser into "outline parser" and "code parser" | Dimitri van Heesch | 2019-12-03 | 1 | -15/+15 |
|/ / | |||||
* | | issue #7403: xref versus namespace in multiple file | Dimitri van Heesch | 2019-11-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7377 from albert-github/feature/bug_spell_src | Dimitri van Heesch | 2019-11-06 | 1 | -1/+1 |
|\ \ | | | | | | | Spelling corrections for src directory | ||||
| * | | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9). | ||||
* | | | issue #7302: Determination of anonymous is too restrictive | Dimitri van Heesch | 2019-11-05 | 1 | -21/+22 |
|/ / | |||||
* | | Replaced QList<ListItemInfo> with std::vector<ListItemInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -63/+28 |
| | | |||||
* | | Replaced QList<SectionInfo> by std::vector<SectionInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -5/+2 |
| | | |||||
* | | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -1/+1 |
|/ | |||||
* | Correction warning message | albert-github | 2019-06-01 | 1 | -6/+6 |
| | | | | Consistency | ||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -18/+33 |
| | |||||
* | Regression on Definition and derived classes that are abstract interfaces (2) | albert-github | 2019-03-01 | 1 | -5/+5 |
| | | | | Looks like some more possible problematic places (no test case present) |