index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bug 668003 Default LaTeX header misses $-placeholders
albert-github
2021-01-05
1
-0/+114
*
|
Various fixes based on coverity scan results
Dimitri van Heesch
2021-01-05
1
-3/+3
|
/
*
Compilation warning in util.cpp
albert-github
2021-01-03
1
-1/+1
*
Refactoring: replace ExampleSDict by ExampleList
Dimitri van Heesch
2021-01-01
1
-6/+6
*
Refactoring: remove unused Doxygen::htmlDirMap
Dimitri van Heesch
2021-01-01
1
-41/+2
*
Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap
Dimitri van Heesch
2021-01-01
1
-1/+1
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-7/+4
*
Refactoring: replaced PageSDict by PageLinked*Map
Dimitri van Heesch
2020-12-31
1
-6/+7
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-34/+42
*
Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap
Dimitri van Heesch
2020-12-30
1
-8/+6
*
issue #7471: [1.8.16 regression] multiple use of page label
Dimitri van Heesch
2020-12-24
1
-2/+5
*
Refactoring: replace NamespaceSDict by NamespaceLinkedMap
Dimitri van Heesch
2020-12-23
1
-6/+6
*
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
1
-12/+5
*
Remove warnings from util.cpp
albert-github
2020-12-21
1
-3/+3
*
Refactoring: modernize class index
Dimitri van Heesch
2020-12-21
1
-5/+11
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-14/+9
*
Simplified escaping for latex URLs
Dimitri van Heesch
2020-12-16
1
-11/+2
*
Unified the routine to get the next UTF8 character from a UTF8 stream
Dimitri van Heesch
2020-12-16
1
-84/+71
*
Merge branch 'feature/bug_utf_8_latex_href' of https://github.com/albert-gith...
Dimitri van Heesch
2020-12-16
1
-1/+57
|
\
|
*
Incorrect handling of UTF-8 characters in latex reference statement
albert-github
2020-12-11
1
-1/+57
*
|
Added missing protocols
Dimitri van Heesch
2020-12-15
1
-2/+4
*
|
Incorrect specification of irc as URL protocol
albert-github
2020-12-11
1
-1/+2
|
/
*
Fix shadowing warning for hex constant
Dimitri van Heesch
2020-11-29
1
-1/+0
*
Refactoring: move addDocCrossReference to memberdef.cpp/.h
Dimitri van Heesch
2020-11-28
1
-39/+0
*
Refactoring: make setAnchors() a member of MemberList
Dimitri van Heesch
2020-11-28
1
-18/+0
*
issue #697: Test 32 reference to bell signal (XHTML, LaTeX)
Dimitri van Heesch
2020-11-28
1
-9/+38
*
Refactoring: remove isVisited/setVisited from index
Dimitri van Heesch
2020-11-15
1
-35/+0
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-9/+10
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-29/+28
*
Fixed marker replacement for a placeholder at the end of the command
Dimitri van Heesch
2020-10-29
1
-2/+2
*
Some further simplications and modernizations
Dimitri van Heesch
2020-10-29
1
-50/+30
*
Handling commands for backslash and at-sign in ALIASES
albert-github
2020-10-29
1
-12/+21
*
Merge branch 'feature/issue_8137' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-10-28
1
-1/+1
|
\
|
*
issue #8137 Whitespace/Separator required to recognize custom command argument
albert-github
2020-10-28
1
-1/+1
*
|
Refactoring: introduce SymbolResolver to group symbol lookup routines
Dimitri van Heesch
2020-10-28
1
-1018/+27
|
/
*
Refactoring: Remove unused DefinitionIntf and DefinitionList classes
Dimitri van Heesch
2020-10-23
1
-1/+0
*
Refactoring: modernize Doxygen::symbolMap
Dimitri van Heesch
2020-10-23
1
-98/+45
*
issue #8103: C++ Table of content, namespace list does not contains namespace...
Dimitri van Heesch
2020-10-19
1
-29/+40
*
Performance tweak: Pass BaseClassList by const reference
Dimitri van Heesch
2020-10-17
1
-3/+3
*
issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...
Dimitri van Heesch
2020-10-14
1
-40/+49
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-42/+28
*
Refactoring: Remove use of globals/statics in isAccessibleFrom*
Dimitri van Heesch
2020-10-11
1
-107/+42
*
Merge branch 'albert-github-feature/bug_md_pg_cnt'
Dimitri van Heesch
2020-10-04
1
-6/+14
|
\
|
*
Reworked changes a bit
Dimitri van Heesch
2020-10-04
1
-6/+9
|
*
Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-10-03
1
-6/+11
|
|
\
|
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-3/+6
|
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-7/+9
*
|
|
Using f() instead f(void) in C++ , consistency
albert-github
2020-10-02
1
-1/+1
|
/
/
*
|
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-38/+25
|
/
*
Refactoring: replaced QCache by STL based LRU cache implementation.
Dimitri van Heesch
2020-09-20
1
-45/+37
[prev]
[next]