summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-021-11/+20
* Refactoring: make setAnchors() a member of MemberListDimitri van Heesch2020-11-281-1/+1
* Refactoring: removing setVisited/isVisited membersDimitri van Heesch2020-11-201-15/+6
* Fix for crash when using members of a partially constructed objectDimitri van Heesch2020-11-141-2/+2
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-14/+80
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-34/+32
* Fixed issue in combineUsingRelations() that could lead to the use of invalid ...Dimitri van Heesch2020-11-011-1/+6
* Refactoring: modernized the getUsedNamespaces() methodDimitri van Heesch2020-11-011-44/+15
* Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-291-30/+15
* issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-0/+1
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-1/+1
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-4/+8
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-1/+1
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-73/+65
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-1/+1
* Coverity uninitializedalbert-github2019-12-021-14/+14
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-1/+1
* issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...Dimitri van Heesch2019-08-261-3/+3
* issue #7216: non-const getGroupDef() called on aliased memberDimitri van Heesch2019-08-251-72/+99
* Correction warning messagealbert-github2019-06-011-1/+1
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-37/+194
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-63/+180
* Minor restructuringDimitri van Heesch2018-11-181-8/+14
* Fix for module quicklinksMark Spruiell2018-10-221-7/+30
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-22/+130
* Fixing coverity messages (Namespace tag)albert-github2018-09-131-0/+1
* Bug 777746 - Build of PDF with LaTEX breaksDimitri van Heesch2018-03-171-1/+1
* const-ifyAdrian Negreanu2017-09-251-1/+1
* Fixup man only output to use generator state push popArtur Kink2016-09-261-1/+2
* For manpages remove trailing dash when no brief descriptionArtur Kink2016-09-251-0/+3
* Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-071-13/+19
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-24/+24
* Bug 758132 - Brief description of non documented functionsalbert-github2015-11-221-1/+1
* Bug 744762 - Using TAGFILES prevents symbol extractionDimitri van Heesch2015-06-111-2/+7
* Merge pull request #303 from albert-github/feature/bug_idl_errorDimitri van Heesch2015-03-051-1/+1
|\
| * Better error message in case of IDL inconsistencyalbert-github2015-03-041-1/+1
* | Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|/
* Fix for issue 744670rconde012015-02-171-2/+6
* Remove bogus argument to avoid compiler warningDimitri van Heesch2014-11-291-1/+1
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-1/+2
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-23/+79
* Bug 712251 - Documentation for enumeration not generatedDimitri van Heesch2014-04-201-1/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-221-1/+9
|\
| * Bug 724241 - Internal inconsistency: namespace in IDLalbert-github2014-02-201-1/+9
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ...Dimitri van Heesch2014-02-221-0/+8
|/
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Add template context for annotated class indexDimitri van Heesch2014-02-081-7/+11
* Bug 721302 - [Latex/PDF] Merging brief and detailed description in file sectionalbert-github2014-01-011-0/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-7/+6
* More work on the template and context mechanismsDimitri van Heesch2013-12-291-23/+33