Andrey Semashev
e7371191f7
Added tests for headers being self-contained (i.e. no missing includes).
2018-10-29 16:50:48 +02:00
Glen Fernandes
7f1deb82fb
Drop dependency on Boost.Mpl in favor of Boost.TypeTraits
2018-10-28 14:59:02 -04:00
Daniela Engert
3799a3ab43
Conditionally replace deprecated/removed C++98 std::random_shuffle by a drop-in implementation.
...
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-05-02 19:11:12 +02:00
Tim Blechmann
1d6f4c1eb8
test: whitespace cleanup
2016-04-02 11:59:46 +02:00
Marcel Raad
bc6260a787
Fix MSVC14 warning spam in tests
...
Microsoft Visual C++ 14 has new variable shadowing warnings. The test output is full of
"warning C4456: declaration of 'i' hides previous local declaration".
2014-07-03 18:34:34 +02:00
Tim Blechmann
e0dddbf23b
heap: possible fix for testsuite
...
[SVN r86526]
2013-10-30 18:23:01 +00:00
Tim Blechmann
70a62f84f9
heap: fix memory leak in destructor
...
fixes #8977
[SVN r85250]
2013-08-09 09:18:27 +00:00
Tim Blechmann
d313a782e8
heap: fix emplace operations
...
fixes #8195
[SVN r83263]
2013-03-03 10:54:25 +00:00
Tim Blechmann
76cf49de2d
heap: use new c++11 feature tests
...
[SVN r81906]
2012-12-13 18:09:10 +00:00
Tim Blechmann
afc007d97c
heap: replace deprecated macros
...
[SVN r81584]
2012-11-27 08:41:34 +00:00
Tim Blechmann
0128694deb
heap: add test case for ticket no 7358
...
[SVN r80513]
2012-09-13 18:54:50 +00:00
Tim Blechmann
629d21051c
heap: fix some inspection warnings
...
[SVN r80462]
2012-09-09 13:07:24 +00:00
Tim Blechmann
202a1ee196
heap: reduce test size
...
should hopefully let the testsuite complete on VeecoFTC with
msvc-9.0~wm5~stlport5.2
[SVN r79204]
2012-07-01 09:58:00 +00:00
Tim Blechmann
88e3c610dd
heap: ability to build tests without linking with boost.test
...
Signed-off-by: Tim Blechmann <tim@klingt.org>
[SVN r79201]
2012-07-01 09:06:50 +00:00
Tim Blechmann
f1626a4455
heap: add tests for s_handle_from_iterator
...
[SVN r78334]
2012-05-05 12:22:08 +00:00
Tim Blechmann
da8302b0ca
heap: fix testsuite
...
fix ticket #6723
[SVN r77456]
2012-03-21 17:26:09 +00:00
Tim Blechmann
d4b03f8edc
heap: msvc fix
...
[SVN r76229]
2011-12-30 10:43:13 +00:00
Tim Blechmann
5c82ed4c1a
heap: reduce complexity of testsuite
...
[SVN r76172]
2011-12-26 15:07:23 +00:00
Tim Blechmann
c34e267999
heap: possible fix for sun compiler
...
[SVN r76065]
2011-12-19 16:23:25 +00:00
Tim Blechmann
0d1e2fb99b
heap: minor c++11 tweak
...
[SVN r76064]
2011-12-19 16:04:37 +00:00
Tim Blechmann
c4abaaf11d
heap: testsuite cleanups
...
[SVN r76038]
2011-12-18 14:20:53 +00:00
Tim Blechmann
387a2f1d70
heap: compile fixes
...
- don't link with system library of boost.test
- don't use boost.random, currently broken
- avoid some warnings
[SVN r76035]
2011-12-18 12:30:43 +00:00
Tim Blechmann
96fb09b181
heap: import boost.heap
...
[SVN r75821]
2011-12-06 10:17:35 +00:00