summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * bug 668003 Default LaTeX header misses $-placeholdersalbert-github2021-01-051-0/+114
* | Various fixes based on coverity scan resultsDimitri van Heesch2021-01-051-3/+3
|/
* Compilation warning in util.cppalbert-github2021-01-031-1/+1
* Refactoring: replace ExampleSDict by ExampleListDimitri van Heesch2021-01-011-6/+6
* Refactoring: remove unused Doxygen::htmlDirMapDimitri van Heesch2021-01-011-41/+2
* Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMapDimitri van Heesch2021-01-011-1/+1
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-7/+4
* Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-311-6/+7
* Refactoring: change MemberGroupSDict to MemberGroupListDimitri van Heesch2020-12-301-34/+42
* Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMapDimitri van Heesch2020-12-301-8/+6
* issue #7471: [1.8.16 regression] multiple use of page labelDimitri van Heesch2020-12-241-2/+5
* Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-231-6/+6
* Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-231-12/+5
* Remove warnings from util.cppalbert-github2020-12-211-3/+3
* 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