Archive

Archive for June, 2018

JSON++ v1.03

June 30, 2018 Comments off

Just to let everyone know that v1.03 of JSON++ has been released. Updates for this version include:

  • Reworked the implementation to use std::variant. This does mean that the code now requires at least the /std:c++17 compiler setting. This has resulted in the module shrinking by c. 160 lines. Testing shows the performance remains the same as before.
Advertisement
Categories: Web Site Updates

SQLiteWrappers v1.12

June 30, 2018 Comments off

Just to let everyone know that v1.12 of SQLiteWrappers has been released. Updates for this version include:

  • Verified the code works against SQlite 3.24.0.
Categories: Web Site Updates

DtWinVer v2.21

June 30, 2018 Comments off

Just to let everyone know that v2.21 of DtWinVer has been released. Updates for this version include:

  • Fixed a number of C++ core guidelines compiler warnings.
  • Added support for PRODUCT_IOTOS.
Categories: Web Site Updates

CPJNPOP3Connection v1.59

June 25, 2018 Comments off

Just to let everyone know that v1.59 of CPJNPOP3Connection has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
  • CPJNPOP3String is now always defined as std::string or std::wstring and no longer supports CString
Categories: Web Site Updates

CPJNSMTPConnection v3.29

June 24, 2018 Comments off

Just to let everyone know that v3.29 of CPJNSMTPConnection has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
Categories: Web Site Updates

CWaitableTimer v1.06

June 20, 2018 Comments off

Just to let everyone know that v1.06 of CWaitableTimer has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
Categories: Web Site Updates

W3Mfc v2.09 / CWSocket v1.40 / CThreadPoolServer v1.46

June 20, 2018 Comments off

Just to let everyone know that v2.09 of W3Mfc, v1.40 of CWSocket & v1.46 of CThreadPoolServer has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
Categories: Web Site Updates

CryptoWrappers v1.08

June 12, 2018 Comments off

Just to let everyone know that v1.08 of CryptoWrappers has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.
Categories: Web Site Updates

June Dublin C/C++ User Group Presentation

June 12, 2018 Comments off

On Monday this week I did a presentation on my JSON++ library to the Dublin C/C++ User Group. The PowerPoint deck of my presentation is available here for those interested. A recording of the meetup should be available on the groups meetup page shortly.

CMemMapFile v1.61

June 8, 2018 Comments off

Just to let everyone know that v1.61 of CMemMapFile has been released. Updates for this version include:

  • Removed dependency on std::invoke from the code
Categories: Web Site Updates