aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/TODO
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-26 00:47:24 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-26 00:47:24 +0000
commit2eb39a1bdceb86496275eb08e6d4b2c231170e0b (patch)
tree25260b209000c9930b09dd312bc669b40145bde2 /tools/pidl/TODO
parent6ea1842885cd7965b7dba3864ac6a08c6ebcb1f7 (diff)
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 ============== svn path=/trunk/; revision=16896
Diffstat (limited to 'tools/pidl/TODO')
-rw-r--r--tools/pidl/TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/pidl/TODO b/tools/pidl/TODO
index f1174024bf..f48af8c38c 100644
--- a/tools/pidl/TODO
+++ b/tools/pidl/TODO
@@ -1,5 +1,3 @@
-- allow more then one identifier for types (unsigned char, struct foo)
-
- true multiple dimension array / strings in arrays support
- compatibility mode for generating MIDL-readable data:
@@ -14,6 +12,4 @@
- replace subcontext() with represent_as()
-- --explain-ndr option that dumps out parse tree
-
-- fix test suite
+- --explain-ndr option that dumps out parse tree ?