Eric Blake
|
d20a580bc0
qapi: Change munging of CamelCase enum values
|
9 gadi atpakaļ |
Eric Blake
|
04e0639d4e
qapi: Remove obsolete tests for MAX collision
|
9 gadi atpakaļ |
Eric Blake
|
7fb1cf1606
qapi: Don't let implicit enum MAX member collide
|
9 gadi atpakaļ |
Eric Blake
|
59a92feedc
qapi: Tighten the regex on valid names
|
9 gadi atpakaļ |
Eric Blake
|
c43567c120
qapi: Fix c_name() munging
|
9 gadi atpakaļ |
Eric Blake
|
27b60ab93b
qapi: Detect collisions in C member names
|
9 gadi atpakaļ |
Eric Blake
|
88d4ef8b5c
qapi: Track owner of each object member
|
9 gadi atpakaļ |
Eric Blake
|
61a946611b
qapi: Remove outdated tests related to QMP/branch collisions
|
9 gadi atpakaļ |
Eric Blake
|
10565ca92a
qapi: Hoist tag collision check to Variants.check()
|
9 gadi atpakaļ |
Eric Blake
|
c2183d2e62
qapi: Factor out QAPISchemaObjectType.check_clash()
|
9 gadi atpakaļ |
Eric Blake
|
b807a1e1e3
qapi: Check for QAPI collisions involving variant members
|
9 gadi atpakaļ |
Markus Armbruster
|
14ff84619c
qapi: Simplify QAPISchemaObjectTypeVariants.check()
|
9 gadi atpakaļ |
Markus Armbruster
|
577de12d22
qapi: Factor out QAPISchemaObjectTypeMember.check_clash()
|
9 gadi atpakaļ |
Markus Armbruster
|
23a4b2c6f1
qapi: Eliminate QAPISchemaObjectType.check() variable members
|
9 gadi atpakaļ |
Markus Armbruster
|
08683353fc
qapi: Fix up commit 7618b91's clash sanity checking change
|
9 gadi atpakaļ |
Markus Armbruster
|
cdc5fa37ed
qapi: Clean up after previous commit
|
9 gadi atpakaļ |
Markus Armbruster
|
e564e2dd59
qapi: Simplify QAPISchemaObjectTypeMember.check()
|
9 gadi atpakaļ |
Markus Armbruster
|
fff5f231d5
qapi: Drop obsolete tag value collision assertions
|
9 gadi atpakaļ |
Eric Blake
|
da34a9bd99
qapi: Track simple union tag in object.local_members
|
9 gadi atpakaļ |
Eric Blake
|
5e59baf90a
qapi: Reserve 'u' member name
|
9 gadi atpakaļ |
Eric Blake
|
f51d8fab44
qapi: Start converting to new qapi union layout
|
9 gadi atpakaļ |
Eric Blake
|
9fb081e0b9
qapi: Reserve 'q_*' and 'has_*' member names
|
9 gadi atpakaļ |
Eric Blake
|
255960dd37
qapi: Reserve '*List' type names for list types
|
9 gadi atpakaļ |
Eric Blake
|
8712fa5333
qapi: More idiomatic string operations
|
9 gadi atpakaļ |
Eric Blake
|
99df5289d8
qapi: Track location that created an implicit type
|
10 gadi atpakaļ |
Eric Blake
|
46292ba75c
qapi: Create simple union type member earlier
|
10 gadi atpakaļ |
Eric Blake
|
9f08c8ec73
qapi: Lazy creation of array types
|
10 gadi atpakaļ |
Eric Blake
|
49823c4b43
qapi: Don't use info as witness of implicit object type
|
10 gadi atpakaļ |
Eric Blake
|
cae95eae62
qapi: Drop redundant returns-int test
|
10 gadi atpakaļ |
Eric Blake
|
7618b91ff8
qapi: Prepare for errors during check()
|
10 gadi atpakaļ |