summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-301-7/+10
* Simplified extractDirection()Dimitri van Heesch2020-07-301-20/+4
* Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-07-301-4/+19
|\
| * More flexible and correct detection of direction of an argumentalbert-github2020-06-281-4/+19
* | Better handling of \\ilinebrDimitri van Heesch2020-07-281-6/+9
|/
* Don't crash if output subdirectories already existtttapa2020-06-181-4/+8
* Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-18/+20
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-2/+4
* Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-131-0/+10
* Catch all wrong mkdir calls (coverity)albert-github2020-06-121-2/+8
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-31/+21
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-4/+14
* Issue #7804 String double quotes in C get misinterpreted by pdflatexalbert-github2020-05-271-0/+1
* Reduce use of WIN32 defines outside of portableDimitri van Heesch2020-05-161-19/+10
* RefactoringDimitri van Heesch2020-05-151-126/+0
* issue #7762 C# mode completely brokenalbert-github2020-05-091-0/+2
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-1/+1
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-2/+2
* Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectoryDimitri van Heesch2020-04-301-1/+1
* Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMapDimitri van Heesch2020-04-291-10/+14
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-9/+9
* Fixes missing include and missing html extension logicDimitri van Heesch2020-04-251-1/+1
* Performance improvements after profilingDimitri van Heesch2020-04-241-71/+75
* Changed fix as proposedDimitri van Heesch2020-04-091-5/+0
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-7/+7
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-43/+37
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-21/+17
* 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
* | Merge pull request #7657 from cmorty/fixmessagesDimitri van Heesch2020-03-221-304/+304
|\ \
| * | Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-304/+304
* | | Incorrect link generated for cite and xref (#7648)albert-github2020-03-211-0/+1
|/ /
* | Doxygen version information (#7645)albert-github2020-03-171-1/+15
|/
* Fixed unsigned/signed character warningsDimitri van Heesch2020-03-111-5/+5
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-3/+3
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-491/+32
* Merge pull request #7612 from albert-github/feature/issue_7583Dimitri van Heesch2020-02-271-2/+7
|\
| * issue #7583 External Links in Inheritance Diagrams open in the Image Frame.albert-github2020-02-241-2/+7
* | Merge branch 'xreflists'Dimitri van Heesch2020-02-271-32/+14
|\ \
| * | Restructure the way RefLists are handledDimitri van Heesch2020-02-271-32/+14
| |/
* | Removing warnings from doxygen internal documentationalbert-github2020-02-251-3/+3
|/
* Restructure section handlingDimitri van Heesch2020-02-211-13/+12
* issue #7590 Map .f18 filetype to Fortranalbert-github2020-02-141-0/+1
* issue #7544 [Regression 1.8.17] Recursion when computing class usage relationsDimitri van Heesch2020-02-021-21/+3
* Bug 780630 - Nested @ingroup generates bad breadclumb listalbert-github2020-01-231-1/+1
* Minor fixesDimitri van Heesch2019-12-251-10/+6
* Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-251-0/+13
|\
| * Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-301-0/+13
* | Merge branch 'master' into spellingDimitri van Heesch2019-12-231-21/+32
|\ \
| * | Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-2/+2