summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/bug_nospam_email' of https://github.com/albert-github/d...Dimitri van Heesch2019-12-181-0/+5
|\
| * Simple nospam email addressalbert-github2019-11-051-0/+5
* | Merge pull request #7237 from albert-github/feature/bug_table_hrDimitri van Heesch2019-12-172-1/+9
|\ \
| * | Problem with `<hr>` in LaTeX multicolumn cellalbert-github2019-08-291-0/+5
| * | Problem with `<hr>` in LaTeX multicolumn cellalbert-github2019-08-291-1/+4
* | | Avoid warning in commentcnv.l about trailing context made variable due to pre...Dimitri van Heesch2019-12-171-48/+34
* | | Prevent writing automatic anchors to the tag fileDimitri van Heesch2019-12-152-2/+2
* | | Merge branch 'feature/issue_7248' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-151-1/+18
|\ \ \
| * | | issue #7248: Including external tag files with TOC produces a broken index.qhpalbert-github2019-09-091-1/+18
* | | | issue #7326: Incorrect display of multiline #define valueDimitri van Heesch2019-12-141-1/+9
* | | | Fix logic bug in SVG detectionDimitri van Heesch2019-12-141-1/+1
* | | | issue #7206: Problems with Fortran and `@cond`Dimitri van Heesch2019-12-141-7/+15
* | | | Minor fixesDimitri van Heesch2019-12-121-1/+1
* | | | issue #7436 Incorrect handling of block comments in VHDLalbert-github2019-12-113-2/+36
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-103-4/+30
|\ \ \ \
| * \ \ \ Merge pull request #7431 from albert-github/feature/bug_emailDimitri van Heesch2019-12-101-1/+7
| |\ \ \ \
| | * | | | Email address seen as code starteralbert-github2019-12-061-1/+7
| * | | | | Merge pull request #7186 from albert-github/feature/bug_cite_docbookDimitri van Heesch2019-12-081-2/+22
| |\ \ \ \ \
| | * | | | | Incorrect NCName in docbook citationsalbert-github2019-08-121-2/+22
| * | | | | | Merge pull request #7428 from RockinRoel/fix_scoped_enum_refDimitri van Heesch2019-12-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix incorrect reference resolving of enum class valuesRoel Standaert2019-12-031-1/+1
* | | | | | | | issue #7412: HTML: Opening a reference link in a new tab does not scroll to t...Dimitri van Heesch2019-12-102-9/+7
|/ / / / / / /
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-0816-268/+268
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-0850-895/+835
| |\ \ \ \ \ \ \
| * | | | | | | | Coverity uninitializedalbert-github2019-12-0216-268/+268
* | | | | | | | | Renamed Portables to PortableDimitri van Heesch2019-12-0823-157/+157
* | | | | | | | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-0824-285/+288
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-2824-285/+288
* | | | | | | | | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-0820-189/+189
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-055-2/+11
* | | | | | | | remove noexcept from parser interface for better portabilityDimitri van Heesch2019-12-051-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-0344-705/+636
| |/ / / / / |/| | | | |
* | | | | | Made scanner.l reentrantDimitri van Heesch2019-12-014-3334/+3377
* | | | | | Fix regression when expanding macro to an empty stringDimitri van Heesch2019-12-011-3/+4
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-251-5/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #7416 from albert-github/feature/bug_UCS_BEDimitri van Heesch2019-11-241-5/+10
| |\ \ \ \ \ \
| | * | | | | | Problem converting UCS big endian filealbert-github2019-11-221-5/+10
* | | | | | | | Fixed preprocessor hangup regressionDimitri van Heesch2019-11-251-11/+20
* | | | | | | | Fixed preprocessor issue that resulted in "More #endif's than #if's found." w...Dimitri van Heesch2019-11-251-1/+1
|/ / / / / / /
* | | | | | | Fixed endless loop during preprocessingDimitri van Heesch2019-11-241-0/+3
* | | | | | | Fixed line count misaligned introduced with JAVADOC_BANNERDimitri van Heesch2019-11-241-36/+38
* | | | | | | Cleanup scanner.l code and namingDimitri van Heesch2019-11-241-2756/+2723
|/ / / / / /
* | | | | | Made code.l scanner reentrantDimitri van Heesch2019-11-214-2522/+2655
* | | | | | Remove bogus flex codeDimitri van Heesch2019-11-1816-125/+0
* | | | | | Replace set of g_inside* booleans with a single g_lang variableDimitri van Heesch2019-11-181-18/+10
|/ / / / /
* | | | | Made commentcnv.l reentrantDimitri van Heesch2019-11-171-466/+493
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-164-1/+21
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7395 from albert-github/feature/bug_code_hr_mdDimitri van Heesch2019-11-161-1/+1
| |\ \ \ \ \
| | * | | | | Problem with horizontal ruler directly after fenced code sectionalbert-github2019-11-121-1/+1
| * | | | | | Merge pull request #7402 from albert-github/feature/bug_hhcDimitri van Heesch2019-11-163-0/+20
| |\ \ \ \ \ \