Skip to content

ftena/buffer-cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buffer-c++

Read standard C & C++ data types from buffer.

Please, read header for more information.

Requirements

  • gcc 14
  • CMake
  • conan 2

Compilation

$ mkdir build && cd build
$ conan install .. -pr=default -pr:b=default --output-folder .
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=./conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
$ cmake --build . --parallel 4

To enable and compile the tests:

$ cmake .. -DCMAKE_TOOLCHAIN_FILE=./conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DTESTS=TRUE
$ cmake --build . --parallel 4

About

Read standard C & C++ data types from buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors