r7059: Use namespaces for pidl and the build system, so we can later on
authorJelmer Vernooij <jelmer@samba.org>
Sat, 28 May 2005 23:38:52 +0000 (23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:10 +0000 (13:17 -0500)
commit1deb402445c07dae69c4637a1a4b191f10b0bee1
treea00a004c5215201499cdc22eba01b66961e7f680
parent26ced62131962d92d45b8a383d3ecf4c9af56d02
r7059: Use namespaces for pidl and the build system, so we can later on
call out to the build system to compile the various pidl tests
(without having to rely on shared library support).

Initial work on an ndr_array test.
(This used to be commit 2b08c4b92b4f56180c123a502bdcc6c40188c07f)
21 files changed:
source4/build/pidl/com_header.pm
source4/build/pidl/dcom_proxy.pm
source4/build/pidl/eth_header.pm
source4/build/pidl/eth_parser.pm
source4/build/pidl/idl.pm
source4/build/pidl/idl.yp
source4/build/pidl/ndr.pm
source4/build/pidl/ndr_header.pm
source4/build/pidl/ndr_parser.pm
source4/build/pidl/pidl.pl
source4/build/pidl/test.pm
source4/build/pidl/tests/ndr_align.pl
source4/build/pidl/tests/ndr_alloc.pl
source4/build/pidl/tests/ndr_array.pl [new file with mode: 0755]
source4/build/pidl/tests/ndr_refptr.pl
source4/build/pidl/tests/ndr_simple.pl
source4/build/pidl/tests/ndr_string.pl
source4/build/smb_build/config_mk.pm
source4/build/smb_build/core.m4
source4/build/smb_build/main.pm
source4/script/tests/test_pidl.sh