summaryrefslogtreecommitdiff
path: root/pidl/pidl
AgeCommit message (Collapse)AuthorFilesLines
2013-05-25pidl: Recent Perl warns about "defined(@var)" constructs.Vadim Zhukov1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat May 25 18:10:53 CEST 2013 on sn-devel-104
2010-08-12pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubsStefan Metzmacher1-3/+4
metze
2010-08-12pidl:Samba4/NDR/Client: convert code to $self->pidl()Stefan Metzmacher1-1/+2
metze
2010-05-11not all versions of env like more than one argument...Björn Jacke1-1/+1
2010-05-11pidl: fix build on systems that don't have perl in /usr/bin/Björn Jacke1-1/+1
2009-10-06PIDL fix for using external types with wireshark backendronnie sahlberg1-1/+12
List, Please review this patch to pidl. Basically, we need to process the wireshark conformance file BEFORE we process the idl file since this file may define external types and set the alignment for them (using the TYPE directive). Otherwise pidl will default all external types to use 4byte alignment which breaks (much more often) on NDR64 regards ronnie sahlberg From 8f86903fc353d0906bd82e72ce19c5af09beb001 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg <ronniesahlberg@gmail.com> Date: Mon, 5 Oct 2009 15:22:43 +1100 Subject: [PATCH] In the PIDL wireshark backend, we define external types in the conformance file using the TYPE directive. If we declare external types here, we must parse this file before we process the IDL file, or else these external types will all default to 4byte padding (pidl assumes all unknown types are 4byte aligned). Make sure we read the conformance file and create these new types before we parse the idl file. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2008-12-22Import types from other Python mechanisms using the Python import mechanism, ↵Jelmer Vernooij1-3/+2
to ensure they are initialized.
2008-12-16Remove pidl SWIG backend; the native Python one works much better, andJelmer Vernooij1-12/+1
that's also the best way to go for any other languages.
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-0/+796
Conflicts: source4/main.mk
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+808