index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Add cases for class member template instantiation
Brad King
2014-03-24
5
-0/+53
*
Output: Report class friends
Brad King
2014-03-24
4
-0/+60
*
Output: Report class bases
Brad King
2014-03-21
4
-1/+83
*
Output: Refactor access specifier attribute printing
Brad King
2014-03-21
1
-7/+16
*
Output: Add abstract="" attribute to Class elements
Brad King
2014-03-21
4
-0/+25
*
Output: Generate Enumeration elements
Brad King
2014-03-21
6
-0/+54
*
Output: Add init="" attribute to Variable elements
Brad King
2014-03-21
4
-0/+25
*
Output: Handle using declarations and directives
Brad King
2014-03-21
10
-0/+76
*
Output: Generate MethodType and OffsetType elements
Brad King
2014-03-21
10
-4/+132
*
Output: Extend type nodes and queue to pair with containing class
Brad King
2014-03-21
1
-27/+44
*
Output: Generate Ellipsis element inside variadic functions and types
Brad King
2014-03-21
6
-0/+33
*
Output: Generate FunctionType elements
Brad King
2014-03-21
4
-0/+49
*
Output: Map Paren type to the inner type
Brad King
2014-03-21
4
-0/+12
*
test: Add case for a Variable as Class member
Brad King
2014-03-21
3
-0/+23
*
Output: Generate Field elements
Brad King
2014-03-21
4
-0/+49
*
Output: Generate function template instantiations and specializations
Brad King
2014-03-21
4
-0/+49
*
RunClang: Parse function bodies so we can instantiate them
Brad King
2014-03-21
1
-3/+0
*
test: Add cases for Method, OperatorMethod, and OperatorFunction
Brad King
2014-03-21
7
-0/+68
*
Output: Follow qualified type names
Brad King
2014-03-21
4
-0/+16
*
Output: Desugar template specialization types
Brad King
2014-03-21
4
-0/+17
*
Output: Generate class template instantiations and specializations
Brad King
2014-03-21
4
-2/+90
*
Output: Factor out start decl addition
Brad King
2014-03-21
1
-2/+11
*
Extend xml test cases to validate with xmllint if available
Brad King
2014-03-21
2
-0/+26
*
Restrict --castxml-gccxml to C++98 and C89 modes
Brad King
2014-03-21
18
-0/+48
*
Output: Add implicit members to Class, Struct, and Union
Brad King
2014-03-21
2
-1/+15
*
Output: Generate Function and related elements
Brad King
2014-03-21
6
-0/+252
*
Output: Generate Variable elements
Brad King
2014-03-21
4
-0/+29
*
Output: Generate ArrayType elements
Brad King
2014-03-21
6
-0/+46
*
Output: Generate ReferenceType elements
Brad King
2014-03-21
4
-0/+22
*
Output: Generate PointerType elements
Brad King
2014-03-21
4
-0/+21
*
Output: Generate Class, Struct, and Union elements
Brad King
2014-03-21
6
-0/+58
*
Output: Generate CvQualifiedType elements
Brad King
2014-03-21
4
-4/+34
*
Output: Generate FundamentalType elements
Brad King
2014-03-21
4
-0/+21
*
Output: Map Typedef type to TypedefDecl
Brad King
2014-03-21
1
-0/+10
*
Output: Generate Typedef elements
Brad King
2014-03-21
1
-0/+104
*
Output: Generate declared Namespace elements
Brad King
2014-03-21
4
-0/+61
*
Output: Generate the global Namespace element
Brad King
2014-03-21
1
-0/+80
*
Teach test infrastructure to check generated xml files
Brad King
2014-02-26
2
-1/+30
*
Add test cases for castxml command-line errors
Brad King
2014-02-26
17
-0/+38
*
Add test infrastructure to run castxml and validate results
Brad King
2014-02-26
3
-0/+93
*
Install LICENSE and NOTICE files
Brad King
2014-02-26
1
-0/+9
*
Detect settings from MSVC-like compilers
Brad King
2014-02-26
3
-3/+202
*
Add output for 'File' XML elements
Brad King
2014-02-26
1
-1/+44
*
Add --castxml-start option to specify traversal roots
Brad King
2014-02-26
5
-9/+71
*
Set up Clang AST visitor infrastructure for XML output
Brad King
2014-02-26
4
-1/+385
*
Utils: Add API to encode strings as XML
Brad King
2014-02-26
2
-0/+35
*
Make Clang resources available to our driver
Brad King
2014-02-26
6
-2/+52
*
Add API to run Clang internally
Brad King
2014-02-26
5
-6/+356
*
Detect settings from GNU-like compilers
Brad King
2014-02-14
3
-5/+103
*
Add --castxml-cc-<id> option to specify compiler command
Brad King
2014-02-14
5
-2/+115
[next]