Aregtech

Results 54 issues of 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...

enhancement
C++
experiment
SQLite

**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...

enhancement
C++
experiment
SQLite

**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...

enhancement
help wanted
good first issue
improvement

**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...

documentation
help wanted

**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...

enhancement
help wanted
good first issue
C++
unit test

**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....

enhancement
help wanted
good first issue
optimization
improvement
refactoring
experiment

**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:**...

enhancement
help wanted
good first issue
C++
unit test

**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...

enhancement
help wanted
good first issue
unit test

**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...

enhancement
C++
optimization
challenge
improvement

**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...

enhancement
help wanted
good first issue
unit test