summaryrefslogtreecommitdiff
path: root/source4/pidl
AgeCommit message (Expand)AuthorFilesLines
2008-04-08Raise NotImplementedError from functions that don't have complete IDL.Jelmer Vernooij1-14/+29
2008-04-08Support [todo] attribute on functions.Jelmer Vernooij1-0/+1
2008-04-08Add signature of connect function to docstrings.Jelmer Vernooij1-7/+20
2008-04-08use builtin getset stuff rather than custom getattr/setattr implementation.Jelmer Vernooij1-28/+23
2008-04-08Add function signature to docstrings in python.Jelmer Vernooij1-3/+31
2008-04-08Register types rather than constructors, display structs as classes.Jelmer Vernooij1-63/+96
2008-04-08Set tp_flags for Python types.Jelmer Vernooij1-0/+2
2008-04-08Set docstrings from helpstring attribute where possible.Jelmer Vernooij1-14/+38
2008-04-07Add simple docstring for Python modules.Jelmer Vernooij1-1/+1
2008-04-06Add test for authservice struct.Jelmer Vernooij2-16/+37
2008-04-06Fix authservice count.Jelmer Vernooij1-1/+1
2008-04-04Install pidl by default if ExtUtils::MakeMaker is available. This should make...Jelmer Vernooij1-0/+4
2008-04-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij1-0/+9
2008-04-01Include right perl directory when installed.Jelmer Vernooij1-1/+1
2008-04-01Install pidl to the same directory as Samba.Jelmer Vernooij1-4/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
2008-03-25Add some more header properties as inline comments to the generated samba3 cl...Günther Deschner1-1/+33
2008-02-26pidl: Remove superfluous semicolon in perl code.Michael Adam2-2/+2
2008-02-23Respect the return value of asprintfVolker Lendecke1-2/+1
2008-02-19Add test for INCLUDE command.Jelmer Vernooij2-4/+6
2008-02-19Add INCLUDE command to pidl.Julien Kerihuel1-1/+20
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-2/+2
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
2008-02-13Add simple test for ETT_FIELD.Jelmer Vernooij1-1/+4
2008-02-13Support ETT_FIELD keyword.Julien Kerihuel2-0/+23
2008-02-11Move pidl bits to a separate file.Jelmer Vernooij1-0/+36
2008-02-11pidl/Samba3::ServerNDR: use talloc_tos() instead of NULLStefan Metzmacher1-1/+1
2008-02-09pidl: Allow fixed size arrays inside unions.Julien Kerihuel1-2/+2
2008-02-09Fix test count after pointer_default_top() removal.Jelmer Vernooij1-1/+1
2008-02-07pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-07pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2-14/+14
2008-02-07pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2-18/+306
2008-02-04pidl: remove 'pointer_default_top()' supportStefan Metzmacher3-18/+1
2008-02-02pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
2008-02-02pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference typesStefan Metzmacher1-3/+14
2008-02-02pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a functionStefan Metzmacher1-25/+34
2008-02-02pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher4-379/+58
2008-02-01Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-01WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2-14/+14
2008-02-01LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher2-18/+306
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
2008-02-01CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...Stefan Metzmacher1-3/+14
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in...Stefan Metzmacher1-25/+34
2008-02-01pidl: cosmetic fix to use the same value everywhereStefan Metzmacher1-1/+1
2008-02-01pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher4-467/+399
2008-02-01pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags...Stefan Metzmacher1-43/+27
2008-01-31pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev...Stefan Metzmacher1-4/+2
2008-01-30pidl: be consistent and always ask pkg-config only for 'ndr'Stefan Metzmacher1-1/+1
2008-01-25pidl/Samba4::Header: fix typedefs of unions and structs without elementsStefan Metzmacher1-0/+2
2008-01-24pidl: get rid of stupid ';' char to terminate bitmap definesStefan Metzmacher1-23/+22