summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.gram
AgeCommit message (Expand)AuthorFilesLines
2003-11-28make sure there is at least one valid interface in an IDL fileAndrew Tridgell1-1/+1
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-1/+1
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-5/+8
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell1-1/+1
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell1-3/+3
2003-11-23ooh, this is fun!Andrew Tridgell1-1/+1
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-16/+15
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-1/+11
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-2/+3
2003-11-20 * added support for empty case elements (including default cases)Andrew Tridgell1-5/+10
2003-11-18auto-generate the pipe UUID version and nameAndrew Tridgell1-2/+2
2003-11-18support the 'default' case in IDL unionsAndrew Tridgell1-2/+8
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell1-1/+0
2003-11-17* support inline arraysAndrew Tridgell1-0/+1
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell1-1/+2
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell1-3/+6
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell1-2/+4
2003-11-16added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell1-0/+1
2003-11-16fixed the handling of much more general C expressions in value()Andrew Tridgell1-2/+7
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell1-2/+9
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell1-1/+4
2003-11-11- added support for the pull side of unionsAndrew Tridgell1-2/+2
2003-11-10much cleaner handling of the different types of variablesAndrew Tridgell1-0/+1
2003-11-09added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell1-1/+2
2003-11-08- generate both the pull and push sideAndrew Tridgell1-1/+0
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell1-5/+6
2000-12-14first versionAndrew Tridgell1-0/+135