Version 0.2, 2007.05.03 ----------------------- * NOTE * - The xrttigenwrap -T option has been renamed -x to better match xrttigen's arguments - The -h parameter isn't required anymore; if it isn't supplied, the input file full path name is used, unless the input is standard in, in which case xrttigen/xrttigenwrap will exit in error - The -r (include C++ rtti bindings) parameter has been replaced by a -n (suppress C++ rtti bindings) option. In other words, C++ rtti bindings are now included by default, and must be turned off by -n, unlike previously where they were turned off by default, and had to be enabled by -r - A new method, Xrtti::LookupStruct(const void *pObjectWithVirtualMethod) has been added, and provides a means for looking up Xrtti information for any class with a vtable - Files including Xrtti.h no longer have to define XRTTI_U32_ARCH and XRTTI_S32_ARCH; these are defined as appropriate for the installed system automatically - This version of Xrtti must be built against stdmake >= 0.2 and Essential >= 0.2 Changes: - Make sure to remove tmp directory from build output when building RPM. - Added DumpObjects example code. - Changed xrttigenwrap to use -x instead of -T to specify xml temp file. - If a header file specified with the -h option is surrounded by angle brackets, they will be preserved in the generated output. - Change -r to -n and default C++ rtti to enabled instead of disabled. - Xrtti::LookupStruct(const void *pObjectWithVirtualMethod) has been added. - XRTTI_U32_ARCH and XRTTI_S32_ARCH are defined automatically in the installed Xrtti.h file. - Added README.TXT. Known Issues: - None Version 0.1, 2007.04.30 ----------------------- Initial release.