summaryrefslogtreecommitdiffstats
path: root/src/definition.h
Commit message (Expand)AuthorAgeFilesLines
* issue #8585 INLINE_SOURCES = YES do not generate code inline from sources if ...albert-github2021-06-081-0/+2
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-13/+13
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-1/+2
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-2/+2
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-2/+2
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-2/+0
* Refactoring: fix for potentially uninitialized variablesDimitri van Heesch2021-01-221-6/+6
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-041-1/+0
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-2/+2
* Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-021-1/+1
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-4/+19
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-13/+25
* Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-291-1/+1
* Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-231-43/+18
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-2/+5
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-1/+1
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-40/+40
* Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-4/+8
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-3/+3
* Compilation warningsalbert-github2020-02-221-1/+1
* Restructure section handlingDimitri van Heesch2020-02-211-2/+2
* issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-0/+5
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-2/+2
* Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+2
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-26/+34
* Revert "Disabled "inheritance by dominance" warning (try 2)"Dimitri van Heesch2019-03-031-0/+6
* Disabled "inheritance by dominance" warning (try 2)Dimitri van Heesch2019-03-021-6/+0
* Disabled "inheritance by dominance" warningDimitri van Heesch2019-03-021-0/+6
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-118/+85
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-0/+3
* Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-8/+1
* Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-121-1/+1
* Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-121-4/+9
* Enable in page table of contents for LaTeXalbert-github2018-05-211-1/+6
* const-ifyAdrian Negreanu2017-09-251-1/+1
* Bug 770747 - Broken links in HTML output with SHOW_FILES=NODimitri van Heesch2016-09-021-0/+1
* Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-071-1/+0
* Fixed a number of memory leaks in the template engineDimitri van Heesch2015-09-131-2/+5
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-131-1/+6
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-0/+3
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-1/+2
* Made setName() virtual so overloading worksDimitri van Heesch2014-08-041-1/+1
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-4/+2
* More template and context enhancementsDimitri van Heesch2013-12-121-4/+5
* More template and context updatesDimitri van Heesch2013-11-111-0/+3
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-1/+1
* Brief description did not appear in the page index, when a page did not have ...Dimitri van Heesch2013-08-061-1/+1
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-2/+5