index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
index.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: modernize FileList
Dimitri van Heesch
2021-01-22
1
-31/+13
*
Refactoring: modernize OutputNameList/OutputNameDict
Dimitri van Heesch
2021-01-22
1
-27/+31
*
Refactoring: modernize IncludeInfo list
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-23/+11
*
Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists
Dimitri van Heesch
2021-01-22
1
-33/+19
*
issue #8335: "failed to run html help compiler on index.hhp" with doxygen is ...
Dimitri van Heesch
2021-01-16
1
-1/+2
*
bug 668003 Default LaTeX header misses $-placeholders
albert-github
2021-01-05
1
-4/+1
*
Refactoring: avoid copying MemberLists by not embedding them directly
Dimitri van Heesch
2021-01-04
1
-2/+2
*
Refactoring: modernize getMemberLists()
Dimitri van Heesch
2021-01-04
1
-6/+4
*
Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap
Dimitri van Heesch
2021-01-01
1
-11/+7
*
Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap
Dimitri van Heesch
2020-12-31
1
-17/+11
*
Refactoring: replaced PageSDict by PageLinked*Map
Dimitri van Heesch
2020-12-31
1
-42/+26
*
Refactoring: change MemberGroupSDict to MemberGroupList
Dimitri van Heesch
2020-12-30
1
-1/+1
*
Fix size_t->int related compiler warnings on Windows 64bit
Dimitri van Heesch
2020-12-30
1
-4/+4
*
Refactoring: modernise member indices
Dimitri van Heesch
2020-12-30
1
-257/+151
*
Refactoring: replace NamespaceSDict by NamespaceLinkedMap
Dimitri van Heesch
2020-12-23
1
-19/+11
*
Refactoring: replaced getNamespaceSDict() by getNamespaces()
Dimitri van Heesch
2020-12-23
1
-124/+151
*
Merge pull request #8265 from albert-github/feature/bug_bld_warn
Dimitri van Heesch
2020-12-21
1
-2/+2
|
\
|
*
Remove some build warnings
albert-github
2020-12-20
1
-2/+2
*
|
Refactoring: modernize class index
Dimitri van Heesch
2020-12-21
1
-297/+130
|
/
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-119/+90
*
issue #8246 The prefix &#х202А; for files is displayed incorrectly in the f...
albert-github
2020-12-14
1
-3/+3
*
Refactoring: remove isVisited/setVisited from index
Dimitri van Heesch
2020-11-15
1
-18/+16
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-1/+1
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-3/+4
*
Refactoring: Remove unused DefinitionIntf and DefinitionList classes
Dimitri van Heesch
2020-10-23
1
-1/+1
*
Refactoring: modernize TooltipManager class and source reference lists
Dimitri van Heesch
2020-10-20
1
-1/+0
*
issue #8103: C++ Table of content, namespace list does not contains namespace...
Dimitri van Heesch
2020-10-19
1
-5/+5
*
issue #8103: C++ Table of content, namespace list does not contains namespace...
Dimitri van Heesch
2020-10-19
1
-304/+291
*
Performance tweak: Pass BaseClassList by const reference
Dimitri van Heesch
2020-10-17
1
-1/+1
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-7/+6
*
Reworked changes a bit
Dimitri van Heesch
2020-10-04
1
-1/+1
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-1/+1
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-9/+16
*
Fixed compilation issue on Windows for setNum with size_t argument
Dimitri van Heesch
2020-06-06
1
-1/+1
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-6/+6
*
Did a bit of restructuring and fixed some compiler warnings
Dimitri van Heesch
2020-05-10
1
-2/+2
*
Replaced DirList::count() by DirList::size().
David Hebbeker
2020-05-02
1
-3/+3
*
For loops on QListIterator by range loops.
David Hebbeker
2020-05-02
1
-9/+3
*
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
1
-6/+5
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-32/+16
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-7/+7
*
Cleanup code
Dimitri van Heesch
2020-02-22
1
-2/+1
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-5/+5
*
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-3/+3
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-8/+13
*
Refactoring code for dot related source files
Dimitri van Heesch
2019-09-10
1
-2/+5
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-2/+2
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-2/+2
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2019-06-13
1
-1/+1
|
\
\
[next]