Daniel James
ad614b3d5f
Move tests for container_fwd.hpp into detail.
...
[SVN r67667]
2011-01-04 23:30:22 +00:00
Daniel James
482f038837
Avoid -Wconversion
warnings in unordered & hash.
...
[SVN r67170]
2010-12-11 14:43:00 +00:00
Daniel James
982b350d71
Remove some 'always_show_run_output' flags.
...
[SVN r66566]
2010-11-14 11:42:58 +00:00
Daniel James
906f632706
Actually, make the change to hash opt-in, rather than opt-out. It's a bit late to introduce a breaking change.
...
[SVN r64007]
2010-07-14 08:17:48 +00:00
Daniel James
2553a5fbdc
Try preventing static casts when calling hash_value
.
...
[SVN r63716]
2010-07-06 23:32:37 +00:00
Daniel James
f544265741
Give up on warnings-as-errors for gcc for now.
...
[SVN r61113]
2010-04-06 20:14:12 +00:00
Daniel James
316b1aa9f0
Don't foward declare containers when using gcc's parallel library and
...
add a macro to disable forward declaration. Fixes #3866 .
[SVN r59282]
2010-01-27 19:32:39 +00:00
Daniel James
98f0f11423
Turn warnings as errors back on.
...
[SVN r58949]
2010-01-12 18:51:59 +00:00
Daniel James
2734e22b50
Only use _GLIBCXX_DEBUG on gcc/darwin.
...
It looks like pathscale also uses the gcc library but debug mode doesn't
work on it.
[SVN r58567]
2009-12-29 18:06:41 +00:00
Daniel James
9938fad017
Only use gcc debug containers on the container_fwd_test.
...
[SVN r58395]
2009-12-15 13:16:50 +00:00
Daniel James
4787563f96
Turn off warnings as errors on gcc/darwin because the integer library currently causes some warnings.
...
[SVN r58394]
2009-12-15 13:16:32 +00:00
Daniel James
b0ceeca154
Turn on warnings as errors for the hash tests.
...
[SVN r57720]
2009-11-16 23:56:56 +00:00
Daniel James
d8bfb81914
Remove 'warnings-as-errors' flag that was breaking the build.
...
[SVN r57564]
2009-11-11 14:03:44 +00:00
Daniel James
9958072d2a
Stricter warnings for unordered and hash.
...
There are still warnings in hash_complex_test.
[SVN r57537]
2009-11-10 08:15:55 +00:00
Daniel James
83b052b784
I didn't mean to comment this out.
...
[SVN r54145]
2009-06-21 09:51:59 +00:00
Daniel James
c51bebf8a4
Move the support for hashing containers into the extension header, and improve the standard tests.
...
[SVN r54144]
2009-06-21 09:42:40 +00:00
Daniel James
4774d24966
Get <boost/functional/hash/extensions.hpp> to work.
...
[SVN r54142]
2009-06-21 09:42:05 +00:00
Daniel James
3cf1a67771
Put the minimum amount of implementation in the same namespace as the 'using namespace' directives in order to avoid Visual C++ 8 bug.
...
[SVN r54024]
2009-06-17 21:22:49 +00:00
Daniel James
9ef99e556a
Don't use debug containers on darwin.
...
I'm getting errors from the darwin 4.2 debug containers which appear to
a problem with its implementation.
[SVN r52304]
2009-04-10 19:25:32 +00:00
Daniel James
2aff9855bb
Detect gcc stdlib for gcc 4.0.1.
...
For some reason the normal macros aren't defined for the standard
library that comes with gcc 4.0.1 (although maybe just on BSDs?). So try
to detect the library for that compiler.
[SVN r52245]
2009-04-08 05:51:31 +00:00
Daniel James
342284f4cf
Remove deprecated headers.
...
Fixes #2412 .
[SVN r51646]
2009-03-08 09:45:30 +00:00
Daniel James
3f1cbcd762
Changed the warnings in the deprecated headers from 1.34.0 to errors. These
...
will be removed in a future version of Boost (probably 1.39.0).
[SVN r49340]
2008-10-15 10:26:55 +00:00
Daniel James
b1b9907efd
Merged revisions 43838-43894 via svnmerge from
...
https://svn.boost.org/svn/boost/branches/unordered/trunk
........
r43840 | danieljames | 2008-03-24 17:25:07 +0000 (Mon, 24 Mar 2008) | 1 line
Fix a g++ warning.
........
r43844 | danieljames | 2008-03-24 17:56:28 +0000 (Mon, 24 Mar 2008) | 1 line
It's a new-ish year.
........
r43885 | danieljames | 2008-03-27 20:36:10 +0000 (Thu, 27 Mar 2008) | 1 line
The release script doesn't need to copy images and css - because that's now done in the jamfiles. Also tweak the shell script a tad bit.
........
r43890 | danieljames | 2008-03-27 23:01:40 +0000 (Thu, 27 Mar 2008) | 1 line
Starting to add a docbook bibliography.
........
r43894 | danieljames | 2008-03-27 23:24:18 +0000 (Thu, 27 Mar 2008) | 1 line
Redeclare 'data' in iterator_base to help compilers which have trouble with accessing the nested typedef.
........
[SVN r43895]
2008-03-27 23:38:01 +00:00
Daniel James
a93b6e3fea
Add a trivial test to see if the deprecated hash headers compile okay when included.
...
[SVN r39994]
2007-10-13 22:43:13 +00:00
Daniel James
cc8d3636e8
Add support for complex numbers to Boost.Hash
...
[SVN r39983]
2007-10-13 18:34:25 +00:00
Daniel James
423d71ae31
Separate the long double hash tests from the test for other float types. On
...
some platforms the standard library has poor support for long doubles causing
long doubles to fail when the others pass. So this makes it clearer that the
problem is only for long doubles.
[SVN r39979]
2007-10-13 17:47:57 +00:00
Daniel James
58285d414e
Comment out -Wextra because it doesn't work on older versions of gcc.
...
[SVN r39009]
2007-08-27 17:59:54 +00:00
Daniel James
f15ea62785
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
33643fd6b3
Update the copyright in the hash library.
...
[SVN r38876]
2007-08-24 01:05:36 +00:00
Daniel James
aa7a824c6d
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
567290d703
Avoid a comparison with zero warning on gcc when compiling with -Wextra.
...
[SVN r38679]
2007-08-15 14:35:39 +00:00
Daniel James
59064fed23
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
8d271da155
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
Daniel James
15d9d535a9
Update the copyright in more hash files.
...
[SVN r37802]
2007-05-27 09:09:28 +00:00
Daniel James
572d82713b
Update copyright details.
...
[SVN r34390]
2006-06-25 09:59:05 +00:00
Daniel James
6ee55d99e7
Add a test for hashing complex numbers.
...
[SVN r34208]
2006-06-06 20:52:28 +00:00
Daniel James
da8405cb69
Update the copyright comments in the hash tests and documentation.
...
[SVN r33369]
2006-03-18 15:49:21 +00:00
Daniel James
bf0ea56eac
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
4bee159a10
Change the hash tests to use the lightweight test header.
...
[SVN r32784]
2006-02-09 19:16:08 +00:00
Daniel James
003ec473b6
Add the missing test.
...
[SVN r32776]
2006-02-09 18:43:55 +00:00
Vladimir Prus
c6f5970551
Comment out refereces to absent file
...
[SVN r32772]
2006-02-09 14:12:19 +00:00
Daniel James
a7d8c36057
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
691437839e
Add an extra test for a Borland bug I found.
...
[SVN r32685]
2006-02-07 00:45:32 +00:00
Daniel James
e78d662c7a
Add tests for the hash forward header.
...
[SVN r32587]
2006-02-05 16:06:31 +00:00
Daniel James
b70f0b3aab
Add tests for container_fwd to hash tests.
...
[SVN r31044]
2005-09-19 20:39:57 +00:00
Daniel James
1df9014b94
Add hash examples to the unit tests.
...
[SVN r30612]
2005-08-21 11:40:06 +00:00
Daniel James
1cea89464b
Add tests for linking two object files that include the hash libraries.
...
[SVN r29710]
2005-06-20 21:45:54 +00:00
Daniel James
dd93c7c9a4
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
572ec155db
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
43e79383ae
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