aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-11 12:20:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-11 12:20:11 +0200
commit2e501c68a8641a2b3c430b55f13491a9c1c5d0f5 (patch)
tree49c2748443fe3c1f01108756b647440e0647a11b /NEWS
parent161beba6cdb0d91b15ad19fa8b3e51d986203915 (diff)
Add support for custom allocators
New example: examples/cxx/hybrid/allocator.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96dcb95..1c4718b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,14 @@ Version 3.2.0
XSD/e runtime library accordingly and pass the --char-encoding option
to the XSD/e compiler when translating your schemas.
+ * Support for custom allocators. This feature allows you to configure
+ the XSD/e runtime and generated code to perform memory management
+ using custom allocator functions provided by your application instead
+ of the standard operator new/delete. For more information, see Section
+ 3.8, "Custom Allocators" in the C++/Hybrid Mapping Getting Started
+ Guide (equivalent documentation is provided for other mappings) as
+ well as the 'allocator' example in the examples/cxx/hybrid/ directory.
+
* When built with Xerces-C++ 3-series, enable handling of multiple imports
for the same namespace. Before, all subsequent imports for a namespace
were ignored which caused error in some schemas.