ThreadPool icon indicating copy to clipboard operation
ThreadPool copied to clipboard

Big update (See commit details)

Open bensuperpc opened this issue 4 years ago • 0 comments

I made some modification for my needs, if you are interested:

Here are the main changes:

  • Add github action for Linux, MacOS, Windows
  • Add github action for cross platform (ARM, RISCV, PowerPC ect...) with dockcross
  • Add Google test and Google benchmark, to avoid regressions with units test
  • Add CMake (Shared or Static ThreadPool library), can be installed (Tested only on ArchLinux/Manjaro and ubuntu 21.10)
  • Add optional CMake Presets (CMake 3.19 min)
  • Add Examples
  • Improve Readme
  • CMake library based on cmake-init
  • Improve warning message with MSCV
  • Update readme README.md

Signed-off-by: Bensuperpc [email protected]

bensuperpc avatar Nov 25 '21 15:11 bensuperpc