summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Issue #7804 String double quotes in C get misinterpreted by pdflatexalbert-github2020-05-271-0/+1
* Reduce use of WIN32 defines outside of portableDimitri van Heesch2020-05-161-19/+10
* RefactoringDimitri van Heesch2020-05-151-126/+0
* issue #7762 C# mode completely brokenalbert-github2020-05-091-0/+2
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-1/+1
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-2/+2
* Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectoryDimitri van Heesch2020-04-301-1/+1
* Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMapDimitri van Heesch2020-04-291-10/+14
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-9/+9
* Fixes missing include and missing html extension logicDimitri van Heesch2020-04-251-1/+1
* Performance improvements after profilingDimitri van Heesch2020-04-241-71/+75
* Changed fix as proposedDimitri van Heesch2020-04-091-5/+0
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-7/+7
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-43/+37
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-21/+17
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-3/+0
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-3/+0