summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-4/+2
| |\ \
| | * | Better termination messagealbert-github2019-11-221-4/+2
| * | | issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-5/+5
| * | | Merge pull request #7428 from RockinRoel/fix_scoped_enum_refDimitri van Heesch2019-12-081-1/+1
| |\ \ \
| | * | | Fix incorrect reference resolving of enum class valuesRoel Standaert2019-12-031-1/+1
| * | | | Renamed Portables to PortableDimitri van Heesch2019-12-081-4/+4
| * | | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-081-6/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-6/+14
| | |/ /
| * | | Problem converting UCS big endian filealbert-github2019-11-221-5/+10
| |/ /
* | | spelling: javascriptJosh Soref2019-11-121-1/+1
* | | spelling: identifierJosh Soref2019-11-121-1/+1
* | | spelling: embeddingJosh Soref2019-11-121-2/+2
|/ /
* | Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-1/+1
|\ \
| * | Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* | | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-1/+1
|/ /
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-12/+10
* | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+0
* | Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-1/+1
* | Merge pull request #7341 from ellert/source-date-yearDimitri van Heesch2019-10-281-3/+9
|\ \
| * | Let $year support SOURCE_DATE_EPOCHMattias Ellert2019-10-191-3/+9
* | | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-403/+247
|/ /
* | Problem with round brackets in PS outputalbert-github2019-10-091-0/+20
|/
* issue #7271 Tilde in preprocessor macro disappears in latexalbert-github2019-09-191-1/+1
* Merge pull request #7260 from albert-github/feature/bug_xref_pageDimitri van Heesch2019-09-171-1/+2
|\
| * Warning with xrefitem from documentationalbert-github2019-09-131-1/+2
* | issue #7262 ALIASES not found when filename has more than one dotalbert-github2019-09-151-1/+2
|/
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-3/+3
* Backslash in href.albert-github2019-09-021-0/+1
* issue #7216: non-const getGroupDef() called on aliased memberDimitri van Heesch2019-08-251-2/+0
* issue #7147: No warning when same page createdalbert-github2019-08-071-0/+2
* Merge pull request #7042 from albert-github/feature/bug_632754Dimitri van Heesch2019-08-071-0/+5
|\
| * Bug 632754 - The \copydoc Command Requires The Use of C++ Syntax in C# Codealbert-github2019-06-071-0/+5
* | Some fixes and restructuringDimitri van Heesch2019-08-061-0/+70
* | Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-62/+62
|\ \