summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #631 from ksztyber/excl_patter_ciDimitri van Heesch2017-12-241-7/+11
|\
| * Allow case insensitive file pattern matching based on CASE_SENSE_NAMESKonrad Sztyber2017-12-101-7/+11
* | Merge pull request #630 from faheel/change-right-arrowDimitri van Heesch2017-12-245-7/+7
|\ \
| * | Fix typoFaheel Ahmad2017-12-071-1/+1
| * | Change navtree collapsed list iconFaheel Ahmad2017-12-074-6/+6
| |/
* | Merge pull request #629 from mosra/xml-copy-imagesDimitri van Heesch2017-12-241-9/+14
|\ \
| * | Properly copy images for the XML output.Vladimír Vondruš2017-12-071-9/+14
| |/
* | Merge pull request #627 from mosra/xml-strong-typed-enumsDimitri van Heesch2017-12-245-1/+49
|\ \
| * | Provide information about enum type "strongness" in the XML output.Vladimír Vondruš2017-11-294-2/+10
| * | Expose underlying enum type in the XML output.Vladimír Vondruš2017-11-294-0/+40
| |/
* | Merge pull request #626 from mosra/xml-using-templatesDimitri van Heesch2017-12-243-4/+40
|\ \
| * | Provide template parameters also for type aliases in the XML output.Vladimír Vondruš2017-11-283-4/+40
| |/
* | Merge pull request #625 from mosra/xml-tableofcontentsDimitri van Heesch2017-12-244-0/+8
|\ \
| * | Expose TOC placeholder in XML output.Vladimír Vondruš2017-11-294-0/+8
* | | Merge pull request #624 from mosra/xml-page-briefdescriptionDimitri van Heesch2017-12-2443-0/+89
|\ \ \ | |/ /
| * | Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-2543-0/+89
| |/
* | Merge pull request #623 from mosra/xml-encode-invalid-charactersDimitri van Heesch2017-12-245-4/+12
|\ \
| * | Encode invalid XML characters instead of skipping them.Vladimír Vondruš2017-11-255-4/+12
| |/
* | Merge pull request #622 from luzpaz/misc-typosDimitri van Heesch2017-12-2430-65/+65
|\ \
| * | Misc. typosluzpaz2017-12-2330-65/+65
| |/
* | Merge pull request #613 from Cyberboss/patch-1Dimitri van Heesch2017-12-241-1/+12
|\ \ | |/ |/|
| * Suppresses warning for XML <see langword="..."/>Jordan Brown2017-10-191-1/+12
* | Merge pull request #621 from mosra/xml-programlisting-filenameDimitri van Heesch2017-11-1912-15/+35
|\ \
| * | Propagate language information to all <programlisting> XML elements.Vladimír Vondruš2017-11-1910-13/+33
| * | Pass strings as const references.Vladimír Vondruš2017-11-192-2/+2
* | | Merge pull request #620 from albert-github/feature/bug_ftn_code_commaDimitri van Heesch2017-11-191-8/+8
|\ \ \
| * | | Code color of , (comma) together with only in use statementalbert-github2017-11-181-8/+8
| |/ /
* | | Fix for regression in XML output generation after fixing bug 789168Dimitri van Heesch2017-11-191-1/+1
|/ /
* | Bug 787952 - Problem parsing c++ gnu::visibilityDimitri van Heesch2017-11-091-1/+1
* | Bug 789007 - Error in markdown emphasis examplesDimitri van Heesch2017-11-041-7/+7
* | Merge pull request #618 from groleo/sqlite3-fixesDimitri van Heesch2017-10-311-132/+182
|\ \
| * | sqlite3gen: start checking operations statusAdrian Negreanu2017-10-251-112/+139
| * | sqlite3gen: add missing protectedsettable columnAdrian Negreanu2017-10-251-1/+1
| * | sqlite3gen: add index on paramsAdrian Negreanu2017-10-251-1/+11
| * | sqlite3gen: use sqlite3_exec for schema setupAdrian Negreanu2017-10-251-10/+3
| * | sqlite3gen: add openDbConnectionAdrian Negreanu2017-10-251-8/+28
* | | Bug 789168 - Increasing access of inherited C++ members with 'using...' is no...Dimitri van Heesch2017-10-291-5/+4
* | | Restore 'make tests' ruleDimitri van Heesch2017-10-282-1/+6
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-10-284-4/+4
|\ \ \
| * \ \ Merge pull request #619 from samtygier/update-mathjaxDimitri van Heesch2017-10-284-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Async load of mathjax javascriptSam Tygier2017-10-251-1/+1
| | * | Update mathjax pathSam Tygier2017-10-253-3/+3
| |/ /
* | | Restore Makefile in vhdlparser dirDimitri van Heesch2017-10-281-397/+22
|/ /
* | Merge pull request #617 from wich/plantuml-dot-pathDimitri van Heesch2017-10-241-0/+7
|\ \
| * | Provide dot path to plantumlRemko van der Vossen2017-10-231-0/+7
* | | Merge pull request #142 from randomguy3/line-breaksDimitri van Heesch2017-10-241-0/+14
|\ \ \ | |/ / |/| |
| * | Implement "double-space line breaks" syntax in MarkdownAlex Merry2014-03-181-0/+14
* | | Merge pull request #615 from DerDakon/cmake-cleanupDimitri van Heesch2017-10-2111-74/+53
|\ \ \ | |_|/ |/| |
| * | CMake: use GNUInstallDirs module for man pages directoryRolf Eike Beer2017-10-201-1/+2
| * | CMake: avoid if() around the whole contents of documentation CMakeLists.txtRolf Eike Beer2017-10-203-10/+5