2020-01-11 Murray Cumming 3.2.0 2020-01-11 Murray Cumming Build/Docs: Change gitlab mentions to GitHub 2020-01-11 Kjell Ahlstedt tests: Don't require C++17 Don't include glibmm.h and don't call Glib::init(). Then no included header file requires C++17 support, just C++14 support. Glib::init() is not necessary, because libxml++ uses only a small part of glibmm, mainly Glib::ustring. 2020-01-11 Murray Cumming docs: manual: Fix srcdir!=buildir build. 2019-01-24 Kjell Ahlstedt docs/index.html: Update bug report address 2019-01-03 Kjell Ahlstedt docs/manual: Link to gitlab.gnome.org * docs/manual/libxml++_without_code.xml: Link to example code in the libxml++-3-2 branch in gitlab.gnome.org/GNOME/libxmlplusplus. 2019-01-03 Kjell Ahlstedt docs/manual: Fix builddir != sourcedir builds 2018-12-21 Kjell Ahlstedt configure.ac: Update bug report address 2018-07-17 Kjell Ahlstedt Rename libxml++.doap to libxmlplusplus.doap 2017-05-04 Kjell Ahlstedt Document, DomParser: Improve XInclude processing * examples/Makefile.am: * examples/dom_xinclude/example.xml: Changed due to moved include files. * examples/dom_xinclude/include1.txt: * examples/dom_xinclude/include2.xml: Moved to examples/dom_xinclude/xinclude/ * examples/dom_xinclude/main.cc: Test both Document::process_xinclude() and Xinclude processing with DomParser::parse_file(). * libxml++/document.[cc|h]: Add fixup_base_uris parameter to process_xinclude(). * libxml++/parsers/domparser.[cc|h]: Add set/get_xinclude_options(). Add optional XInclude processing to the parse methods. * libxml++/parsers/parser.[cc|h]: Add set/get_xinclude_options_internal(). Bug 781566 2016-12-12 Murray Cumming Examples: Make some methods static. Noticed by cppcheck. 2016-12-12 Murray Cumming Replace a C-style cast with static_cast<>(). Noticed by cppcheck. 2016-12-12 Murray Cumming Add explicit keyword to some single-parameter constructors. Noticed by cppcheck. 2016-12-12 Murray Cumming Fix tiny comment typo.