pidl: Remove support for the "declare" keyword in the parser.
[samba.git] / source4 / pidl / idl.yp
2008-01-12 Jelmer Vernooijpidl: Remove support for the "declare" keyword in the...
2007-10-10 Jelmer Vernooijr24815: Support cpp_quote().
2007-10-10 Stefan Metzmacherr22618: handle the properties related to the type
2007-10-10 Jelmer Vernooijr21681: Fix bug in the parsing code that parsed "struct...
2007-10-10 Jelmer Vernooijr21430: Support tagged types without typedef. This...
2007-10-10 Jelmer Vernooijr20625: Fix couple of warnings.
2007-10-10 Jelmer Vernooijr20550: Use standard error mechanism in parser.
2007-10-10 Jelmer Vernooijr19599: Fix --includedir.
2007-10-10 Jelmer Vernooijr19588: Use include and import statements rather than...
2007-10-10 Jelmer Vernooijr19585: Add support for some more standard IDL instruct...
2007-10-10 Jelmer Vernooijr19580: Add --includedir option.
2007-10-10 Jelmer Vernooijr18194: Allow empty bitmap {} declarations.
2007-10-10 Stefan Metzmacherr17305: allow 'declare [...] union foo;'
2007-10-10 Jelmer Vernooijr12481: Move parser-specific utility functions to idl...
2007-10-10 Jelmer Vernooijr12464: Add simple IDL parsing tests for pidl using...
2007-10-10 Jelmer Vernooijr12462: Hide oo magic from callers of the parser
2007-10-10 Jelmer Vernooijr11097: Allow pointers in "const"
2007-10-10 Jelmer Vernooijr10093: Fix the HF_FIELD conformance file command
2007-10-10 Jelmer Vernooijr10074: Pass CPP to pidl via environment variables...
2007-10-10 James Peachr10071: Configure checks for IRIX build environment...
2007-10-10 Jelmer Vernooijr10014: Support ?, : and = in attribute arguments.
2007-10-10 Jelmer Vernooijr9459: Move pidl up one level (to prevent too much...