summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib/Parse/Pidl/NDR.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-071-4/+4
* pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2008-02-071-11/+24
* pidl: remove 'pointer_default_top()' supportStefan Metzmacher2008-02-041-8/+1
* pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher2008-02-021-25/+12
* WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-011-4/+4
* LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher2008-02-011-11/+24
* pidl: cosmetic fix to use the same value everywhereStefan Metzmacher2008-02-011-1/+1
* pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher2008-02-011-1/+1
* pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij2008-01-141-1/+16
* pidl: Add function for determining whether a type has a body.Jelmer Vernooij2008-01-121-1/+1
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-121-1/+5
* pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij2008-01-121-8/+2
* r25185: Check that can_contain_deferred returns true if one of the members of...Jelmer Vernooij2007-10-101-6/+4
* r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij2007-10-101-17/+13
* r25114: handle structs and unions without typedefs betterStefan Metzmacher2007-10-101-3/+14
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-101-0/+1
* r24514: IS_* elemements sound be perl integers consistantly...Stefan Metzmacher2007-10-101-12/+17
* r24493: - it turns out thatStefan Metzmacher2007-10-101-10/+34
* r24488: enum's and bitmap's not have nested typesStefan Metzmacher2007-10-101-0/+2
* r24452: bail out instead of only giving a warning onStefan Metzmacher2007-10-101-4/+4
* r22617: assume we have defered elements if the type is just provides viaStefan Metzmacher2007-10-101-0/+2
* r21682: Remove accidently committed debug command.Jelmer Vernooij2007-10-101-2/+0
* r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij2007-10-101-1/+4
* r21584: Support for tagged types has landed!Jelmer Vernooij2007-10-101-1/+2
* r21574: Fix handling of DECLARE.Jelmer Vernooij2007-10-101-1/+1
* r21573: Remove more code that assumed all types are typedefs.Jelmer Vernooij2007-10-101-7/+9
* r21572: More work towards supporting tagged types.Jelmer Vernooij2007-10-101-6/+10
* r21484: Fix Needed* for nested datastructures.Jelmer Vernooij2007-10-101-0/+16
* r21457: Cope with anonymous nested types in the NDR layer. This doesn't handledJelmer Vernooij2007-10-101-18/+19
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-101-23/+61
* r21428: Handle representation types in Needed().Jelmer Vernooij2007-10-101-2/+2
* r21222: Merge a couple of pidl fixes:Jelmer Vernooij2007-10-101-2/+5
* r20631: Add some tests for the ndr parser.Jelmer Vernooij2007-10-101-1/+2
* r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij2007-10-101-31/+18
* r19856: Use sptr as basis for full ptr implementation. Will add checks for du...Jelmer Vernooij2007-10-101-12/+3
* r19854: readd support for 'sptr' pointers, to work against windows serversStefan Metzmacher2007-10-101-3/+4
* r19845: Add warning for pointer_default_top()Jelmer Vernooij2007-10-101-1/+2
* r19842: Complain about unknown pointer types.Jelmer Vernooij2007-10-101-3/+8
* r19834: Prevent some inaccurate warnings.Jelmer Vernooij2007-10-101-2/+3
* r19830: Warn about non-ref top-level pointers.Jelmer Vernooij2007-10-101-4/+5
* r19752: Remove support for the `depends' attribute (use "import") instead.Jelmer Vernooij2007-10-101-5/+0
* r19585: Add support for some more standard IDL instructions:Jelmer Vernooij2007-10-101-0/+11
* r19544: Fix case of 'warning'.Jelmer Vernooij2007-10-101-1/+1
* r18639: Get rid of the keepref supportJelmer Vernooij2007-10-101-23/+0
* r18559: [string] always applies to the last pointerJelmer Vernooij2007-10-101-1/+2
* r18554: Fix warnings about [out] arguments.Jelmer Vernooij2007-10-101-5/+9
* r18523: Allow [out] on arrays as well as pointers, use in unixinfo.Jelmer Vernooij2007-10-101-3/+4
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-101-2/+24
* r15652: Fix aliases mechanism (fixes #3710)Jelmer Vernooij2007-10-101-2/+4
* r15593: Warn about [out] arguments that are not pointers. These can all beJelmer Vernooij2007-10-101-0/+5