r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.
[samba.git] / source / build / pidl / idl.yp
2007-10-10 Jelmer Vernooijr7161: - Add support for "aliases" for pidls scalar...
2007-10-10 Jelmer Vernooijr7059: Use namespaces for pidl and the build system...
2007-10-10 Jelmer Vernooijr7036: Allow more operations in several properties...
2007-10-10 Jelmer Vernooijr7022: Add support for parsing definitions of multi...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Stefan Metzmacherr6098: fix parsing of empty union cases
2007-10-10 Jelmer Vernooijr5486: - Use references to interfaces in coclasses...
2007-10-10 Jelmer Vernooijr5479: Add ODL input support.
2007-10-10 Jelmer Vernooijr5376: ORPC is NDR specific, so move it to ndr.pm.
2007-10-10 Jelmer Vernooijr5338: More efforts to handle types similarly.
2007-10-10 Jelmer Vernooijr5320: Treat structs and unions somewhat more similarly:
2007-10-10 Andrew Tridgellr4884: - 2nd part of support ndr_size_ generation on...
2007-10-10 Stefan Metzmacherr4551: add support for a pidl extensions
2007-10-10 Stefan Metzmacherr4533: parsing support for:
2007-10-10 Andrew Tridgellr4522: PROPERTIES are now handled at the typedef level
2007-10-10 Andrew Tridgellr4518: added proper support for "typedef enum" in pidl...
2007-10-10 Stefan Metzmacherr3998: allow const arrays (see next commit to drsuapi...
2007-10-10 Jelmer Vernooijr3667: Small COM fixes
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Jelmer Vernooijr3513: Add (the infrastructure for) DCOM support. Contents:
2007-10-10 Jelmer Vernooijr3440: Add support for "coclass" to the pidl parser...
2007-10-10 Jelmer Vernooijr3431: Allow optional semicolon after interface definitions
2007-10-10 Jelmer Vernooijr2973: Allow comma's inside parentheses in property...
2007-10-10 Jelmer Vernooijr1838: Updates from the airplane:
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Jelmer Vernooijr738: Use same error message format as is used by compi...
2003-12-16 Andrew Tridgellcope with different cpp formatting on some systems...
2003-12-15 Andrew Tridgelluse the @CPP@ value from configure if possible when...
2003-12-15 Andrew Tridgelllets see if "cc -E" keeps more of the build farm happy...
2003-12-08 Andrew Tridgellcommit idl.pm now, as many build farm machines don...
2003-12-08 Andrew Tridgell * reduced the number of grammer conflicts a lot using...
2003-12-07 Andrew Tridgella bit more speed and better line matching in errors
2003-12-07 Andrew Tridgellre-wrote pidl to use Parse::Yapp instead of Parse:...