summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.yp
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4533: parsing support for:Stefan Metzmacher1-3/+18
2007-10-10r4522: PROPERTIES are now handled at the typedef levelAndrew Tridgell1-13/+11
2007-10-10r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell1-5/+6
2007-10-10r3998: allow const arrays (see next commit to drsuapi.idl)Stefan Metzmacher1-0/+9
2007-10-10r3667: Small COM fixesJelmer Vernooij1-2/+0
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+2
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij1-0/+1
2007-10-10r3440: Add support for "coclass" to the pidl parser - the idl keyword thatJelmer Vernooij1-4/+17
2007-10-10r3431: Allow optional semicolon after interface definitionsJelmer Vernooij1-1/+6
2007-10-10r2973: Allow comma's inside parentheses in property argumentsJelmer Vernooij1-1/+6
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij1-2/+2
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-30/+59
2007-10-10r738: Use same error message format as is used by compilers when reportingJelmer Vernooij1-1/+1
2003-12-16cope with different cpp formatting on some systems, and make sure weAndrew Tridgell1-1/+8
2003-12-15use the @CPP@ value from configure if possible when determining cpp inAndrew Tridgell1-1/+5
2003-12-15lets see if "cc -E" keeps more of the build farm happy then "cpp"Andrew Tridgell1-1/+1
2003-12-08commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell1-4/+4
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell1-6/+9
2003-12-07a bit more speed and better line matching in errorsAndrew Tridgell1-4/+8
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell1-0/+307