blob: f8e06b010dddcb2b2db1899d831bdcd8c189c571 [file] [log] [blame]
Name: vector
URL: https://github.com/goldsborough/vector
Version: N/A
Update Mechanism: Manual
Revision: 40efe82
License: MIT
License File: LICENSE
Shipped in Chromium: yes
Security Critical: yes
Description:
A feature-complete, generic and customizable resizable
array implementation in pure C that supports almost
the entire C++ std::vector API, including iterators.
Local Modifications:
1. Renamed some functions to fit in with the AOMedia
naming convention.
2. Removed non-global functions from vector.h.
3. Made all non-global functions in vector.c static.
4. Commented out unused code.