index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
1
-2
/
+8
2015-09-14
qapi: Fix cgen() for Python older than 2.7
Markus Armbruster
1
-1
/
+3
2015-09-04
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
1
-5
/
+6
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
1
-4
/
+2
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
1
-4
/
+6
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
1
-8
/
+0
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
1
-2
/
+2
2015-09-04
qapi: Document flaws in checking of names
Markus Armbruster
1
-0
/
+4
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-1
/
+0
2015-09-04
qapi: Reject -p arguments that break qapi-event.py
Markus Armbruster
1
-0
/
+6
2015-09-04
qapi: Simplify guardname()
Markus Armbruster
1
-7
/
+3
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
1
-6
/
+11
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
1
-1
/
+1
2015-06-18
qapi: Better separate the different kinds of helpers
Markus Armbruster
1
-54
/
+74
2015-06-18
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
1
-76
/
+66
2015-06-18
qapi: Fix to reject stray 't', 'f' and 'n'
Markus Armbruster
1
-14
/
+12
2015-06-18
qapi: Simplify inclusion cycle detection
Markus Armbruster
1
-10
/
+8
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
1
-4
/
+3
2015-06-18
qapi: Improve a couple of confusing variable names
Markus Armbruster
1
-22
/
+23
2015-06-18
qapi: Eliminate superfluous QAPISchema attribute input_dir
Markus Armbruster
1
-2
/
+2
2015-05-14
qapi: Drop pointless flush() before close()
Markus Armbruster
1
-4
/
+0
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
1
-0
/
+50
2015-05-14
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
1
-7
/
+5
2015-05-14
qapi: Fix generators to report command line errors decently
Markus Armbruster
1
-1
/
+5
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
1
-0
/
+40
2015-05-14
qapi: Make c_type() consistently convert qapi names
Eric Blake
1
-4
/
+29
2015-05-14
qapi: Tidy c_type() logic
Eric Blake
1
-28
/
+30
2015-05-14
qapi: Move camel_to_upper(), c_enum_const() to closely related code
Markus Armbruster
1
-25
/
+25
2015-05-14
qapi: Use c_enum_const() in generate_alternate_qtypes()
Markus Armbruster
1
-11
/
+0
2015-05-14
qapi: Simplify c_enum_const()
Markus Armbruster
1
-3
/
+1
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
1
-3
/
+3
2015-05-14
qapi: Rename _generate_enum_string() to camel_to_upper()
Markus Armbruster
1
-6
/
+6
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
1
-7
/
+4
2015-05-14
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
1
-2
/
+5
2015-05-05
qapi: Check for member name conflicts with a base class
Eric Blake
1
-1
/
+22
2015-05-05
qapi: Support (subset of) \u escapes in strings
Eric Blake
1
-1
/
+35
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-13
/
+7
2015-05-05
qapi: Forbid 'type' in schema
Eric Blake
1
-14
/
+0
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
1
-17
/
+29
2015-05-05
qapi: More rigorous checking for type safety bypass
Eric Blake
1
-5
/
+17
2015-05-05
qapi: Whitelist commands that don't return dictionary
Eric Blake
1
-3
/
+28
2015-05-05
qapi: Require valid names
Eric Blake
1
-17
/
+46
2015-05-05
qapi: More rigourous checking of types
Eric Blake
1
-9
/
+87
2015-05-05
qapi: Allow true, false and null in schema json
Fam Zheng
1
-3
/
+18
2015-05-05
qapi: Better error messages for duplicated expressions
Eric Blake
1
-14
/
+49
2015-05-05
qapi: Better error messages for bad expressions
Eric Blake
1
-7
/
+37
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
1
-18
/
+14
2015-05-05
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
1
-33
/
+55
2015-05-05
qapi: Prepare for catching more semantic parse errors
Eric Blake
1
-17
/
+20
[next]