index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi-visit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Don't use info as witness of implicit object type
Eric Blake
2015-10-15
1
-1
/
+2
*
qapi: Use predicate callback to determine visit filtering
Eric Blake
2015-10-15
1
-7
/
+10
*
qapi: Fix regression with '-netdev help'
Eric Blake
2015-10-15
1
-1
/
+3
*
qapi: Share gen_visit_fields()
Eric Blake
2015-10-12
1
-21
/
+1
*
qapi: Share gen_err_check()
Eric Blake
2015-10-12
1
-11
/
+3
*
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2015-10-12
1
-13
/
+11
*
qapi: Consistent generated code: prefer common indentation
Eric Blake
2015-10-12
1
-26
/
+27
*
qapi: Consistent generated code: prefer common labels
Eric Blake
2015-10-12
1
-2
/
+2
*
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-10-12
1
-35
/
+35
*
qapi-visit: Rearrange code a bit
Markus Armbruster
2015-09-21
1
-29
/
+19
*
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-58
/
+69
*
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
2015-09-21
1
-158
/
+114
*
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
1
-1
/
+1
*
qapi: Generated code cleanup
Markus Armbruster
2015-09-04
1
-0
/
+1
*
qapi: Document that input visitor semantics are prone to leaks
Eric Blake
2015-09-04
1
-0
/
+4
*
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
2015-09-04
1
-6
/
+6
*
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
2015-09-04
1
-4
/
+3
*
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
2015-09-04
1
-1
/
+14
*
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
2015-09-04
1
-2
/
+5
*
qapi: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
1
-25
/
+22
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
1
-47
/
+16
*
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
1
-31
/
+4
*
qapi: Support downstream alternates
Eric Blake
2015-05-14
1
-3
/
+3
*
qapi: Support downstream flat unions
Eric Blake
2015-05-14
1
-2
/
+2
*
qapi: Support downstream simple unions
Eric Blake
2015-05-14
1
-4
/
+4
*
qapi: Support downstream structs
Eric Blake
2015-05-14
1
-5
/
+6
*
qapi: Support downstream enums
Eric Blake
2015-05-14
1
-4
/
+4
*
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
2015-05-14
1
-2
/
+2
*
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
1
-5
/
+5
*
qapi: Drop dead visitor code related to nested structs
Eric Blake
2015-05-05
1
-37
/
+12
*
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
1
-32
/
+5
*
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
1
-4
/
+4
*
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
1
-6
/
+11
*
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
2015-05-05
1
-2
/
+2
*
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
1
-6
/
+5
*
qapi: Simplify builtin type handling
Eric Blake
2015-05-05
1
-3
/
+3
*
qapi: Drop dead genlist parameter
Eric Blake
2015-04-24
1
-13
/
+9
*
qapi: add visit_start_union and visit_end_union
Michael Roth
2014-09-26
1
-0
/
+6
*
qapi: Allow enums in anonymous unions
Max Reitz
2014-09-22
1
-1
/
+2
*
qapi: fix coding style in parameters list
Amos Kong
2014-06-23
1
-10
/
+10
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-84
/
+87
*
qapi: Un-inline visit of implicit struct
Markus Armbruster
2014-05-15
1
-14
/
+34
*
qapi-visit.py: Clean up a sloppy use of field prefix
Markus Armbruster
2014-05-15
1
-1
/
+1
*
qapi: Clean up shadowing of parameters and locals in inner scopes
Markus Armbruster
2014-05-15
1
-3
/
+17
*
qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
Markus Armbruster
2014-05-15
1
-18
/
+14
*
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
1
-2
/
+1
*
qapi: Use an explicit input file
LluĂs Vilanova
2014-05-08
1
-3
/
+6
*
qapi script: support enum type as discriminator in union
Wenchao Xia
2014-03-11
1
-9
/
+20
*
qapi script: use same function to generate enum string
Wenchao Xia
2014-03-11
1
-6
/
+13
*
qapi: Clean up null checking in generated visitors
Markus Armbruster
2014-03-03
1
-7
/
+7
[next]