Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3442: Add support for the "call_as" and "local" attributes. | Jelmer Vernooij | 4 | -664/+749 |
2007-10-10 | r3440: Add support for "coclass" to the pidl parser - the idl keyword that | Jelmer Vernooij | 1 | -4/+17 |
2007-10-10 | r3432: Support WERROR's in arguments (not just as return type). Some of | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3431: Allow optional semicolon after interface definitions | Jelmer Vernooij | 2 | -128/+151 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 3 | -5/+33 |
2007-10-10 | r3423: auto-generate prototypes for all external functions in pidl | Andrew Tridgell | 3 | -79/+147 |
2007-10-10 | r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python. | Tim Potter | 1 | -1/+5 |
2007-10-10 | r3406: Don't throw a werror exception for WERR_NO_MORE_ITEMS and WERR_MORE_DATA. | Tim Potter | 1 | -1/+3 |
2007-10-10 | r3303: Call pull function for correct type instead of spoolss_PrinterInfo when | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3282: some C pre-processors don't like expressions like | Andrew Tridgell | 3 | -2/+14 |
2007-10-10 | r3281: some compilers can't handle empty structures, so for empty IDL | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r3204: Got unpacking of an array of PrinterInfo union elements working. Phew. | Tim Potter | 1 | -53/+44 |
2007-10-10 | r3043: Use binding strings for specifying endpoints. The property for | Jelmer Vernooij | 1 | -9/+7 |
2007-10-10 | r3022: Work on unmarshalling arrays of structs in a buffer (Python string) for | Tim Potter | 1 | -6/+32 |
2007-10-10 | r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS. | Tim Potter | 1 | -18/+7 |
2007-10-10 | r3001: Expose unmarshalling functions for structures marked "public" in the | Tim Potter | 1 | -10/+33 |
2007-10-10 | r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptions | Tim Potter | 1 | -2/+19 |
2007-10-10 | r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding | Jelmer Vernooij | 1 | -1/+129 |
2007-10-10 | r2988: this should fix support for negative switch levels in PIDL | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2987: added support for signed 32 bit integers in pidl | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2986: Add correct value to dict when generating wrapper for functions that | Tim Potter | 1 | -2/+19 |
2007-10-10 | r2973: Allow comma's inside parentheses in property arguments | Jelmer Vernooij | 2 | -234/+283 |
2007-10-10 | r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcp | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicer | Tim Potter | 1 | -0/+5 |
2007-10-10 | r2963: Handle structures that contain more than one union as members. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2962: Tweak to get conversion function for pointers to union compiling again. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2958: the warnings from the swig code in pidl were totally swamping valid | Andrew Tridgell | 2 | -15/+17 |
2007-10-10 | r2948: added support for the [range(low,high)] attribute in pidl. This allows | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2933: Only pull a union once when it occurs in a subcontext | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r2805: Handle NULL pointers when converting structures to Python. All the | Tim Potter | 1 | -1/+4 |
2007-10-10 | r2777: Correctly abort if an idl file fails to parse. Bloody perl... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2767: Get rid of some unnecessary %s formatting. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2764: Use hand-written function for all occurrences of IDL strings, not just | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2735: More DCOM updates: | Jelmer Vernooij | 1 | -4/+10 |
2007-10-10 | r2704: Complain about 'object interfaces' that don't have version 0.0 (the st... | Jelmer Vernooij | 2 | -1/+7 |
2007-10-10 | r2560: Don't require structure fields that have the pidl value() property | Tim Potter | 1 | -1/+5 |
2007-10-10 | r2496: Check that reference parameters are not None. | Tim Potter | 1 | -1/+9 |
2007-10-10 | r2491: Handle pointers to scalars when converting to a Python dictionary (i.e | Tim Potter | 1 | -30/+1 |
2007-10-10 | r2490: Some changes to take into account non-error NTSTATUS codes being retur... | Tim Potter | 1 | -2/+6 |
2007-10-10 | r2428: Handle unions as [out] parameters by passing the value of the switch_is | Tim Potter | 1 | -15/+61 |
2007-10-10 | r2426: Handle pointer to scalars converting C to Python. | Tim Potter | 1 | -10/+26 |
2007-10-10 | r2425: Found another place for a type check. When convert a dictionary value | Tim Potter | 1 | -2/+11 |
2007-10-10 | r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish. | Tim Potter | 1 | -19/+6 |
2007-10-10 | r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_{Get,Set}ItemString(). | Tim Potter | 1 | -10/+10 |
2007-10-10 | r2418: Handle a pointer to a scalar when converting a field from Python. | Tim Potter | 1 | -4/+9 |
2007-10-10 | r2417: Add comments to the interface generator as well as some commentary in | Tim Potter | 1 | -172/+227 |
2007-10-10 | r2416: More argument checks. Raise an exception instead of segfaulting if a | Tim Potter | 1 | -9/+30 |
2007-10-10 | r2415: Throw a TypeError exception if a scalar value doesn't have the correct | Tim Potter | 1 | -20/+52 |
2007-10-10 | r2411: The other half of getting autogenerated code working using misc.idl: | Tim Potter | 1 | -14/+70 |
2007-10-10 | r2409: Convert NULL pointers to Py_None, and vice versa. | Tim Potter | 1 | -2/+18 |