summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Typelist.pm
AgeCommit message (Expand)AuthorFilesLines
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-301/+0
2008-09-15Reimport pidl support for COM.Jelmer Vernooij1-1/+8
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij1-0/+1
2008-01-14pidl/python: Fix processing UUID-less interfaces, external typedefs and certa...Jelmer Vernooij1-1/+15
2008-01-13pidl: Avoid accidently filling in empty body for types without body.Jelmer Vernooij1-2/+4
2008-01-12pidl: Add function for determining whether a type has a body.Jelmer Vernooij1-1/+14
2008-01-12pidl: Add ability to write type metadata to a file.Jelmer Vernooij1-1/+6
2008-01-12pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij1-4/+1
2007-10-10r24489: only typedef enum { ... } foo; enum's should lookStefan Metzmacher1-1/+11
2007-10-10r21575: Fix handling of is_scalar() for declares.Jelmer Vernooij1-1/+2
2007-10-10r21574: Fix handling of DECLARE.Jelmer Vernooij1-0/+1
2007-10-10r21573: Remove more code that assumed all types are typedefs.Jelmer Vernooij1-5/+13
2007-10-10r21572: More work towards supporting tagged types.Jelmer Vernooij1-0/+7
2007-10-10r21437: Cherrypick typelib tests.Jelmer Vernooij1-1/+4
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij1-24/+27
2007-10-10r19572: Fix typo.Jelmer Vernooij1-1/+1
2007-10-10r19553: Add check for correct API usage.Jelmer Vernooij1-0/+2
2007-10-10r19546: fix number of bytes pushed when using switch_type() set to enum types.Jelmer Vernooij1-0/+1
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-21/+0
2007-10-10r15652: Fix aliases mechanism (fixes #3710)Jelmer Vernooij1-20/+25
2007-10-10r15587: Generate stubs for the SWIG functionsJelmer Vernooij1-1/+1
2007-10-10r15576: Separate out Samba4 bits a bit moreJelmer Vernooij1-93/+44
2007-10-10r15574: Keep information about which scalar types are references in aJelmer Vernooij1-28/+7
2007-10-10r15474: Generate proper type declarations, fix headersJelmer Vernooij1-1/+1
2007-10-10r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell1-0/+5
2007-10-10r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca...Stefan Metzmacher1-2/+2
2007-10-10r10694: Add some work I did this afternoon on getting pidl to output Samba3Jelmer Vernooij1-37/+1
2007-10-10r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher1-3/+8
2007-10-10r10388: Add version numbers (required for CPAN)Jelmer Vernooij1-0/+2
2007-10-10r9460: - Move pidl to lib/. This fixes standalone installation of pidl.Jelmer Vernooij1-0/+336