Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Expose underlying enum type in the XML output. | Vladimír Vondruš | 2017-11-29 | 1 | -0/+7 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #626 from mosra/xml-using-templates | Dimitri van Heesch | 2017-12-24 | 1 | -4/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Provide template parameters also for type aliases in the XML output. | Vladimír Vondruš | 2017-11-28 | 1 | -4/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #625 from mosra/xml-tableofcontents | Dimitri van Heesch | 2017-12-24 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Expose TOC placeholder in XML output. | Vladimír Vondruš | 2017-11-29 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #624 from mosra/xml-page-briefdescription | Dimitri van Heesch | 2017-12-24 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Provide page brief in <briefdescription> of XML output. | Vladimír Vondruš | 2017-11-25 | 1 | -0/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #623 from mosra/xml-encode-invalid-characters | Dimitri van Heesch | 2017-12-24 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Encode invalid XML characters instead of skipping them. | Vladimír Vondruš | 2017-11-25 | 1 | -1/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #622 from luzpaz/misc-typos | Dimitri van Heesch | 2017-12-24 | 19 | -31/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Misc. typos | luzpaz | 2017-12-23 | 19 | -31/+31 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #613 from Cyberboss/patch-1 | Dimitri van Heesch | 2017-12-24 | 1 | -1/+12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Suppresses warning for XML <see langword="..."/> | Jordan Brown | 2017-10-19 | 1 | -1/+12 | |
* | | | | | | Merge pull request #621 from mosra/xml-programlisting-filename | Dimitri van Heesch | 2017-11-19 | 5 | -8/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Propagate language information to all <programlisting> XML elements. | Vladimír Vondruš | 2017-11-19 | 3 | -6/+15 | |
| * | | | | | | Pass strings as const references. | Vladimír Vondruš | 2017-11-19 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #620 from albert-github/feature/bug_ftn_code_comma | Dimitri van Heesch | 2017-11-19 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Code color of , (comma) together with only in use statement | albert-github | 2017-11-18 | 1 | -8/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Fix for regression in XML output generation after fixing bug 789168 | Dimitri van Heesch | 2017-11-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Bug 787952 - Problem parsing c++ gnu::visibility | Dimitri van Heesch | 2017-11-09 | 1 | -1/+1 | |
* | | | | | | Merge pull request #618 from groleo/sqlite3-fixes | Dimitri van Heesch | 2017-10-31 | 1 | -132/+182 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | sqlite3gen: start checking operations status | Adrian Negreanu | 2017-10-25 | 1 | -112/+139 | |
| * | | | | | | sqlite3gen: add missing protectedsettable column | Adrian Negreanu | 2017-10-25 | 1 | -1/+1 | |
| * | | | | | | sqlite3gen: add index on params | Adrian Negreanu | 2017-10-25 | 1 | -1/+11 | |
| * | | | | | | sqlite3gen: use sqlite3_exec for schema setup | Adrian Negreanu | 2017-10-25 | 1 | -10/+3 | |
| * | | | | | | sqlite3gen: add openDbConnection | Adrian Negreanu | 2017-10-25 | 1 | -8/+28 | |
* | | | | | | | Bug 789168 - Increasing access of inherited C++ members with 'using...' is no... | Dimitri van Heesch | 2017-10-29 | 1 | -5/+4 | |
* | | | | | | | Async load of mathjax javascript | Sam Tygier | 2017-10-25 | 1 | -1/+1 | |
* | | | | | | | Update mathjax path | Sam Tygier | 2017-10-25 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #617 from wich/plantuml-dot-path | Dimitri van Heesch | 2017-10-24 | 1 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Provide dot path to plantuml | Remko van der Vossen | 2017-10-23 | 1 | -0/+7 | |
* | | | | | | | Merge pull request #142 from randomguy3/line-breaks | Dimitri van Heesch | 2017-10-24 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Implement "double-space line breaks" syntax in Markdown | Alex Merry | 2014-03-18 | 1 | -0/+14 | |
* | | | | | | | CMake: let CMake handle the C++ standard setting if target_compile_features()... | Rolf Eike Beer | 2017-10-20 | 1 | -2/+3 | |
* | | | | | | | CMake: remove needless variable expansions | Rolf Eike Beer | 2017-10-20 | 1 | -3/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #609 from msc-/master | Dimitri van Heesch | 2017-10-15 | 1 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583. | msc- | 2017-10-13 | 1 | -2/+5 | |
* | | | | | | | Updated translator_de.h to doxygen 1.8.13 | Arnd Weber | 2017-10-13 | 1 | -21/+48 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2017-10-10 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Bug 557094 - Wrong spacing in function names with french language (latex output) | albert-github | 2017-10-01 | 1 | -1/+2 | |
* | | | | | | | Correction display of backtick in LaTeX | Dimitri van Heesch | 2017-10-10 | 2 | -12/+11 | |
|/ / / / / / | ||||||
* | | | | | | Use language identifier instead of file extension for language attribute | Dimitri van Heesch | 2017-09-28 | 1 | -1/+1 | |
* | | | | | | Merge branch 'master' of https://github.com/shi-yan/doxygen into shi-yan-master | Dimitri van Heesch | 2017-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use language in stead of lang for language name attribute | Shi Yan | 2017-08-22 | 1 | -1/+1 | |
| * | | | | | | Add language type attribute to programlisting tag | Shi Yan | 2017-08-22 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #605 from albert-github/feature/bug_js_regression_2 | Dimitri van Heesch | 2017-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Mark JS as freely available (regression 2) | albert-github | 2017-09-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #606 from albert-github/feature/bug_743367 | Dimitri van Heesch | 2017-09-28 | 2 | -7/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .... | albert-github | 2017-09-28 | 2 | -7/+16 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3... | Dimitri van Heesch | 2017-09-28 | 1 | -2/+2 | |
|/ / / / / / / |