index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
doxygen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: Removed creation of MemberDef's for macro definitions from pre.l
Dimitri van Heesch
2020-05-22
1
-0/+35
*
Reduce use of WIN32 defines outside of portable
Dimitri van Heesch
2020-05-16
1
-4/+0
*
Refactoring
Dimitri van Heesch
2020-05-15
1
-3/+2
*
Merge pull request #7703 from elrond79/set_defname_if_not_proto
Dimitri van Heesch
2020-05-10
1
-3/+3
|
\
|
*
try to make it so that argumentList is always from the definition
Paul Molodowitch
2020-04-15
1
-3/+3
*
|
Did a bit of restructuring and fixed some compiler warnings
Dimitri van Heesch
2020-05-10
1
-11/+11
*
|
Combined logic in a single expression
Dimitri van Heesch
2020-05-09
1
-3/+6
*
|
issue #7747 Three-way comparison operator
albert-github
2020-05-04
1
-2/+4
*
|
Refactoring: size_t type conversions and QList in DotManager
Dimitri van Heesch
2020-05-02
1
-2/+6
*
|
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-11/+11
*
|
Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory
Dimitri van Heesch
2020-04-30
1
-103/+131
*
|
Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap
Dimitri van Heesch
2020-04-29
1
-8/+4
*
|
Refactoring: migrate type of Doxygen::inputPaths to std::set
Dimitri van Heesch
2020-04-29
1
-8/+9
*
|
Refactoring: replaced killDict by killSet
Dimitri van Heesch
2020-04-27
1
-29/+27
*
|
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-171/+155
*
|
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
1
-2/+2
*
|
Fixed 2 small memory leaks
Dimitri van Heesch
2020-04-26
1
-16/+16
*
|
Refactor: remove symbolStorage references (dead code)
Dimitri van Heesch
2020-04-25
1
-13/+0
*
|
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-5/+5
*
|
moved separate doxygen tag to tagfile attribute
Dimitri van Heesch
2020-04-25
1
-5/+3
*
|
Merge branch 'feature/bug_tag_doxygen' of https://github.com/albert-github/do...
Dimitri van Heesch
2020-04-25
1
-0/+7
|
\
\
|
*
|
Add doxygen version information to tag file
albert-github
2020-04-20
1
-0/+7
*
|
|
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-43/+46
|
/
/
*
|
Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet
Dimitri van Heesch
2020-04-18
1
-7/+2
*
|
issue #7698: forward declaration of template classes
Dimitri van Heesch
2020-04-16
1
-20/+22
*
|
Fix for crash in addEnumValuesToEnum() (better solution)
Dimitri van Heesch
2020-04-15
1
-8/+13
|
/
*
Fix for crash in addEnumValuesToEnum()
Dimitri van Heesch
2020-04-14
1
-7/+9
*
Fixes after coverity run
Dimitri van Heesch
2020-04-10
1
-5/+4
*
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
1
-2/+2
*
Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
Dimitri van Heesch
2020-04-08
1
-1002/+924
*
Fixing issues with wrong use of std::sort
Dimitri van Heesch
2020-04-06
1
-5/+6
*
Added missing #includes
Dimitri van Heesch
2020-04-06
1
-0/+1
*
Merge branch 'filenamedict'
Dimitri van Heesch
2020-04-06
1
-214/+181
|
\
|
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-214/+181
*
|
Fix html file ext in external docs (#7679)
avostrik
2020-04-01
1
-0/+1
|
/
*
issue #7660: In the ceph package error: non-const getNamespaceDef() called on...
Dimitri van Heesch
2020-03-30
1
-1/+3
*
Merge branch 'remove_tcl'
Dimitri van Heesch
2020-03-22
1
-3/+0
|
\
|
*
Remove support for TCL (code is too buggy and unmaintained, language not very...
Dimitri van Heesch
2020-03-15
1
-3/+0
*
|
Fix not correctly formatted messages
Moritz 'Morty' StrĂ¼be
2020-03-21
1
-6/+5
*
|
Doxygen version information (#7645)
albert-github
2020-03-17
1
-18/+2
*
|
Issue #7635: Incorrect location for enum in XML file (part 3)
Dimitri van Heesch
2020-03-17
1
-30/+30
|
/
*
issue #7635: Incorrect location for enum in XML file (part 2)
Dimitri van Heesch
2020-03-15
1
-8/+8
*
Doxygen version in the messages output (#7640)
albert-github
2020-03-14
1
-0/+12
*
Remove dead code and fix more warnings
Dimitri van Heesch
2020-03-08
1
-1/+0
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-21/+17
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-13/+6
*
issue #7585: Doxygen 1.8.17 false warnings and no generate output for documen...
Dimitri van Heesch
2020-02-23
1
-1/+0
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-27/+23
*
Restructure citation handling
Dimitri van Heesch
2020-02-16
1
-7/+2
*
Removed Doxygen::gatherDefines as it was not used anymore
Dimitri van Heesch
2020-02-15
1
-1/+0
[next]