xref: /aosp_15_r20/external/libaom/third_party/vector/README.libaom (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
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