summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove isVisited/setVisited from indexDimitri van Heesch2020-11-151-35/+0
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-9/+10
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-29/+28
* Fixed marker replacement for a placeholder at the end of the commandDimitri van Heesch2020-10-291-2/+2
* Some further simplications and modernizationsDimitri van Heesch2020-10-291-50/+30
* Handling commands for backslash and at-sign in ALIASESalbert-github2020-10-291-12/+21
* Merge branch 'feature/issue_8137' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-10-281-1/+1
|\
| * issue #8137 Whitespace/Separator required to recognize custom command argumentalbert-github2020-10-281-1/+1
* | Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-281-1018/+27
|/
* Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-231-1/+0
* Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-98/+45
* issue #8103: C++ Table of content, namespace list does not contains namespace...Dimitri van Heesch2020-10-191-29/+40
* Performance tweak: Pass BaseClassList by const referenceDimitri van Heesch2020-10-171-3/+3
* issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-40/+49
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-42/+28
* Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-111-107/+42
* Merge branch 'albert-github-feature/bug_md_pg_cnt'Dimitri van Heesch2020-10-041-6/+14
|\
| * Reworked changes a bitDimitri van Heesch2020-10-041-6/+9
| * Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-031-6/+11
| |\
| | * Miscounting of lines in respect to page commandalbert-github2020-09-241-3/+6
| | * Miscounting of lines in respect to page commandalbert-github2020-09-241-7/+9
* | | Using f() instead f(void) in C++ , consistencyalbert-github2020-10-021-1/+1
|/ /
* | Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-38/+25
|/
* Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-201-45/+37
* Fix too aggressive hyphenation of abbr. words. (#8026)Dmitriy Dorofeev2020-09-171-1/+1
* Merge pull request #8033 from albert-github/feature/bug_ftn_recognDimitri van Heesch2020-09-171-1/+54
|\
| * Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-1/+54
* | issue #8034: doxygen crashesDimitri van Heesch2020-09-171-1/+1
|/
* Double "->" in warning in case of trailing return typealbert-github2020-09-071-1/+1
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-30/+42
* Improvement of line count for e.g. warningsalbert-github2020-08-151-1/+1
* issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be i...Dimitri van Heesch2020-08-101-2/+2
* Refactoring: changed QValueList to std::vector for template engineDimitri van Heesch2020-08-061-1/+2
* New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-4/+0
* Merge branch 'albert-github-feature/bug_py_empty_comment'Dimitri van Heesch2020-08-051-0/+49
|\
| * Moved stripIndentation() to util, make it safe for empty inputDimitri van Heesch2020-08-051-0/+49
|/
* issue #7727: warning: documented symbol `static bool (long-winded C++ type)' ...Dimitri van Heesch2020-08-041-64/+32
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-311-1/+1
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-301-7/+10
* Simplified extractDirection()Dimitri van Heesch2020-07-301-20/+4
* Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-07-301-4/+19
|\
| * More flexible and correct detection of direction of an argumentalbert-github2020-06-281-4/+19
* | Better handling of \\ilinebrDimitri van Heesch2020-07-281-6/+9
|/
* Don't crash if output subdirectories already existtttapa2020-06-181-4/+8
* Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-18/+20
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-2/+4
* Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-131-0/+10
* Catch all wrong mkdir calls (coverity)albert-github2020-06-121-2/+8
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-31/+21
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-4/+14