index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove last QThread-Reference
Moritz 'Morty' Strübe
2020-03-21
1
-3/+3
*
Replace SDict with std::map
Moritz 'Morty' Strübe
2020-03-21
5
-26/+26
*
QString -> std::string & QDict -> std::map
Moritz 'Morty' Strübe
2020-03-21
5
-33/+34
*
Remove DotConstString and replace by std::string
Moritz 'Morty' Strübe
2020-03-21
2
-56/+17
*
Fixup condition-variable and mutex
Moritz 'Morty' Strübe
2020-03-21
1
-0/+1
*
Replace QThread with std::thread
Moritz 'Morty' Strübe
2020-03-21
2
-2/+13
*
Replace qlist with std::vector
Moritz 'Morty' Strübe
2020-03-21
2
-22/+18
*
Replace QMutex and condition QWaitCondition with std::
Moritz 'Morty' Strübe
2020-03-19
2
-13/+11
*
Replace qqueue with std::queue
Moritz 'Morty' Strübe
2020-03-19
2
-6/+7
*
Tcl has a problem with a case statement with just {} inside the switch statem...
albert-github
2020-03-18
1
-0/+1
*
Doxygen version information (#7645)
albert-github
2020-03-17
12
-47/+42
*
Issue #7635: Incorrect location for enum in XML file (part 3)
Dimitri van Heesch
2020-03-17
6
-46/+59
*
issue #7635: Incorrect location for enum in XML file (part 2)
Dimitri van Heesch
2020-03-15
1
-8/+8
*
issue #7635: Incorrect location for enum in XML file
Dimitri van Heesch
2020-03-14
3
-7/+58
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-03-14
1
-0/+12
|
\
|
*
Doxygen version in the messages output (#7640)
albert-github
2020-03-14
1
-0/+12
*
|
Fixed unsigned/signed character warnings
Dimitri van Heesch
2020-03-11
2
-9/+9
|
/
*
Fixed sig11 regression while parsing cast to function pointer
Dimitri van Heesch
2020-03-11
1
-4/+4
*
Fix regression when creating directory graphs
Dimitri van Heesch
2020-03-09
1
-30/+34
*
Remove dead code and fix more warnings
Dimitri van Heesch
2020-03-08
9
-469/+9
*
Merge branch 'compilerwarnings'
Dimitri van Heesch
2020-03-08
88
-1949/+1426
|
\
|
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
91
-1990/+1473
*
|
Fix a number of compiler warnings in the 64bit build for Windows
Dimitri van Heesch
2020-03-02
14
-45/+51
|
/
*
Merge pull request #7565 from DGA45/issue7490
Dimitri van Heesch
2020-02-29
1
-21/+39
|
\
|
*
Fix #7490 and #7494
DGA45
2020-02-03
1
-21/+39
*
|
Replace raw bool pointer array and counter by std::stack<bool>
Dimitri van Heesch
2020-02-29
2
-38/+27
*
|
Merge branch 'feature/bug_tables_docbook' of https://github.com/albert-github...
Dimitri van Heesch
2020-02-29
1
-8/+20
|
\
\
|
*
|
Opening and ending tag mismatch: tbody in docbook output
albert-github
2019-08-12
1
-8/+20
*
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-02-27
5
-6/+18
|
\
\
\
|
*
\
\
Merge pull request #7612 from albert-github/feature/issue_7583
Dimitri van Heesch
2020-02-27
4
-5/+10
|
|
\
\
\
|
|
*
|
|
issue #7583 External Links in Inheritance Diagrams open in the Image Frame.
albert-github
2020-02-24
4
-5/+10
|
*
|
|
|
Merge pull request #7619 from albert-github/feature/bug_config_predefined_plus
Dimitri van Heesch
2020-02-27
1
-1/+8
|
|
\
\
\
\
|
|
*
|
|
|
Problem in case using PREDEFINED with comma and using +=
albert-github
2020-02-27
1
-1/+8
*
|
|
|
|
|
Fix for compilation issue on Linux
Dimitri van Heesch
2020-02-27
2
-1/+5
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'xreflists'
Dimitri van Heesch
2020-02-27
25
-423/+334
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
25
-423/+334
*
|
|
|
|
Merge pull request #7616 from albert-github/feature/bug_doxygen_internal_docu
Dimitri van Heesch
2020-02-25
3
-8/+18
|
\
\
\
\
\
|
*
|
|
|
|
Removing warnings from doxygen internal documentation
albert-github
2020-02-25
3
-8/+18
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Incorrect handling of typedef in combination with const
albert-github
2020-02-25
1
-3/+10
|
/
/
/
/
*
|
|
|
Merge pull request #7601 from albert-github/feature/bug_rtf_list
Dimitri van Heesch
2020-02-23
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Disappearing words in RTF output after a list
albert-github
2020-02-18
1
-1/+1
*
|
|
|
Merge pull request #7608 from albert-github/feature/bug_warn_section
Dimitri van Heesch
2020-02-23
6
-6/+3
|
\
\
\
\
|
*
|
|
|
Compilation warnings
albert-github
2020-02-22
6
-6/+3
*
|
|
|
|
Specifying filename in preprocessor debug output
albert-github
2020-02-23
1
-3/+3
*
|
|
|
|
issue #7585: Doxygen 1.8.17 false warnings and no generate output for documen...
Dimitri van Heesch
2020-02-23
1
-1/+0
*
|
|
|
|
Cleanup code
Dimitri van Heesch
2020-02-22
4
-7/+5
*
|
|
|
|
issue #7606 Unable to build "master" branch
albert-github
2020-02-22
1
-2/+2
|
/
/
/
/
*
|
|
|
Add documentation to section.h
Dimitri van Heesch
2020-02-21
1
-33/+29
*
|
|
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-02-21
1
-5/+24
|
\
\
\
\
|
*
|
|
|
Problem in case using PREDEFINED with comma
albert-github
2020-02-20
1
-5/+24
|
|
/
/
/
[next]