summaryrefslogtreecommitdiffstats
path: root/pidl/pidl
Commit message (Collapse)AuthorAgeFilesLines
* pidl: Recent Perl warns about "defined(@var)" constructs.Vadim Zhukov2013-05-251-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
* pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubsStefan Metzmacher2010-08-121-3/+4
| | | | metze
* pidl:Samba4/NDR/Client: convert code to $self->pidl()Stefan Metzmacher2010-08-121-1/+2
| | | | metze
* not all versions of env like more than one argument...Björn Jacke2010-05-111-1/+1
|
* pidl: fix build on systems that don't have perl in /usr/bin/Björn Jacke2010-05-111-1/+1
|
* PIDL fix for using external types with wireshark backendronnie sahlberg2009-10-061-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>
* Import types from other Python mechanisms using the Python import mechanism, ↵Jelmer Vernooij2008-12-221-3/+2
| | | | to ensure they are initialized.
* Remove pidl SWIG backend; the native Python one works much better, andJelmer Vernooij2008-12-161-12/+1
| | | | that's also the best way to go for any other languages.
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-181-13/+1
| | | | | Conflicts: source4/main.mk
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-0/+808