Skip to content

v0.22

Choose a tag to compare

@kosloot kosloot released this 29 Aug 07:34
· 525 commits to master since this release

Major update:

  • removed dependency on boost::regex.
    As a consequence, we DO NOT support gcc < 4.9 anymore.
  • added the json.hpp include file from: https://github.com/nlohmann/json/
    This opens the possibility to enable JSON support in server-like
    applications build on ticcutils.
  • bumped the library version to 6
  • some small changes:
    • clearer error message in ServerBase.cxx
    • added a 'protocol' option to ServerBase.cxx
    • added an extra function getAttributes() to XmlTools