index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-80/+78
*
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-0/+8
*
issue #8485 The browser based search doesn't handle underscores correctly
albert-github
2021-04-08
1
-0/+4
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-4/+3
*
Refactoring: move qcstring and remove qtools
Dimitri van Heesch
2021-03-25
1
-0/+1
*
issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...
Dimitri van Heesch
2021-03-22
1
-16/+1
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-9/+6
*
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
1
-3/+2
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-0/+2
*
Refactoring: some cleanup and removed text direction logic
Dimitri van Heesch
2021-03-04
1
-1/+1
*
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-3/+3
*
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-1/+1
*
Refactoring: replace QRegExp by std::regex in vhdldocgen.cpp
Dimitri van Heesch
2021-02-20
1
-1/+2
*
Refactoring: replace QRegExp by std::regex in vhdlcode.l
Dimitri van Heesch
2021-02-20
1
-0/+5
*
Refactoring: reduce code duplication by using writeMarkerList function
Dimitri van Heesch
2021-02-20
1
-0/+3
*
Refactoring: replace QRegExp by std::regex in util.cpp
Dimitri van Heesch
2021-02-20
1
-8/+8
*
Refactoring: replace QList<MemberDef> by std::vector in util.cpp
Dimitri van Heesch
2021-01-22
1
-1/+0
*
Refactoring: replace StringDict by StringMap
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Refactoring: remove unused sortdict.h
Dimitri van Heesch
2021-01-22
1
-1/+0
*
Refactoring: remove some dead/commented out code
Dimitri van Heesch
2021-01-22
1
-2/+0
*
bug 668003 Default LaTeX header misses $-placeholders
albert-github
2021-01-05
1
-2/+3
*
Refactoring: remove unused ClassList
Dimitri van Heesch
2021-01-02
1
-1/+0
*
Refactoring: replace ExampleSDict by ExampleList
Dimitri van Heesch
2021-01-01
1
-1/+1
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-2/+1
*
Refactoring: modernise member indices
Dimitri van Heesch
2020-12-30
1
-26/+0
*
Refactoring: modernize class index
Dimitri van Heesch
2020-12-21
1
-0/+9
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-1/+0
*
Refactoring: move addDocCrossReference to memberdef.cpp/.h
Dimitri van Heesch
2020-11-28
1
-2/+0
*
Refactoring: make setAnchors() a member of MemberList
Dimitri van Heesch
2020-11-28
1
-2/+0
*
Refactoring: remove isVisited/setVisited from index
Dimitri van Heesch
2020-11-15
1
-2/+0
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-2/+2
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-3/+11
*
Refactoring: introduce SymbolResolver to group symbol lookup routines
Dimitri van Heesch
2020-10-28
1
-84/+0
*
issue #8103: C++ Table of content, namespace list does not contains namespace...
Dimitri van Heesch
2020-10-19
1
-1/+2
*
Performance tweak: Pass BaseClassList by const reference
Dimitri van Heesch
2020-10-17
1
-1/+1
*
issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...
Dimitri van Heesch
2020-10-14
1
-1/+1
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-2/+2
*
Refactoring: Remove use of globals/statics in isAccessibleFrom*
Dimitri van Heesch
2020-10-11
1
-4/+62
*
Merge branch 'albert-github-feature/bug_md_pg_cnt'
Dimitri van Heesch
2020-10-04
1
-1/+3
|
\
|
*
Reworked changes a bit
Dimitri van Heesch
2020-10-04
1
-1/+3
|
*
Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-10-03
1
-1/+1
|
|
\
|
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-1/+1
*
|
|
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
-8/+5
|
/
*
Incorrect duplicate code for Fortran fixed/free recognition
albert-github
2020-09-15
1
-0/+3
*
Moved stripIndentation() to util, make it safe for empty input
Dimitri van Heesch
2020-08-05
1
-0/+1
*
Incorrect label in map of dot files in xhtml (#7840)
albert-github
2020-06-13
1
-0/+1
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-1/+2
*
Refactoring
Dimitri van Heesch
2020-05-15
1
-4/+0
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-2/+2
[next]