Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose underlying enum type in the XML output. | Vladimír Vondruš | 2017-11-29 | 1 | -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 changes | Dimitri van Heesch | 2015-05-31 | 1 | -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 files | Dimitri van Heesch | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Added regression test suite | Dimitri van Heesch | 2013-07-19 | 1 | -0/+125 |