summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | test: Add infrastructure to run tests against real GNU compilersBrad King2015-02-251-0/+36
* | test: Default to requiring empty stdout and stderrBrad King2015-02-2532-31/+2
* | test: Fix Function-template source to return from startBrad King2015-02-251-1/+1
* | Detect: Do not use Clang builtin include dir with --castxml-cc-msvcBrad King2015-02-113-4/+2
* | Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-047-4/+34
* | Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-048-4/+19
* | test: Add a case to test that -c is ignoredGaëtan Lehmann2015-02-033-0/+3
* | castxml: Allow -E to suppress --castxml-gccxml when used togetherGaëtan Lehmann2015-01-287-13/+6
* | castxml: Add creditsBrad King2014-12-172-1/+9
* | README: Add creditsBrad King2014-12-171-0/+9
* | Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-115-16/+59
* | test: Improve class template member typedef test casesBrad King2014-12-114-6/+6
* | RunClang: Force definition only of special membersBrad King2014-12-101-4/+19
* | RunClang: Use queue to track class completionBrad King2014-12-081-3/+6