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
...
*
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
*
Merge branch 'albert-github-feature/bug_py_empty_comment'
Dimitri van Heesch
2020-08-05
1
-0/+49
|
\
|
*
Moved stripIndentation() to util, make it safe for empty input
Dimitri van Heesch
2020-08-05
1
-0/+49
|
/
*
issue #7727: warning: documented symbol `static bool (long-winded C++ type)' ...
Dimitri van Heesch
2020-08-04
1
-64/+32
*
issue #7881: More flexible and correct detection of direction of an argument ...
Dimitri van Heesch
2020-07-31
1
-1/+1
*
issue #7881: More flexible and correct detection of direction of an argument ...
Dimitri van Heesch
2020-07-30
1
-7/+10
*
Simplified extractDirection()
Dimitri van Heesch
2020-07-30
1
-20/+4
*
Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-07-30
1
-4/+19
|
\
|
*
More flexible and correct detection of direction of an argument
albert-github
2020-06-28
1
-4/+19
*
|
Better handling of \\ilinebr
Dimitri van Heesch
2020-07-28
1
-6/+9
|
/
*
Don't crash if output subdirectories already exist
tttapa
2020-06-18
1
-4/+8
*
Multi-threaded parsing: added locks around global data
Dimitri van Heesch
2020-06-17
1
-18/+20
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-2/+4
*
Incorrect label in map of dot files in xhtml (#7840)
albert-github
2020-06-13
1
-0/+10
*
Catch all wrong mkdir calls (coverity)
albert-github
2020-06-12
1
-2/+8
[prev]
[next]