Today I created a new release, version 1.8. You can find it on github.
This includes a ton of bug fixes that 1.7 was plagued with. It also includes new code (thread pool/thread worker) and especially, a break up of several objects from the libsnapwebsites to their own contrib projects.
This includes:
-
snapdev (18 header only functions from the libsnapwebsites)
-
addgetopt (snap_config.cpp/.h)
-
cppthread (snap_thread.cpp/h)
-
snaplogger (log.cpp/h)
-
eventdispatcher (snap_communicator.cpp/h)
-
snapcatch2 (our own catch project compatible with our projects)
- ...