Ethereal-cvs: [Ethereal-cvs] rev 16896: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM/: Header.p
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: jmayer@xxxxxxxxxxxx
Date: Mon, 26 Dec 2005 00:47:26 GMT
User: jmayer Date: 2005/12/25 06:47 PM Log: Update from samba tree revision 12430 to 12487 ============================ Samba log start ============ ------------------------------------------------------------------------ r12462 | jelmer | 2005-12-24 22:57:51 +0100 (Sat, 24 Dec 2005) | 2 lines Hide oo magic from callers of the parser ------------------------------------------------------------------------ r12463 | jelmer | 2005-12-24 23:11:44 +0100 (Sat, 24 Dec 2005) | 2 lines Rename 'Samba' namespace to 'Samba4' ------------------------------------------------------------------------ r12464 | jelmer | 2005-12-25 00:32:50 +0100 (Sun, 25 Dec 2005) | 4 lines Add simple IDL parsing tests for pidl using the standard perl testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' ------------------------------------------------------------------------ r12465 | jelmer | 2005-12-25 02:33:35 +0100 (Sun, 25 Dec 2005) | 3 lines Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR::Parser. Small optimization to avoid including NDR headers multiple times ------------------------------------------------------------------------ r12470 | jelmer | 2005-12-25 04:04:13 +0100 (Sun, 25 Dec 2005) | 3 lines Add helper module for pidl tests Convert other pidl tests to use Test::More and run them from 'make test' ------------------------------------------------------------------------ r12480 | jelmer | 2005-12-25 15:11:59 +0100 (Sun, 25 Dec 2005) | 2 lines Extend testsuite ------------------------------------------------------------------------ r12481 | jelmer | 2005-12-25 15:59:21 +0100 (Sun, 25 Dec 2005) | 4 lines Move parser-specific utility functions to idl.yp, remove some unused functions Allow the use of non-typedef structs and unions when declaring variables. Allow the use of the 'signed' and 'unsigned' qualifiers for integer types ------------------------------------------------------------------------ r12482 | jelmer | 2005-12-25 15:59:39 +0100 (Sun, 25 Dec 2005) | 2 lines Add some more tests ------------------------------------------------------------------------ r12483 | jelmer | 2005-12-25 16:19:55 +0100 (Sun, 25 Dec 2005) | 2 lines Remove --tdr-header option (merged into --tdr-parser) ------------------------------------------------------------------------ r12484 | jelmer | 2005-12-25 18:12:52 +0100 (Sun, 25 Dec 2005) | 2 lines Initial work on supporting non-typedeffed types ------------------------------------------------------------------------ ============================ Samba log end ============== Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM/ Changes Path Action +142 -0 Header.pm Added +215 -0 Proxy.pm Added +327 -0 Stub.pm Added Directory: /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/ Changes Path Action +1 -1 NDR.pm Modified Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/ Changes Path Action +102 -0 Client.pm Added +2463 -0 Parser.pm Added +325 -0 Server.pm Added Directory: /trunk/tools/pidl/lib/Parse/Pidl/ Changes Path Action +633 -460 IDL.pm Modified +53 -42 NDR.pm Modified +0 -171 Test.pm Removed +0 -42 Util.pm Modified Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ Changes Path Action +1 -1 Header.pm Modified +1 -1 Parser.pm Modified +1 -1 Types.pm Modified Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/ Changes Path Action +839 -0 EJS.pm Added +77 -0 EJSHeader.pm Added +358 -0 Header.pm Added +79 -0 SWIG.pm Added +251 -0 TDR.pm Added +99 -0 Template.pm Added Directory: /trunk/tools/pidl/ Changes Path Action +1 -5 TODO Modified +64 -24 idl.yp Modified +60 -58 pidl Modified Directory: /trunk/tools/pidl/tests/ Changes Path Action +94 -0 Util.pm Added +10 -12 ndr_align.pl Modified +12 -18 ndr_alloc.pl Modified +6 -13 ndr_array.pl Modified +43 -43 ndr_refptr.pl Modified +22 -33 ndr_simple.pl Modified +7 -9 ndr_string.pl Modified +82 -0 parse_idl.pl Added http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16896&view=rev
- Prev by Date: [Ethereal-cvs] rev 16895: /trunk/epan/dissectors/: packet-dns.c packet-gssapi.c
- Next by Date: [Ethereal-cvs] rev 16897: /trunk/epan/dissectors/: packet-3com-njack.c
- Previous by thread: [Ethereal-cvs] rev 16895: /trunk/epan/dissectors/: packet-dns.c packet-gssapi.c
- Next by thread: [Ethereal-cvs] rev 16897: /trunk/epan/dissectors/: packet-3com-njack.c
- Index(es):