Aregtech
Aregtech
**Describe the bug** Created _.jscpd.json_ file in the project root as it is described [here](https://nvuillam.github.io/mega-linter/descriptors/copypaste_jscpd/). In the section "ignore" left only ```"**/*.md"``` Still getting [failure](https://github.com/aregtech/areg-sdk/runs/3919947851?check_suite_focus=true) with error message ```ERROR: jscpd...
Similar to Makefile, there should be integrate CMake - to compile all project - generate files in `product/gen` folder - Add possibility to include `.siml` files in CMake automatically to...
The test application build fails because of MFC dependencies. First appearance is in PR #46 https://github.com/aregtech/areg-sdk/pull/46
Implement a watchdog for dispatcher threads. - Each thread should be able to define a watchdog timeout, the timeout should be configurable; - There should be possibility to cancel watchdog;...
Implement and register SSH communication channel in communication manager.
- Replace TEHashMap with std::map - Refactor resource maps
- Replace TEArray and TELinkedList with STL vectors and list - Optional, replace TEStack - Do not touch maps, inclusive resource maps.
The project [winchat](https://github.com/aregtech/areg-sdk/tree/master/examples/17_winchat) is written with MSVS, implement similar application using Qt.