a3cabbe601Formatting changes, mostly to fit within 80 characters.
Daniel James
2010-01-04 22:49:39 +0000
6fe052f27eRename namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS to lower case for consistency.
Daniel James
2010-01-02 11:12:23 +0000
109b4d8258Only use _GLIBCXX_DEBUG on gcc/darwin.
Daniel James
2009-12-29 18:06:41 +0000
7fc5d81933Only use gcc debug containers on the container_fwd_test.
Daniel James
2009-12-15 13:16:50 +0000
fbd3e1c7eaTurn off warnings as errors on gcc/darwin because the integer library currently causes some warnings.
Daniel James
2009-12-15 13:16:32 +0000
55e7d127afMerge unordered and hash.
Daniel James
2009-12-07 19:26:26 +0000
33e7610ed7Suppress another warning.
Daniel James
2009-12-01 08:52:10 +0000
19007717dcMerge hash warning fixes from trunk.
Daniel James
2009-11-29 16:14:10 +0000
ec3632c322Try to suppress some more Visual C++ warnings.
Daniel James
2009-11-27 19:43:26 +0000
4c4ba633c3Suppress a warning that's in the windows mobile system headers.
Daniel James
2009-11-26 23:15:30 +0000
b647aba2cdFix some hash /W4 warnings. Fixes#3648
Daniel James
2009-11-21 19:40:54 +0000
32917c2bd1Turn on warnings as errors for the hash tests.
Daniel James
2009-11-16 23:56:56 +0000
84c30e4fd7Remove 'warnings-as-errors' flag that was breaking the build.
Daniel James
2009-11-11 14:03:44 +0000
ed8c404ca6Stricter warnings for unordered and hash.
Daniel James
2009-11-10 08:15:55 +0000
d108788cf6rm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
1697609dcerm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
ccaec4eb94Copy the unordered and hash CMake files from release.
Daniel James
2009-10-10 15:09:02 +0000
75da5b4735Merge some documentation changes and inspect fixes.
Daniel James
2009-10-10 14:53:46 +0000
f40913cd44Various inspect fixes.
Daniel James
2009-10-05 21:29:39 +0000
166f4b1079Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
6487301de7Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
3df2fba780Fix gcc -pedantic warning: remove extra ";".
Daniel James
2009-07-09 00:11:16 +0000
9f2b8346beMerge latest hash developments:
Daniel James
2009-06-27 08:12:20 +0000
4936095357Add am implementation note about the Visual C++ problems.
Daniel James
2009-06-27 07:39:12 +0000
f2dd570ee9Fix gcc -pedantic warning: remove extra ";".
Jürgen Hunold
2009-06-21 14:38:19 +0000
0f9879abbeI didn't mean to comment this out.
Daniel James
2009-06-21 09:51:59 +0000
e661dbe988Move the support for hashing containers into the extension header, and improve the standard tests.
Daniel James
2009-06-21 09:42:40 +0000
0d9f68d607Move BOOST_HASH_CHAR_TRAITS from container_fwd into the hash headers, and undefine it.
Daniel James
2009-06-21 09:42:20 +0000
153971fcc3Get <boost/functional/hash/extensions.hpp> to work.
Daniel James
2009-06-21 09:42:05 +0000
a4a6778f73Revert [54025] "Try to avoid using special macro handling code."
Daniel James
2009-06-21 09:41:46 +0000
ebf01f20caMove includes to the header which they're used in.
Daniel James
2009-06-21 09:41:30 +0000
ac31c7e33cA few more comments in boost::hash.
Daniel James
2009-06-21 09:41:11 +0000
48db3ff569Add copyright to namespace_fail_test.cpp
Daniel James
2009-06-17 23:24:28 +0000
cf5f69c216Try to avoid using special macro handling code.
Daniel James
2009-06-17 21:23:42 +0000
69882c3b5bPut the minimum amount of implementation in the same namespace as the 'using namespace' directives in order to avoid Visual C++ 8 bug.
Daniel James
2009-06-17 21:22:49 +0000
79f6dbfc9aRemove hash_complex_test's dependency on Boost.Random.
Daniel James
2009-06-15 07:37:42 +0000
d84c5c9364Try to avoid float to int warning when a float function doesn't exist. Refs #3171.
Daniel James
2009-06-12 18:24:47 +0000
f59992a3f7Misc. unordered changes. Fixes#3082, #3119.
Daniel James
2009-06-06 14:05:54 +0000
697c7f95ddMinor hash test changes.
Daniel James
2009-06-06 13:53:19 +0000
f77c8ed57eTest the hash functions for a couple of typedefs.
Daniel James
2009-06-01 06:49:45 +0000
37b84f9cbbRemove misplaced visual C++ warning pragma.
Daniel James
2009-05-31 15:53:09 +0000
594caeb0afFix gcc -pedantic error:extra extra ';'
Daniel James
2009-05-30 17:45:06 +0000
1c701a70bbAutomatically detect what float functions the compiler/library supports in hash and seperate out some of the detail headers.
Daniel James
2009-05-28 20:42:55 +0000
0ec3dac78dUse local copy of the valid HTML 4.01 icon, and make sure all the pages that use it are valid.
Daniel James
2009-05-25 20:06:26 +0000
7284d54f19Hash change log.
Daniel James
2009-05-25 19:44:52 +0000
26cf795fe0Fix a couple of clumsy errors in the last commit.
Daniel James
2009-05-25 14:27:00 +0000
e655314f73Check for float functions with less templates.
Daniel James
2009-05-25 13:45:16 +0000
1ccd4616fcTry to deal with macros for frexpl and ldexpl.
Daniel James
2009-05-23 15:21:38 +0000
6de823b18bFix gcc -pedantic error:extra extra ';'
Jürgen Hunold
2009-05-23 13:03:25 +0000
b610456580Explicitly qualify 'none' to avoid confusion with boost::none.
Daniel James
2009-05-22 19:00:35 +0000
0c4c77ea34Rename struct to avoid using 'type::'type' which confuses some compilers.
Daniel James
2009-05-22 13:35:56 +0000
7d98446408Some STLport fixes for hash.
Daniel James
2009-05-22 06:01:35 +0000
6b49fd3d49Spell out exactly which functions can be used with which types.
Daniel James
2009-05-22 06:01:19 +0000
e52c15df4eFix a typo.
Daniel James
2009-05-22 06:00:56 +0000
e1a56446d8Try to automatically detect which float functions are available.
Daniel James
2009-05-21 21:22:04 +0000
b0f91804a9Move the two different hash float implementation into their own header.
Daniel James
2009-05-21 21:21:44 +0000
5806a8935dMove the hash limits workaround into its own file.
Daniel James
2009-05-21 21:21:11 +0000
6c28028f99Use a local copy of the valid HTML 4.01 icon.
Daniel James
2009-05-16 14:23:59 +0000
29481031e8undoing bad commit to functional's cmakelists
Troy D. Straszheim
2009-05-14 20:55:39 +0000
0bbb174bf9more cmakefile tweaks
Troy D. Straszheim
2009-05-14 19:58:42 +0000
395289026fsync with jamfile
Troy D. Straszheim
2009-05-14 18:10:23 +0000
10000a9028Add a missing entry to the hash changelog.
Daniel James
2009-04-22 21:18:03 +0000
a0a96229c8Add a missing entry to the changelog.
Daniel James
2009-04-22 21:12:49 +0000
c09efebd32Fix float support on vxWorks.
Daniel James
2009-04-20 17:26:14 +0000
f201c2dd17Fix float support on vxWorks.
Daniel James
2009-04-19 09:17:18 +0000
8a4506cca3Merge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp
Daniel James
2009-04-11 08:49:33 +0000
8ca11394deDon't use debug containers on darwin.
Daniel James
2009-04-10 19:25:32 +0000
18c9f2a435Detect gcc stdlib for gcc 4.0.1.
Daniel James
2009-04-08 05:51:31 +0000
e5e7db003dChangelog for unordered and hash.
Daniel James
2009-03-31 19:43:58 +0000
79b2313c68Fix a link.
Daniel James
2009-03-22 14:03:26 +0000
9af7267918Merge misc. changes from trunk, mostly minor documentation fixes.
Daniel James
2009-03-22 10:42:48 +0000
bb3e603cfeUse paragraphs inside purpose tags.
Daniel James
2009-03-16 20:21:05 +0000
60e877acc5Merge hash and unordered changes.
Daniel James
2009-03-11 22:51:09 +0000
1c44695b87Update copyright dates in hash and unordered.
Daniel James
2009-03-09 20:56:23 +0000
e27d60777bRemove deprecated headers.
Daniel James
2009-03-08 09:45:30 +0000
ac3aa4971aMove hash_fwd into the hash subdirectory.
Daniel James
2009-03-08 09:45:11 +0000
a82f5ca466Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
ca3563cfafFix the hash dirname.
Daniel James
2009-02-22 23:49:51 +0000
af6eb9fa6fAdd 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.
John Maddock
2009-02-17 10:05:58 +0000
2c291488b6Don't copy images for the standalone hash and unordered documentation, was only really required before the libraries were integrated into boost.
Daniel James
2009-02-15 19:32:19 +0000
9df97a8597Use the new 'boost:' links for the hash, unordered and quickbook documentation.
Daniel James
2009-02-15 19:32:04 +0000
650b8b1220Add 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.
John Maddock
2009-02-08 16:59:14 +0000
ecdbca2dacmerge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
c2fc561d41Rename parameter to avoid Visual C++ warning about clash with boost::array.
Daniel James
2009-01-09 23:12:14 +0000
d7fb437192Rename parameter to avoid Visual C++ warning about clash with boost::array.
Daniel James
2009-01-08 13:37:33 +0000
6a0f115b33merge tests and Jamfiles for 7 libraries
Boris Gubenko
2009-01-04 05:17:02 +0000
f1735ef326Add a forwarding header for container_fwd.hpp
Daniel James
2008-11-09 12:11:50 +0000
82ffa7ff03Move hash detail headers out of boost/functional/detail.
Daniel James
2008-11-09 12:03:45 +0000
9912c9f90aUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
a186aa979aMerge error messages for old hash headers.
Daniel James
2008-11-05 13:30:43 +0000
2a964ed2a6Slightly more accurated comment - now that the headers cause errors, they've moved past the deprecation stage (I think).
Daniel James
2008-11-02 22:32:00 +0000
4c17615e89Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000