1
0
Fork 0
mirror of https://gitlab.com/niansa/commoncpp.git synced 2026-03-02 07:06:26 +00:00
General purpose collection of C++17 functions used across my projects
Find a file
2026-02-07 13:12:43 +01:00
include/commoncpp Added PooledThread::busy() function 2026-02-07 01:03:36 +01:00
.gitignore Added COMMONCPP_LITE option 2023-08-06 16:14:30 +02:00
CMakeLists.txt Added RandomGenerator class 2023-10-27 08:41:27 +02:00
config.cpp Added COMMONCPP_LITE option 2023-08-06 16:14:30 +02:00
LICENSE Changed license to The Unlicense 2023-10-18 17:03:14 +00:00
pooled_thread.cpp Only remove from pooled thread queue after execution is complete 2026-02-07 13:12:43 +01:00
utils.cpp Added str_split_once accepting char delimiter 2023-08-06 16:24:08 +02:00