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