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
*
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-19/+19
*
Refactoring: replace QRegExp by std::regex in vhdldocgen.cpp
Dimitri van Heesch
2021-02-20
1
-1/+9
*
Refactoring: replace QRegExp by std::regex in vhdlcode.l
Dimitri van Heesch
2021-02-20
1
-0/+39
*
Refactoring: make better use of capture groups
Dimitri van Heesch
2021-02-20
1
-11/+11
*
Refactoring: reduce code duplication by using writeMarkerList function
Dimitri van Heesch
2021-02-20
1
-26/+34
*
Refactoring: replace QRegExp by std::regex in util.cpp
Dimitri van Heesch
2021-02-20
1
-336/+442
*
Fixed missing include for util.cpp when building for Windows
Dimitri van Heesch
2021-02-06
1
-0/+1
*
Refactoring: replace/remove the use of QDateTime
Dimitri van Heesch
2021-02-06
1
-28/+23
*
issue #8370: Doxygen 1.9.1 confused by C++ using/typedef declaration
Dimitri van Heesch
2021-02-05
1
-4/+2
*
Extension during mapping not correctly replaced.
albert-github
2021-01-28
1
-1/+1
*
Regression: fix incorrect warning regarding 'unable to resolve link'
Dimitri van Heesch
2021-01-25
1
-1/+1
*
Refactoring: replace QList<MemberDef> by std::vector in util.cpp
Dimitri van Heesch
2021-01-22
1
-12/+12
*
Refactoring: replace StringDict by StringMap
Dimitri van Heesch
2021-01-22
1
-14/+15
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-62/+70
*
Refactoring: modernize g_extLookup
Dimitri van Heesch
2021-01-22
1
-11/+11
*
Refactoring: modernize rtfFormatBmkStr
Dimitri van Heesch
2021-01-22
1
-16/+12
*
Refactoring: modernized usedNames variable used for SHORT_NAMES option
Dimitri van Heesch
2021-01-22
1
-10/+11
*
Refactoring: remove some dead/commented out code
Dimitri van Heesch
2021-01-22
1
-77/+0
*
Merge pull request #8309 from albert-github/feature/bug_668003
Dimitri van Heesch
2021-01-11
1
-0/+114
|
\
|
*
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
[next]