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
Daniel James
72cb0e7788
Changelog for unordered and hash.
...
[SVN r52084]
2009-03-31 19:43:58 +00:00
Daniel James
220c3a4e62
Use paragraphs inside purpose tags.
...
[SVN r51802]
2009-03-16 20:21:05 +00:00
Daniel James
b0b7f17984
Update copyright dates in hash and unordered.
...
[SVN r51667]
2009-03-09 20:56:23 +00:00
Daniel James
342284f4cf
Remove deprecated headers.
...
Fixes #2412 .
[SVN r51646]
2009-03-08 09:45:30 +00:00
Daniel James
fe6449fea6
Move hash_fwd into the hash subdirectory.
...
I should have done this in the last release. But now all of the hash
implementation is in the hash subdirectory.
[SVN r51645]
2009-03-08 09:45:11 +00:00
Daniel James
a3e434ec47
Fix the hash dirname.
...
[SVN r51407]
2009-02-22 23:49:51 +00:00
John Maddock
7c72c09288
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
Daniel James
45dfe7d9c5
Don't copy images for the standalone hash and unordered documentation, was only
...
really required before the libraries were integrated into boost.
[SVN r51263]
2009-02-15 19:32:19 +00:00
Daniel James
2560590a2b
Use the new 'boost:' links for the hash, unordered and quickbook documentation.
...
[SVN r51262]
2009-02-15 19:32:04 +00:00
John Maddock
c984bbb5f0
Add Jamfile to build PDF versions of all the docs.
...
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.
[SVN r51104]
2009-02-08 16:59:14 +00:00
Daniel James
0480bcf503
Rename parameter to avoid Visual C++ warning about clash with boost::array.
...
Fixes #2643
[SVN r50514]
2009-01-08 13:37:33 +00:00
Daniel James
6ae2b9da78
Add a forwarding header for container_fwd.hpp
...
[SVN r49662]
2008-11-09 12:11:50 +00:00
Daniel James
058c541da1
Move hash detail headers out of boost/functional/detail.
...
[SVN r49661]
2008-11-09 12:03:45 +00:00
Michael A. Jackson
bf23bd7ed3
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Daniel James
d9fd6a499d
Slightly more accurated comment - now that the headers cause errors, they've
...
moved past the deprecation stage (I think).
[SVN r49541]
2008-11-02 22:32:00 +00:00
Michael A. Jackson
cec8e80658
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Daniel James
3e24330335
Add note about changes to deprecated headers. Refs #2412 .
...
[SVN r49341]
2008-10-15 10:34:15 +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
59f9787c11
Note about change in boost 1.37.
...
[SVN r49339]
2008-10-15 10:25:07 +00:00
Daniel James
8daec229d2
Revert [49229], it fixes the same problem as [48674].
...
[SVN r49338]
2008-10-15 09:44:41 +00:00
John Maddock
dd0632c991
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Nicola Musatti
707186737c
Small CodeGear specific patch
...
[SVN r49229]
2008-10-09 22:11:20 +00:00
Daniel James
b9917c8810
Reinstate the old choice of float functions on Dinkumware for all compilers
...
other than Visual C++.
It turns out that Borland uses Dinkumware but doesn't have the C99 float
overloads, so it only seems realistic to assume their existence on Visual C++.
Refs #2264 .
[SVN r48674]
2008-09-08 21:06:16 +00:00
Daniel James
cc8672de3e
Always use c99 float function overloads on Dinkumware, as it doesn't always have the C++ overloads. Refs #2264 .
...
[SVN r48529]
2008-09-02 10:31:26 +00:00
Daniel James
4bb4957dc4
Revert conversion from lightweight test to Boost.Test.
...
[SVN r47545]
2008-07-18 12:31:18 +00:00
Daniel James
62226713a2
Merge some small documentation fixes from the doc branch, and mark some
...
previously merged changes as merged.
Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
Update navbar links in boostbook.
........
r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
Group functions in the hash header - requires Frank's free-function-group fix.
........
r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
Add boost.root to standalone hash documentation.
........
[SVN r45576]
2008-05-20 15:39:25 +00:00