summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* fixed pushing structures containing pointers inside unionsAndrew Tridgell2003-11-201-1/+1
* a bit neater way of emitting codeAndrew Tridgell2003-11-203-210/+217
* * cope with pidl not being in $HOME/pidlAndrew Tridgell2003-11-202-3/+9
* use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell2003-11-207-8/+12860
* avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell2003-11-201-1/+2
* its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell2003-11-201-11/+9
* damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell2003-11-202-1/+1
* use strict perl package everywhere for error checkingAndrew Tridgell2003-11-205-2/+6
* * added a 'lstring' type for spoolssAndrew Tridgell2003-11-203-4/+19
* * added support for empty case elements (including default cases)Andrew Tridgell2003-11-203-30/+49
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-192-30/+123
* slightly more accurate structure alignment code - I need to do properAndrew Tridgell2003-11-192-3/+2
* auto-generate the pipe UUID version and nameAndrew Tridgell2003-11-182-11/+34
* support the 'default' case in IDL unionsAndrew Tridgell2003-11-182-16/+62
* auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2003-11-182-18/+22
* auto-generate functions for printing top-level functionAndrew Tridgell2003-11-172-7/+48
* started documenting the extension to IDL that pidl implementsAndrew Tridgell2003-11-173-9/+79
* * support inline arraysAndrew Tridgell2003-11-174-22/+27
* handle non-NTSTATUS return typesAndrew Tridgell2003-11-171-1/+1
* better [relative] handling, allowing for nested relative structuresAndrew Tridgell2003-11-173-3/+25
* * the beginnings of non-constant fixed arraysAndrew Tridgell2003-11-164-10/+38
* added support for "relstr", structure and union properties and publicAndrew Tridgell2003-11-164-10/+54
* added the "subcontext" attribute for auto-handling of user-marshalledAndrew Tridgell2003-11-162-0/+13
* fixed the handling of much more general C expressions in value()Andrew Tridgell2003-11-161-2/+7
* added support for varying conformant arrays (needed for samrAndrew Tridgell2003-11-152-5/+34
* fixed alignment of the buffers part structuresAndrew Tridgell2003-11-151-3/+4
* support a new value() attribute that allows us to auto-fill certainAndrew Tridgell2003-11-153-3/+17
* Fix bug in generation of function ndr_pull code generation. This patchTim Potter2003-11-151-1/+3
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-141-58/+1
* * make pidl.pl exit with an error on a parse errorAndrew Tridgell2003-11-142-4/+9
* fixed another problem with pointers to arrays in structuresAndrew Tridgell2003-11-141-7/+11
* fixed the handling of unions of pointersAndrew Tridgell2003-11-141-2/+6
* * differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell2003-11-141-30/+87
* I think we now handle conformant arrays in structures correctly - theAndrew Tridgell2003-11-134-19/+155
* handle constant sized arraysAndrew Tridgell2003-11-122-5/+29
* added support for 8 byte aligned HYPER_TAndrew Tridgell2003-11-112-3/+4
* fixed the NDR structure alignment rulesAndrew Tridgell2003-11-112-1/+45
* fixed handling on pointers to arrays of structures in unionsAndrew Tridgell2003-11-112-1/+5
* automatic printing of unionsAndrew Tridgell2003-11-112-5/+22
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-111-0/+128
* - added support for the pull side of unionsAndrew Tridgell2003-11-115-81/+216
* much cleaner handling of the different types of variablesAndrew Tridgell2003-11-104-85/+150
* added a module for auto-generating the client calls. We can now goAndrew Tridgell2003-11-093-3/+90
* - handle void functionsAndrew Tridgell2003-11-094-46/+104
* added support for arrays as function arguments and for unistr_notermAndrew Tridgell2003-11-092-8/+17
* added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2003-11-092-9/+29
* - include includes.hAndrew Tridgell2003-11-083-19/+73
* - generate both the pull and push sideAndrew Tridgell2003-11-083-98/+300
* a bit of a tidy up before I add the ndr_pull_*() side of thingsAndrew Tridgell2003-11-061-47/+21
* updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell2003-11-066-77/+340