Commit Graph

  • a3cabbe601 Formatting changes, mostly to fit within 80 characters. Daniel James 2010-01-04 22:49:39 +0000
  • 6fe052f27e Rename namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS to lower case for consistency. Daniel James 2010-01-02 11:12:23 +0000
  • 109b4d8258 Only use _GLIBCXX_DEBUG on gcc/darwin. Daniel James 2009-12-29 18:06:41 +0000
  • 7fc5d81933 Only use gcc debug containers on the container_fwd_test. Daniel James 2009-12-15 13:16:50 +0000
  • fbd3e1c7ea Turn off warnings as errors on gcc/darwin because the integer library currently causes some warnings. Daniel James 2009-12-15 13:16:32 +0000
  • 55e7d127af Merge unordered and hash. Daniel James 2009-12-07 19:26:26 +0000
  • 33e7610ed7 Suppress another warning. Daniel James 2009-12-01 08:52:10 +0000
  • 19007717dc Merge hash warning fixes from trunk. Daniel James 2009-11-29 16:14:10 +0000
  • ec3632c322 Try to suppress some more Visual C++ warnings. Daniel James 2009-11-27 19:43:26 +0000
  • 4c4ba633c3 Suppress a warning that's in the windows mobile system headers. Daniel James 2009-11-26 23:15:30 +0000
  • b647aba2cd Fix some hash /W4 warnings. Fixes #3648 Daniel James 2009-11-21 19:40:54 +0000
  • 32917c2bd1 Turn on warnings as errors for the hash tests. Daniel James 2009-11-16 23:56:56 +0000
  • 84c30e4fd7 Remove 'warnings-as-errors' flag that was breaking the build. Daniel James 2009-11-11 14:03:44 +0000
  • ed8c404ca6 Stricter warnings for unordered and hash. Daniel James 2009-11-10 08:15:55 +0000
  • d108788cf6 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 Troy D. Straszheim 2009-10-17 02:07:38 +0000
  • 1697609dce rm 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
  • ccaec4eb94 Copy the unordered and hash CMake files from release. Daniel James 2009-10-10 15:09:02 +0000
  • 75da5b4735 Merge some documentation changes and inspect fixes. Daniel James 2009-10-10 14:53:46 +0000
  • f40913cd44 Various inspect fixes. Daniel James 2009-10-05 21:29:39 +0000
  • 166f4b1079 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 6487301de7 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 3df2fba780 Fix gcc -pedantic warning: remove extra ";". Daniel James 2009-07-09 00:11:16 +0000
  • 9f2b8346be Merge latest hash developments: Daniel James 2009-06-27 08:12:20 +0000
  • 4936095357 Add am implementation note about the Visual C++ problems. Daniel James 2009-06-27 07:39:12 +0000
  • f2dd570ee9 Fix gcc -pedantic warning: remove extra ";". Jürgen Hunold 2009-06-21 14:38:19 +0000
  • 0f9879abbe I didn't mean to comment this out. Daniel James 2009-06-21 09:51:59 +0000
  • e661dbe988 Move the support for hashing containers into the extension header, and improve the standard tests. Daniel James 2009-06-21 09:42:40 +0000
  • 0d9f68d607 Move BOOST_HASH_CHAR_TRAITS from container_fwd into the hash headers, and undefine it. Daniel James 2009-06-21 09:42:20 +0000
  • 153971fcc3 Get <boost/functional/hash/extensions.hpp> to work. Daniel James 2009-06-21 09:42:05 +0000
  • a4a6778f73 Revert [54025] "Try to avoid using special macro handling code." Daniel James 2009-06-21 09:41:46 +0000
  • ebf01f20ca Move includes to the header which they're used in. Daniel James 2009-06-21 09:41:30 +0000
  • ac31c7e33c A few more comments in boost::hash. Daniel James 2009-06-21 09:41:11 +0000
  • 48db3ff569 Add copyright to namespace_fail_test.cpp Daniel James 2009-06-17 23:24:28 +0000
  • cf5f69c216 Try to avoid using special macro handling code. Daniel James 2009-06-17 21:23:42 +0000
  • 69882c3b5b Put 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
  • 79f6dbfc9a Remove hash_complex_test's dependency on Boost.Random. Daniel James 2009-06-15 07:37:42 +0000
  • d84c5c9364 Try to avoid float to int warning when a float function doesn't exist. Refs #3171. Daniel James 2009-06-12 18:24:47 +0000
  • f59992a3f7 Misc. unordered changes. Fixes #3082, #3119. Daniel James 2009-06-06 14:05:54 +0000
  • 697c7f95dd Minor hash test changes. Daniel James 2009-06-06 13:53:19 +0000
  • f77c8ed57e Test the hash functions for a couple of typedefs. Daniel James 2009-06-01 06:49:45 +0000
  • 37b84f9cbb Remove misplaced visual C++ warning pragma. Daniel James 2009-05-31 15:53:09 +0000
  • 594caeb0af Fix gcc -pedantic error:extra extra ';' Daniel James 2009-05-30 17:45:06 +0000
  • 1c701a70bb Automatically 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
  • 0ec3dac78d Use 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
  • 7284d54f19 Hash change log. Daniel James 2009-05-25 19:44:52 +0000
  • 26cf795fe0 Fix a couple of clumsy errors in the last commit. Daniel James 2009-05-25 14:27:00 +0000
  • e655314f73 Check for float functions with less templates. Daniel James 2009-05-25 13:45:16 +0000
  • 1ccd4616fc Try to deal with macros for frexpl and ldexpl. Daniel James 2009-05-23 15:21:38 +0000
  • 6de823b18b Fix gcc -pedantic error:extra extra ';' Jürgen Hunold 2009-05-23 13:03:25 +0000
  • b610456580 Explicitly qualify 'none' to avoid confusion with boost::none. Daniel James 2009-05-22 19:00:35 +0000
  • 0c4c77ea34 Rename struct to avoid using 'type::'type' which confuses some compilers. Daniel James 2009-05-22 13:35:56 +0000
  • 7d98446408 Some STLport fixes for hash. Daniel James 2009-05-22 06:01:35 +0000
  • 6b49fd3d49 Spell out exactly which functions can be used with which types. Daniel James 2009-05-22 06:01:19 +0000
  • e52c15df4e Fix a typo. Daniel James 2009-05-22 06:00:56 +0000
  • e1a56446d8 Try to automatically detect which float functions are available. Daniel James 2009-05-21 21:22:04 +0000
  • b0f91804a9 Move the two different hash float implementation into their own header. Daniel James 2009-05-21 21:21:44 +0000
  • 5806a8935d Move the hash limits workaround into its own file. Daniel James 2009-05-21 21:21:11 +0000
  • 6c28028f99 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +0000
  • 29481031e8 undoing bad commit to functional's cmakelists Troy D. Straszheim 2009-05-14 20:55:39 +0000
  • 0bbb174bf9 more cmakefile tweaks Troy D. Straszheim 2009-05-14 19:58:42 +0000
  • 395289026f sync with jamfile Troy D. Straszheim 2009-05-14 18:10:23 +0000
  • 10000a9028 Add a missing entry to the hash changelog. Daniel James 2009-04-22 21:18:03 +0000
  • a0a96229c8 Add a missing entry to the changelog. Daniel James 2009-04-22 21:12:49 +0000
  • c09efebd32 Fix float support on vxWorks. Daniel James 2009-04-20 17:26:14 +0000
  • f201c2dd17 Fix float support on vxWorks. Daniel James 2009-04-19 09:17:18 +0000
  • 8a4506cca3 Merge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp Daniel James 2009-04-11 08:49:33 +0000
  • 8ca11394de Don't use debug containers on darwin. Daniel James 2009-04-10 19:25:32 +0000
  • 18c9f2a435 Detect gcc stdlib for gcc 4.0.1. Daniel James 2009-04-08 05:51:31 +0000
  • e5e7db003d Changelog for unordered and hash. Daniel James 2009-03-31 19:43:58 +0000
  • 79b2313c68 Fix a link. Daniel James 2009-03-22 14:03:26 +0000
  • 9af7267918 Merge misc. changes from trunk, mostly minor documentation fixes. Daniel James 2009-03-22 10:42:48 +0000
  • bb3e603cfe Use paragraphs inside purpose tags. Daniel James 2009-03-16 20:21:05 +0000
  • 60e877acc5 Merge hash and unordered changes. Daniel James 2009-03-11 22:51:09 +0000
  • 1c44695b87 Update copyright dates in hash and unordered. Daniel James 2009-03-09 20:56:23 +0000
  • e27d60777b Remove deprecated headers. Daniel James 2009-03-08 09:45:30 +0000
  • ac3aa4971a Move hash_fwd into the hash subdirectory. Daniel James 2009-03-08 09:45:11 +0000
  • a82f5ca466 Merge PDF build changes from Trunk. John Maddock 2009-02-23 18:39:32 +0000
  • ca3563cfaf Fix the hash dirname. Daniel James 2009-02-22 23:49:51 +0000
  • 453a20706f adds missing template parameters for partial specialisations Tobias Schwinger 2009-02-22 16:27:22 +0000
  • eac8fab2cd prevents vicious type deduction for array arguments Tobias Schwinger 2009-02-22 06:21:34 +0000
  • de1a390d43 adds index.html for redirection to the documentation Tobias Schwinger 2009-02-21 15:40:34 +0000
  • 23956c0360 straightens visibility issues Tobias Schwinger 2009-02-20 23:36:42 +0000
  • af6eb9fa6f 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. John Maddock 2009-02-17 10:05:58 +0000
  • 2c291488b6 Don'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
  • 9df97a8597 Use the new 'boost:' links for the hash, unordered and quickbook documentation. Daniel James 2009-02-15 19:32:04 +0000
  • 650b8b1220 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. John Maddock 2009-02-08 16:59:14 +0000
  • ecdbca2dac merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • c2fc561d41 Rename parameter to avoid Visual C++ warning about clash with boost::array. Daniel James 2009-01-09 23:12:14 +0000
  • d7fb437192 Rename parameter to avoid Visual C++ warning about clash with boost::array. Daniel James 2009-01-08 13:37:33 +0000
  • 6a0f115b33 merge tests and Jamfiles for 7 libraries Boris Gubenko 2009-01-04 05:17:02 +0000
  • ba511c8939 removes absolute paths (from development machine) Tobias Schwinger 2008-11-27 15:32:23 +0000
  • 0be6a0b06d introduces functional / factory & forward Tobias Schwinger 2008-11-27 15:15:47 +0000
  • a993802fcf introduces functional/ forward & factory Tobias Schwinger 2008-11-27 15:14:40 +0000
  • 40e21267bc Merged revisions 49661-49662,49666,49669,49735,49756,49770,49811 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-11-20 22:53:20 +0000
  • f1735ef326 Add a forwarding header for container_fwd.hpp Daniel James 2008-11-09 12:11:50 +0000
  • 82ffa7ff03 Move hash detail headers out of boost/functional/detail. Daniel James 2008-11-09 12:03:45 +0000
  • 9912c9f90a Updating 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
  • a186aa979a Merge error messages for old hash headers. Daniel James 2008-11-05 13:30:43 +0000
  • 2a964ed2a6 Slightly 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
  • 4c17615e89 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000