index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
filedef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #8232: Incorrect link from summary links for namespaces
Dimitri van Heesch
2021-05-25
1
-1/+1
*
Fix to avoid unneeded regeneration of "included-by" graphs
Dimitri van Heesch
2021-04-29
1
-0/+3
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-84/+82
*
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Dimitri van Heesch
2021-04-08
1
-2/+46
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-4/+4
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-13/+12
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-2/+2
*
Refactoring: remove unused function generateFileTree()
Dimitri van Heesch
2021-01-22
1
-238/+0
*
Refactoring: modernize FileList
Dimitri van Heesch
2021-01-22
1
-0/+7
*
Refactoring: modernize IncludeInfo list
Dimitri van Heesch
2021-01-22
1
-103/+59
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-8/+6
*
Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists
Dimitri van Heesch
2021-01-22
1
-28/+19
*
Refactoring: avoid copying MemberLists by not embedding them directly
Dimitri van Heesch
2021-01-04
1
-23/+23
*
Revert "Refactoring: Embed MemberGroup objects directly in their container"
Dimitri van Heesch
2021-01-04
1
-19/+19
*
Refactoring: Embed MemberGroup objects directly in their container
Dimitri van Heesch
2021-01-04
1
-19/+19
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-65/+32
*
Refactoring: replace MemberSDict by MemberLinkedRefMap
Dimitri van Heesch
2021-01-04
1
-30/+19
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-6/+4
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-68/+25
*
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
1
-32/+17
*
Refactoring: modernize class index
Dimitri van Heesch
2020-12-21
1
-4/+4
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-56/+45
*
Improve handling of inline namespace members in LateX/RTF output
Dimitri van Heesch
2020-12-02
1
-2/+2
*
Refactoring: make setAnchors() a member of MemberList
Dimitri van Heesch
2020-11-28
1
-1/+1
*
Exclude markdown mapped documentation files from Files list
albert-github
2020-11-23
1
-1/+2
*
Refactoring: removing setVisited/isVisited members
Dimitri van Heesch
2020-11-20
1
-13/+8
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-5/+33
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-2/+13
*
Fixed issue in combineUsingRelations() that could lead to the use of invalid ...
Dimitri van Heesch
2020-11-01
1
-1/+5
*
Refactoring: modernized the getUsedNamespaces() method
Dimitri van Heesch
2020-11-01
1
-50/+17
*
Refactoring: modernize getUsedClasses() method
Dimitri van Heesch
2020-10-29
1
-38/+11
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-4/+4
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-12/+23
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
Refactoring: OutputList & OutputGen
Dimitri van Heesch
2020-08-24
1
-5/+5
*
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-7/+1
*
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-47/+18
*
Fixed anothing compilation issue when use_libclang was not enabled
Dimitri van Heesch
2020-06-29
1
-4/+2
*
Refactor: make preprocessor run in parallel
Dimitri van Heesch
2020-06-28
1
-75/+66
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-3/+6
*
Refactor: make QCString a wrapper around std::string
Dimitri van Heesch
2020-06-10
1
-2/+3
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-1/+1
*
Merge branch 'filenamedict'
Dimitri van Heesch
2020-04-06
1
-103/+99
|
\
|
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-103/+99
*
|
Fix html file ext in external docs (#7679)
avostrik
2020-04-01
1
-1/+1
|
/
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-1/+1
*
Minor fixes
Dimitri van Heesch
2019-12-25
1
-1/+1
*
Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-12-25
1
-1/+1
|
\
|
*
Bug 335614 - HTML link incorrect when using tagfile
albert-github
2019-09-30
1
-1/+1
*
|
Renamed Portables to Portable
Dimitri van Heesch
2019-12-08
1
-2/+2
[next]