Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: robertroessler/rwip

Tags

v1.8.0

Toggle v1.8.0's commit message
Primarily about switching from "homegrown" config file to JSON-based.…

….. using our "sibling" project "RMj" (also on Github) - an easy-to-use JSON parser package, implemented as a C++ "header-only" library.

Interestingly, this change resulted in a *smaller* executable (by a few percent).

v1.7.1.1

Toggle v1.7.1.1's commit message
REDO previous commit 'Minor update largely driven by increased "enfor…

…cement" around use of the still-new std::format machinery, and minor other tweaking to the "trace" functionality implementation.' ... because line-ends in repo were incorrectly set to "Windows" style. NO semantic changes, but release will be edited to include proper-line-ending repo copies.

v1.7.1

Toggle v1.7.1's commit message
Minor update largely driven by increased "enforcement" around use of …

…the still-new std::format machinery, and minor other tweaking to the "trace" functionality implementation.

v1.7

Toggle v1.7's commit message
All right, done (for now), release 1.7 coming soon to a repo near you…

…! The final set of changes involved completely generalizing the Windows "HANDLE" wrapper classes to handle anything "HANDLE-like", as well as a final set of constraints in the templates based on type traits and Concepts machinery (making them both harder to misuse, but supplying better diagnostics if you try).

v1.6

Toggle v1.6's commit message
Maybe *this* is the final "release" checkin... mostly, still increasi…

…ng the capabilities of the trace facility, generally conveying more (and more useful) information, which led to a minor tweak in the "state machine" logic.

v1.5

Toggle v1.5's commit message
General pre-release cleanup, update the README.md file, and upgrade t…

…he Visual Studio C++ project file to 2017 (it's time). On this last, we have been using 2017 for all release and test builds for many months now... we just didn't commit the new project file to the repo to make things easier on those not upgrading as aggressively.

v1.4

Toggle v1.4's commit message
* General [pre-release] cleanup.

v1.3

Toggle v1.3's commit message
General [pre-release] cleanup, removed some lurking constants and rep…

…laced with MAX_PATH.

v1.2

Toggle v1.2's commit message
Updated README to reflect new "Start with Windows" functionality.

v1.1

Toggle v1.1's commit message
Finished up the "sub-classed ComboBox dropped-ListBox"... along with …

…the obligatory miscellaneous minor cleanups too, of course.