index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
memberdef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8327 from albert-github/feature/bug_enum_struct
Dimitri van Heesch
2021-05-02
1
-0/+10
|
\
|
*
Incorrect type for enum struct
albert-github
2021-01-12
1
-0/+10
*
|
Fix issues caused by QCString::rawData and QCString::operator[]
Dimitri van Heesch
2021-04-26
1
-3/+3
*
|
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-175/+175
*
|
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-0/+4
*
|
C++20 concepts: added support for parsing requires-clauses
Dimitri van Heesch
2021-04-08
1
-24/+61
*
|
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-2/+2
*
|
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-11/+11
*
|
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
1
-101/+106
*
|
Refactoring: some cleanup and removed text direction logic
Dimitri van Heesch
2021-03-04
1
-1/+0
*
|
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-200/+119
|
\
\
|
*
|
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-65/+22
|
*
|
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-5/+5
|
*
|
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-14/+10
|
*
|
Refactoring: replace QRegExp by std::regex in memberdef.cpp
Dimitri van Heesch
2021-02-20
1
-89/+60
|
*
|
Refactoring: reduce code duplication by using writeMarkerList function
Dimitri van Heesch
2021-02-20
1
-58/+53
|
*
|
Refactoring: replace QRegExp by std::regex in util.cpp
Dimitri van Heesch
2021-02-20
1
-6/+6
*
|
|
Adding support for lex files
albert-github
2021-02-12
1
-2/+9
|
/
/
*
|
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-189/+142
|
/
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-29/+6
*
Refactoring: replace ExampleSDict by ExampleList
Dimitri van Heesch
2021-01-01
1
-37/+9
*
Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap
Dimitri van Heesch
2020-12-30
1
-5/+10
*
Add param validation to typedef function pointers
Fabio Utzig
2020-12-17
1
-1/+1
*
Improve handling of inline namespace members in LateX/RTF output
Dimitri van Heesch
2020-12-02
1
-2/+6
*
Refactoring: move addDocCrossReference to memberdef.cpp/.h
Dimitri van Heesch
2020-11-28
1
-0/+42
*
issue #8070: C++: \var don't document enum class values
Dimitri van Heesch
2020-11-22
1
-8/+10
*
Fix for crash when using members of a partially constructed object
Dimitri van Heesch
2020-11-14
1
-2/+2
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-30/+95
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-170/+53
*
Minor tweaks
Dimitri van Heesch
2020-11-05
1
-1/+1
*
issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...
Dimitri van Heesch
2020-10-14
1
-7/+1
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-1/+1
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-4/+4
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by de...
Dimitri van Heesch
2020-09-16
1
-11/+14
*
Merge branch 'arg_name_as_comment' of https://github.com/tolnaisz/doxygen int...
Dimitri van Heesch
2020-09-16
1
-1/+63
|
\
|
*
Support commented out argument names in declarations controlled by new cofig ...
Szabi Tolnai
2020-08-11
1
-1/+63
*
|
issue #6442 C++: Trailing return type syntax + void
albert-github
2020-09-08
1
-2/+2
*
|
issue #6442 C++: Trailing return type syntax + void
albert-github
2020-09-07
1
-0/+22
*
|
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-10/+10
*
|
Fixes doxygen/doxygen#7760: void return type reported as not documented
Poehlsen, Stephan
2020-08-14
1
-22/+2
|
/
*
issue #7943: transferArgumentDocumentation is erroneous
Dimitri van Heesch
2020-08-05
1
-2/+2
*
Simplified extractDirection()
Dimitri van Heesch
2020-07-30
1
-1/+1
*
issue #6846 Doxygen parsing global variable as function in certain cases (#7903)
albert-github
2020-07-16
1
-1/+2
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-12/+21
*
bug_121547 extern variable is being referenced in documentation incorrectly (...
albert-github
2020-06-13
1
-3/+4
*
Better warning for non documented struct
albert-github
2020-05-24
1
-7/+4
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-8/+8
*
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-9/+9
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-34/+36
[next]