Name Date Size #Lines LOC

..--

LICENSEH A D25-Apr-20251.1 KiB2016

README.libaomH A D25-Apr-2025518 1815

vector.cH A D25-Apr-202515.1 KiB561380

vector.hH A D25-Apr-20254.6 KiB15384

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