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
*
Merge branch 'albert-github-feature/bug_md_pg_cnt'
Dimitri van Heesch
2020-10-04
1
-2/+6
|
\
|
*
Reworked changes a bit
Dimitri van Heesch
2020-10-04
1
-4/+8
|
*
Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-10-03
1
-4/+4
|
|
\
|
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-4/+4
*
|
|
Flush warnings file (#8069)
albert-github
2020-10-03
1
-0/+11
|
/
/
*
|
issue #7706: Md5 hash does not match for two different runs
Dimitri van Heesch
2020-10-02
1
-2/+2
*
|
issue #8066: Doxygen crashes in ClangTUParser
Dimitri van Heesch
2020-09-30
1
-2/+7
*
|
issue #8063: Failed to build current "master" branch
Dimitri van Heesch
2020-09-28
1
-6/+12
*
|
Merge branch 'multithread_outputgen'
Dimitri van Heesch
2020-09-27
1
-24/+87
|
\
\
|
*
|
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-24/+87
|
|
/
*
|
#8051 Consider documenting debug options of doxygen
albert-github
2020-09-23
1
-2/+2
|
/
*
Fix compiler warning when printing number of cache hits & misses (part 2)
Dimitri van Heesch
2020-09-21
1
-1/+2
*
Fix compiler warning when printing number of cache hits & misses
Dimitri van Heesch
2020-09-21
1
-1/+1
*
Refactoring: replaced QCache by STL based LRU cache implementation.
Dimitri van Heesch
2020-09-20
1
-16/+24
*
Incorrect duplicate code for Fortran fixed/free recognition
albert-github
2020-09-15
1
-3/+3
*
issue #8022: Different results on 64 and 32 bit
Dimitri van Heesch
2020-09-11
1
-1/+1
*
Readability of warning message
albert-github
2020-09-04
1
-2/+2
*
issue #7977: Broken ref for enum entry (doxygen 1.8.18 -> 1.8.19)
Dimitri van Heesch
2020-08-26
1
-5/+12
*
Refactoring: OutputList & OutputGen
Dimitri van Heesch
2020-08-24
1
-8/+7
*
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-5/+6
*
Format for size_t (in e.g. warnings)
albert-github
2020-08-18
1
-1/+1
*
Format for size_t (in e.g. warnings)
albert-github
2020-08-17
1
-1/+1
*
issue #7954: The Doxygen uses too much memory (or has probably a memory leak)
Dimitri van Heesch
2020-08-16
1
-10/+10
*
Fixed a couple of compiler warnings on Linux
Dimitri van Heesch
2020-08-08
1
-5/+5
*
Implement better solution for ThreadPool and std::packaged_task
Dimitri van Heesch
2020-08-06
1
-2/+2
*
Implemented workaround for Visual Studio bug in std::packaged_task
Dimitri van Heesch
2020-08-05
1
-4/+6
*
New option allowing processing using multiple threads
Dimitri van Heesch
2020-08-05
1
-17/+16
*
Replaced QDict<void> by StringUnorderedSet used to keep track of visited paths
Dimitri van Heesch
2020-08-02
1
-3/+10
*
Added configuration options to better control the sqlite3 output.
Dimitri van Heesch
2020-07-30
1
-8/+12
*
Additional tweaks to get markdown tables inside ALIASES work
Dimitri van Heesch
2020-07-27
1
-2/+2
*
issue #7900: Incorrect warning regarding no matching class member found
Dimitri van Heesch
2020-07-25
1
-1/+1
*
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-87/+189
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-07-07
1
-1/+1
|
\
|
*
Compilation warning in debug.cpp
albert-github
2020-07-06
1
-1/+1
*
|
Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles a...
Dimitri van Heesch
2020-07-07
1
-17/+18
|
/
*
Fixed anothing compilation issue when use_libclang was not enabled
Dimitri van Heesch
2020-06-29
1
-10/+8
*
Refactor: make preprocessor run in parallel
Dimitri van Heesch
2020-06-28
1
-19/+26
*
Multi-threaded parsing: added locks around global data
Dimitri van Heesch
2020-06-17
1
-3/+0
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-3/+6
*
Revert pull request #7703: make declArgumentList be from declaration, and arg...
Dimitri van Heesch
2020-06-07
1
-3/+3
*
Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03c
Dimitri van Heesch
2020-06-05
1
-18/+29
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-132/+111
*
Added experimental multi-thread input processing support.
Dimitri van Heesch
2020-05-31
1
-40/+74
*
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
[next]