summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-11/+16
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-10/+4
* Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-111-1/+7
* Merge branch 'albert-github-feature/bug_md_pg_cnt'Dimitri van Heesch2020-10-041-2/+6
|\
| * Reworked changes a bitDimitri van Heesch2020-10-041-4/+8
| * Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-031-4/+4
| |\
| | * Miscounting of lines in respect to page commandalbert-github2020-09-241-4/+4
* | | Flush warnings file (#8069)albert-github2020-10-031-0/+11
|/ /
* | issue #7706: Md5 hash does not match for two different runsDimitri van Heesch2020-10-021-2/+2
* | issue #8066: Doxygen crashes in ClangTUParserDimitri van Heesch2020-09-301-2/+7
* | issue #8063: Failed to build current "master" branchDimitri van Heesch2020-09-281-6/+12
* | Merge branch 'multithread_outputgen'Dimitri van Heesch2020-09-271-24/+87
|\ \
| * | Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-24/+87
| |/
* | #8051 Consider documenting debug options of doxygenalbert-github2020-09-231-2/+2
|/
* Fix compiler warning when printing number of cache hits & misses (part 2)Dimitri van Heesch2020-09-211-1/+2
* Fix compiler warning when printing number of cache hits & missesDimitri van Heesch2020-09-211-1/+1
* Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-201-16/+24
* Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-3/+3
* issue #8022: Different results on 64 and 32 bitDimitri van Heesch2020-09-111-1/+1
* Readability of warning messagealbert-github2020-09-041-2/+2
* issue #7977: Broken ref for enum entry (doxygen 1.8.18 -> 1.8.19)Dimitri van Heesch2020-08-261-5/+12
* Refactoring: OutputList & OutputGenDimitri van Heesch2020-08-241-8/+7
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-5/+6
* Format for size_t (in e.g. warnings)albert-github2020-08-181-1/+1
* Format for size_t (in e.g. warnings)albert-github2020-08-171-1/+1
* issue #7954: The Doxygen uses too much memory (or has probably a memory leak)Dimitri van Heesch2020-08-161-10/+10
* Fixed a couple of compiler warnings on LinuxDimitri van Heesch2020-08-081-5/+5
* Implement better solution for ThreadPool and std::packaged_taskDimitri van Heesch2020-08-061-2/+2
* Implemented workaround for Visual Studio bug in std::packaged_taskDimitri van Heesch2020-08-051-4/+6
* New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-17/+16
* Replaced QDict<void> by StringUnorderedSet used to keep track of visited pathsDimitri van Heesch2020-08-021-3/+10
* Added configuration options to better control the sqlite3 output.Dimitri van Heesch2020-07-301-8/+12
* Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-271-2/+2
* issue #7900: Incorrect warning regarding no matching class member foundDimitri van Heesch2020-07-251-1/+1
* Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-87/+189
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-071-1/+1
|\
| * Compilation warning in debug.cppalbert-github2020-07-061-1/+1
* | Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles a...Dimitri van Heesch2020-07-071-17/+18
|/
* Fixed anothing compilation issue when use_libclang was not enabledDimitri van Heesch2020-06-291-10/+8
* Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-281-19/+26
* Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-3/+0
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-3/+6
* Revert pull request #7703: make declArgumentList be from declaration, and arg...Dimitri van Heesch2020-06-071-3/+3
* Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03cDimitri van Heesch2020-06-051-18/+29
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-132/+111
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-40/+74
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-221-0/+35
* Reduce use of WIN32 defines outside of portableDimitri van Heesch2020-05-161-4/+0
* RefactoringDimitri van Heesch2020-05-151-3/+2
* Merge pull request #7703 from elrond79/set_defname_if_not_protoDimitri van Heesch2020-05-101-3/+3
|\