summaryrefslogtreecommitdiffstats
path: root/testing/018/018__def_8c.xml
Commit message (Collapse)AuthorAgeFilesLines
* issue #7635: Incorrect location for enum in XML file (part 2)Dimitri van Heesch2020-03-151-1/+1
|
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-5/+5
|
* Provide information about enum type "strongness" in the XML output.Vladimír Vondruš2017-11-291-1/+1
| | | | | | | There's a new boolean `strong` attribute on the `<memberdef>` element that defines whether the enum is a classic or a strong one. Tests were updated to verify both cases.
* Expose underlying enum type in the XML output.Vladimír Vondruš2017-11-291-0/+1
| | | | | | | | | | | The <type> element (used for function return type and variable type) is now reused also for underlying enum type. C++03-style enum types that don't have the underlying type specified have the <type> tag as well, but empty to indicate that the underlying type is unspecified. Added a new test case for this.
* Further cmake changesDimitri van Heesch2015-05-311-5/+5
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-151-1/+1
|
* Added regression test suiteDimitri van Heesch2013-07-191-0/+125