Allow replacing STL's vector and string implementations
commitaadd0e62c2e639b3669f72086c2914e5e941b39f
authorChris Robinson <chris.kcat@gmail.com>
Sun, 10 Jan 2016 02:47:45 +0000 (9 18:47 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 10 Jan 2016 02:47:45 +0000 (9 18:47 -0800)
tree80dfb4bfba33059225f7a65ca35bc845694fb120
parent77009fde55a61dbcf802cf8aaa2c70198c75cf86
Allow replacing STL's vector and string implementations

Changing them requires recompiling the library, and they're required to have a
similar API to STL's to work.
19 files changed:
examples/alure-dumb.cpp
examples/alure-enum.cpp
examples/alure-hrtf.cpp
examples/alure-physfs.cpp
include/AL/alure2.h
src/auxeffectslot.h
src/buffer.cpp
src/buffer.h
src/context.cpp
src/context.h
src/decoders/flac.cpp
src/decoders/sndfile.cpp
src/device.cpp
src/device.h
src/devicemanager.cpp
src/devicemanager.h
src/source.cpp
src/sourcegroup.cpp
src/sourcegroup.h