index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Output.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output: Add the type of nullptr as a FundamentalType
Brad King
2019-04-09
1
-0/+14
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2019-04-08
1
-0/+2
*
Output: Add original types to decayed function parameters
Brad King
2018-03-22
1
-2/+9
*
Output: Add deprecated attribute
Brad King
2017-10-13
1
-2/+6
*
Output: Always print name= attribute for function-like elements
Brad King
2017-10-03
1
-20/+22
*
Output: Treat lambda classes as anonymous and memberless
Brad King
2017-09-29
1
-2/+2
*
Output: Add dllexport/dllimport attributes
Mark A Russell
2017-09-28
1
-2/+10
*
Output: Add size and align attributes to ReferenceType
Brad King
2017-09-28
1
-2/+3
*
Output: Desugar 'auto' types
Brad King
2017-09-28
1
-0/+6
*
Output: Present TypeAlias as Typedef
Brad King
2017-09-27
1
-4/+14
*
castxml: Use real `__float128` type with LLVM/Clang 3.9+
Brad King
2017-08-23
1
-4/+17
*
Run clang-format on sources
Brad King
2017-08-23
1
-7/+8
*
Output: Add support for elaborated type specifiers
Michka Popoff
2017-03-01
1
-4/+17
*
Output: Add size and align attributes to Enumeration
Brad King
2017-01-13
1
-0/+1
*
Output: Add size and align attributes to PointerType
Brad King
2017-01-12
1
-1/+2
*
castxml: Add flag --castxml-output=<v> to activate a new output format
Michka Popoff
2016-12-09
1
-8/+29
*
Output: Factor out XML start and end tag generation into helpers
Michka Popoff
2016-12-09
1
-13/+31
*
Revise C++ coding style using clang-format
Kitware Robot
2016-11-10
1
-488/+599
*
Remove `//------...` horizontal separator comments
Brad King
2016-11-10
1
-73/+0
*
Protect hand-formatted blocks from clang-format
Brad King
2016-11-10
1
-0/+14
*
Output: Exclude C++11 user defined literal operators from gccxml format
Brad King
2016-10-06
1
-0/+4
*
Output: Avoid assertion failure on a FunctionDecl with no identifier
Brad King
2016-10-06
1
-2/+6
*
Output: Desugar typedefs whose context is a template
Brad King
2016-08-16
1
-5/+10
*
Output: Fix assertion failure on translation-unit-level operators
Brad King
2016-06-17
1
-2/+4
*
castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` again
Brad King
2016-05-10
1
-10/+3
*
Output: Fix access specifier of incomplete class template instantiations
Brad King
2016-04-19
1
-9/+7
*
Output: Generalize exclusion of internal `__castxml` builtins
Brad King
2016-04-18
1
-9/+9
*
Output: Update `cvs_revision` number to indicate output change
Michka Popoff
2016-04-13
1
-1/+1
*
Output: Fix access specifier of class template instantiations
Brad King
2016-04-12
1
-7/+28
*
Output: Fix unnamed enum value references in default arguments
Brad King
2016-03-21
1
-1/+15
*
Output: Update `cvs_revision` number to indicate output change
Brad King
2016-03-17
1
-1/+1
*
Output: Print fully qualified names in variable initializers
Brad King
2016-03-16
1
-1/+2
*
Output: Print canonical form of types named in default arguments
Brad King
2016-03-16
1
-0/+30
*
Output: Refactor ASTVisitor::PrintHelpStmt dispatch
Brad King
2016-03-16
1
-1/+6
*
Output: Constify ASTVisitor::PrintHelpStmt input argument
Brad King
2016-03-16
1
-2/+2
*
Output: Print fully qualified declarations named in default arguments
Brad King
2016-03-16
1
-1/+28
*
castxml: Fix `__float128` simulation with `-std=gnu++{11,14}`
Brad King
2016-01-26
1
-0/+8
*
Output: Fix `__float128` mangled name suppression with MSVC mangling
Brad King
2016-01-26
1
-3/+3
*
Output: Factor out a helper to print our fake __float128 FundamentalType
Brad King
2016-01-25
1
-3/+11
*
Output: Fix references to types whose declaration is invalid
Brad King
2015-12-14
1
-8/+9
*
Output: Clarify name of method adding a decl for a type
Brad King
2015-12-14
1
-8/+10
*
Output: Skip C++11 type alias declarations
Brad King
2015-12-10
1
-0/+8
*
Output: Skip Typedef elements that refer to rvalue references
Brad King
2015-12-10
1
-0/+7
*
Output: Generate Base element offset="" attribute
Brad King
2015-12-03
1
-1/+10
*
Output: Add overrides="" attribute to methods
Jörg Wollenschläger
2015-08-25
1
-0/+18
*
Output: Add annotate() to more declaration attributes=""
Jörg Wollenschläger
2015-08-24
1
-3/+19
*
Output: Add annotate() to function argument attributes=""
Michka Popoff
2015-08-20
1
-0/+3
*
Output: Add annotate() to function declaration attributes=""
Brad King
2015-08-18
1
-0/+14
*
Output: Refactor attributes="" printing to use a helper
Brad King
2015-08-18
1
-9/+35
*
Output: Further hide our __float128 struct from generated xml
Brad King
2015-06-24
1
-0/+17
[next]