summaryrefslogtreecommitdiffstats
path: root/src/tagreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #8426: Incorrect line number from tag fileDimitri van Heesch2021-04-281-5/+17
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-151/+138
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-1/+78
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-5/+5
* Refactoring: Move xml parser to a separate directoryDimitri van Heesch2021-02-061-1/+2
* Make tagreader use the new XML parserDimitri van Heesch2020-12-081-291/+258
* Modernized tagreader.cpp codeDimitri van Heesch2020-08-041-769/+752
* Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-281-1/+1
* Performance improvements after profilingDimitri van Heesch2020-04-241-1/+1
* Merge branch 'filenamedict'Dimitri van Heesch2020-04-061-19/+11
|\
| * Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-19/+11
* | Fixed section type setting for index page from tags file. (#7684)avostrik2020-04-031-1/+2
|/
* Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-75/+73
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-1/+1
* Restructure section handlingDimitri van Heesch2020-02-211-4/+4
* issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-1/+1
* Prevent writing automatic anchors to the tag fileDimitri van Heesch2019-12-151-1/+1
* Merge branch 'feature/issue_7248' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-151-1/+18
|\
| * issue #7248: Including external tag files with TOC produces a broken index.qhpalbert-github2019-09-091-1/+18
* | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-16/+16
* | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+1
* | Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-2/+2
* | Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-22/+9
* | Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-35/+27
* | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-14/+6
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-29/+34
|/
* Correction warning messagealbert-github2019-06-011-58/+58
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-2/+2
* Bug 774118 - EXTERNAL_GROUPS lose hierarchyalbert-github2018-11-281-0/+17
* Issue_6585: Unexpected anchor tags in tag-filesalbert-github2018-10-311-27/+33
* C++11 features used in Doxygenalbert-github2018-09-171-0/+4
* Fixing coverity messagesalbert-github2018-09-131-2/+2
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-29/+29
* Bug 306025 - Fix missing title in non-page docanchors from tag filesMatthew Hoops2016-03-161-7/+7
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-1/+13
* Bug 735376 - tag file: Unknown compound attribute `singleton' found!Dimitri van Heesch2014-09-221-1/+15
* Fix potential crash when reading tag file which contained nested java classes...Dimitri van Heesch2014-08-261-1/+8
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-181-13/+10
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-141-11/+13
* In case of sections with the same name they are not reported.albert-github2014-03-021-1/+1
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-43/+40
* Add support for writing and importing C++11 style enums to and from tag filesDimitri van Heesch2013-06-221-1/+67
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-25/+55
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-2/+2
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
* Release-1.8.3Dimitri van Heesch2012-12-261-3/+9
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-3/+5
* Release-1.8.1.1Dimitri van Heesch2012-06-101-11/+15