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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Drop pointless flush() before close()
Markus Armbruster
2015-05-14
1
-4
/
+0
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
1
-0
/
+50
*
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
2015-05-14
1
-7
/
+5
*
qapi: Fix generators to report command line errors decently
Markus Armbruster
2015-05-14
1
-1
/
+5
*
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
1
-0
/
+40
*
qapi: Make c_type() consistently convert qapi names
Eric Blake
2015-05-14
1
-4
/
+29
*
qapi: Tidy c_type() logic
Eric Blake
2015-05-14
1
-28
/
+30
*
qapi: Move camel_to_upper(), c_enum_const() to closely related code
Markus Armbruster
2015-05-14
1
-25
/
+25
*
qapi: Use c_enum_const() in generate_alternate_qtypes()
Markus Armbruster
2015-05-14
1
-11
/
+0
*
qapi: Simplify c_enum_const()
Markus Armbruster
2015-05-14
1
-3
/
+1
*
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
2015-05-14
1
-3
/
+3
*
qapi: Rename _generate_enum_string() to camel_to_upper()
Markus Armbruster
2015-05-14
1
-6
/
+6
*
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
1
-7
/
+4
*
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
2015-05-14
1
-2
/
+5
*
qapi: Check for member name conflicts with a base class
Eric Blake
2015-05-05
1
-1
/
+22
*
qapi: Support (subset of) \u escapes in strings
Eric Blake
2015-05-05
1
-1
/
+35
*
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
1
-13
/
+7
*
qapi: Forbid 'type' in schema
Eric Blake
2015-05-05
1
-14
/
+0
*
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
1
-17
/
+29
*
qapi: More rigorous checking for type safety bypass
Eric Blake
2015-05-05
1
-5
/
+17
*
qapi: Whitelist commands that don't return dictionary
Eric Blake
2015-05-05
1
-3
/
+28
*
qapi: Require valid names
Eric Blake
2015-05-05
1
-17
/
+46
*
qapi: More rigourous checking of types
Eric Blake
2015-05-05
1
-9
/
+87
*
qapi: Allow true, false and null in schema json
Fam Zheng
2015-05-05
1
-3
/
+18
*
qapi: Better error messages for duplicated expressions
Eric Blake
2015-05-05
1
-14
/
+49
*
qapi: Better error messages for bad expressions
Eric Blake
2015-05-05
1
-7
/
+37
*
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
1
-18
/
+14
*
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
2015-05-05
1
-33
/
+55
*
qapi: Prepare for catching more semantic parse errors
Eric Blake
2015-05-05
1
-17
/
+20
*
qapi: Tighten checking of unions
Eric Blake
2015-05-05
1
-17
/
+72
*
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
1
-10
/
+10
*
qapi: Better error messages for bad enums
Eric Blake
2015-05-05
1
-5
/
+29
*
qapi: Require ASCII in schema
Eric Blake
2015-05-05
1
-2
/
+2
*
qapi: Fix generation of 'size' builtin type
Eric Blake
2015-05-05
1
-0
/
+1
*
qapi: Simplify builtin type handling
Eric Blake
2015-05-05
1
-7
/
+1
*
qapi.py: avoid Python 2.5+ any() function
Stefan Hajnoczi
2014-08-28
1
-4
/
+4
*
qapi script: clean up in scripts
Wenchao Xia
2014-06-27
1
-1
/
+1
*
qapi script: add event support
Wenchao Xia
2014-06-23
1
-0
/
+12
*
qapi: Suppress unwanted space between type and identifier
Amos Kong
2014-06-23
1
-6
/
+17
*
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
2014-06-23
1
-1
/
+3
*
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Luiz Capitulino
2014-05-21
1
-1
/
+1
*
qapi: skip redundant includes
Benoît Canet
2014-05-16
1
-3
/
+11
*
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
2014-05-08
1
-12
/
+52
*
qapi: Use an explicit input file
Lluís Vilanova
2014-05-08
1
-2
/
+3
*
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
2014-03-11
1
-7
/
+19
*
qapi script: do not allow string discriminator
Wenchao Xia
2014-03-11
1
-0
/
+5
*
qapi script: support enum type as discriminator in union
Wenchao Xia
2014-03-11
1
-1
/
+26
*
qapi script: use same function to generate enum string
Wenchao Xia
2014-03-11
1
-4
/
+9
*
qapi script: code move for generate_enum_name()
Wenchao Xia
2014-03-11
1
-0
/
+10
*
qapi script: check correctness of union
Wenchao Xia
2014-03-11
1
-2
/
+86
[next]