summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-2/+14
* python/pidl: Fix assignment.Jelmer Vernooij2008-01-141-9/+19
* pidl/python: Fix more compile errors.Jelmer Vernooij2008-01-141-26/+32
* pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij2008-01-144-50/+146
* pidl/python: Fix use of pointers.Jelmer Vernooij2008-01-141-11/+70
* pidl/python: Remove unnecessary talloc_free().Jelmer Vernooij2008-01-141-1/+1
* python: Allow wrapping pointers within talloc'ed memory that are not talloc c...Jelmer Vernooij2008-01-141-16/+28
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-141-7/+17
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...Jelmer Vernooij2008-01-144-67/+75
* pidl/python: Work towards supporting more complex types (arrays, etc).Jelmer Vernooij2008-01-141-76/+115
* pidl/python: Support more scalar types when converting from Python.Jelmer Vernooij2008-01-141-20/+47
* pidl/python: Use new talloc utility functions.Jelmer Vernooij2008-01-141-49/+24
* pidl/python: Convert unions.Jelmer Vernooij2008-01-141-14/+43
* pidl/python: Fix more warnings in the generated code.Jelmer Vernooij2008-01-141-23/+28
* pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ...Jelmer Vernooij2008-01-141-0/+2
* pidl/python: Fix const type wrapping.Jelmer Vernooij2008-01-141-5/+20
* pidl/python: Fix conversion of last few non-standard types.Jelmer Vernooij2008-01-141-5/+5
* pidl/python: Remove references to DECLARE, which has been removed.Jelmer Vernooij2008-01-141-3/+3
* pidl/python: Some more support for special case types.Jelmer Vernooij2008-01-141-9/+39
* pidl/python: Convert some Python objects back to C, return proper tuples in c...Jelmer Vernooij2008-01-141-7/+40
* python/pidl: Start wrapping function arguments.Jelmer Vernooij2008-01-141-38/+160
* python/pidl: Handle non-string types.Jelmer Vernooij2008-01-141-1/+19
* python/pidl: More work on wrapping enums, bitmaps and structs.Jelmer Vernooij2008-01-141-26/+76
* pidl: Avoid accidently filling in empty body for types without body.Jelmer Vernooij2008-01-132-2/+5
* pidl/ejs: Fix bug that filled in the body for types without body.Jelmer Vernooij2008-01-122-4/+9
* pidl: Add function for determining whether a type has a body.Jelmer Vernooij2008-01-123-3/+17
* pidl: Move more stuff outside ifdef when defining enums and generate pretty c...Jelmer Vernooij2008-01-121-29/+27
* pidl: Prevent empty declarations for enums without body.Jelmer Vernooij2008-01-121-7/+11
* pidl: Add ability to write type metadata to a file.Jelmer Vernooij2008-01-121-1/+6
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-122-76/+80
* pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij2008-01-125-21/+5
* pidl: Remove support for the "declare" keyword in the parser.Jelmer Vernooij2008-01-121-1168/+1058
* pidl: Remove multiple copies of get_pointer_of and get_value_of.Jelmer Vernooij2008-01-113-48/+42
* r26699: Some minor cosmetics for pidl samba3 server code.Günther Deschner2008-01-091-18/+20
* r26698: Prettify samba3 client code a little more.Günther Deschner2008-01-091-7/+25
* r26696: Some more minor pidl samba3 client cosmetics.Günther Deschner2008-01-081-5/+13
* r26695: Cosmetic fix for pidl generated samba3 client code.Günther Deschner2008-01-081-1/+1
* r26667: pidl/python: Don't generate casts anymore; this will generate warning...Jelmer Vernooij2008-01-051-9/+9
* r26662: pidl/python: Add constructors for struct/union types.Jelmer Vernooij2008-01-031-3/+52
* r26661: pidl/python: More generic handling of NTSTATUS, add stubs for types.Jelmer Vernooij2008-01-031-10/+41
* r26660: pidl/python: Generate stub functions for DCE/RPC client functions, co...Jelmer Vernooij2008-01-031-3/+144
* r26659: pidl/python: Support string constants and handle modules.Jelmer Vernooij2008-01-031-2/+43
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-1/+11
* r26657: pidl: Add basics for generating Python modules.Jelmer Vernooij2008-01-031-0/+79
* r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij2007-12-261-1/+1
* r26455: Use new talloctype macro in generated SWIG code as well.Jelmer Vernooij2007-12-211-4/+3
* r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner2007-12-211-1/+1
* r26256: When generating Samba3 pidl output for WERROR based functions, make s...Günther Deschner2007-12-211-0/+11
* r26110: Create separate function for connecting, add helper for creating resu...Jelmer Vernooij2007-12-211-5/+25
* r26109: Use new SWIG helpers in autogenerated DCE/RPC SWIG files.Jelmer Vernooij2007-12-211-32/+14