]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/configure
testsuite_allocator.h: New file.
authorStephen M. Webb <stephen@bregmasoft.com>
Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)
commit162c7cd92dae4c0504dd653b948369a3f593ca32
treee4baea16bf1eec7ffd7ac2c84641d07feb071158
parent83bbd9b6c01f1a7a9c954783e58f760b1c2dca95
testsuite_allocator.h: New file.

2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>

        * testsuite/testsuite_allocator.h: New file.
        * testsuite/testsuite_allocator.cc: New file.
        * testsuite/Makefile.am: Added testsuite_allocator to test library.
        * testsuite/testsuite_hooks.h: Added more detailed tracker objects
        gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
        * testsuite/testsuite_hooks.cc: Added new static objects definitions.
        * testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
        * testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
        * testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.

From-SVN: r59484
13 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/testsuite/23_containers/deque_ctor.cc
libstdc++-v3/testsuite/23_containers/vector_capacity.cc
libstdc++-v3/testsuite/23_containers/vector_ctor.cc
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/testsuite_allocator.cc [new file with mode: 0644]
libstdc++-v3/testsuite/testsuite_allocator.h [new file with mode: 0644]
libstdc++-v3/testsuite/testsuite_hooks.cc
libstdc++-v3/testsuite/testsuite_hooks.h