summaryrefslogtreecommitdiffstats
path: root/source4/pidl/idl.yp
Commit message (Collapse)AuthorAgeFilesLines
* pidl: Remove superfluous semicolon in perl code.Michael Adam2008-02-261-1/+1
| | | | | Michael (This used to be commit 85f707c6abc48739c0c3b423ac0b196d2b75e40c)
* pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher2008-02-011-6/+1
| | | | | metze (This used to be commit fdf9bcb163516f7d96675ae0dce2917afb8f86d3)
* pidl: Remove support for the "declare" keyword in the parser.Jelmer Vernooij2008-01-121-36/+2
| | | | (This used to be commit ea3371389226a756ba641a7fc02cfbee78663411)
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-101-1/+11
| | | | (This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
* r22618: handle the properties related to the typeStefan Metzmacher2007-10-101-10/+12
| | | | | | | | | | | and not to 'declare' to avoid a pidl warning with: declare [switch_type(uint16)] union netr_Validation; void foo([in] uint16 level, [in,switch_is(level)] netrValidation info); metze (This used to be commit 3b3344f1df000974ad89bf370e99fd6b6dc42000)
* r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij2007-10-101-14/+3
| | | | | | | "struct foo {};". Reported by one of the OpenChange folks, thanks! (This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-101-14/+18
| | | | | | | | | | | struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
* r20625: Fix couple of warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
* r20550: Use standard error mechanism in parser.Jelmer Vernooij2007-10-101-19/+19
| | | | | Make sure errors are reported correctly. (This used to be commit 9f794c55a60b09536d6e0dbadfc172e1e74497ff)
* r19599: Fix --includedir.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 0da2bbcf766dc25805ad583fae185045bb390a5f)
* r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij2007-10-101-6/+11
| | | | (This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
* r19585: Add support for some more standard IDL instructions:Jelmer Vernooij2007-10-101-3/+29
| | | | | | | | | | | - `include' (replaces helper()) - `import' (replaces depends()) Add support for parsing importlib() - importlib() is now ignored (with a warning), but no longer causes syntax errors. helper() and depends() are now marked deprecated and will cause warnings. (This used to be commit 1ccab71cb8a9e3db9448b6679d01ad00e1c1e9a3)
* r19580: Add --includedir option.Jelmer Vernooij2007-10-101-3/+4
| | | | (This used to be commit b076bfa39fefafcf30ac5be5056abfd629338fa5)
* r18194: Allow empty bitmap {} declarations.Jelmer Vernooij2007-10-101-1/+3
| | | | (This used to be commit 084b5002b9a8c9790ce81480fe26d57e52789dbb)
* r17305: allow 'declare [...] union foo;'Stefan Metzmacher2007-10-101-1/+7
| | | | | metze (This used to be commit 15d37004b70d097a1431fb4d41fef363ed654ac7)
* r12481: Move parser-specific utility functions to idl.yp, remove some unused ↵Jelmer Vernooij2007-10-101-15/+44
| | | | | | | | functions Allow the use of non-typedef structs and unions when declaring variables. Allow the use of the 'signed' and 'unsigned' qualifiers for integer types (This used to be commit bc6b45e242c8d7b2ef1a6e6d3eb172c27afd952d)
* r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij2007-10-101-3/+5
| | | | | | testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' (This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
* r12462: Hide oo magic from callers of the parserJelmer Vernooij2007-10-101-9/+18
| | | | (This used to be commit 0c225d2978b11898d334ec2d6da910e0cca0f4cd)
* r11097: Allow pointers in "const"Jelmer Vernooij2007-10-101-7/+9
| | | | (This used to be commit 88fcd56fb55ac3f7e1eef3b3c92a2593c79599d3)
* r10093: Fix the HF_FIELD conformance file commandJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 0c0a4b55cff4079276073060dae91ff0c19af42f)
* r10074: Pass CPP to pidl via environment variables rather then config.pm. ↵Jelmer Vernooij2007-10-101-2/+1
| | | | | | | This fixes the standalone pidl build (as used for ethereal) (This used to be commit 9c9ebd2214423c58357854f09bd744e13e807d8f)
* r10071: Configure checks for IRIX build environment. Test whether we canJames Peach2007-10-101-1/+2
| | | | | | use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. (This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22)
* r10014: Support ?, : and = in attribute arguments.Jelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 6a549f35583e71531bea56ce717635ad9499441a)
* r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij2007-10-101-0/+434
(This used to be commit e48202275e60c18e464457d200daeb953386e221)