summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4/Header.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-1/+5
in having pointers for outgoing data when you can already modify the top-level element. This can be overridden (temporarily) by specifying the new "keepref" attribute. Once we've removed keepref from all IDL files, I'll remove this attribute as well. (This used to be commit bdc6dd37503ced8322a671d225122ccffbb8bfec)
2007-10-10r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij1-18/+20
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10r14491: Allow building more output outside of the Samba source treeJelmer Vernooij1-1/+1
(This used to be commit 272ca8e636cc5043279ff247fc8d5693a9181992)
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+5
Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
2007-10-10r12470: Add helper module for pidl testsJelmer Vernooij1-9/+6
Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
2007-10-10r12463: Rename 'Samba' namespace to 'Samba4'Jelmer Vernooij1-0/+361
(This used to be commit f25358270d44a5642adbb85ecaa50b2e5730d7f0)