Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: Modernise client side part of searchindex | Dimitri van Heesch | 2020-12-29 | 1 | -40/+56 |
| | |||||
* | Refactoring: replace NamespaceSDict by NamespaceLinkedMap | Dimitri van Heesch | 2020-12-23 | 1 | -46/+26 |
| | |||||
* | Refactoring: replaced getNamespaceSDict() by getNamespaces() | Dimitri van Heesch | 2020-12-23 | 1 | -50/+43 |
| | |||||
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 1 | -133/+101 |
| | |||||
* | issue #697: Test 32 reference to bell signal (XHTML, LaTeX) | Dimitri van Heesch | 2020-11-28 | 1 | -0/+14 |
| | |||||
* | Refactoring: remove isVisited/setVisited from context | Dimitri van Heesch | 2020-11-15 | 1 | -81/+88 |
| | |||||
* | Refactoring: Modernise DotGfxHierarchyTable | Dimitri van Heesch | 2020-11-15 | 1 | -8/+3 |
| | |||||
* | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -21/+21 |
| | |||||
* | Refactoring: Introduce immutable and mutable interfaces | Dimitri van Heesch | 2020-11-09 | 1 | -2/+1 |
| | | | | | | Split Definition/ClassDef/NamespaceDef/MemberDef into a immutable and mutable part Aliases are immutable, other symbols are stored using an immutable interface but can be made mutable explicitly by dynamic casting. | ||||
* | Refactoring: Remove unused DefinitionIntf and DefinitionList classes | Dimitri van Heesch | 2020-10-23 | 1 | -10/+8 |
| | |||||
* | Refactoring: modernize Doxygen::symbolMap | Dimitri van Heesch | 2020-10-23 | 1 | -18/+2 |
| | |||||
* | Refactoring: modernize TooltipManager class and source reference lists | Dimitri van Heesch | 2020-10-20 | 1 | -3/+13 |
| | | | | | - Tooltips are now collected per file instead of globally - Source reference lists now use STL containers | ||||
* | issue #8103: C++ Table of content, namespace list does not contains ↵ | Dimitri van Heesch | 2020-10-19 | 1 | -1/+1 |
| | | | | namespace without class | ||||
* | Performance tweak: Pass BaseClassList by const reference | Dimitri van Heesch | 2020-10-17 | 1 | -3/+3 |
| | |||||
* | Refactoring: Modernize BaseClassList | Dimitri van Heesch | 2020-10-12 | 1 | -46/+33 |
| | |||||
* | Refactoring: prepare output generators for multi-threaded use | Dimitri van Heesch | 2020-09-27 | 1 | -10/+22 |
| | |||||
* | issue #7973: C++ grouped functions in namespace have disapeard | Dimitri van Heesch | 2020-08-24 | 1 | -1/+1 |
| | | | | | - reverted some of the change that introduced the problem - fixed the original problem (#7216) in a different way | ||||
* | Spelling corrections is comments | albert-github | 2020-08-09 | 1 | -1/+1 |
| | | | | Some spelling omissions found by Fossies. | ||||
* | Refactoring: changed QValueList to std::vector for template engine | Dimitri van Heesch | 2020-08-06 | 1 | -43/+43 |
| | |||||
* | Refactor: make preprocessor run in parallel | Dimitri van Heesch | 2020-06-28 | 1 | -4/+1 |
| | | | | | 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 | -1/+2 |
| | |||||
* | Catch all wrong mkdir calls (coverity) | albert-github | 2020-06-12 | 1 | -1/+1 |
| | | | | | - Always catch the output of `mkdir` - corrected an incorrect message (context.cpp) | ||||
* | Refactor: modernize configuration values | Dimitri van Heesch | 2020-06-04 | 1 | -10/+8 |
| | |||||
* | Did a bit of restructuring and fixed some compiler warnings | Dimitri van Heesch | 2020-05-10 | 1 | -5/+2 |
| | |||||
* | Merge branch 'feature/change-DirList-container-to-std' of ↵ | Dimitri van Heesch | 2020-05-10 | 1 | -10/+3 |
|\ | | | | | | | https://github.com/dhebbeker/doxygen into dhebbeker-feature/change-DirList-container-to-std | ||||
| * | For loops on QListIterator by range loops. | David Hebbeker | 2020-05-02 | 1 | -10/+3 |
| | | | | | | | | (cherry picked from commit 3a90e663f701e7f414d31d54264ce66d62c17976) | ||||
* | | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap | Dimitri van Heesch | 2020-04-27 | 1 | -35/+17 |
| | | |||||
* | | Refactoring: Improve encapsulation of MemberInfo class | Dimitri van Heesch | 2020-04-27 | 1 | -16/+20 |
|/ | |||||
* | Refactor: improve encapsulation for ArgumentList | Dimitri van Heesch | 2020-04-25 | 1 | -6/+6 |
| | |||||
* | Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap | Dimitri van Heesch | 2020-04-08 | 1 | -24/+12 |
| | |||||
* | Replaced FileNameDict/FileNameList by FileNameLinkedMap | Dimitri van Heesch | 2020-04-06 | 1 | -21/+13 |
| | |||||
* | Merge branch 'remove_tcl' | Dimitri van Heesch | 2020-03-22 | 1 | -1/+0 |
|\ | |||||
| * | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 1 | -1/+0 |
| | | | | | | | | very popular) | ||||
* | | Doxygen version information (#7645) | albert-github | 2020-03-17 | 1 | -1/+1 |
|/ | | | | | - add doxygen version to rtf, comment, output - remove duplicate code (getFullVersion) - more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files. | ||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -50/+50 |
| | |||||
* | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 1 | -17/+17 |
| | |||||
* | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ↵ | Dimitri van Heesch | 2019-12-08 | 1 | -17/+17 |
|\ | | | | | | | virusxp-memory_leakage_fix | ||||
| * | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 1 | -17/+17 |
| | | | | | | | | | | | | 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 | -8/+8 |
|/ | |||||
* | Merge pull request #7377 from albert-github/feature/bug_spell_src | Dimitri van Heesch | 2019-11-06 | 1 | -4/+4 |
|\ | | | | | Spelling corrections for src directory | ||||
| * | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | 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 | -8/+7 |
|/ | |||||
* | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -61/+42 |
| | |||||
* | Fix typos | luz.paz | 2019-09-28 | 1 | -1/+1 |
| | | | | | | Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ``` | ||||
* | issue #7216: non-const getGroupDef() called on aliased member | Dimitri van Heesch | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/bug_gitversion' of ↵ | Dimitri van Heesch | 2019-07-30 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_gitversion | ||||
| * | Show git version information | albert-github | 2019-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original version has as features: - getting the git version number for usage in doxygen - making the doxygen version number inclusion dependent on the VERSION file The disadvantage of the chosen methodology was that an extra correction step was necessary, by defining getter methods to retrieve the values this correction can be hidden. The information is coming from different sources: - the VERSION file - the git "repository and build system (when present) Furthermore there are a couple of places where the version information is used (a.o. doxygen and doxywizard executable, though the doxygenwizard was only done "half hearted") The handling of the VERSION file has been made in such a way that it is comparable with the generation of the git version changes. For a better abstraction the version handling is all done in a separate directory. | ||||
* | | refactoring dot.cpp | Thomas Haller | 2019-06-13 | 1 | -2/+8 |
| | | |||||
* | | Add const correctness for argument lists | Dimitri van Heesch | 2019-05-05 | 1 | -7/+7 |
| | | |||||
* | | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -150/+150 |
|/ |