summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-11/+11
* Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectoryDimitri van Heesch2020-04-301-103/+131
* Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMapDimitri van Heesch2020-04-291-8/+4
* Refactoring: migrate type of Doxygen::inputPaths to std::setDimitri van Heesch2020-04-291-8/+9
* Refactoring: replaced killDict by killSetDimitri van Heesch2020-04-271-29/+27
* Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-171/+155
* Refactoring: Improve encapsulation of MemberInfo classDimitri van Heesch2020-04-271-2/+2
* Fixed 2 small memory leaksDimitri van Heesch2020-04-261-16/+16
* Refactor: remove symbolStorage references (dead code)Dimitri van Heesch2020-04-251-13/+0
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-5/+5
* moved separate doxygen tag to tagfile attributeDimitri van Heesch2020-04-251-5/+3
* Merge branch 'feature/bug_tag_doxygen' of https://github.com/albert-github/do...Dimitri van Heesch2020-04-251-0/+7
|\
| * Add doxygen version information to tag filealbert-github2020-04-201-0/+7
* | Performance improvements after profilingDimitri van Heesch2020-04-241-43/+46
|/
* Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSetDimitri van Heesch2020-04-181-7/+2
* issue #7698: forward declaration of template classesDimitri van Heesch2020-04-161-20/+22
* Fix for crash in addEnumValuesToEnum() (better solution)Dimitri van Heesch2020-04-151-8/+13
* Fix for crash in addEnumValuesToEnum()Dimitri van Heesch2020-04-141-7/+9
* Fixes after coverity runDimitri van Heesch2020-04-101-5/+4
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-2/+2
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-1002/+924
* Fixing issues with wrong use of std::sortDimitri van Heesch2020-04-061-5/+6
* Added missing #includesDimitri van Heesch2020-04-061-0/+1
* Merge branch 'filenamedict'Dimitri van Heesch2020-04-061-214/+181
|\
| * Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-214/+181
* | Fix html file ext in external docs (#7679)avostrik2020-04-011-0/+1
|/
* issue #7660: In the ceph package error: non-const getNamespaceDef() called on...Dimitri van Heesch2020-03-301-1/+3
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-3/+0
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-3/+0
* | Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-6/+5
* | Doxygen version information (#7645)albert-github2020-03-171-18/+2
* | Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-30/+30
|/
* issue #7635: Incorrect location for enum in XML file (part 2)Dimitri van Heesch2020-03-151-8/+8
* Doxygen version in the messages output (#7640)albert-github2020-03-141-0/+12
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-1/+0
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-21/+17
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-13/+6
* issue #7585: Doxygen 1.8.17 false warnings and no generate output for documen...Dimitri van Heesch2020-02-231-1/+0
* Restructure section handlingDimitri van Heesch2020-02-211-27/+23
* Restructure citation handlingDimitri van Heesch2020-02-161-7/+2
* Removed Doxygen::gatherDefines as it was not used anymoreDimitri van Heesch2020-02-151-1/+0
* Forgot to remove some config files.Dimitri van Heesch2020-02-131-1/+1
* Improve formula handling and rendering.Dimitri van Heesch2020-02-121-102/+34
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-1/+0
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-0/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-01-191-1/+3
|\
| * Crash of doxygen on not understood codealbert-github2020-01-181-1/+3
* | issue 7514: Missing parenthesis for typedef function pointerDimitri van Heesch2020-01-191-1/+1
|/
* Bug 769411 - Confuses functions with the same name, but different namespacealbert-github2020-01-111-1/+1
* Make pyscanner.l reentrantDimitri van Heesch2019-12-291-4/+0