Archive
JSON++ v1.03
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.
SQLiteWrappers v1.12
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.
DtWinVer v2.21
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.
CPJNPOP3Connection v1.59
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
CPJNSMTPConnection v3.29
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.
CWaitableTimer v1.06
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.
W3Mfc v2.09 / CWSocket v1.40 / CThreadPoolServer v1.46
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.
CryptoWrappers v1.08
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.
June Dublin C/C++ User Group Presentation
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
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
You must be logged in to post a comment.