Daniel James
93b80b365f
Add extra overloads for hash_value to cover all the specializations of boost::hash. Fixes 1095
...
[SVN r38881]
2007-08-24 01:44:15 +00:00
Daniel James
c388716534
Merge some documentation improvements from the development branch.
...
[SVN r38878]
2007-08-24 01:16:54 +00:00
Daniel James
5f90cf05d3
Update the copyright in the hash library.
...
[SVN r38876]
2007-08-24 01:05:36 +00:00
Daniel James
ff43cf2784
Copy hash library from 1.34.1 over trunk.
...
For the first merge with the release branch, I only want to include some of the
changes I've been working on (fixes and some trivial changes), so I'm starting
again from 1.34.1.
[SVN r38873]
2007-08-24 00:42:19 +00:00
Daniel James
08d38c1e39
Avoid a comparison with zero warning on gcc when compiling with -Wextra.
...
[SVN r38679]
2007-08-15 14:35:39 +00:00
Daniel James
eb49a19b98
Test the hash library with warning level 4 on Visual C++ - although there's
...
still one warning for hashing long doubles.
[SVN r38647]
2007-08-14 09:53:55 +00:00
nobody
bb774728a0
Add -Wsign-promo to the hash test compile flags since I'm now trying to avoid the warning. I still need to check that it won't break older versions of gcc.
...
[SVN r38565]
2007-08-10 11:22:54 +00:00
nobody
6753d4b507
Add overloads of hash_value for more built in types. They're not strictly
...
needed and aren't in the original specifiction but they avoid a warning. See
ticket #1095 for details.
[SVN r38563]
2007-08-10 10:32:21 +00:00
Daniel James
d8807048a6
Drop the v1 Jamfiles.
...
[SVN r38512]
2007-08-08 18:26:51 +00:00
Daniel James
5533eb6acf
Update the copyright in more hash files.
...
[SVN r37802]
2007-05-27 09:09:28 +00:00
Daniel James
7e023df182
Another typo.
...
[SVN r37569]
2007-05-02 21:44:56 +00:00
Daniel James
e9a36b1d8e
Fix a typo.
...
[SVN r37568]
2007-05-02 21:43:51 +00:00
Daniel James
03f0279b8f
Group the functions in the hash reference to make it a little clearer.
...
[SVN r37567]
2007-05-02 21:39:13 +00:00
Daniel James
2b15ff8132
Add missing bracket.
...
[SVN r37541]
2007-04-30 20:28:04 +00:00
Daniel James
de290be4ca
Update the copyright in the hash documentation.
...
[SVN r37518]
2007-04-27 19:46:53 +00:00
Daniel James
0ff4d2e602
Add reference documentation for boost::hash<T*>
...
[SVN r37517]
2007-04-27 19:44:18 +00:00
Daniel James
b5c1943ce9
Merge in the intel gcc workaround from RC_1_34_0.
...
[SVN r37428]
2007-04-12 20:37:27 +00:00
Daniel James
39f3b56b99
Remove an unrequired semi-colon.
...
[SVN r37427]
2007-04-12 20:34:59 +00:00
Dave Abrahams
d14013264c
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).
[SVN r37057]
2007-02-24 22:40:59 +00:00
Daniel James
585813f9fe
Rename hash_detail::float_limits => hash_detail::limits, since it's also used
...
for integers in the tests.
[SVN r35559]
2006-10-11 18:58:40 +00:00
Daniel James
c7778306f8
Use boost::hash_detail::float_limits in hash_number_test. This works around
...
OpenBSD's inaccurate numeric_limits<long double>.
[SVN r35558]
2006-10-11 18:50:59 +00:00
Daniel James
26473491c4
Attempting to work round the dodgy std::numeric_limits<long double> on
...
some BSDs.
[SVN r35345]
2006-09-26 20:35:58 +00:00
Daniel James
087c6c30b1
Fixed the use of a deprecated header in a test.
...
[SVN r35313]
2006-09-24 19:57:34 +00:00
Daniel James
519cd177dd
Add copyright comments to the hash documentation source.
...
[SVN r35288]
2006-09-23 14:48:19 +00:00
Daniel James
7f00e9edf6
Add copyright to the hash redirection page.
...
[SVN r34549]
2006-07-16 07:13:50 +00:00
Daniel James
645cac6ae3
Update copyright details.
...
[SVN r34390]
2006-06-25 09:59:05 +00:00
Daniel James
f5dfe1b7e1
Add reference for boost::hash_value<std::complex>.
...
[SVN r34209]
2006-06-06 21:03:03 +00:00
Daniel James
f0a4785711
Add a test for hashing complex numbers.
...
[SVN r34208]
2006-06-06 20:52:28 +00:00
Daniel James
3efe8b9b1c
Oops, get the test for long long working.
...
[SVN r34206]
2006-06-06 20:48:01 +00:00
Daniel James
b395d18d32
Document support for long long.
...
[SVN r34204]
2006-06-06 20:26:25 +00:00
Daniel James
5c525b6e4f
Add tests for long long to the numeric hash tests.
...
[SVN r34203]
2006-06-06 20:14:55 +00:00
Daniel James
1d61057ee9
Fix an embarassing typo.
...
[SVN r34192]
2006-06-06 08:20:04 +00:00
Daniel James
a7b6993fbe
Name TR1 properly in the hash introduction.
...
[SVN r33608]
2006-04-09 09:57:47 +00:00
Daniel James
b3e33afa13
Fix typo in hash reference documentation and update links to more recent
...
versions of TR1 and the issue list.
[SVN r33607]
2006-04-09 09:46:46 +00:00
Daniel James
82eea878c9
Merge hash reference changes from release branch.
...
[SVN r33569]
2006-04-06 20:10:57 +00:00
Daniel James
f819324a15
Put the reference documentation overloads of 'hash_value' into a single page.
...
[SVN r33508]
2006-03-28 17:02:49 +00:00
Daniel James
da13263e12
Fix typo in the hash tutorial.
...
[SVN r33507]
2006-03-28 16:46:49 +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