summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.yp
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.Jelmer Vernooij1-1/+1
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij1-1/+1
2007-10-10r7036: Allow more operations in several properties (such as size_is, length_is,Jelmer Vernooij1-0/+1
2007-10-10r7022: Add support for parsing definitions of multi-dimension arrays.Jelmer Vernooij1-3/+4
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-23/+26
2007-10-10r6926: More build farm fixes:Jelmer Vernooij1-1/+1
2007-10-10r6098: fix parsing of empty union casesStefan Metzmacher1-1/+1
2007-10-10r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij1-3/+3
2007-10-10r5479: Add ODL input support.Jelmer Vernooij1-2/+0
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij1-22/+2
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij1-4/+4
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij1-32/+20
2007-10-10r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...Andrew Tridgell1-0/+1
2007-10-10r4551: add support for a pidl extensionsStefan Metzmacher1-2/+26
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