From a46453f3714c572533ffaaf05c3667493c891666 Mon Sep 17 00:00:00 2001 From: "kevin.larke" Date: Tue, 28 Apr 2020 16:38:54 -0400 Subject: [PATCH] README.md : Updates --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 31ada7a..e5b74d1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ This is easy to reproduce by simply decreasing the size of the buffers in the pr - numeric_convert() in cwNumericConvert.h could be made more efficient using type_traits. +- numeric_convert() d_min is NOT zero, it's smallest positive number, this fails when src == 0. + min value is now set to zero. + +- The UI app id map should be validated after the UI is created. +In otherwords the parent/child pairs shoud actually exists. + +- Add an ui::appIdToUuId() that returns the first matching appId, and then +optionally looks for duplicates as an error checking scheme. + - thread needs setters and getters for internal variables - change cwMpScNbQueue so that it does not require 'new'.