HTTPServerWrappers and CPPCThreadPool v1.11

March 21, 2023 Leave a comment

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.
Advertisement
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.78

February 25, 2023 Comments off

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.
Categories: Web Site Updates

SQLiteWrappers v1.34

February 24, 2023 Comments off

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.
Categories: Web Site Updates

AA+ v2.49

January 29, 2023 Comments off

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.
Categories: Web Site Updates

PyDebug++ v1.22

January 24, 2023 Comments off

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.
Categories: Web Site Updates

AA+ v2.48

December 23, 2022 Comments off

Just to let everyone know that v2.48 of AA+ has been released. Updates for this version include:

Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.77

December 19, 2022 Comments off

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.
Categories: Web Site Updates

PyDebug++ v1.21

December 17, 2022 Comments off

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.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.76

December 16, 2022 Comments off

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.
Categories: Web Site Updates

CScintillaCtrl, CScintillaView & CScintillaDoc v1.75

December 14, 2022 Comments off

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.
Categories: Web Site Updates