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