summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: modernize class indexDimitri van Heesch2020-12-211-5/+11
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-14/+9
* Simplified escaping for latex URLsDimitri van Heesch2020-12-161-11/+2
* Unified the routine to get the next UTF8 character from a UTF8 streamDimitri van Heesch2020-12-161-84/+71
* Merge branch 'feature/bug_utf_8_latex_href' of https://github.com/albert-gith...Dimitri van Heesch2020-12-161-1/+57
|\
| * Incorrect handling of UTF-8 characters in latex reference statementalbert-github2020-12-111-1/+57
* | Added missing protocolsDimitri van Heesch2020-12-151-2/+4
* | Incorrect specification of irc as URL protocolalbert-github2020-12-111-1/+2
|/
* Fix shadowing warning for hex constantDimitri van Heesch2020-11-291-1/+0
* Refactoring: move addDocCrossReference to memberdef.cpp/.hDimitri van Heesch2020-11-281-39/+0
* Refactoring: make setAnchors() a member of MemberListDimitri van Heesch2020-11-281-18/+0
* issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-281-9/+38
* Refactoring: remove isVisited/setVisited from indexDimitri van Heesch2020-11-151-35/+0
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-9/+10
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-29/+28
* Fixed marker replacement for a placeholder at the end of the commandDimitri van Heesch2020-10-291-2/+2
* Some further simplications and modernizationsDimitri van Heesch2020-10-291-50/+30
* Handling commands for backslash and at-sign in ALIASESalbert-github2020-10-291-12/+21
* Merge branch 'feature/issue_8137' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-10-281-1/+1
|\
| * issue #8137 Whitespace/Separator required to recognize custom command argumentalbert-github2020-10-281-1/+1
* | Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-281-1018/+27
|/
* Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-231-1/+0
* Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-98/+45
* issue #8103: C++ Table of content, namespace list does not contains namespace...Dimitri van Heesch2020-10-191-29/+40
* Performance tweak: Pass BaseClassList by const referenceDimitri van Heesch2020-10-171-3/+3
* issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-40/+49
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-42/+28
* Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-111-107/+42
* Merge branch 'albert-github-feature/bug_md_pg_cnt'Dimitri van Heesch2020-10-041-6/+14
|\
| * Reworked changes a bitDimitri van Heesch2020-10-041-6/+9
| * Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-031-6/+11
| |\
| | * Miscounting of lines in respect to page commandalbert-github2020-09-241-3/+6
| | * Miscounting of lines in respect to page commandalbert-github2020-09-241-7/+9
* | | Using f() instead f(void) in C++ , consistencyalbert-github2020-10-021-1/+1
|/ /
* | Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-38/+25
|/
* Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-201-45/+37
* Fix too aggressive hyphenation of abbr. words. (#8026)Dmitriy Dorofeev2020-09-171-1/+1
* Merge pull request #8033 from albert-github/feature/bug_ftn_recognDimitri van Heesch2020-09-171-1/+54
|\
| * Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-1/+54
* | issue #8034: doxygen crashesDimitri van Heesch2020-09-171-1/+1
|/
* Double "->" in warning in case of trailing return typealbert-github2020-09-071-1/+1
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-30/+42
* Improvement of line count for e.g. warningsalbert-github2020-08-151-1/+1
* issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be i...Dimitri van Heesch2020-08-101-2/+2
* Refactoring: changed QValueList to std::vector for template engineDimitri van Heesch2020-08-061-1/+2
* New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-4/+0
* Merge branch 'albert-github-feature/bug_py_empty_comment'Dimitri van Heesch2020-08-051-0/+49
|\
| * Moved stripIndentation() to util, make it safe for empty inputDimitri van Heesch2020-08-051-0/+49
|/
* issue #7727: warning: documented symbol `static bool (long-winded C++ type)' ...Dimitri van Heesch2020-08-041-64/+32
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-311-1/+1