| Commit message (Expand) | Author | Age | Files | Lines |
* | Test renumbering | albert-github | 2018-04-01 | 4 | -0/+71 |
|
|
* | XML output: avoid warnings with scoped enum values in anonymous namespaces. | Vladimír Vondruš | 2017-12-29 | 2 | -0/+57 |
|
|
* | Merge branch 'variadic' of https://github.com/mehw/doxygen into mehw-variadic | Dimitri van Heesch | 2017-12-27 | 8 | -0/+956 |
|\ |
|
| * | Add variadic template function regression tests | Matthew White | 2017-08-03 | 4 | -0/+808 |
|
|
| * | Add variadic function arguments '...' regression tests | Matthew White | 2017-08-03 | 4 | -0/+148 |
|
|
* | | Merge pull request #627 from mosra/xml-strong-typed-enums | Dimitri van Heesch | 2017-12-24 | 3 | -1/+34 |
|\ \ |
|
| * | | Provide information about enum type "strongness" in the XML output. | Vladimír Vondruš | 2017-11-29 | 2 | -2/+2 |
|
|
| * | | Expose underlying enum type in the XML output. | Vladimír Vondruš | 2017-11-29 | 3 | -0/+33 |
|
|
* | | | Merge pull request #626 from mosra/xml-using-templates | Dimitri van Heesch | 2017-12-24 | 2 | -0/+39 |
|\ \ \ |
|
| * | | | Provide template parameters also for type aliases in the XML output. | Vladimír Vondruš | 2017-11-28 | 2 | -0/+39 |
| |/ / |
|
* | | | Merge pull request #625 from mosra/xml-tableofcontents | Dimitri van Heesch | 2017-12-24 | 2 | -0/+3 |
|\ \ \ |
|
| * | | | Expose TOC placeholder in XML output. | Vladimír Vondruš | 2017-11-29 | 2 | -0/+3 |
|
|
* | | | | Merge pull request #624 from mosra/xml-page-briefdescription | Dimitri van Heesch | 2017-12-24 | 42 | -0/+86 |
|\ \ \ \
| |/ / / |
|
| * | | | Provide page brief in <briefdescription> of XML output. | Vladimír Vondruš | 2017-11-25 | 42 | -0/+86 |
| |/ / |
|
* | | | Encode invalid XML characters instead of skipping them. | Vladimír Vondruš | 2017-11-25 | 3 | -2/+4 |
|/ / |
|
* | | Propagate language information to all <programlisting> XML elements. | Vladimír Vondruš | 2017-11-19 | 6 | -6/+17 |
|
|
* | | Restore 'make tests' rule | Dimitri van Heesch | 2017-10-28 | 1 | -0/+5 |
|
|
* | | CMake: use add_test to create a test | Rolf Eike Beer | 2017-10-20 | 1 | -4/+2 |
|
|
* | | CMake: remove unused program searching | Rolf Eike Beer | 2017-10-20 | 1 | -3/+0 |
|
|
* | | Use language identifier instead of file extension for language attribute | Dimitri van Heesch | 2017-09-28 | 1 | -2/+2 |
|
|
* | | fix test to support new programlisting attribute | Shi Yan | 2017-09-26 | 1 | -2/+2 |
|/ |
|
* | Fix C# property initializer parsing | Piotr Szydełko | 2017-05-20 | 2 | -0/+57 |
|
|
* | Bug 770660 - Code snippet always shows line numbers from 1 | albert-github | 2016-09-03 | 1 | -3/+3 |
|
|
* | Fix for changed references due to different removeRedudantWhiteSpace() implem... | Dimitri van Heesch | 2016-03-13 | 2 | -10/+10 |
|
|
* | Fixed issue escaping ndashes (\--) and mdashes (\---) | Dimitri van Heesch | 2016-02-07 | 2 | -0/+3 |
|
|
* | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-14 | 2 | -1/+3 |
|
|
* | Merge pull request #381 from albert-github/feature/bug_646002 | Dimitri van Heesch | 2015-08-31 | 1 | -14/+2 |
|\ |
|
| * | Bug 646002 - htmlonly content appears in generated XML output | albert-github | 2015-08-12 | 1 | -14/+2 |
|
|
* | | runtests: Simplify dictionary usage | Boris Egorov | 2015-08-20 | 1 | -4/+1 |
|/ |
|
* | Problem running tests under Windows | albert-github | 2015-06-10 | 3 | -4/+8 |
|
|
* | Support diff that returns "No differences encountered" when comparing test re... | Dimitri van Heesch | 2015-06-03 | 1 | -1/+1 |
|
|
* | Fixes for running tests and generating docs with cmake | Dimitri van Heesch | 2015-06-03 | 2 | -2/+2 |
|
|
* | Added missing files and build instructions | Dimitri van Heesch | 2015-05-31 | 4 | -272/+218 |
|
|
* | Further cmake changes | Dimitri van Heesch | 2015-05-31 | 62 | -239/+153 |
|
|
* | use cmake | Adrian Negreanu | 2015-05-15 | 2 | -0/+89 |
|
|
* | Fixed typos in comments. | orbitcowboy | 2015-03-25 | 4 | -4/+4 |
|
|
* | runtests.pl: mmn version has dash as separator | Adrian Negreanu | 2015-03-10 | 1 | -1/+1 |
|
|
* | Adjust test script for longer version number | Dimitri van Heesch | 2015-01-04 | 1 | -1/+1 |
|
|
* | various fixes and restructuring | Dimitri van Heesch | 2014-12-22 | 1 | -1/+1 |
|
|
* | Merge branch 'feature/bug_size_latex' of https://github.com/albert-github/dox... | Dimitri van Heesch | 2014-12-20 | 4 | -7/+10 |
|\ |
|
| * | Limit images sizes and make more uniform (LaTeX) | albert-github | 2014-11-28 | 4 | -7/+10 |
|
|
* | | Fix bug: language switch command "\~" failed to detect language id which cont... | kbinani | 2014-12-01 | 2 | -0/+22 |
|
|
* | | Bug 739214 - Cannot make unscoped link to C++ conversion operator | Dimitri van Heesch | 2014-11-16 | 2 | -0/+137 |
|
|
* | | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 58 | -58/+58 |
|/ |
|
* | Fixed test 021 | Dimitri van Heesch | 2014-08-04 | 2 | -2/+2 |
|
|
* | Disabled/fixed segments that produced doxygen warnings while running the test | Dimitri van Heesch | 2014-07-13 | 5 | -64/+24 |
|
|
* | Merge pull request #197 from wtschueller/fix729092 | Dimitri van Heesch | 2014-07-13 | 4 | -0/+118 |
|\ |
|
| * | Tcl: add test code for Bug 729092 | wtschueller | 2014-07-13 | 4 | -0/+118 |
|
|
* | | Merge pull request #191 from wtschueller/fix_729135 | Dimitri van Heesch | 2014-07-13 | 2 | -1/+47 |
|\ \ |
|
| * | | Update test 058 because commit 9d315a9 fixes also Bug 729135 | wtschueller | 2014-06-20 | 2 | -1/+47 |
| |/ |
|