summaryrefslogtreecommitdiff
path: root/source4/build/pidl/eparser.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r806: Checkin of workarea - tridge gave me some good ideas today for a betterTim Potter1-0/+82
2007-10-10r759: Fix some perl warnings.Tim Potter1-10/+15
2007-10-10r753: Big reorganisation of everything - also fixes handling of dissectorsTim Potter1-240/+334
2007-10-10r750: Rename global $name -> $module.Tim Potter1-39/+122
2007-10-10r746: Add entry in proto tree when we don't handle an IDL type.Tim Potter1-4/+50
2007-10-10r744: A bunch of minor fixes. The ethereal pidl parser now dissects simpleTim Potter1-12/+22
2007-10-10r641: readd 'use dump;'Stefan Metzmacher1-0/+1
2007-10-10r638: remove unused dependency to Data::Dumper and dumpStefan Metzmacher1-2/+0
2007-10-10r617: Sync some minor updates with repository:Tim Potter1-7/+81
2007-10-10r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter1-7/+147
2007-10-10r597: Start generating parser code - only supports uint16, uint32 and policyTim Potter1-229/+61
2007-10-10r550: Remove clientfns.pm module - it was a bad idea.Tim Potter1-1/+1
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell1-1/+0
2003-11-20use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell1-1/+1
2003-11-20damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell1-0/+1
2003-11-09- handle void functionsAndrew Tridgell1-3/+3
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell1-24/+9
2001-12-10Added "return offset;" to end of generated function.Tim Potter1-0/+1
2001-12-10Fix for pointers to structures in function args.Tim Potter1-0/+9
2001-12-09Misc fixes:Tim Potter1-9/+11
2001-12-09wchar_t is a scalar.Tim Potter1-0/+1
2001-12-08Convert a bunch of "prs_foo()" to "offset = prs_foo()"Tim Potter1-8/+8
2001-12-08Removed old commented-out code.Tim Potter1-49/+30
2001-12-08Reinvented has_properties() function lost after HD crash. )-:Tim Potter1-11/+26
2001-12-08Made hyper a simple type.Tim Potter1-13/+14
2001-12-06Moved processing of function arguments and structure elementsTim Potter1-41/+95
2001-12-06Don't pass down drep (data representation) arg from top level fn.Tim Potter1-13/+31
2001-11-28Don't pass decorative name to policy handle or ntstatus dissectors.Tim Potter1-12/+12
2001-11-28Decorate some of the parse functions with element names. This is startingTim Potter1-9/+9
2001-11-27Start generating some ethereal code that may actually compile withTim Potter1-21/+19
2001-11-26Start generating code for unions.Tim Potter1-5/+22
2001-11-24Initial version of ethereal parser generator. Works with test.idlTim Potter1-0/+216