README.libaom
1Name: vector
2URL: https://github.com/goldsborough/vector
3Version: commit-id: 40efe82
4License: MIT
5License File: LICENSE
6
7Description:
8A feature-complete, generic and customizable resizable
9array implementation in pure C that supports almost
10the entire C++ std::vector API, including iterators.
11
12Local Modifications:
131. Renamed some functions to fit in with the AOMedia
14naming convention.
152. Removed non-global functions from vector.h.
163. Made all non-global functions in vector.c static.
174. Commented out unused code.
18