summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-09- handle void functionsAndrew Tridgell4-46/+104
2003-11-09added support for arrays as function arguments and for unistr_notermAndrew Tridgell2-8/+17
2003-11-09added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2-9/+29
2003-11-08- include includes.hAndrew Tridgell3-19/+73
2003-11-08- generate both the pull and push sideAndrew Tridgell3-98/+300
2003-11-06a bit of a tidy up before I add the ndr_pull_*() side of thingsAndrew Tridgell1-47/+21
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell6-77/+340
2003-08-13This commit was generated by cvs2svn to compensate for changes in r30,Andrew Tridgell12-0/+1495
2003-08-13first public release of samba4 codeAndrew Tridgell12-0/+1495
2001-12-10Added "return offset;" to end of generated function.Tim Potter1-0/+1
2001-12-10Fix for pointers to structures in function args.Tim Potter1-0/+9
2001-12-09Misc fixes:Tim Potter1-9/+11
2001-12-09wchar_t is a scalar.Tim Potter1-0/+1