James E. King III
dc723ad8bc
Added CI framework
...
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
- appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
- README, LICENSE, etc.
2018-05-19 01:12:18 +00:00
Eric Fiselier
f140f96bce
Fix double delete in new_delete_allocator
2016-08-29 22:49:19 -06:00
John Maddock
892481b63d
Turn on threading support for threaded test!
...
Disable warning-as-errors for Intel compiler (it's too strict for Intel-10).
Make test allocators std-conforming.
[SVN r73302]
2011-07-22 17:38:38 +00:00
John Maddock
1cb917c9a7
Update docs to latest AutoIndex version.
...
Fix -Wshadow warnings and update Jamfile to make them errors.
Fix singleton_pool to correctly propagate the MaxSize parameter.
Refs #5700 .
Refs #5568 .
[SVN r73148]
2011-07-16 14:50:06 +00:00
John Maddock
c7b0d00943
Add some debugging code.
...
Add tentative Valgrind support.
Change singleton usage to address issue 5526 by making singletons eternal.
Add Valgrind tests.
Update docs to match.
Refs #5526 .
[SVN r73121]
2011-07-15 17:40:49 +00:00
Paul A. Bristow
904ea1cc31
Updated and re-run giving no zero sec timings.
...
[SVN r71207]
2011-04-12 17:34:57 +00:00
John Maddock
c3f4c22550
Make the tests do more work so the timings are a touch more reliable.
...
[SVN r71206]
2011-04-12 17:31:26 +00:00
Paul A. Bristow
99010d325b
Re-run after updated by JM showing new timings.
...
[SVN r71205]
2011-04-12 17:28:13 +00:00
John Maddock
48398032be
Change mutex to use Boost version.
...
Add example to test Jamfile.
[SVN r71204]
2011-04-12 16:15:14 +00:00
Paul A. Bristow
73f9ed4f23
Checked OK with MSVC 10, and added output as comment.
...
[SVN r68456]
2011-01-26 16:59:19 +00:00
Katie Chan
3fca7ced6e
Move performance test to example directory
...
[SVN r67674]
2011-01-05 07:59:36 +00:00