summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-089-183/+162
|\
| * remove PLANTUML_RUN_FAST because FAST is default.Charles.Lee2019-01-063-128/+11
| * Fast PlantumlCharles.Lee2019-01-011-13/+13
| * # IntroductionCharles.Lee2018-12-282-35/+115
* | Improved code structure a bitDimitri van Heesch2018-12-272-57/+65
* | Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2018-12-2711-21/+368
|\ \ | |/
| * JAVA_ONCE -> FASTCharles.Lee2018-12-264-7/+9
| * add plantuml.h in doxygen.cppCharles.Lee2018-12-241-0/+1
| * mergeCharles.Lee2018-12-24211-5444/+13393
| |\
| * | Imporvement of performance : Reduce the Java running count (3rd trial)Charles.Lee2018-08-292-117/+3
| * | PLANTUML_RUN_JAVA_ONCE is working well. But some specific plantuml has error...Charles.Lee2018-08-291-2/+4
| * | add format in writePlantUMLSource() and gathered in one pu file. But it is n...Charles.Lee2018-08-287-26/+239
| * | Merge remote-tracking branch 'upstream/master' into run_java_onceCharles.Lee2018-08-2730-104/+168
| |\ \
| * | | source arrangementCharles.Lee2018-08-272-15/+5
| * | | Imporvement of performance : Reduce the Java running countCharles.Lee2018-08-276-13/+267
* | | | Fixed regression after fixing memory leakDimitri van Heesch2018-12-263-5/+10
* | | | Merge branch 'mosra-xml-namespace-members-in-file-scope'Dimitri van Heesch2018-12-266-6/+108
|\ \ \ \
| * | | | Renamed option and test case numbersDimitri van Heesch2018-12-266-21/+26
| * | | | Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...Dimitri van Heesch2018-12-266-2/+99
| |\ \ \ \ |/ / / / /
| * | | | Make it possible to list namespace members in file scope for XML output.Vladimír Vondruš2018-02-106-2/+99
* | | | | Merge pull request #6578 from albert-github/feature/bug_addindex_htmlDimitri van Heesch2018-12-262-3/+8
|\ \ \ \ \
| * | | | | Multiple addindex commands in HTML with same namealbert-github2018-10-272-3/+8
* | | | | | Merge branch 'albert-github-feature/bug_escaped_equal_sign'Dimitri van Heesch2018-12-267-4/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-gi...Dimitri van Heesch2018-12-267-4/+26
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Create command for escaped equal signalbert-github2018-11-077-4/+26
* | | | | | | Fixed some more small memory leaksDimitri van Heesch2018-12-265-9/+22
* | | | | | | Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-254-2/+2997
* | | | | | | Fixed two small memory leaksDimitri van Heesch2018-12-252-1/+2
* | | | | | | Fix regression due to move of markdown processingDimitri van Heesch2018-12-242-15/+14
* | | | | | | Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warningDimitri van Heesch2018-12-241-1/+1
* | | | | | | Added some missing default types for argument matchingDimitri van Heesch2018-12-241-0/+4
* | | | | | | Merge branch 'albert-github-feature/issue_6690'Dimitri van Heesch2018-12-243-10/+203
|\ \ \ \ \ \ \
| * | | | | | | Changed implementation, added test caseDimitri van Heesch2018-12-243-10/+203
| * | | | | | | Merge branch 'feature/issue_6690' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-241-2/+2
| |\ \ \ \ \ \ \ |/ / / / / / / /
| * | | | | | | issue #6690 Regression in handling of shorthand signed/unsigned types in func...albert-github2018-12-201-2/+2
* | | | | | | | Corrected description of XML output for emoji charactersDimitri van Heesch2018-12-241-1/+1
* | | | | | | | Merge pull request #6685 from albert-github/feature/bug_changelogDimitri van Heesch2018-12-241-1101/+7160
|\ \ \ \ \ \ \ \
| * | | | | | | | Update of changelogalbert-github2018-12-161-1101/+7160
* | | | | | | | | Merge pull request #6683 from lewijw/jQuery1.7.2Dimitri van Heesch2018-12-244-36/+9412
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Upgrade to jQuery 1.7.2 to get rid of security scan violations.John W. Lewis2018-12-144-36/+9412
* | | | | | | | | Fix for 'Definition at line' points to end of multiple-lined definition for P...Dimitri van Heesch2018-12-231-1/+1
* | | | | | | | | Improved robustness of the emoji featureDimitri van Heesch2018-12-2326-3457/+1744
* | | | | | | | | Disabled debug printDimitri van Heesch2018-12-211-1/+1
* | | | | | | | | Added test case for \ref, and fixed representation of operator->*()Dimitri van Heesch2018-12-213-2/+338
* | | | | | | | | Merge pull request #6694 from albert-github/feature/issue_6692Dimitri van Heesch2018-12-202-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | issue #6692 XML TOC generation is not backwards-compatible with 1.8.14albert-github2018-12-192-2/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6696 from albert-github/feature/bug_xhtml_tocDimitri van Heesch2018-12-201-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Incorrect closing tags for in page table of contents (XHTML)albert-github2018-12-191-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6697 from albert-github/feature/bug_docbook_tocDimitri van Heesch2018-12-201-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Incorrect closing tags for in page table of contents (docbook)albert-github2018-12-191-0/+8
| |/ / / / / / / /