cpp library framework implementationed by c++11.
module | description |
---|---|
binding | - |
db | - |
encoding | The module includes functions for processing hex, xml, and other formats. |
file | The module includes functions for processing files, paths, and other related operations. |
io | The module includes functions for processing tasks and other related operations. |
log | This module encapsulates the spdlog project. |
math | This module provides support for matrix operations and other related functionalities. |
misc | This module includes miscellaneous components, such as error codes, callback hash tables, and others. |
net | This module provides support for TCP, ZeroMQ, and other related functionalities. |
os | - |
strings | This module provides support for character and text-related operations. |
sync | This module provides some thread-safe functions and data structures, including chan, once, safe list, and others. |
testing | This module encapsulates Google Test, Google breakpad. |
time | This module includes functions for handling date and time operations. |
types | This module includes some commonly used data types, such as any, byte, noncopyable, variant, and others. |
util | This module includes some commonly used components, such as defer and others. |
compiler | minimum version |
---|---|
GCC | 4.8.0 |
Clang | 2013-04 |
MSVC | 2013 |
cmake .. -DBUILD_LIB=ON
option | default | description |
---|---|---|
BUILD_LIB | ON | build the library if turned on. |
cmake .. -DBUILD_EXAMPLE=ON
option | default | description |
---|---|---|
BUILD_EXAMPLE | ON | build the example project if turned on. |
cmake .. -DBUILD_TEST=ON
option | default | description |
---|---|---|
BUILD_TEST | ON | test this project if turned on. |
Please feel free to use this project, as there are no restrictions or legal risks associated with it. If you have any good ideas or suggestions, please contact the author.
- Boost: https://www.boost.org
- json: https://github.com/nlohmann/json
- pugixml: https://github.com/zeux/pugixml
- libzmq: https://github.com/zeromq/libzmq
- zmqpp: https://github.com/zeromq/zmqpp
- concurrentqueue: https://github.com/cameron314/concurrentqueue
- spdlog: https://github.com/gabime/spdlog
- googletest: https://github.com/google/googletest
- sqlite3: https://github.com/sqlite/sqlite
- BehaviorTree.CPP: https://github.com/BehaviorTree/BehaviorTree.CPP
- cpp-httplib: https://github.com/yhirose/cpp-httplib
- ThreadPool: https://github.com/progschj/ThreadPool
- hiredis: https://github.com/redis/hiredis
- hidapi: https://github.com/signal11/hidapi
- breakpad: https://github.com/google/breakpad
- eigen: https://github.com/eigenteam/eigen-git-mirror
- oneTBB: https://github.com/oneapi-src/oneTBB
- fmt: https://github.com/fmtlib/fmt