Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6098: fix parsing of empty union cases | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5486: - Use references to interfaces in coclasses rather then | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r5479: Add ODL input support. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r5376: ORPC is NDR specific, so move it to ndr.pm. | Jelmer Vernooij | 1 | -22/+2 |
2007-10-10 | r5338: More efforts to handle types similarly. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5320: Treat structs and unions somewhat more similarly: | Jelmer Vernooij | 1 | -32/+20 |
2007-10-10 | r4884: - 2nd part of support ndr_size_ generation on unions as well as struct... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4551: add support for a pidl extensions | Stefan Metzmacher | 1 | -2/+26 |
2007-10-10 | r4533: parsing support for: | Stefan Metzmacher | 1 | -3/+18 |
2007-10-10 | r4522: PROPERTIES are now handled at the typedef level | Andrew Tridgell | 1 | -13/+11 |
2007-10-10 | r4518: added proper support for "typedef enum" in pidl. We can now use enums ... | Andrew Tridgell | 1 | -5/+6 |
2007-10-10 | r3998: allow const arrays (see next commit to drsuapi.idl) | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r3667: Small COM fixes | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r3611: DCOM client support works!! | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3440: Add support for "coclass" to the pidl parser - the idl keyword that | Jelmer Vernooij | 1 | -4/+17 |
2007-10-10 | r3431: Allow optional semicolon after interface definitions | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r2973: Allow comma's inside parentheses in property arguments | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r1838: Updates from the airplane: | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r1736: - Pidl updates: | Jelmer Vernooij | 1 | -30/+59 |
2007-10-10 | r738: Use same error message format as is used by compilers when reporting | Jelmer Vernooij | 1 | -1/+1 |
2003-12-16 | cope with different cpp formatting on some systems, and make sure we | Andrew Tridgell | 1 | -1/+8 |
2003-12-15 | use the @CPP@ value from configure if possible when determining cpp in | Andrew Tridgell | 1 | -1/+5 |
2003-12-15 | lets see if "cc -E" keeps more of the build farm happy then "cpp" | Andrew Tridgell | 1 | -1/+1 |
2003-12-08 | commit idl.pm now, as many build farm machines don't have 'yapp' | Andrew Tridgell | 1 | -4/+4 |
2003-12-08 | * reduced the number of grammer conflicts a lot using (arbitrary) | Andrew Tridgell | 1 | -6/+9 |
2003-12-07 | a bit more speed and better line matching in errors | Andrew Tridgell | 1 | -4/+8 |
2003-12-07 | re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This | Andrew Tridgell | 1 | -0/+307 |