vector
vector copied to clipboard
Several code quality improvements
First of all, thanks for such tiny and useful library! My changes are:
- CMake build script mods: CMake required version increased, C99 standard support requirement added
- All possible compiler warnings were enabled (included warnings-as-errors), all current warnings were fixed
- Address Sanitizer was enabled for debug builds
- Code was wrapped to
extern Cto allow C++ interop -
vector_sizefunction was added to increase encapsulation