r5672: Use switch_type() and the token storage mechanism for unions:
[samba.git] / source4 / build / pidl / swig.pm
2007-10-10 Tim Potterr5245: Remove dead code.
2007-10-10 Tim Potterr5241: Generate swig wrappers for unions as well as...
2007-10-10 Tim Potterr5223: Rename dom_sid2 to dom_sid as we don't care...
2007-10-10 Tim Potterr5072: oDecrease the amount of autogenerated code ...
2007-10-10 Tim Potterr4548: Convert to talloc_p() and talloc_array_p() where...
2007-10-10 Andrew Tridgellr4521: fixed up the handling of PROPERTIES elements...
2007-10-10 Tim Potterr3410: Handle conversion of DATA_BLOBs and pointers...
2007-10-10 Tim Potterr3406: Don't throw a werror exception for WERR_NO_MORE_...
2007-10-10 Tim Potterr3303: Call pull function for correct type instead...
2007-10-10 Andrew Tridgellr3282: some C pre-processors don't like expressions...
2007-10-10 Tim Potterr3204: Got unpacking of an array of PrinterInfo union...
2007-10-10 Tim Potterr3022: Work on unmarshalling arrays of structs in a...
2007-10-10 Tim Potterr3009: Fix up unmarshall functions to return Python...
2007-10-10 Tim Potterr3001: Expose unmarshalling functions for structures...
2007-10-10 Tim Potterr2994: More cleanups. Move the generation of NTSTATUS...
2007-10-10 Tim Potterr2986: Add correct value to dict when generating wrappe...
2007-10-10 Tim Potterr2966: Handle conversion of DATA_BLOB fields from Pytho...
2007-10-10 Tim Potterr2963: Handle structures that contain more than one...
2007-10-10 Tim Potterr2962: Tweak to get conversion function for pointers...
2007-10-10 Andrew Tridgellr2958: the warnings from the swig code in pidl were...
2007-10-10 Tim Potterr2805: Handle NULL pointers when converting structures...
2007-10-10 Tim Potterr2767: Get rid of some unnecessary %s formatting.
2007-10-10 Tim Potterr2764: Use hand-written function for all occurrences...
2007-10-10 Tim Potterr2560: Don't require structure fields that have the...
2007-10-10 Tim Potterr2496: Check that reference parameters are not None.
2007-10-10 Tim Potterr2491: Handle pointers to scalars when converting to...
2007-10-10 Tim Potterr2490: Some changes to take into account non-error...
2007-10-10 Tim Potterr2428: Handle unions as [out] parameters by passing...
2007-10-10 Tim Potterr2426: Handle pointer to scalars converting C to Python.
2007-10-10 Tim Potterr2425: Found another place for a type check. When...
2007-10-10 Tim Potterr2424: Refactor handling of non-OK NTSTATUS returns...
2007-10-10 Tim Potterr2422: Convert PyDict_{Get,Set}Item() calls to PyDict_...
2007-10-10 Tim Potterr2418: Handle a pointer to a scalar when converting...
2007-10-10 Tim Potterr2417: Add comments to the interface generator as well...
2007-10-10 Tim Potterr2416: More argument checks. Raise an exception instea...
2007-10-10 Tim Potterr2415: Throw a TypeError exception if a scalar value...
2007-10-10 Tim Potterr2411: The other half of getting autogenerated code...
2007-10-10 Tim Potterr2409: Convert NULL pointers to Py_None, and vice versa.
2007-10-10 Tim Potterr2408: Tridge suggested that all the structures from...
2007-10-10 Tim Potterr2398: Import Data::Dumper module safely so it doesn...
2007-10-10 Tim Potterr2359: More consistency fixes: pass a talloc context...
2007-10-10 Tim Potterr2358: More renaming of functions to keep things consis...
2007-10-10 Tim Potterr2336: Add another conversion function to allow union...
2007-10-10 Tim Potterr2335: Zero function parameter struct so we can do...
2007-10-10 Tim Potterr2325: Generate conversion stubs for IDL unions.
2007-10-10 Tim Potterr2323: More tweaks to get things building again.
2007-10-10 Tim Potterr2322: More renames of autogenerated functions so they...
2007-10-10 Tim Potterr2298: Convert to and from string parameters.
2007-10-10 Tim Potterr2295: Convert simple scalar types and policy handles...
2007-10-10 Tim Potterr2289: Autogenerate some more attractive looking stubs...
2007-10-10 Tim Potterr2277: Generate stubs for input and output typemaps.
2007-10-10 Tim Potterr2256: Include autogenerated interfaces for lsa and...
2007-10-10 Tim Potterr2253: Add test program, as small example of what's...