summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-1819-0/+191
* Output: Refactor attributes="" printing to use a helperBrad King2015-08-181-9/+35
* test: Add tests for Constructor, Destructor, and Converter elementsBrad King2015-08-187-0/+65
* test: Fix message about GNU CXX compiler that we find for testingBrad King2015-08-181-2/+1
* RunClang: Exit with error if compilation jobs fail to buildBrad King2015-08-075-0/+8
* Port to LLVM/Clang SVN r243888 (trunk) and 3.7Brad King2015-08-032-3/+4
* test: Run __float128 tests only if GNU compiler supports itBrad King2015-07-201-12/+34
* Port to LLVM/Clang SVN r240941 (trunk)Brad King2015-06-293-1/+24
* Fix compilation with GNU tools on WindowsBrad King2015-06-291-1/+7
* Output: Further hide our __float128 struct from generated xmlBrad King2015-06-248-3/+44
* Output: Add local variable to one case in AddDeclContextMembersBrad King2015-06-231-1/+3
* test: Add infrastructure to test without --castxml-start optionBrad King2015-06-231-1/+1
* Output: Generate a FundamentalType for our __float128 typedefBrad King2015-06-233-22/+18
* castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-085-6/+45
* test: Add infrastructure for custom test input and start optionsBrad King2015-06-081-2/+13
* test: Add case for nested namespacesBrad King2015-06-083-0/+25
* castxml: Allow -target option to override --castxml-cc-<id> detectionBrad King2015-05-287-2/+17
* test: Add cases covering --castxml-cc-<id> target triple detectionBrad King2015-05-2812-2/+54
* doc: Add CastXML homepage link to html documentation layoutBrad King2015-05-272-1/+10
* test: Fix xml output matching on i386-pc-windows-msvc targetsBrad King2015-05-271-0/+2
* Output: Move function type attributes to end of element attribute listBrad King2015-05-272-4/+4
* Output: Generate throw="..." instead of throws="..."Michka Popoff2015-05-2135-151/+151
* Output: Place inline namespace members in containing namespaceBrad King2015-05-158-0/+60
* Output: Refactor Clang printing policy selectionBrad King2015-05-151-5/+10
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-154-1/+18
* Disallow LLVM/Clang build tree explicitly; require install treeBrad King2015-05-141-0/+10
* Require CLANG_RESOURCE_DIR to be found to build CastXMLBrad King2015-05-131-5/+16
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-1252-96/+128
* Output: Drop 'const' from clang::ASTContext referenceBrad King2015-05-122-3/+3
* Output: Inline PrintNameAttribute overload at only call siteBrad King2015-05-121-11/+4
* Output: Fix compilation with VS 2012Brad King2015-04-281-9/+19
* Output: Drop unused index previously consumed by CvQualifiedType elementsBrad King2015-04-2816-99/+97
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-2843-234/+360
* test: Add option to transform actual xml to expected xmlBrad King2015-04-281-0/+12
* Output: Rename AddDumpNode overloads to Add{Decl,Type}DumpNodeBrad King2015-04-271-32/+35
* castxml: Document example values for --castxml-cc-<id> optionBrad King2015-04-162-2/+9
* Detect: Improve target triple selectionBrad King2015-04-161-15/+13
* README: Can be built against LLVM/Clang 3.6.0.Matt McCormick2015-04-101-2/+4
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-0872-140/+164
* Output: Generate an "offset" attribute on Field elementsMichka Popoff2015-04-089-10/+20
* Output: Handle function types with no prototypeBrad King2015-03-314-13/+24
* test: Print command line string when a test failsBrad King2015-03-311-0/+2
* README: Add link to CastXML mailing listBrad King2015-03-261-0/+7
* NOTICE: Update copyright year rangeBrad King2015-03-261-1/+1
* Port to LLVM/Clang SVN r232962 (trunk)Brad King2015-03-234-10/+9
* Output: Simplify name lookup result traversalBrad King2015-03-231-7/+6
* Output: Traverse namespace redeclarationsBrad King2015-03-236-1/+40
* Output: Refactor PrintMembersAttribute steps as overloadsBrad King2015-03-231-1/+6
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-256-0/+58
* Detect: Use local variable to simplify fixPredefines logicBrad King2015-02-251-4/+5