Skip to content

Releases: ToolFramework/ToolFrameworkCore

V3.1.0

30 Apr 10:21

Choose a tag to compare

What's Changed

  • WorkerPoolManager: do not set args->job->m_in_progress when the job has been deleted by @jini-zh in #18
  • Store::JsonParser: skip newlines by @jini-zh in #21
  • Update Logging.h by @marc1uk in #23
  • Fix storing of a BStore in a BStore and implement JSON encoders by @jini-zh in #24
  • add verbosities by @marc1uk in #14
  • whitespace fixes by @marc1uk in #10
  • add insertion operator << definition to Store class by @marc1uk in #26
  • add support for long and unsigned long to BStore::JsonEncode by @marc1uk in #30
  • Add to gitignore to cleanup git status by @tdealtry in #32
  • Add virtual destructor to DataModelBase, such that derived classes wi… by @tdealtry in #31
  • Tool: remove static constants setting logging verbosity by @jini-zh in #35
  • Json updates by @jini-zh in #37
  • bugfix to json parser by @marc1uk in #39
  • add m_configfile to Tool by @marc1uk in #34
  • memory leak fix in WorkerPoolManager::Finalise by @marc1uk in #41
  • propagate mtx in Pool.h by @marc1uk in #42
  • bugfix: missing args setting in Pool.h by @marc1uk in #43

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

27 Jun 15:21

Choose a tag to compare

Minor change to correct store iterators, improve JSON compatibility with stores and changes internal string representation to have speech marks that can be stripped with destring function

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Jun 08:55

Choose a tag to compare

Changed build steps to have datamodel base class
Updated store to handle json objects better and internal string format changed
added colour pallet changes
introduced worker pool manager and job classes

  • others

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

v2.3.0

08 Jan 21:41

Choose a tag to compare

What's Changed

  • add getting tool class name to Tool constructor by @marc1uk in #2
  • nullptr to NULL for pre-c++11 by @marc1uk in #4
  • Explicit definition of Tool constructor by @guiguem in #7
  • fix missing L in DataModelLib by @marc1uk in #6
  • printout exception info by @marc1uk in #9

New Contributors

Full Changelog: https://github.com/ToolFramework/ToolFrameworkCore/commits/v2.3.0