Skip to content

vp817/CppBinaryStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppBinaryStream

CppBinaryStream is a C++ library that provides functionality for working with buffers/binary streams.

Building

The library uses CMake as the build system. To build the library and the tests, follow these steps:

  1. Clone the repository
  2. Run cmake .
  3. Run cmake --build .

The library will be built as a static library which can be changed to shared if the flag BINARY_STREAM_SHARED was specified.

Building the Tests

To build the tests using CMake, you can pass the BINARY_STREAM_COMPILE_TESTS flag.

Contributing

If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the GNU General Public License v3.0.

About

binarystream made in cpp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published