Skip to content

hanjingo/libcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcpp

cpp library framework implementationed by c++11.


Module

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.

Build

Dependencies

compiler minimum version
GCC 4.8.0
Clang 2013-04
MSVC 2013

Build Library

cmake .. -DBUILD_LIB=ON
option default description
BUILD_LIB ON build the library if turned on.

Build Examples

cmake .. -DBUILD_EXAMPLE=ON
option default description
BUILD_EXAMPLE ON build the example project if turned on.

Build test

cmake .. -DBUILD_TEST=ON
option default description
BUILD_TEST ON test this project if turned on.

License

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.


3rd Party

About

cpp library framework based on c++11

Resources

License

Stars

Watchers

Forks

Packages

No packages published