areg-sdk icon indicating copy to clipboard operation
areg-sdk copied to clipboard

AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.

Results 50 areg-sdk issues
Sort by recently updated
recently updated
newest added

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

enhancement
cmake
script

- Replace String - Replace WideString

enhancement
help wanted

The test application build fails because of MFC dependencies. First appearance is in PR #46 https://github.com/aregtech/areg-sdk/pull/46

bug
c++17 migration

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

enhancement
help wanted

- Optimize the Log service

enhancement
help wanted

Implement and register SSH communication channel in communication manager.

enhancement
help wanted
C++

- Replace TEHashMap with std::map - Refactor resource maps

enhancement
help wanted

- Replace TEArray and TELinkedList with STL vectors and list - Optional, replace TEStack - Do not touch maps, inclusive resource maps.

enhancement
help wanted

The project [winchat](https://github.com/aregtech/areg-sdk/tree/master/examples/17_winchat) is written with MSVS, implement similar application using Qt.

enhancement
help wanted
good first issue
C++
test

Cleanup and fix the documentation. It is a continues work.

documentation