summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Output: Decay Function Argument typesBrad King2014-03-241-0/+1
* Output: Use typedef name for anonymous enumBrad King2014-03-241-0/+2
* Output: Add default="" to Function Argument elementsBrad King2014-03-241-0/+2
* Output: Desugar Class base class referencesBrad King2014-03-241-0/+1
* test: Add case for multiple class forward declarationsBrad King2014-03-241-0/+1
* Output: Fix output of forward-declared classesBrad King2014-03-241-0/+1
* test: Add case for class template basesBrad King2014-03-241-0/+1
* castxml: Report version number with '--version'Brad King2014-03-241-0/+1
* castxml: Expand response file references on command lineBrad King2014-03-241-0/+3
* test: Avoid duplication of path to test input directoryBrad King2014-03-241-4/+5
* Output: Make FundamentalType names match gccxmlBrad King2014-03-241-0/+1
* test: Add cases for C-mode gccxml-like outputBrad King2014-03-241-0/+5
* test: Add infrastructure for C-mode testsBrad King2014-03-241-5/+13
* test: Add case for using declaration in derived classBrad King2014-03-241-0/+1
* test: Add cases for class member template instantiationBrad King2014-03-241-0/+2
* Output: Report class friendsBrad King2014-03-241-0/+1
* Output: Report class basesBrad King2014-03-211-0/+1
* Output: Add abstract="" attribute to Class elementsBrad King2014-03-211-0/+1
* Output: Generate Enumeration elementsBrad King2014-03-211-0/+2
* Output: Add init="" attribute to Variable elementsBrad King2014-03-211-0/+1
* Output: Handle using declarations and directivesBrad King2014-03-211-0/+4
* Output: Generate MethodType and OffsetType elementsBrad King2014-03-211-0/+4
* Output: Generate Ellipsis element inside variadic functions and typesBrad King2014-03-211-0/+2
* Output: Generate FunctionType elementsBrad King2014-03-211-0/+1
* Output: Map Paren type to the inner typeBrad King2014-03-211-0/+1
* test: Add case for a Variable as Class memberBrad King2014-03-211-0/+1
* Output: Generate Field elementsBrad King2014-03-211-0/+1
* Output: Generate function template instantiations and specializationsBrad King2014-03-211-0/+1
* test: Add cases for Method, OperatorMethod, and OperatorFunctionBrad King2014-03-211-0/+3
* Output: Follow qualified type namesBrad King2014-03-211-0/+2
* Output: Desugar template specialization typesBrad King2014-03-211-0/+1
* Output: Generate class template instantiations and specializationsBrad King2014-03-211-0/+1
* Extend xml test cases to validate with xmllint if availableBrad King2014-03-211-0/+3
* Restrict --castxml-gccxml to C++98 and C89 modesBrad King2014-03-211-0/+11
* Output: Generate Function and related elementsBrad King2014-03-211-0/+2
* Output: Generate Variable elementsBrad King2014-03-211-0/+1
* Output: Generate ArrayType elementsBrad King2014-03-211-0/+2
* Output: Generate ReferenceType elementsBrad King2014-03-211-0/+1
* Output: Generate PointerType elementsBrad King2014-03-211-0/+1
* Output: Generate Class, Struct, and Union elementsBrad King2014-03-211-0/+2
* Output: Generate CvQualifiedType elementsBrad King2014-03-211-0/+1
* Output: Generate FundamentalType elementsBrad King2014-03-211-0/+1
* Output: Generate declared Namespace elementsBrad King2014-03-211-0/+2
* Teach test infrastructure to check generated xml filesBrad King2014-02-261-0/+16
* Add test cases for castxml command-line errorsBrad King2014-02-261-0/+10
* Add test infrastructure to run castxml and validate resultsBrad King2014-02-261-0/+26