Aregtech
Aregtech
**Describe:** After providing the minimum SQLite3 wrapper objects, on log observer side insert log messages into the database. - Inserting the logs should be a part of the 'log observer...
**Describe:** In order to write logs in the embedded database (SQLite), there should be implemented simple wrapper objects to log the messages. The extended library of the AREG framework should...
**Description** The DateTime contains a simple methods to get time, but it is still missing such methods like duration, conversion and simple arithmetic operations. it should be fully compatible with...
**Description:** Since 1.5 release there were many changes done: 1. new examples 2. new logging (finalizing) 3. bug and feature fixes. They should be included in the documents. The readme...
**Motivation.** The string functions are classes are essential, which are used in many cases. It is important to have unit test and very high code coverage of these objects and...
**Description:** Until the event is queued in the target thread, it passes several steps and checkups. In order to optimize the event delivery, this checkups should be reviewed and optimized....
**Description:** [TEProperty](https://github.com/aregtech/areg-sdk/blob/master/framework/areg/base/TEProperty.hpp) is an object to keep Key-Value pairs. It is needed to add unit tests to test all public methods and to cover as much codes as possible. **Solution:**...
**Description:** [TERingStack](https://github.com/aregtech/areg-sdk/blob/master/framework/areg/base/TERingStack.hpp) is a Ring Stack. It is needed to add unit tests to test all public methods and to cover as much codes as possible. **Solution:** 1. There is...
**Description** Since depending on compilation flags some features might be disabled, it makes sense to include sources to the binary only if they are needed. This might reduce the size...
**Description:** [TEStack](https://github.com/aregtech/areg-sdk/blob/master/framework/areg/base/TEStack.hpp) is a wrapper of `std::map` adapted to areg-sdk needs. It is needed to add unit tests to test all public methods and to cover as much codes as...