Daniel James
5d7f35c794
Revert conversion from lightweight test to Boost.Test.
...
Merged revisions 47545 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r47545 | danieljames | 2008-07-18 13:31:18 +0100 (Fri, 18 Jul 2008) | 1 line
Revert conversion from lightweight test to Boost.Test.
........
[SVN r47586]
2008-07-19 09:02:10 +00:00
Daniel James
1d2dc015a9
Merge all hash changes from trunk.
...
[SVN r46343]
2008-06-12 00:27:13 +00:00
Beman Dawes
50f1ab8c4a
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Daniel James
ffd0154fb6
Rolling back changes I shouldn't have checked in.
...
[SVN r37699]
2007-05-15 22:05:41 +00:00
Daniel James
5af8d5f1b3
Fix a couple of typos in the hash documentation.
...
[SVN r37697]
2007-05-15 19:54:42 +00:00
Daniel James
d30bf5cb71
Update the date in the hash documentation copyright block.
...
[SVN r37696]
2007-05-15 19:47:52 +00:00
Daniel James
f5cef6e65e
Add a missing bracket to the hash copyright documentation.
...
[SVN r37695]
2007-05-15 19:45:49 +00:00
Daniel James
751ef97578
Document boost::hash<T*>.
...
[SVN r37554]
2007-05-01 21:28:45 +00:00
Daniel James
35f46d5129
Reverting the last change as it's not a main function so returning
...
'boost::report_errors' would be wrong. The main function is in
link_no_ext_test.cpp and does return 'boost::report_errors'.
[SVN r37064]
2007-02-25 15:59:08 +00:00
Dave Abrahams
12cc28a847
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
or changing BOOST_TEST to BOOST_CHECK where the integer library
was clearly using Boost.Test and not returning report_errors().
[SVN r37063]
2007-02-25 15:28:02 +00:00
Daniel James
d634505955
Intel 9.1 with the gcc stdlib seems to segfault on call to std::asin and
...
std::acos. So for them I'm disabling that test - it isn't vital.
[SVN r37062]
2007-02-25 12:15:52 +00:00
Rene Rivera
a2202df1fe
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Daniel James
299a641c9f
Merge from head to RC_1_34_0.
...
[SVN r35289]
2006-09-23 14:53:07 +00:00
Daniel James
ac65b9f32a
Add a copyright comment to the hash reference documenation.
...
[SVN r34786]
2006-07-30 20:42:11 +00:00
Daniel James
3245b8efb3
Add copyright to the hash redirection page.
...
[SVN r34549]
2006-07-16 07:13:50 +00:00
Daniel James
c1fd57beaa
Update the hash library acknowledgements.
...
[SVN r34271]
2006-06-11 14:31:51 +00:00
Daniel James
939bba607a
Merge hash documentation changes to release branch.
...
[SVN r33612]
2006-04-09 12:14:23 +00:00
Daniel James
c030b74a4d
Rearrange the results table in the hash_value docs. Hopefully this will be clearer.
...
[SVN r33568]
2006-04-06 19:55:06 +00:00
Daniel James
1463eace1d
Merge hash documentation changes to release branch.
...
[SVN r33509]
2006-03-28 17:05:43 +00:00
Daniel James
bb782b5239
Update the copyright comments in the hash tests and documentation.
...
[SVN r33369]
2006-03-18 15:49:21 +00:00
Daniel James
48f007cc40
Improve the 'blurbs' in the hash documentation.
...
[SVN r33344]
2006-03-14 22:42:52 +00:00
Daniel James
8e49dd4dac
Add a note about the BOOST_HASH_NO_EXTENSIONS macro, and fix some typos and
...
improve the markup in the hash documentation.
[SVN r33298]
2006-03-09 23:59:19 +00:00
Daniel James
4bd9ad6f4b
Add a list of changes to the hash library documentation, update the
...
acknowledgements, and fix a few typos.
[SVN r33264]
2006-03-07 22:50:45 +00:00
Daniel James
8ff99666d5
Add the specializations of boost::hash to the reference documentation.
...
[SVN r33263]
2006-03-07 22:49:27 +00:00
Daniel James
9065912ab3
Use an array instead of std::set in hash_no_ext_fail_test, as that seems like a better test for older compilers.
...
[SVN r33194]
2006-03-01 22:44:27 +00:00
Daniel James
7a741bf44a
Only check that hash functions for the different infinities are equal when the infinities are equal...
...
[SVN r33182]
2006-02-28 23:15:43 +00:00
Dave Abrahams
cc22df0753
Remove uses of assert() from tests
...
[SVN r33011]
2006-02-19 15:03:31 +00:00
Daniel James
be3a039e88
Split the hash documentation into several files.
...
[SVN r32973]
2006-02-16 23:10:26 +00:00
Daniel James
de07bf2d69
Add to the hash tests, tests for the BOOST_HASH_NO_EXTENSIONS macro and a few other updates.
...
[SVN r32901]
2006-02-13 18:26:00 +00:00
Daniel James
f2d6086180
Make hash_fwd_test_1 a little easier to compile.
...
[SVN r32834]
2006-02-11 21:20:47 +00:00
Daniel James
7aeaa0f669
Update the hash documentation to reflect the reorganisation of the headers (still need to write a 'what's changed' page to explain the changes).
...
[SVN r32800]
2006-02-10 00:26:09 +00:00
Daniel James
1f657699a2
Tweak the portable example.
...
[SVN r32787]
2006-02-09 19:24:04 +00:00
Daniel James
1ce3be5602
Add a couple of missing includes for hash_range_test and hash_string_test
...
[SVN r32785]
2006-02-09 19:20:07 +00:00
Daniel James
ef0b8e3188
Change the hash tests to use the lightweight test header.
...
[SVN r32784]
2006-02-09 19:16:08 +00:00
Daniel James
9734825574
Update the hash tests for the new headers.
...
[SVN r32779]
2006-02-09 19:01:33 +00:00
Daniel James
8f2c004a17
Add the missing test.
...
[SVN r32776]
2006-02-09 18:43:55 +00:00
Vladimir Prus
972f720922
Comment out refereces to absent file
...
[SVN r32772]
2006-02-09 14:12:19 +00:00
Daniel James
47df6bd0fe
Update the portable example to hopefully be more generally portable.
...
Change hash_fwd_test to avoid a Borland bug, add 'hash_friend_test' to test for it.
Fix a typo in hash_fwd_test.
[SVN r32747]
2006-02-08 19:03:09 +00:00
Daniel James
bb702b827e
In hash_fwd_test avoid a Borland bug by putting the test classes in a namespace.
...
Seems to break on gcc 2.95 though...
Also use HASH_NAMESPACE instead of boost to allow tests to be run in 'std'.
[SVN r32686]
2006-02-07 00:48:58 +00:00
Daniel James
3cb7963112
Add an extra test for a Borland bug I found.
...
[SVN r32685]
2006-02-07 00:45:32 +00:00
Daniel James
0eab9ed7bb
In hash tests, stop using <boost/test/auto_unit_test.hpp> as it's deprecated.
...
[SVN r32595]
2006-02-05 19:54:08 +00:00
Daniel James
c8dc9ac3e4
Add tests for the hash forward header.
...
[SVN r32587]
2006-02-05 16:06:31 +00:00
Daniel James
7815a36643
Fix a parse error in the hash test Jamfile.
...
[SVN r32585]
2006-02-05 15:56:47 +00:00
Daniel James
f467da5438
Add pair to container_fwd_test.
...
[SVN r32582]
2006-02-05 14:11:59 +00:00
Daniel James
0742484087
Add copyright to container_fwd_test.
...
[SVN r32580]
2006-02-05 14:02:28 +00:00
Daniel James
6d33feebb7
Make the functions static in container_fwd_test.
...
[SVN r32579]
2006-02-05 14:00:23 +00:00
Daniel James
3bcc03eb7d
Add a missing include to a functional/hash test header.
...
[SVN r32578]
2006-02-05 13:59:03 +00:00
Daniel James
a64d2ba248
Tidy up functional/hash's Jamfile a little.
...
[SVN r32577]
2006-02-05 13:58:06 +00:00
Daniel James
d3e29d33d0
Fix a build error in the hash tests.
...
[SVN r32060]
2005-12-15 18:00:47 +00:00
Daniel James
985edc9e9c
Quick & dirty update of hash tests for new version of Boost.Test
...
[SVN r32056]
2005-12-15 00:27:53 +00:00