summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/ndr_represent.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-1/+35
* Pidl will now warn when trying to use pointers as integers in expressions. * "subcontext()" is now marked as deprecated. The alternatives, transmit_as() / represent_as() should be available soon. * More tests. * Remove some unused code in smbtorture. (This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
2007-10-10r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij1-1/+0
(This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
2007-10-10r19868: Fix more tests.Jelmer Vernooij1-1/+1
(This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
2007-10-10r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij1-10/+4
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij1-1/+10
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij1-0/+40
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)