]> git.ipfire.org Git - thirdparty/squid.git/commit - include/splay.h
Undo trunk r13270: "Refactor Vector and Stack to STL counterparts"
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 17 Mar 2014 21:03:04 +0000 (15:03 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 17 Mar 2014 21:03:04 +0000 (15:03 -0600)
commit4e4c52effcd62c2fdcce4703dd9e839a80864d1a
treee2d2d19a2c1843645e90895b5c26fce6f248fa04
parentaa91da82c54240d8b81527a715874f10f208e29a
Undo trunk r13270: "Refactor Vector and Stack to STL counterparts"
to avoid stability issues related to std::vector migration.
17 files changed:
include/MemPoolMalloc.h
include/Stack.h [new file with mode: 0644]
include/splay.h
lib/MemPoolMalloc.cc
src/DelayUser.h
src/Generic.h
src/HttpHeader.cc
src/Makefile.am
src/base/Makefile.am
src/base/Vector.cc [new file with mode: 0644]
src/base/Vector.h [new file with mode: 0644]
src/cbdata.cc
src/store.cc
src/tests/testVector.cc [new file with mode: 0644]
src/tests/testVector.h [new file with mode: 0644]
test-suite/Makefile.am
test-suite/StackTest.cc [new file with mode: 0644]