r4556: neater (and faster) way of doing alignments and scalars
[samba.git] / source4 / build / pidl / util.pm
2007-10-10 Andrew Tridgellr4556: neater (and faster) way of doing alignments...
2007-10-10 Stefan Metzmacherr4540: sync enum and bitmap code
2007-10-10 Stefan Metzmacherr4535: add full support for
2007-10-10 Andrew Tridgellr4518: added proper support for "typedef enum" in pidl...
2007-10-10 Stefan Metzmacherr3956: start to decode the repsFrom and repsTo fileds...
2007-10-10 Stefan Metzmacherr3869: in the NDR encoded replPropertyMetaData attribut...
2007-10-10 Jelmer Vernooijr3516: dcerpc_epm_map_binding now checks the endpoints...
2007-10-10 Jelmer Vernooijr3515: Fix RemoteActivation correctly this time (-:
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Jelmer Vernooijr3432: Support WERROR's in arguments (not just as retur...
2007-10-10 Andrew Tridgellr3282: some C pre-processors don't like expressions...
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
2007-10-10 Andrew Tridgellr2958: the warnings from the swig code in pidl were...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr363: nicer error handling in pidl
2003-12-19 Andrew Tridgelladded code to the IDL validator to check for common...
2003-12-16 Andrew Tridgelldon't rely on the ability of perl 5.6.x to remove eleme...
2003-12-15 Andrew Tridgellmake pidl no longer dependent on Data::Dumper, which...
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-08 Andrew Tridgellcommit idl.pm now, as many build farm machines don...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Andrew Tridgelladded support for 'ascstr', a ascii string in MSRPC !
2003-11-20 Andrew Tridgelluse a precompiled grammer in pidl. This speeds up pidl...
2003-11-20 Andrew Tridgellits LoadStructure() in util.pm that doesn't like strict...
2003-11-20 Andrew Tridgelldamn, "use strict;" in util.pm breaks pidl - but why?
2003-11-20 Andrew Tridgelluse strict perl package everywhere for error checking
2003-11-20 Andrew Tridgell * added a 'lstring' type for spoolss
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellslightly more accurate structure alignment code - I...
2003-11-17 Andrew Tridgellauto-generate functions for printing top-level function
2003-11-17 Andrew Tridgell* support inline arrays
2003-11-17 Andrew Tridgellbetter [relative] handling, allowing for nested relativ...
2003-11-16 Andrew Tridgell * the beginnings of non-constant fixed arrays
2003-11-16 Andrew Tridgelladded support for "relstr", structure and union propert...
2003-11-15 Andrew Tridgelladded support for varying conformant arrays (needed...
2003-11-15 Andrew Tridgellsupport a new value() attribute that allows us to auto...
2003-11-12 Andrew Tridgellhandle constant sized arrays
2003-11-11 Andrew Tridgelladded support for 8 byte aligned HYPER_T
2003-11-11 Andrew Tridgellfixed the NDR structure alignment rules
2003-11-11 Andrew Tridgellfixed handling on pointers to arrays of structures...
2003-11-11 Andrew Tridgellautomatic printing of unions
2003-11-11 Andrew Tridgell- added support for the pull side of unions
2003-11-10 Andrew Tridgellmuch cleaner handling of the different types of variables
2003-11-09 Andrew Tridgell- handle void functions
2003-11-09 Andrew Tridgelladded support for arrays as function arguments and...
2003-11-08 Andrew Tridgell- generate both the pull and push side
2003-11-06 Andrew Tridgellupdated pidl to auto-generate the ndr_push_*() function...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2000-12-14 Andrew Tridgell- fixed FlattenHash bug
2000-12-14 Andrew Tridgellfirst version