Daniel James
5f10c2bb7e
Explicitly cast values to avoid warning on Visual C++ 10
...
[SVN r58745]
2010-01-06 08:43:47 +00:00
Daniel James
6d7a55a4f7
Formatting changes, mostly to fit within 80 characters.
...
Also, some C casts converted to static_cast.
[SVN r58692]
2010-01-04 22:49:39 +00:00
Daniel James
0ed492ba18
Rename namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS to lower case for consistency.
...
[SVN r58632]
2010-01-02 11:12:23 +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
78eeabaeb2
Suppress another warning.
...
[SVN r58078]
2009-12-01 08:52:10 +00:00
Daniel James
3882189584
Try to suppress some more Visual C++ warnings.
...
[SVN r57976]
2009-11-27 19:43:26 +00:00
Daniel James
079f8025b3
Suppress a warning that's in the windows mobile system headers.
...
[SVN r57963]
2009-11-26 23:15:30 +00:00
Daniel James
b43c9fa145
Fix some hash /W4 warnings. Fixes #3648
...
[SVN r57839]
2009-11-21 19:40:54 +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
Troy D. Straszheim
99c6e89390
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Daniel James
3ee9d7d507
Copy the unordered and hash CMake files from release.
...
[SVN r56704]
2009-10-10 15:09:02 +00:00
Daniel James
e75f94f71d
Various inspect fixes.
...
[SVN r56603]
2009-10-05 21:29:39 +00:00
Troy D. Straszheim
5db98a2dda
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Daniel James
07b565143f
Add am implementation note about the Visual C++ problems.
...
[SVN r54399]
2009-06-27 07:39:12 +00:00
Jürgen Hunold
d8980c3f09
Fix gcc -pedantic warning: remove extra ";".
...
[SVN r54146]
2009-06-21 14:38:19 +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
8b98036bb8
Move BOOST_HASH_CHAR_TRAITS from container_fwd into the hash headers, and undefine it.
...
[SVN r54143]
2009-06-21 09:42:20 +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
13f44653b5
Revert [54025] "Try to avoid using special macro handling code."
...
[SVN r54141]
2009-06-21 09:41:46 +00:00
Daniel James
e20c872440
Move includes to the header which they're used in.
...
[SVN r54140]
2009-06-21 09:41:30 +00:00
Daniel James
600740e2ae
A few more comments in boost::hash.
...
[SVN r54139]
2009-06-21 09:41:11 +00:00
Daniel James
52a964ae91
Add copyright to namespace_fail_test.cpp
...
[SVN r54033]
2009-06-17 23:24:28 +00:00
Daniel James
3d79c2f1e4
Try to avoid using special macro handling code.
...
[SVN r54025]
2009-06-17 21:23:42 +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
9cc8c20413
Remove hash_complex_test's dependency on Boost.Random.
...
Only test for a few values, but that should be okay as there isn't much
to test.
[SVN r53924]
2009-06-15 07:37:42 +00:00
Daniel James
9f4a6a966e
Try to avoid float to int warning when a float function doesn't exist. Refs #3171 .
...
[SVN r53828]
2009-06-12 18:24:47 +00:00
Daniel James
15d4153c37
Test the hash functions for a couple of typedefs.
...
[SVN r53522]
2009-06-01 06:49:45 +00:00
Daniel James
326a338add
Remove misplaced visual C++ warning pragma.
...
[SVN r53506]
2009-05-31 15:53:09 +00:00
Daniel James
b0459a20da
Hash change log.
...
[SVN r53254]
2009-05-25 19:44:52 +00:00
Daniel James
909d0c9547
Fix a couple of clumsy errors in the last commit.
...
[SVN r53248]
2009-05-25 14:27:00 +00:00
Daniel James
912aed0b57
Check for float functions with less templates.
...
The only template mechanism now used is full specialization, so this should
hopefully be more portable to compilers we don't test.
[SVN r53247]
2009-05-25 13:45:16 +00:00
Daniel James
e5d343faea
Try to deal with macros for frexpl and ldexpl.
...
The error message for msvc-9.0~wm5~stlport5.2 suggests that frexpl and ldexpl
are macros.
[SVN r53205]
2009-05-23 15:21:38 +00:00
Jürgen Hunold
3e320b7ae5
Fix gcc -pedantic error:extra extra ';'
...
[SVN r53203]
2009-05-23 13:03:25 +00:00
Daniel James
8bc6175fa0
Explicitly qualify 'none' to avoid confusion with boost::none.
...
[SVN r53185]
2009-05-22 19:00:35 +00:00
Daniel James
6751e9cf47
Rename struct to avoid using 'type::'type' which confuses some
...
compilers.
[SVN r53175]
2009-05-22 13:35:56 +00:00
Daniel James
004e4df2a2
Some STLport fixes for hash.
...
[SVN r53169]
2009-05-22 06:01:35 +00:00
Daniel James
411f559730
Spell out exactly which functions can be used with which types.
...
I was hitting some ambiguity errors when the function was for the wrong type.
[SVN r53168]
2009-05-22 06:01:19 +00:00
Daniel James
8a6aba46c7
Fix a typo.
...
[SVN r53167]
2009-05-22 06:00:56 +00:00
Daniel James
65b103e812
Try to automatically detect which float functions are available.
...
[SVN r53161]
2009-05-21 21:22:04 +00:00
Daniel James
c160428eff
Move the two different hash float implementation into their own header.
...
[SVN r53160]
2009-05-21 21:21:44 +00:00
Daniel James
dda32a279a
Move the hash limits workaround into its own file.
...
[SVN r53159]
2009-05-21 21:21:11 +00:00
Daniel James
f1a8a0fde8
Add a missing entry to the changelog.
...
[SVN r52552]
2009-04-22 21:12:49 +00:00
Daniel James
814476afa2
Fix float support on vxWorks.
...
Thanks to Dustin Spicuzza. Refs #2957
[SVN r52481]
2009-04-19 09:17:18 +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