summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba4.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-02-07pidl: support using pidl from top level directoryAndrew Tridgell1-2/+7
pidl needs to know if it is being used within the samba tree or not, to get the names of some include files right. This adds support for using pidl in the top level directory of a Samba build This change also makes it clear that is_intree() is a boolean function. Previously it returned different values for Samba3 and Samba4, but there is nothing that depends on that Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-07-31pidl/Samba4.pm: allow an optional prefix passed to DeclLong()Stefan Metzmacher1-3/+4
metze
2008-12-16Make some fatal errors non-fatal. This means we generate invalid code inJelmer Vernooij1-2/+2
some cases, but we do print errors. We don't use all generated code yet at the moment, so this isn't much of a problem.
2008-12-12Add convenience function for determining if an array should be allocated ↵Jelmer Vernooij1-3/+11
with talloc.
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+119