Skip to content

BoogeeDoo/resizable-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resizable-buffer

The resizable buffer for C++ with a single header file.

Requirement

No addtional requirement if you're just using it. But if you're developing resizable-buffer, you may need:

  • lcov: For testing coverage;
  • Node.js:For some useful scripts like cpplint, clang-format, etc;

Run Test Cases

$ make test