summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-08Convert a bunch of "prs_foo()" to "offset = prs_foo()"Tim Potter1-8/+8
2001-12-08Removed old commented-out code.Tim Potter1-49/+30
2001-12-08Reinvented has_properties() function lost after HD crash. )-:Tim Potter1-11/+26
2001-12-08Made hyper a simple type.Tim Potter1-13/+14
2001-12-06Moved processing of function arguments and structure elementsTim Potter1-41/+95
2001-12-06Don't pass down drep (data representation) arg from top level fn.Tim Potter1-13/+31
2001-11-28Don't pass decorative name to policy handle or ntstatus dissectors.Tim Potter1-12/+12
2001-11-28Decorate some of the parse functions with element names. This is startingTim Potter1-9/+9
2001-11-27Start generating some ethereal code that may actually compile withTim Potter1-21/+19
2001-11-26Start generating code for unions.Tim Potter1-5/+22
2001-11-26Ignore *.pidlTim Potter1-0/+1
2001-11-24Renamed functions from Dump* to Parse*Tim Potter1-32/+32
2001-11-24Initial version of ethereal parser generator. Works with test.idlTim Potter1-0/+216
2001-11-24Added --eparser to call ethereal parser generator.Tim Potter1-1/+12
2001-11-24forgot a fileAndrew Tridgell1-0/+145
2000-12-14changed auto-generated comment for headersAndrew Tridgell1-1/+1
2000-12-14beginnings of the C parser generatorAndrew Tridgell1-3/+16
2000-12-14added header generationAndrew Tridgell1-0/+134
2000-12-14fixed helpAndrew Tridgell1-5/+16
2000-12-14added a commentAndrew Tridgell1-0/+5
2000-12-14- fixed FlattenHash bugAndrew Tridgell1-2/+2
2000-12-14first versionAndrew Tridgell4-0/+524