Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: Modernize clang parser and make it run with multiple threads | Dimitri van Heesch | 2020-07-16 | 1 | -47/+18 |
| | |||||
* | Fixed anothing compilation issue when use_libclang was not enabled | Dimitri van Heesch | 2020-06-29 | 1 | -4/+2 |
| | |||||
* | Refactor: make preprocessor run in parallel | Dimitri van Heesch | 2020-06-28 | 1 | -75/+66 |
| | | | | | And at the same time make sure it gives the same results as when processed using a single thread. | ||||
* | Refactor: modernize markdown and make it thread-safe | Dimitri van Heesch | 2020-06-16 | 1 | -3/+6 |
| | |||||
* | Refactor: make QCString a wrapper around std::string | Dimitri van Heesch | 2020-06-10 | 1 | -2/+3 |
| | |||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'filenamedict' | Dimitri van Heesch | 2020-04-06 | 1 | -103/+99 |
|\ | |||||
| * | Replaced FileNameDict/FileNameList by FileNameLinkedMap | Dimitri van Heesch | 2020-04-06 | 1 | -103/+99 |
| | | |||||
* | | Fix html file ext in external docs (#7679) | avostrik | 2020-04-01 | 1 | -1/+1 |
|/ | | | | | | | | | | | | * Add HTML extension to url conditionally in tree view item. This change fixes issue with double extension in treeview file list items generated from external tag file. Items that were read from tag file already have extension. * Add missing HTML file extension in writeTagFile() calls * Unify addition of HTML file extension in writeTagFile calls. Signed-off-by: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com> | ||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ↵ | Dimitri van Heesch | 2019-12-08 | 1 | -2/+2 |
|\ \ | | | | | | | | | | virusxp-memory_leakage_fix | ||||
| * | | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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 | -7/+7 |
|/ / | |||||
* | | issue #7348 Better warning in case a graph would have been to large | Dimitri van Heesch | 2019-11-16 | 1 | -2/+4 |
| | | |||||
* | | 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). | ||||
* | | Replaced QList<ListItemInfo> with std::vector<ListItemInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+1 |
|/ | |||||
* | issue #7216: non-const getGroupDef() called on aliased member (cleanup + ↵ | Dimitri van Heesch | 2019-08-26 | 1 | -3/+3 |
| | | | | null pointer fix) | ||||
* | issue #7216: non-const getGroupDef() called on aliased member | Dimitri van Heesch | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/bug_endblock_msg' of ↵ | Dimitri van Heesch | 2019-08-04 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg | ||||
| * | Correction warning message | albert-github | 2019-06-01 | 1 | -1/+1 |
| | | | | | | | | Consistency | ||||
* | | refactoring dot.cpp | Thomas Haller | 2019-06-13 | 1 | -0/+1 |
|/ | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -7/+43 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -88/+227 |
| | |||||
* | Bug 399222 - SORT_BRIEF_DOCS produces wrong results | albert-github | 2019-02-13 | 1 | -0/+12 |
| | | | | Grouped brief (with `\{ ..\}` descriptions were not sorted when `SORT_BRIEF_DOCS` was set, the detailed documentation was sorted already. | ||||
* | Minor restructuring | Dimitri van Heesch | 2018-11-18 | 1 | -25/+11 |
| | |||||
* | Fix for module quicklinks | Mark Spruiell | 2018-10-22 | 1 | -7/+30 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -24/+114 |
| | | | | Added a Slice-optimized output mode. | ||||
* | Implementation of standard generator for docbook output | albert-github | 2018-09-07 | 1 | -2/+9 |
| | | | | | | | | Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made. Added some docbook tests to the current tests and updated documentation where necessary Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp' | ||||
* | Remove some dead code | albert-github | 2018-05-14 | 1 | -1/+0 |
| | |||||
* | Bug 795252 - Broken extension test in FileDef::generateSourceFile() | Christoph Lipka | 2018-04-14 | 1 | -2/+1 |
| | |||||
* | Bug 775245 - referencing Python files via tagfile broken | Dimitri van Heesch | 2016-11-29 | 1 | -4/+13 |
| | |||||
* | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵ | albert-github | 2016-11-13 | 1 | -1/+5 |
| | | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages). | ||||
* | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 1 | -1/+4 |
| | |||||
* | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -4/+26 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -39/+39 |
| | | | | improve performance | ||||
* | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directory | albert-github | 2015-09-29 | 1 | -1/+2 |
| | | | | | For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well. (Problem occurs with any command that is used in FILE_VERSION_FILTER) | ||||
* | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -2/+0 |
| | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | Add source code possibility for RTF output | albert-github | 2014-12-10 | 1 | -1/+8 |
| | | | | | Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html | ||||
* | Remove bogus argument to avoid compiler warning | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Bug 738548 - latex: dead links to source code | albert-github | 2014-10-15 | 1 | -0/+9 |
| | | | | For Latex an extra dependency exists. In case Latex is set and LATEX_SOURCE_CODE is not set the writing of the "Definition in file" section is disabled. | ||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -28/+106 |
| |