summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated changelog for release 1.8.14Release_1_8_14Dimitri van Heesch2017-12-251-0/+127
* Bug 779014 - Add "\~" command to internatioalization articleDimitri van Heesch2017-12-251-2/+4
* Bug 788209 - C++: False warning message when inheriting class from tag fileDimitri van Heesch2017-12-251-0/+1
* Bug 790320 - C++ parameter from lambda not recognizedDimitri van Heesch2017-12-251-0/+8
* Bug 729237 - (UnFriendlyTemplate) Spurious warning when documenting friend te...Dimitri van Heesch2017-12-251-0/+1
* Bug 790788 - Doxygen not showing the public, non-static member functionDimitri van Heesch2017-12-251-0/+5
* Merge pull request #602 from albert-github/feature/bug_newline_aliasDimitri van Heesch2017-12-243-2/+17
|\
| * Physical newlines in ALIASES configuration tags.albert-github2017-09-093-2/+17
* | Merge pull request #628 from powARman/fix-vhdlparserDimitri van Heesch2017-12-241-0/+1
|\ \
| * | Fix not initialized pointer when parser is starting on a new file.Andreas Regel2017-12-041-0/+1
* | | Merge pull request #632 from mehw/flex_perl_scriptDimitri van Heesch2017-12-241-8/+8
|\ \ \
| * | | Fix: add missing semicolon ';' at end of lineMatthew White2017-12-161-1/+1
| * | | Fix: add missing newline char '\n'Matthew White2017-12-161-1/+1
| * | | Fix: perl script regexp to toggle flex debug informationMatthew White2017-12-161-4/+4
| * | | Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase)Matthew White2017-12-161-2/+2
| |/ /
* | | 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