summaryrefslogtreecommitdiff
path: root/source4/build/pidl/pidl.pl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7160: Initial work on an esp function wrapper generatorJelmer Vernooij1-5/+15
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher1-15/+2
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij1-47/+45
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-17/+45
2007-10-10r6926: More build farm fixes:Jelmer Vernooij1-13/+3
2007-10-10r6854: Add --quiet option to pidlJelmer Vernooij1-2/+5
2007-10-10r6836: Allow optionally passing in a destination filename for NDR parsersJelmer Vernooij1-12/+18
2007-10-10r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij1-1/+1
2007-10-10r5675: - More DCOM bug fixesJelmer Vernooij1-1/+1
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-4/+1
2007-10-10r5669: Couple of minor clearifications, simplifications.Jelmer Vernooij1-4/+4
2007-10-10r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij1-49/+69
2007-10-10r5479: Add ODL input support.Jelmer Vernooij1-0/+10
2007-10-10r5477: - Move some more of the typelist stuff out of ndr.pmJelmer Vernooij1-0/+5
2007-10-10r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij1-3/+3
2007-10-10r5073: Call new autogenerator function for swig stuff instead of old one.Tim Potter1-6/+6
2007-10-10r5044: fix pidl--swigStefan Metzmacher1-1/+1
2007-10-10r5024: Fix build.Tim Potter1-7/+1
2007-10-10r5019: Some tweaks to building the swig .i files.Tim Potter1-7/+12
2007-10-10r4599: Remove some duplicated code in pidl.pl.Tim Potter1-20/+8
2007-10-10r4469: Version n + 1 of the pidl ethereal parser generator. This version isTim Potter1-9/+17
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij1-5/+22
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-0/+29
2007-10-10r3689: Large number of COM updates:Jelmer Vernooij1-1/+12
2007-10-10r3442: Add support for the "call_as" and "local" attributes.Jelmer Vernooij1-0/+1
2007-10-10r2777: Correctly abort if an idl file fails to parse. Bloody perl...Tim Potter1-1/+1
2007-10-10r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij1-1/+1
2007-10-10r2253: Add test program, as small example of what's going on.Tim Potter1-1/+11
2007-10-10r2223: Include autogenerated header file for idl file we are processing withTim Potter1-0/+1
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-1/+1
2007-10-10r1083: Generate prototypes for structs and unions marked "public" in the idl.Tim Potter1-0/+6
2007-10-10r955: Update debian package rules... builds nowJelmer Vernooij1-1/+1
2007-10-10r948: Tridge suggested that the best way to write the ethereal parser is toTim Potter1-1/+1
2007-10-10r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter1-1/+1
2007-10-10r600: Get rid of trailing whitespace which freaks out emacs' fontification.Tim Potter1-6/+6
2007-10-10r550: Remove clientfns.pm module - it was a bad idea.Tim Potter1-9/+1
2007-10-10r363: nicer error handling in pidlAndrew Tridgell1-1/+2
2007-10-10r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter1-0/+8
2003-12-15added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell1-0/+8
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-5/+14
2003-12-07don't save the intermediate form to disk unless we need toAndrew Tridgell1-19/+14
2003-12-07make pidl a little less verboseAndrew Tridgell1-4/+2
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell1-13/+4
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-12/+0
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-1/+1
2003-11-23save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell1-58/+72
2003-11-22added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell1-0/+3
2003-11-22added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell1-0/+1
2003-11-20a bit neater way of emitting codeAndrew Tridgell1-1/+1
2003-11-20 * cope with pidl not being in $HOME/pidlAndrew Tridgell1-2/+2