summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/NDR.pm
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Support restricted.Jelmer Vernooij1-0/+1
2008-09-15Improve formatting in pidl code, make sure OBJREF member gets created.Jelmer Vernooij1-3/+4
2008-09-15Deal with interface in generated python code, clearer error message on unhand...Jelmer Vernooij1-0/+1
2008-08-20pidl/NDR: generate a LEVELS array for typedefsStefan Metzmacher1-0/+17
2008-08-20pidl/NDR: correctly check for valid propertiesStefan Metzmacher1-27/+31
2008-06-27Fix if_version for interfaces with a if_version_minor field different from 0Julien Kerihuel1-1/+6
2008-04-08Support [todo] attribute on functions.Jelmer Vernooij1-0/+1
2008-02-07pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher1-4/+4
2008-02-07pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher1-11/+24
2008-02-04pidl: remove 'pointer_default_top()' supportStefan Metzmacher1-8/+1
2008-02-02pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher1-25/+12
2008-02-01WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher1-4/+4
2008-02-01LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher1-11/+24
2008-02-01pidl: cosmetic fix to use the same value everywhereStefan Metzmacher1-1/+1
2008-02-01pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher1-1/+1
2008-01-14pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij1-1/+16
2008-01-12pidl: Add function for determining whether a type has a body.Jelmer Vernooij1-1/+1
2008-01-12pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij1-1/+5
2008-01-12pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij1-8/+2
2007-10-10r25185: Check that can_contain_deferred returns true if one of the members of...Jelmer Vernooij1-6/+4
2007-10-10r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij1-17/+13
2007-10-10r25114: handle structs and unions without typedefs betterStefan Metzmacher1-3/+14
2007-10-10r24815: Support cpp_quote().Jelmer Vernooij1-0/+1
2007-10-10r24514: IS_* elemements sound be perl integers consistantly...Stefan Metzmacher1-12/+17
2007-10-10r24493: - it turns out thatStefan Metzmacher1-10/+34
2007-10-10r24488: enum's and bitmap's not have nested typesStefan Metzmacher1-0/+2
2007-10-10r24452: bail out instead of only giving a warning onStefan Metzmacher1-4/+4
2007-10-10r22617: assume we have defered elements if the type is just provides viaStefan Metzmacher1-0/+2
2007-10-10r21682: Remove accidently committed debug command.Jelmer Vernooij1-2/+0
2007-10-10r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij1-1/+4
2007-10-10r21584: Support for tagged types has landed!Jelmer Vernooij1-1/+2
2007-10-10r21574: Fix handling of DECLARE.Jelmer Vernooij1-1/+1
2007-10-10r21573: Remove more code that assumed all types are typedefs.Jelmer Vernooij1-7/+9
2007-10-10r21572: More work towards supporting tagged types.Jelmer Vernooij1-6/+10
2007-10-10r21484: Fix Needed* for nested datastructures.Jelmer Vernooij1-0/+16
2007-10-10r21457: Cope with anonymous nested types in the NDR layer. This doesn't handledJelmer Vernooij1-18/+19
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-23/+61
2007-10-10r21428: Handle representation types in Needed().Jelmer Vernooij1-2/+2
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-2/+5
2007-10-10r20631: Add some tests for the ndr parser.Jelmer Vernooij1-1/+2
2007-10-10r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij1-31/+18
2007-10-10r19856: Use sptr as basis for full ptr implementation. Will add checks for du...Jelmer Vernooij1-12/+3
2007-10-10r19854: readd support for 'sptr' pointers, to work against windows serversStefan Metzmacher1-3/+4
2007-10-10r19845: Add warning for pointer_default_top()Jelmer Vernooij1-1/+2
2007-10-10r19842: Complain about unknown pointer types.Jelmer Vernooij1-3/+8
2007-10-10r19834: Prevent some inaccurate warnings.Jelmer Vernooij1-2/+3
2007-10-10r19830: Warn about non-ref top-level pointers.Jelmer Vernooij1-4/+5
2007-10-10r19752: Remove support for the `depends' attribute (use "import") instead.Jelmer Vernooij1-5/+0
2007-10-10r19585: Add support for some more standard IDL instructions:Jelmer Vernooij1-0/+11
2007-10-10r19544: Fix case of 'warning'.Jelmer Vernooij1-1/+1