HTTPServerWrappers and CPPCThreadPool v1.11
Just to let everyone know that v1.11 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:
- Optimized code to emplace_back call in resize method
- Updated copyright details.
- The thread pool now does not start by default when you call the CThreadPool constructor. Instead now client code is expected to call a new “Start” method. This breaking change was implemented to allow various virtual functions in the CThreadPool framework to work correctly as calling virtual functions is of course not supported from C++ constructors.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.78
Just to let everyone know that v1.78 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated copyright details.
- Verified the code against Scintilla v5.3.3.
SQLiteWrappers v1.34
Just to let everyone know that v1.34 of SQLiteWrappers has been released. Updates for this version include:
- Updated copyright details.
- Updated the code to compile against SQLite v3.41.0. Added support for sqlite3_is_interrupted & sqlite3_stmt_scanstatus_v2.
AA+ v2.49
Just to let everyone know that v2.49 of AA+ has been released. Updates for this version include:
- Updated copyright details.
- Updated the g_DeltaTValues lookup table to use observed DeltaT values to 26 January 2023 and predicted values to 3 February 2024 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
- Renamed CAANearParabolic::CalculateTrueAnnomalyAndRadius to CAANearParabolic::CalculateTrueAnomalyAndRadius.
PyDebug++ v1.22
Just to let everyone know that v1.22 of PyDebug++ has been released. Updates for this version include:
- Update the code to work with Python v3.11.1.
- Updated copyright details.
- Removed CPyDebugFrameWnd::SetupArgvEx method.
AA+ v2.48
Just to let everyone know that v2.48 of AA+ has been released. Updates for this version include:
- Updated the g_DeltaTValues lookup table to use observed DeltaT values to 22 December 2022 and predicted values to 30 December 2023 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.77
Just to let everyone know that v1.77 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Fixed a bug where the first parameter to SetXCaretPolicy and SetYCaretPolicy should be a CaretPolicy instead of VisiblePolicy. Thanks to Markus Nissl for reporting this issue.
- Removed unnecessary Scintilla namespace usage in ScintillaCtrl.cpp. Thanks to Markus Nissl for reporting this issue.
- Removed unnecessary Scintilla namespace usage in ScintillaDocView.cpp. Thanks to Markus Nissl for reporting this issue.
PyDebug++ v1.21
Just to let everyone know that v1.21 of PyDebug++ has been released. Updates for this version include:
- Updated the code to work with the latest version of the Scintilla wrapper classes.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.76
Just to let everyone know that v1.76 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Fixed up issue with Regular expression checkbox not appearing in find and replace dialogs.
- Replaced intptr_t type with Line typedef.
- Updated code to use message values from Scintilla provided “ScintillaMessages.h” header file.
- Renamed SetScintillaProperty method to SetSCIProperty.
- Renamed GetScintillaProperty method to GetSCIProperty.
- Updated code to use structs from Scintilla provided “ScintillaStructures.h” header file.
- Updated code to use Scintilla provided “ScintillaCall.h” header file instead of the “Scintilla.h” which is designed for C clients.
- Updated code to use Scintilla::Position instead of Sci_Position.
- Changed virtual functions in CScintillaView to use Scintilla::NotificationData struct.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.75
Just to let everyone know that v1.75 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- All classes are now contained in the workspace “Scintilla”.
- Updated code to use enums from Scintilla provided “ScintillaTypes.h” header file.
- Updated class to work with Scintilla v5.3.2. New messages wrapperd include: SCI_GETSTYLEDTEXTFULL and SCI_REPLACETARGETMINIMAL.
You must be logged in to post a comment.