File: README.libaom

package info (click to toggle)
aom 3.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,340 kB
  • sloc: ansic: 415,031; cpp: 210,937; asm: 9,453; python: 4,479; perl: 2,339; sh: 1,878; pascal: 345; makefile: 57; javascript: 32
file content (17 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Name: vector
URL: https://github.com/goldsborough/vector
Version: commit-id: 40efe82
License: MIT
License File: LICENSE

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.