From 9db750f407ceeb5c1fab99414b074d289bfda179 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2009 09:30:41 +0200 Subject: Add support for parsing/serialization of recursive types tests/cxx/hybrid/recursive/: new test --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 73398df..fc57707 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,12 @@ Version 3.1.0 Started Guide as well as examples in the examples/cxx/hybrid/binary/ directory. + * The generated parser and serializer implementations are now capable + of parsing/serializing recursive types. The XSD/e compiler detects + recursive types and generates stack-based implementations with + optimized non-recursive case (i.e., the first iteration still does + not result in any heap allocations for the state maintenance). + Version 3.0.0 * The new Embedded C++/Hybrid mapping provides a light-weight, tree- -- cgit v1.1