summaryrefslogtreecommitdiff
path: root/source4/build/pidl
AgeCommit message (Expand)AuthorFilesLines
2003-11-22added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell4-1/+3058
2003-11-21fixed a bug with pushing non-pointer unionsAndrew Tridgell1-1/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell5-33/+113
2003-11-21added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2-5/+6
2003-11-20ignore generated idl.pmAndrew Tridgell1-1/+2
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell2-12850/+1
2003-11-20make sure we don't try to use c++ style variable declarationAndrew Tridgell1-1/+5
2003-11-20fixed pushing structures containing pointers inside unionsAndrew Tridgell1-1/+1
2003-11-20a bit neater way of emitting codeAndrew Tridgell3-210/+217
2003-11-20 * cope with pidl not being in $HOME/pidlAndrew Tridgell2-3/+9
2003-11-20use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell7-8/+12860
2003-11-20avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell1-1/+2
2003-11-20its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell1-11/+9
2003-11-20damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell2-1/+1
2003-11-20use strict perl package everywhere for error checkingAndrew Tridgell5-2/+6
2003-11-20 * added a 'lstring' type for spoolssAndrew Tridgell3-4/+19
2003-11-20 * added support for empty case elements (including default cases)Andrew Tridgell3-30/+49
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell2-30/+123
2003-11-19slightly more accurate structure alignment code - I need to do properAndrew Tridgell2-3/+2
2003-11-18auto-generate the pipe UUID version and nameAndrew Tridgell2-11/+34
2003-11-18support the 'default' case in IDL unionsAndrew Tridgell2-16/+62
2003-11-18auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2-18/+22
2003-11-17auto-generate functions for printing top-level functionAndrew Tridgell2-7/+48
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell3-9/+79
2003-11-17* support inline arraysAndrew Tridgell4-22/+27
2003-11-17handle non-NTSTATUS return typesAndrew Tridgell1-1/+1
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell3-3/+25
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell4-10/+38
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell4-10/+54
2003-11-16added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2-0/+13
2003-11-16fixed the handling of much more general C expressions in value()Andrew Tridgell1-2/+7
2003-11-15added support for varying conformant arrays (needed for samrAndrew Tridgell2-5/+34
2003-11-15fixed alignment of the buffers part structuresAndrew Tridgell1-3/+4
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell3-3/+17
2003-11-15Fix bug in generation of function ndr_pull code generation. This patchTim Potter1-1/+3
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-58/+1
2003-11-14* make pidl.pl exit with an error on a parse errorAndrew Tridgell2-4/+9
2003-11-14fixed another problem with pointers to arrays in structuresAndrew Tridgell1-7/+11
2003-11-14fixed the handling of unions of pointersAndrew Tridgell1-2/+6
2003-11-14* differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell1-30/+87
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell4-19/+155
2003-11-12handle constant sized arraysAndrew Tridgell2-5/+29
2003-11-11added support for 8 byte aligned HYPER_TAndrew Tridgell2-3/+4
2003-11-11fixed the NDR structure alignment rulesAndrew Tridgell2-1/+45
2003-11-11fixed handling on pointers to arrays of structures in unionsAndrew Tridgell2-1/+5
2003-11-11automatic printing of unionsAndrew Tridgell2-5/+22
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-0/+128
2003-11-11- added support for the pull side of unionsAndrew Tridgell5-81/+216
2003-11-10much cleaner handling of the different types of variablesAndrew Tridgell4-85/+150
2003-11-09added a module for auto-generating the client calls. We can now goAndrew Tridgell3-3/+90