xref: /aosp_15_r20/external/libaom/third_party/vector/README.libaom (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
1*77c1e3ccSAndroid Build Coastguard WorkerName: vector
2*77c1e3ccSAndroid Build Coastguard WorkerURL: https://github.com/goldsborough/vector
3*77c1e3ccSAndroid Build Coastguard WorkerVersion: commit-id: 40efe82
4*77c1e3ccSAndroid Build Coastguard WorkerLicense: MIT
5*77c1e3ccSAndroid Build Coastguard WorkerLicense File: LICENSE
6*77c1e3ccSAndroid Build Coastguard Worker
7*77c1e3ccSAndroid Build Coastguard WorkerDescription:
8*77c1e3ccSAndroid Build Coastguard WorkerA feature-complete, generic and customizable resizable
9*77c1e3ccSAndroid Build Coastguard Workerarray implementation in pure C that supports almost
10*77c1e3ccSAndroid Build Coastguard Workerthe entire C++ std::vector API, including iterators.
11*77c1e3ccSAndroid Build Coastguard Worker
12*77c1e3ccSAndroid Build Coastguard WorkerLocal Modifications:
13*77c1e3ccSAndroid Build Coastguard Worker1. Renamed some functions to fit in with the AOMedia
14*77c1e3ccSAndroid Build Coastguard Workernaming convention.
15*77c1e3ccSAndroid Build Coastguard Worker2. Removed non-global functions from vector.h.
16*77c1e3ccSAndroid Build Coastguard Worker3. Made all non-global functions in vector.c static.
17*77c1e3ccSAndroid Build Coastguard Worker4. Commented out unused code.
18