[Libwpd-devel] revisiting librevenge::RVNGString iterator

2016-01-11 Thread David Tardon
Hello, lately I've been thinking about librevenge::RVNGString::Iter (after fixing a bug in last()). I see several problems with it: * It exposes it's members, rather than using pimpl like all the other public classes. This makes it impossible to do changes to it without breaking ABI. * There

[Libwpd-devel] [ANN] librevenge 0.0.4 is out

2016-01-11 Thread David Tardon
librevenge is a base library for writing document import filters. List of changes: - Fix possible crash in raw generators for unbalanced open/close calls. - Fix build in C++11 mode. - Fix gdb pretty printers and make them compatible with Python 3. - Fix RVNGString::Iter::last(), which only worked