summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib/Parse/Pidl/IDL.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl: Remove superfluous semicolon in perl code.Michael Adam2008-02-261-1/+1
* pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher2008-02-011-454/+391
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-121-75/+75
* pidl: Remove support for the "declare" keyword in the parser.Jelmer Vernooij2008-01-121-1168/+1058
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-101-1267/+1310
* r22618: handle the properties related to the typeStefan Metzmacher2007-10-101-561/+561
* r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij2007-10-101-1186/+1154
* r21430: Support tagged types without typedef. This means:Jelmer Vernooij2007-10-101-897/+889
* r20746: Don't report each individual test in test_smbclient as a single tests...Jelmer Vernooij2007-10-101-77/+77
* r20625: Fix couple of warnings.Jelmer Vernooij2007-10-101-214/+209
* r20563: Start using the new parser in ParseExpr(). It's now trivial to use thisJelmer Vernooij2007-10-101-476/+1
* r20550: Use standard error mechanism in parser.Jelmer Vernooij2007-10-101-96/+96
* r19599: Fix --includedir.Jelmer Vernooij2007-10-101-1/+1
* r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij2007-10-101-1258/+1291
* r19585: Add support for some more standard IDL instructions:Jelmer Vernooij2007-10-101-1275/+1389
* r19580: Add --includedir option.Jelmer Vernooij2007-10-101-3/+4
* r18194: Allow empty bitmap {} declarations.Jelmer Vernooij2007-10-101-338/+351
* r17305: allow 'declare [...] union foo;'Stefan Metzmacher2007-10-101-460/+479
* r12481: Move parser-specific utility functions to idl.yp, remove some unused ...Jelmer Vernooij2007-10-101-435/+597
* r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij2007-10-101-3/+5
* r12462: Hide oo magic from callers of the parserJelmer Vernooij2007-10-101-72/+81
* r11097: Allow pointers in "const"Jelmer Vernooij2007-10-101-198/+207
* r10093: Fix the HF_FIELD conformance file commandJelmer Vernooij2007-10-101-1/+1
* r10074: Pass CPP to pidl via environment variables rather then config.pm. Thi...Jelmer Vernooij2007-10-101-2/+1
* r10071: Configure checks for IRIX build environment. Test whether we canJames Peach2007-10-101-1/+2
* r10015: Change the NT4 registry backend to use the IDL-generate parse functions.Jelmer Vernooij2007-10-101-602/+785
* r9462: Fix locations for generating the yapp filesJelmer Vernooij2007-10-101-60/+60
* r9460: - Move pidl to lib/. This fixes standalone installation of pidl.Jelmer Vernooij2007-10-101-0/+2609