nobody
35fd143ea0
This commit was manufactured by cvs2svn to create tag
...
'Version_1_33_1'.
[SVN r31916]
boost-1.33.1
2005-12-05 14:04:06 +00:00
Daniel James
07bfed30cc
Fix the link to the book example in the hash source documentation.
...
[SVN r31153]
2005-09-30 07:40:08 +00:00
Markus Schöpflin
09f8f2aed3
Workaround for Tru64/CXX std::numeric_limits::denorm_min() bug.
...
[SVN r31037]
2005-09-19 09:06:28 +00:00
Daniel James
26ba72d50f
Fixed stupid error in hash point example.
...
[SVN r30609]
2005-08-20 20:39:21 +00:00
nobody
1407dd5155
This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'.
...
[SVN r30300]
2005-07-28 18:22:24 +00:00
Daniel James
0c3a28a294
Add tests for linking two object files that include the hash libraries.
...
[SVN r29710]
2005-06-20 21:45:54 +00:00
Daniel James
b96ed7b984
Check errno after calling frexp - this is pretty slow and unecessary on most platforms, but this close to release it seems better to be over cautious.
...
[SVN r29255]
2005-05-28 12:10:33 +00:00
Daniel James
85593ea401
Initialise the exponent before calling frexp in the hash float function.
...
[SVN r29200]
2005-05-26 07:36:26 +00:00
Daniel James
1b1f076054
Fix a typo in hash_float_test.
...
[SVN r29120]
2005-05-21 17:15:10 +00:00
Daniel James
9afcdb022b
Tweak the hash tests a bit more.
...
[SVN r29119]
2005-05-21 17:10:39 +00:00
Daniel James
c06e85147c
Write a better error message when the denormalised minimum float hash test
...
fails.
[SVN r29118]
2005-05-21 16:46:53 +00:00
Daniel James
bfd5380e3c
Try to make sure that the different functions in hash_function_pointer_test
...
really are different.
[SVN r28833]
2005-05-11 21:32:17 +00:00
Daniel James
097560f27b
Try to fix the failing denorm_min hash_value test by explicitly casting the
...
result of denorm_min() (I think it might be returning the wrong type).
[SVN r28553]
2005-05-01 13:43:56 +00:00
Daniel James
1564e9c767
Change the description of functional/hash.
...
[SVN r28436]
2005-04-23 13:07:27 +00:00
Daniel James
a461b5b1c7
Add some links to the hash documentation, acknowledgements for the review,
...
fixed some errors.
[SVN r28427]
2005-04-22 22:08:49 +00:00
Daniel James
90b21239b4
Fix a clumsy mistake in hash_float_test
...
[SVN r28402]
2005-04-22 06:37:41 +00:00
Daniel James
65ece8bac0
Change hash_custom_test to have a cleaner implementation (along the lines of
...
Peter Dimov's suggestion) and to only include the hash headers after declaring
the class.
[SVN r28394]
2005-04-21 23:43:51 +00:00
Daniel James
b9f6765d15
Change hash_float_test to write out some false failures instead of failing.
...
[SVN r28393]
2005-04-21 23:41:12 +00:00
Daniel James
638ca2658f
Another attempt at getting the hash array tests to pass on Borland.
...
[SVN r28390]
2005-04-21 22:20:43 +00:00
Daniel James
8dc87153e9
Split the hash pointer tests into tests for normal pointers and function pointers, as function pointers fail on old versions of Visual C++, and add a note about this to the hash documentaion.
...
[SVN r28389]
2005-04-21 22:18:38 +00:00
Daniel James
8da0e01046
Update hash documentation:
...
Rename to Boost.Functional/Hash. Add some extra details to the library header.
Use macros to link functions & classes.
Add a note about a couple of portability issues.
[SVN r28373]
2005-04-21 08:44:14 +00:00
Daniel James
c121440840
Various changes to the hash documentation including:
...
- Updated for splitting the books example into books.hpp & books.cpp
- Added the array overloads of hash_value, and the new signature for pointers.
- Split up the overloads of hash_value in boost/hash/hash.hpp.
[SVN r28341]
2005-04-20 15:16:29 +00:00
Daniel James
b2a365c644
Change the books hash example to have a separate header.
...
[SVN r28340]
2005-04-20 15:02:00 +00:00
Daniel James
ed5dd8be7e
Add redirect for the hash documentation.
...
[SVN r28339]
2005-04-20 14:58:43 +00:00
Daniel James
469df369fd
Change the NaN hash test to a warning.
...
[SVN r28318]
2005-04-18 17:16:02 +00:00
Daniel James
b4679091a2
Don't bother testing the hash functions with infinity and NaN on borland. Remove a few pointless lines from hash_value_array_test.
...
[SVN r28287]
2005-04-17 09:12:01 +00:00
Daniel James
685cd00a7b
Another fix for the Borland hash array code, and get rid of my attempt at working around Borland problems with infinity and NaN in the hash float functions. It seems impossible to do anything with them.
...
[SVN r28286]
2005-04-17 09:09:42 +00:00
Daniel James
1db2d3a822
Remove workaround for bug in gcc 4.0 which appears to have been fixed.
...
[SVN r28282]
2005-04-16 16:59:30 +00:00
Daniel James
1357e13c45
Add tests against Peter's spec.
...
[SVN r28281]
2005-04-16 16:56:27 +00:00
Daniel James
3bb76776e6
Overload hash_value for non-constant arrays.
...
[SVN r28276]
2005-04-16 10:32:29 +00:00
Daniel James
86d76f397d
Add a test for hash_value called with an array. hash_value tests for other
...
types will be added to their normal tests.
[SVN r28275]
2005-04-16 10:31:20 +00:00
Daniel James
c62d82ea29
Use non-const references on Visual C++ 6.5 to work around a bug with array references.
...
On Borland add a pointer overload of hash_range to use instead of the array workaround that I checked in earlier today.
Fix the array size calculation for compilers with function template ordering.
[SVN r28228]
2005-04-13 22:56:43 +00:00
Daniel James
59efa07c7c
Borland workaround for hashing arrays.
...
[SVN r28226]
2005-04-13 20:24:50 +00:00
Vladimir Prus
b14f51e0f3
Move functional/hash out of status/Jamfile, not that process_jam_logs
...
is not so easily confusable about library names.
[SVN r28207]
2005-04-13 08:57:38 +00:00
Daniel James
e9a52eb259
Remove the forced fail in the hash float tests on Borland, since the bug should now be fixed.
...
[SVN r28187]
2005-04-12 20:25:15 +00:00
Daniel James
b1def5cf1d
Deal with NaN & infinity in the hash float function on Broland.
...
[SVN r28186]
2005-04-12 20:23:09 +00:00
Daniel James
a2cec1b71c
Add some hash examples.
...
[SVN r28139]
2005-04-11 22:26:01 +00:00
Daniel James
952d73da6b
Setup hash float function config for Tru64 on alpha and add some comments on
...
the different libraries & compilers.
[SVN r28138]
2005-04-11 22:20:33 +00:00
Daniel James
ca202ee142
Make the float hash tests a tad bit more informative.
...
[SVN r28137]
2005-04-11 22:14:26 +00:00
Daniel James
2994fdf56c
Add the hash documentation.
...
[SVN r28135]
2005-04-11 22:07:45 +00:00
Daniel James
a5012dfc7c
Better version of the built in array hash function.
...
[SVN r28089]
2005-04-10 20:07:50 +00:00
Daniel James
8bebf347fa
Remove the empty array hash function test.
...
[SVN r28088]
2005-04-10 19:21:38 +00:00
Daniel James
e5a62d1cf4
Drop the empty array test.
...
[SVN r28087]
2005-04-10 19:19:59 +00:00
Daniel James
02e120c774
Add the unit tests for hashing built in arrays.
...
[SVN r28079]
2005-04-10 12:38:58 +00:00
Daniel James
4727f1070a
Implement hash functions for built-in arrays. Uses partial specialization
...
instead of function overloading - which disobeys the specification of
the extension (hash_combine is defined in terms of hash_value, but hash_value
doesn't deal with every case now).
[SVN r28078]
2005-04-10 12:36:24 +00:00
Daniel James
bc0f34d32d
Use static assert instead of mpl assert in the hash tests, as it's more
...
portable.
[SVN r28068]
2005-04-09 09:30:27 +00:00
Daniel James
640bdf7f9c
Use the named variants of the float functions for stlport on gcc-2.95.
...
[SVN r28067]
2005-04-09 09:27:20 +00:00
Daniel James
f102d684cf
Implement the compile time checks for hash functions as a function instead of a templated class. Hopefully it will work on more compilers.
...
[SVN r28053]
2005-04-07 22:14:02 +00:00
Daniel James
2000b1aed8
Change tests so they can be used to test implementations of TR1 (maybe, eventually).
...
[SVN r28052]
2005-04-07 21:57:22 +00:00
Daniel James
427b07ac6e
Remove the Boost.Range overloads of hash_range.
...
[SVN r28051]
2005-04-07 21:08:58 +00:00