summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Compat.pm
Commit message (Collapse)AuthorAgeFilesLines
* pidl: Allow new property 'no_srv_register'.Andrew Bartlett2010-05-181-0/+1
| | | | | | | | | | This Samba-only property prevents pild from emitting the rpc_wbint_init function, which causes problems because it needs rpc_srv_register(). Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* pidl:python Allow 'nopython' to workAndrew Bartlett2010-04-091-0/+1
| | | | | | | The 'nopython' flag wasn't available for use, as it failed to get past the syntax checker. Andrew Bartlett
* pidl: Introduce new dirrective: relative_shortMatthieu Patou2009-12-121-0/+4
| | | | | | | relative_short is like relative but instead of having the offset coded on 4 bytes it's coded on 2 bytes. Such things happen in GET_DFS_REFERAL messages. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty2009-01-171-1/+0
| | | | | This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility.
* pidl: Add max property to be used instead of range for unsigned types.Tim Prouty2009-01-151-0/+1
| | | | | | Compilers complain about ranges starting at 0 for unsigned types, since an unsigned type is never less than 0. The max property implicitly makes 0 the lower bound when used with unsigned types.
* Remove noejs property, which is no longer used.Jelmer Vernooij2008-12-121-1/+0
|
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-0/+163