r7059: Use namespaces for pidl and the build system, so we can later on
[sfrench/samba-autobuild/.git] / source4 / build / pidl / pidl.pl
2007-10-10 Jelmer Vernooijr7059: Use namespaces for pidl and the build system...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Jelmer Vernooijr6854: Add --quiet option to pidl
2007-10-10 Jelmer Vernooijr6836: Allow optionally passing in a destination filena...
2007-10-10 Jelmer Vernooijr5852: Rename ndr.pm to ndr_parser.pm
2007-10-10 Jelmer Vernooijr5675: - More DCOM bug fixes
2007-10-10 Jelmer Vernooijr5672: Use switch_type() and the token storage mechanis...
2007-10-10 Jelmer Vernooijr5669: Couple of minor clearifications, simplifications.
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Jelmer Vernooijr5479: Add ODL input support.
2007-10-10 Jelmer Vernooijr5477: - Move some more of the typelist stuff out of...
2007-10-10 Jelmer Vernooijr5319: Make some more alignment code generic, move...
2007-10-10 Tim Potterr5073: Call new autogenerator function for swig stuff...
2007-10-10 Stefan Metzmacherr5044: fix pidl--swig
2007-10-10 Tim Potterr5024: Fix build.
2007-10-10 Tim Potterr5019: Some tweaks to building the swig .i files.
2007-10-10 Tim Potterr4599: Remove some duplicated code in pidl.pl.
2007-10-10 Tim Potterr4469: Version n + 1 of the pidl ethereal parser genera...
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Jelmer Vernooijr3689: Large number of COM updates:
2007-10-10 Jelmer Vernooijr3442: Add support for the "call_as" and "local" attrib...
2007-10-10 Tim Potterr2777: Correctly abort if an idl file fails to parse...
2007-10-10 Jelmer Vernooijr2704: Complain about 'object interfaces' that don...
2007-10-10 Tim Potterr2253: Add test program, as small example of what's...
2007-10-10 Tim Potterr2223: Include autogenerated header file for idl file...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Tim Potterr1083: Generate prototypes for structs and unions marke...
2007-10-10 Jelmer Vernooijr955: Update debian package rules... builds now
2007-10-10 Tim Potterr948: Tridge suggested that the best way to write the...
2007-10-10 Tim Potterr602: Autogenerated packet-dcerpc-samr.c now compiles!
2007-10-10 Tim Potterr600: Get rid of trailing whitespace which freaks out...
2007-10-10 Tim Potterr550: Remove clientfns.pm module - it was a bad idea.
2007-10-10 Andrew Tridgellr363: nicer error handling in pidl
2007-10-10 Tim Potterr356: Start of auto-generated client functions. Tridge...
2003-12-15 Andrew Tridgelladded "pidl.pl --template" to dump a rough template...
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-07 Andrew Tridgelldon't save the intermediate form to disk unless we...
2003-12-07 Andrew Tridgellmake pidl a little less verbose
2003-12-07 Andrew Tridgellre-wrote pidl to use Parse::Yapp instead of Parse:...
2003-11-28 Andrew Tridgell * support multiple interfaces in one IDL file in pidl
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-23 Andrew Tridgellsave about 35% of the time for "make idl" by processing...
2003-11-22 Andrew Tridgelladded the beginnings of an IDL validator, to give clear...
2003-11-22 Andrew Tridgelladded Parse::RecDescent module into pidl to ensure...
2003-11-20 Andrew Tridgella bit neater way of emitting code
2003-11-20 Andrew Tridgell * cope with pidl not being in $HOME/pidl
2003-11-20 Andrew Tridgelluse a precompiled grammer in pidl. This speeds up pidl...
2003-11-17 Andrew Tridgell* support inline arrays
2003-11-14 Andrew Tridgell* make pidl.pl exit with an error on a parse error
2003-11-11 Andrew Tridgell- added support for the pull side of unions
2003-11-09 Andrew Tridgelladded a module for auto-generating the client calls...
2003-11-08 Andrew Tridgell- include includes.h
2003-11-06 Andrew Tridgellupdated pidl to auto-generate the ndr_push_*() function...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2001-11-24 Tim PotterAdded --eparser to call ethereal parser generator.
2000-12-14 Andrew Tridgellbeginnings of the C parser generator
2000-12-14 Andrew Tridgellfixed help
2000-12-14 Andrew Tridgellfirst version