summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Typelist.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05pidl: added a new type dnsp_nameAndrew Tridgell1-0/+1
This is a name type used in DNS where each DNS component maps to a length byte followed by the string We want these to map to a char *, which is why we need to do this in PIDL
2009-10-07pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell1-1/+3
The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right.
2009-10-03pidl: added int3264 as a base typeAndrew Tridgell1-0/+2
This is the type used for a variable that is 32 bits for NDR32 and 64 bits for NDR64
2009-07-19pidl: Print actual type names in errors about unknown origins rather than ↵Jelmer Vernooij1-2/+5
'HASH(0x....)'.
2009-06-02Add support for double type in pidl.Brad Hards1-0/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-01-17pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty1-1/+14
This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility.
2008-12-22Import types from other Python mechanisms using the Python import mechanism, ↵Jelmer Vernooij1-9/+14
to ensure they are initialized.
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+301