aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/gentypes.py
Commit message (Expand)AuthorAgeFilesLines
* libxl: idl: always initialise the KeyedEnum keyvar in the member init functionIan Campbell2012-08-031-4/+7
* libxl: enforce prohibitions of internal callersIan Jackson2012-08-011-1/+0
* libxl: add a new Array type to the IDLIan Campbell2012-07-061-3/+39
* libxl: mark internal functions hiddenIan Campbell2012-04-241-8/+8
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-011-1/+97
* libxl: idl: generate KeyedUnion key member as part of the KeyedUnionIan Campbell2012-03-011-0/+3
* libxl: Make IDL KeyedUnion keyvar an idl.FieldIan Campbell2012-03-011-2/+2
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-311-17/+17
* libxl: remove comment support from IDLIan Campbell2012-01-311-23/+0
* libxl: idl: Provide struct and union tagsIan Jackson2011-12-121-1/+1
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-11/+11
* libxl: IDL: autogenerate functions to produce JSON from libxl data structures.Ian Campbell2011-10-071-6/+96
* libxl: Introduce libxl_internal_types.idl.Anthony PERARD2011-09-291-4/+5
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-15/+15
* libxl: Keyed unions key off an enum instead of an arbitrary expressionIan Campbell2011-07-181-3/+4
* libxl: IDL: bring command line handling in genwrap.py into one place.Ian Campbell2011-07-141-4/+3
* libxl: IDL: add helper to generate references to Aggregate type members.Ian Campbell2011-07-141-10/+4
* libxl: IDL: remove libxl_C_type_ofIan Campbell2011-07-141-5/+2
* libxl: IDL: refactor code to massage a type into a function argumentIan Campbell2011-07-141-6/+1
* libxl: IDL: handle generation of pass-by-reference arguments.Ian Campbell2011-07-141-4/+4
* libxl: IDL: s/anonynous/anonymous/Ian Campbell2011-07-141-1/+1
* libxl: autogenerate to_string and from_string functions for Enumerations.Ian Campbell2011-06-211-0/+59
* tools: libxl: remove Reference meta-type from IDLIan Campbell2011-04-201-11/+7
* tools: libxl: remove BitField type class from IDLIan Campbell2011-04-201-3/+1
* tools: libxl: add an Enumeration type to the IDLIan Campbell2011-04-201-1/+22
* libxl: correct indentation of _libxl_types.cIan Campbell2010-08-311-1/+1
* libxl: correctly free Reference types in autogenerated destroy functionsIan Campbell2010-08-311-5/+7
* xl: poison data objects in auto-generated destructorsGianni Tedesco2010-08-201-0/+4
* libxl: do not generate a destructor for data types which do not require oneIan Campbell2010-08-191-1/+1
* libxl: generate destructors for each libxl defined typeIan Campbell2010-08-191-5/+73
* libxl: autogenerate _libxl_types.hIan Campbell2010-08-191-0/+91