summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Samba4.pm
Commit message (Collapse)AuthorAgeFilesLines
* pidl: support using pidl from top level directoryAndrew Tridgell2011-02-071-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>
* pidl/Samba4.pm: allow an optional prefix passed to DeclLong()Stefan Metzmacher2009-07-311-3/+4
| | | | metze
* Make some fatal errors non-fatal. This means we generate invalid code inJelmer Vernooij2008-12-161-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.
* Add convenience function for determining if an array should be allocated ↵Jelmer Vernooij2008-12-121-3/+11
| | | | with talloc.
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-0/+119