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
*
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
*
Fix too aggressive hyphenation of abbr. words. (#8026)
Dmitriy Dorofeev
2020-09-17
1
-1/+1
*
Merge pull request #8033 from albert-github/feature/bug_ftn_recogn
Dimitri van Heesch
2020-09-17
1
-1/+54
|
\
|
*
Incorrect duplicate code for Fortran fixed/free recognition
albert-github
2020-09-15
1
-1/+54
*
|
issue #8034: doxygen crashes
Dimitri van Heesch
2020-09-17
1
-1/+1
|
/
*
Double "->" in warning in case of trailing return type
albert-github
2020-09-07
1
-1/+1
*
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-30/+42
*
Improvement of line count for e.g. warnings
albert-github
2020-08-15
1
-1/+1
*
issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be i...
Dimitri van Heesch
2020-08-10
1
-2/+2
*
Refactoring: changed QValueList to std::vector for template engine
Dimitri van Heesch
2020-08-06
1
-1/+2
*
New option allowing processing using multiple threads
Dimitri van Heesch
2020-08-05
1
-4/+0
[next]