summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test 021Dimitri van Heesch2014-08-042-2/+2
|
* Disabled/fixed segments that produced doxygen warnings while running the testDimitri van Heesch2014-07-135-64/+24
|
* Merge pull request #197 from wtschueller/fix729092Dimitri van Heesch2014-07-134-0/+118
|\ | | | | Tcl: Bug 729092
| * Tcl: add test code for Bug 729092wtschueller2014-07-134-0/+118
| |
* | Merge pull request #191 from wtschueller/fix_729135Dimitri van Heesch2014-07-132-1/+47
|\ \ | | | | | | Update test 058 because commit 9d315a9 fixes also Bug 729135
| * | Update test 058 because commit 9d315a9 fixes also Bug 729135wtschueller2014-06-202-1/+47
| |/ | | | | | | | | --HG-- extra : rebase_source : aedb08ea08b1b0a983e31a11765c75b56c0b5ceb
* | Merge pull request #190 from wtschueller/fix705503Dimitri van Heesch2014-07-132-0/+89
|\ \ | | | | | | Bug 705503 - TCL: Documentation of oo::define is not working
| * | Bug 705503 - TCL: Documentation of oo::define is not workingwtschueller2014-06-282-0/+89
| |/
* | Tcl: add missing file that breaks test 057wtschueller2014-07-121-0/+4
| |
* | Tcl: test 057 additionally tests mutual Xrefs for two fileswtschueller2014-07-1213-53/+126
| |
* | Tcl: correct namespace resolution in case of INLINE_SOURCES = YESwtschueller2014-07-124-0/+194
| |
* | Tcl: support switch commandwtschueller2014-06-182-0/+596
| | | | | | | | | | --HG-- extra : rebase_source : f516669986006db5aca6af6417f323e57fa848d1
* | Tcl: support eval/catch commandswtschueller2014-06-172-0/+278
|/ | | | | --HG-- extra : rebase_source : 5d7e3a2b3c549419c672cddd8d780542053d68bb
* Tcl: recurse for []wtschueller2014-06-112-0/+495
|
* Tcl: collect XRefs also if INLINE_SOURCES = nowtschueller2014-06-1012-0/+598
|
* Corrected copyright yearalbert-github2014-04-211-1/+1
|
* Bug 692985 - Notes in xml output are not correctly separatedDimitri van Heesch2014-04-191-1/+2
|
* Added optional [block] option to \htmlonlyDimitri van Heesch2014-03-292-0/+5
|
* Added \latexinclude command (thanks to Juan Zaratiegui for the patch)Dimitri van Heesch2014-03-273-0/+20
|
* Merge branch 'wip/fix-link-id-on-last-line' of ↵Dimitri van Heesch2014-02-042-5/+19
|\ | | | | | | | | | | | | | | https://github.com/agateau/doxygen into agateau-wip/fix-link-id-on-last-line Conflicts: testing/055/md_055_markdown.xml testing/055_markdown.md
| * Make sure all ids in g_linkRefs are lower caseAurélien Gâteau2014-02-042-0/+31
| | | | | | | | | | Ids created from the last line were not lower-cased, leading to the link not being recognized.
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-031-0/+146
|\ \
| * | testsqlite3: a test for sqlite3genAdrian Negreanu2014-02-011-0/+146
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This verifies the 'memberdef' table against the generated XMLs. It accomplishes this by executing a sql query, constructed by iterating through the children and attributes of the memberdef XML element. The information translated from xml to sql, is then removed from the DOM, and the unprocessed bits are printed as warning messages. usage: testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml output: WARNING: 'location' has unprocessed attr 'bodyend' WARNING: 'memberdef' has unprocessed child elem 'briefdescription' WARNING: 'memberdef' has unprocessed child elem 'detaileddescription' WARNING: 'memberdef' has unprocessed child elem 'inbodydescription' WARNING: 'memberdef' has unprocessed child elem 'location' WARNING: 'memberdef' has unprocessed attr 'kind' WARNING: 'memberdef' has unprocessed attr 'prot' WARNING: 'memberdef' has unprocessed attr 'static' WARNING: 'memberdef' has unprocessed attr 'id'
* | Bug 722711 - [PATCH] Link refs with no title swallow an extra newlineDimitri van Heesch2014-01-262-0/+36
|/
* Fixed issues with @parblock and added regression test caseDimitri van Heesch2014-01-042-0/+135
|
* Updated failing testDimitri van Heesch2013-10-061-1/+1
|
* Bug 707567 - Asterisks in comment wrongly displayed for @codeDimitri van Heesch2013-09-061-12/+6
|
* Set CASE_SENSE_NAMES explicit to NO for the testsDimitri van Heesch2013-07-191-0/+1
|
* Added testing Makefile and updated .gitignore ignore other makefilesDimitri van Heesch2013-07-191-0/+3
|
* Added regression test suiteDimitri van Heesch2013-07-19137-0/+4086