summaryrefslogtreecommitdiffstats
path: root/src/definition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: replace StringDict by StringMapDimitri van Heesch2021-01-221-3/+3
* Various fixes based on coverity scan resultsDimitri van Heesch2021-01-051-5/+2
* Refactoring: change type of m_cacheDimitri van Heesch2021-01-021-18/+17
* Refactoring: modernise Doxygen::clangUsrMapDimitri van Heesch2021-01-011-1/+1
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-26/+7
* Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-021-3/+23
* Fixed potential crash when cleaning upDimitri van Heesch2020-11-241-6/+6
* Fix for crash when using members of a partially constructed objectDimitri van Heesch2020-11-141-4/+11
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-41/+70
* Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-291-1/+1
* Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-60/+2
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-73/+79
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-16/+16
* issue #8034: doxygen crashesDimitri van Heesch2020-09-171-3/+3
* Warning about end of list in brief description after alias `^^` replacementalbert-github2020-09-031-0/+2
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-1/+1
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-11/+7
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-149/+149
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-2/+1
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-2/+1
* | Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-1/+1
* | Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-6/+12
|/
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-48/+50
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-11/+15
* Cleanup codeDimitri van Heesch2020-02-221-1/+1
* Restructure section handlingDimitri van Heesch2020-02-211-86/+62
* Minor fixesDimitri van Heesch2019-12-251-1/+1
* Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-251-1/+1
|\
| * Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-301-1/+1
* | Prevent writing automatic anchors to the tag fileDimitri van Heesch2019-12-151-1/+1
* | Renamed Portables to PortableDimitri van Heesch2019-12-081-8/+8
* | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-081-8/+8
|\ \
| * | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-8/+8
* | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-15/+15
|/ /
* | issue #7403: xref versus namespace in multiple fileDimitri van Heesch2019-11-161-1/+1
* | Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-1/+1
|\ \
| * | Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* | | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-21/+22
|/ /
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-63/+28
* | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-5/+2
* | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-1/+1
|/
* Correction warning messagealbert-github2019-06-011-6/+6
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-18/+33
* Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-5/+5
* Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-1/+1
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-136/+171
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-1/+1
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-2/+15
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-5/+4