summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated translator_de.h to doxygen 1.8.13Arnd Weber2017-10-131-21/+48
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-10-101-1/+2
|\
| * Merge pull request #608 from albert-github/feature/bug_557094Dimitri van Heesch2017-10-011-1/+2
| |\
| | * Bug 557094 - Wrong spacing in function names with french language (latex output)albert-github2017-10-011-1/+2
| |/
* | Correction display of backtick in LaTeXDimitri van Heesch2017-10-102-12/+11
|/
* Merge pull request #607 from albert-github/feature/regression_cmake_lang_cfgDimitri van Heesch2017-09-301-2/+2
|\
| * build: fix the way lang_cfg.h is generated (regression to #574)albert-github2017-09-301-2/+2
|/
* Merge branch 'shi-yan-master'Dimitri van Heesch2017-09-283-3/+4
|\
| * Use language identifier instead of file extension for language attributeDimitri van Heesch2017-09-283-4/+4
| * Merge branch 'master' of https://github.com/shi-yan/doxygen into shi-yan-masterDimitri van Heesch2017-09-283-3/+4
| |\ |/ /
| * fix test to support new programlisting attributeShi Yan2017-09-261-2/+2
| * update compound.xsd to add language attributeShi Yan2017-09-041-0/+1
| * Use language in stead of lang for language name attributeShi Yan2017-08-221-1/+1
| * Add language type attribute to programlisting tagShi Yan2017-08-221-1/+1
* | Merge pull request #605 from albert-github/feature/bug_js_regression_2Dimitri van Heesch2017-09-281-1/+1
|\ \
| * | Mark JS as freely available (regression 2)albert-github2017-09-281-1/+1
* | | Merge pull request #606 from albert-github/feature/bug_743367Dimitri van Heesch2017-09-282-7/+16
|\ \ \
| * | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in ....albert-github2017-09-282-7/+16
| |/ /
* | | Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3...Dimitri van Heesch2017-09-281-2/+2
|/ /
* | Merge pull request #604 from groleo/constDimitri van Heesch2017-09-259-67/+69
|\ \
| * | const-ifyAdrian Negreanu2017-09-259-67/+69
|/ /
* | Merge pull request #595 from albert-github/feature/bug_776870Dimitri van Heesch2017-09-211-2/+2
|\ \
| * | Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTMLalbert-github2017-08-251-2/+2
| |/
* | Merge pull request #603 from lrineau/masterDimitri van Heesch2017-09-211-2/+2
|\ \
| * | Suppression warnings about deprecated directiveLaurent Rineau2017-09-191-2/+2
* | | Merge pull request #600 from albert-github/feature/bug_778730Dimitri van Heesch2017-09-214-16/+34
|\ \ \
| * | | Bug 778730 - doxygen build failsalbert-github2017-09-034-16/+34
* | | | Merge pull request #599 from albert-github/feature/bug_spellingDimitri van Heesch2017-09-211-1/+1
|\ \ \ \
| * | | | Spelling correctionalbert-github2017-09-021-1/+1
| |/ / /
* | | | Merge pull request #597 from evelikov/visibility-hiddenDimitri van Heesch2017-09-191-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Use hidden symbol visibility by defaultEmil Velikov2017-09-041-0/+7
| | |/ | |/|
* | | Further cleanup of lodepng codeDimitri van Heesch2017-09-182-176/+30
* | | Stripped unused LodePNG code to prevent false positives for coverityDimitri van Heesch2017-09-182-3223/+206
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-09-1637-613/+1460
|\ \ \ | | |/ | |/|
| * | Merge pull request #587 from brglng/patch-1Dimitri van Heesch2017-09-021-2/+2
| |\ \
| | * | Improve Chinese translationZhaosheng Pan2017-08-171-2/+2
| * | | Merge pull request #589 from albert-github/feature/bug_786409Dimitri van Heesch2017-09-021-0/+11
| |\ \ \
| | * | | Bug 786409 - parsing error in Fortran file with preprocessingalbert-github2017-08-171-0/+11
| | |/ /
| * | | Merge pull request #590 from albert-github/feature/bug_786409_2Dimitri van Heesch2017-09-021-1/+1
| |\ \ \
| | * | | Bug 786409 - parsing error in Fortran file with preprocessingalbert-github2017-08-181-1/+1
| | |/ /
| * | | Merge pull request #592 from albert-github/feature/bug_733705Dimitri van Heesch2017-09-023-75/+115
| |\ \ \
| | * | | Bug 733705 - parser misinterpreting fortranalbert-github2017-08-233-75/+115
| | | |/ | | |/|
| * | | Merge pull request #594 from albert-github/feature/regression_586Dimitri van Heesch2017-09-022-11/+11
| |\ \ \
| | * | | Marks JS as freely licensed (regression pull request 586)albert-github2017-08-252-11/+11
| | |/ /
| * | | Merge pull request #596 from albert-github/feature/bug_784281Dimitri van Heesch2017-09-021-0/+14
| |\ \ \
| | * | | BugĀ 784281 - Problem RTF output: The class list "classes" within the namespa...albert-github2017-08-261-0/+14
| | |/ /
| * | | Merge pull request #598 from doxygen/doxygen-travis-texDimitri van Heesch2017-09-021-2/+0
| |\ \ \
| | * | | Update .travis.ymlDimitri van Heesch2017-09-021-2/+0
| |/ / /
| * | | Update .travis.ymlDimitri van Heesch2017-09-021-0/+1
| |/ /
| * | Merge pull request #586 from zachwick/librejs_fixesDimitri van Heesch2017-08-2118-478/+1126
| |\ \