Commit Graph

15 Commits

Author SHA1 Message Date
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
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
5c82ed4c1a heap: reduce complexity of testsuite
[SVN r76172]
2011-12-26 15:07:23 +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