pidl: Remove declare tests, add more tests for typedef.
[ira/wip.git] / source / pidl / lib / Parse / Pidl / NDR.pm
2008-01-12 Jelmer Vernooijpidl: Remove declare tests, add more tests for typedef.
2008-01-12 Jelmer Vernooijpidl: Remove support for the declare keyword in other...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25185: Check that can_contain_deferred returns true...
2007-10-10 Jelmer Vernooijr25166: Simplify can_contain_deferred and add tests...
2007-10-10 Stefan Metzmacherr25114: handle structs and unions without typedefs...
2007-10-10 Jelmer Vernooijr24815: Support cpp_quote().
2007-10-10 Stefan Metzmacherr24514: IS_* elemements sound be perl integers consista...
2007-10-10 Stefan Metzmacherr24493: - it turns out that
2007-10-10 Stefan Metzmacherr24488: enum's and bitmap's not have nested types
2007-10-10 Stefan Metzmacherr24452: bail out instead of only giving a warning on
2007-10-10 Stefan Metzmacherr22617: assume we have defered elements if the type...
2007-10-10 Jelmer Vernooijr21682: Remove accidently committed debug command.
2007-10-10 Jelmer Vernooijr21681: Fix bug in the parsing code that parsed "struct...
2007-10-10 Jelmer Vernooijr21584: Support for tagged types has landed!
2007-10-10 Jelmer Vernooijr21574: Fix handling of DECLARE.
2007-10-10 Jelmer Vernooijr21573: Remove more code that assumed all types are...
2007-10-10 Jelmer Vernooijr21572: More work towards supporting tagged types.
2007-10-10 Jelmer Vernooijr21484: Fix Needed* for nested datastructures.
2007-10-10 Jelmer Vernooijr21457: Cope with anonymous nested types in the NDR...
2007-10-10 Jelmer Vernooijr21430: Support tagged types without typedef. This...
2007-10-10 Jelmer Vernooijr21428: Handle representation types in Needed().
2007-10-10 Jelmer Vernooijr21222: Merge a couple of pidl fixes:
2007-10-10 Jelmer Vernooijr20631: Add some tests for the ndr parser.
2007-10-10 Jelmer Vernooijr20511: Combine warnings/errors/fatal functions and...
2007-10-10 Jelmer Vernooijr19856: Use sptr as basis for full ptr implementation...
2007-10-10 Stefan Metzmacherr19854: readd support for 'sptr' pointers, to work...
2007-10-10 Jelmer Vernooijr19845: Add warning for pointer_default_top()
2007-10-10 Jelmer Vernooijr19842: Complain about unknown pointer types.
2007-10-10 Jelmer Vernooijr19834: Prevent some inaccurate warnings.
2007-10-10 Jelmer Vernooijr19830: Warn about non-ref top-level pointers.
2007-10-10 Jelmer Vernooijr19752: Remove support for the `depends' attribute...
2007-10-10 Jelmer Vernooijr19585: Add support for some more standard IDL instruct...
2007-10-10 Jelmer Vernooijr19544: Fix case of 'warning'.
2007-10-10 Jelmer Vernooijr18639: Get rid of the keepref support
2007-10-10 Jelmer Vernooijr18559: [string] always applies to the last pointer
2007-10-10 Jelmer Vernooijr18554: Fix warnings about [out] arguments.
2007-10-10 Jelmer Vernooijr18523: Allow [out] on arrays as well as pointers,...
2007-10-10 Jelmer Vernooijr15776: Don't generate ref pointers in Samba4-generated...
2007-10-10 Jelmer Vernooijr15652: Fix aliases mechanism (fixes #3710)
2007-10-10 Jelmer Vernooijr15593: Warn about [out] arguments that are not pointer...
2007-10-10 Jelmer Vernooijr15327: Support 'nosize'. Also write prototypes for...
2007-10-10 Jelmer Vernooijr14692: Get rid of the obfuscation() attribute
2007-10-10 Jelmer Vernooijr14691: Fix printing elements with represent_as set
2007-10-10 Jelmer Vernooijr14687: Start working on support for represent_as(...
2007-10-10 Jelmer Vernooijr14686: Fix pidl testsuite to run whenever there is...
2007-10-10 Jelmer Vernooijr14361: Support 'helper' attribute in pidl and use it.
2007-10-10 Andrew Tridgellr13738: added support for a "pointer" type in pidl...
2007-10-10 Jelmer Vernooijr12572: No longer parse coclasses as interfaces
2007-10-10 Jelmer Vernooijr12484: Initial work on supporting non-typedeffed types
2007-10-10 Jelmer Vernooijr12470: Add helper module for pidl tests
2007-10-10 Jelmer Vernooijr12464: Add simple IDL parsing tests for pidl using...
2007-10-10 Stefan Metzmacherr11997: for multidimentional array like this:
2007-10-10 Jelmer Vernooijr11539: Fix indentation in templates. Always generate...
2007-10-10 Volker Lendecker11473: Based on work by Jelmer, implement the [async...
2007-10-10 Jelmer Vernooijr11105: Warn if conformant arrays are not at the end...
2007-10-10 Jelmer Vernooijr11067: Support for [string] in the Ethereal parser...
2007-10-10 Jelmer Vernooijr10829: Documentation updates
2007-10-10 Jelmer Vernooijr10742: Support multi-level pointers + ref pointer...
2007-10-10 Jelmer Vernooijr10694: Add some work I did this afternoon on getting...
2007-10-10 Jelmer Vernooijr10388: Add version numbers (required for CPAN)
2007-10-10 Jelmer Vernooijr9460: - Move pidl to lib/. This fixes standalone insta...