summaryrefslogtreecommitdiffstats
path: root/src/context.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-281-0/+14
* Refactoring: remove isVisited/setVisited from contextDimitri van Heesch2020-11-151-81/+88
* Refactoring: Modernise DotGfxHierarchyTableDimitri van Heesch2020-11-151-8/+3
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-21/+21
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-2/+1
* Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-231-10/+8
* Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-18/+2
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-3/+13
* issue #8103: C++ Table of content, namespace list does not contains namespace...Dimitri van Heesch2020-10-191-1/+1
* Performance tweak: Pass BaseClassList by const referenceDimitri van Heesch2020-10-171-3/+3
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-46/+33
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-10/+22
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-1/+1
* Spelling corrections is commentsalbert-github2020-08-091-1/+1
* Refactoring: changed QValueList to std::vector for template engineDimitri van Heesch2020-08-061-43/+43
* Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-281-4/+1
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-1/+2
* Catch all wrong mkdir calls (coverity)albert-github2020-06-121-1/+1
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-10/+8
* Did a bit of restructuring and fixed some compiler warningsDimitri van Heesch2020-05-101-5/+2
* Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...Dimitri van Heesch2020-05-101-10/+3
|\
| * For loops on QListIterator by range loops.David Hebbeker2020-05-021-10/+3
* | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-35/+17
* | Refactoring: Improve encapsulation of MemberInfo classDimitri van Heesch2020-04-271-16/+20
|/
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-6/+6
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-24/+12
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-21/+13
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-1/+0
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-1/+0
* | Doxygen version information (#7645)albert-github2020-03-171-1/+1
|/
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-50/+50
* Renamed Portables to PortableDimitri van Heesch2019-12-081-17/+17
* Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-081-17/+17
|\
| * Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-17/+17
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-8/+8
|/
* Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-4/+4
|\
| * Spelling corrections for src directoryalbert-github2019-11-051-4/+4
* | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-8/+7
|/
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-61/+42
* Fix typosluz.paz2019-09-281-1/+1
* issue #7216: non-const getGroupDef() called on aliased memberDimitri van Heesch2019-08-251-1/+1
* Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-1/+1
|\
| * Show git version informationalbert-github2019-05-311-1/+1
* | refactoring dot.cppThomas Haller2019-06-131-2/+8
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-7/+7
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-150/+150
|/
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-27/+26
* Adjustment of xhtml1-transitional.dtdalbert-github2019-02-161-1/+1
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-1/+1
* Incorrect tag sequence possible for images possible in case of xhtmlalbert-github2018-12-031-8/+23