Commit Graph

  • afc4d6664f Merge iostreams, hash. Daniel James 2010-07-10 14:20:45 +00:00
  • bbfb6fd32c Release notes for hash. Daniel James 2010-07-10 13:47:47 +00:00
  • 38d131c158 Fix inspect issues. Daniel James 2010-07-08 20:48:30 +00:00
  • 2553a5fbdc Try preventing static casts when calling hash_value. Daniel James 2010-07-06 23:32:37 +00:00
  • 55fac118e9 adds Functional/Factory boost-1.43.0 Tobias Schwinger 2010-04-26 23:20:27 +00:00
  • 5ce1a71c84 Merge some link fixes and release notes. Daniel James 2010-04-21 23:00:35 +00:00
  • 425de7d1dd Unordered/hash release notes. Daniel James 2010-04-18 13:20:45 +00:00
  • a60758dec2 Disable warnings as errors for hash. boost-1.43.0-beta1 Daniel James 2010-04-11 20:24:04 +00:00
  • f544265741 Give up on warnings-as-errors for gcc for now. Daniel James 2010-04-06 20:14:12 +00:00
  • 7af7c59420 Merge from trunk. Daniel James 2010-03-31 21:39:07 +00:00
  • 733422d1b9 Remove optimization which causes 0.5 to hash to 0. Refs #4038. Daniel James 2010-03-24 08:49:00 +00:00
  • f3072d2023 Merge hash and unordered from trunk. Daniel James 2010-02-25 19:05:01 +00:00
  • 77f856e3cf Remove deprecated macros for hash and unordered's tests. Daniel James 2010-02-16 22:33:10 +00:00
  • 6544b32920 Take advantage of the simplified parameters. Daniel James 2010-02-16 22:32:49 +00:00
  • 538b8fb95a Stop using the deprecated BOOST_HAS_ macros in unordered and hash. Daniel James 2010-02-15 23:01:06 +00:00
  • fdc0995489 Merge some detail changes. Daniel James 2010-02-14 16:31:21 +00:00
  • e042170fb9 Missing newline. Daniel James 2010-01-30 09:30:04 +00:00
  • 316b1aa9f0 Don't foward declare containers when using gcc's parallel library and add a macro to disable forward declaration. Fixes #3866. Daniel James 2010-01-27 19:32:39 +00:00
  • 692d65d0e4 Merge link fix. boost-1.42.0 Daniel James 2010-01-15 00:56:07 +00:00
  • 0ba3e9b282 Fix link to example file. Fixes #3836. Daniel James 2010-01-12 18:52:43 +00:00
  • 98f0f11423 Turn warnings as errors back on. Daniel James 2010-01-12 18:51:59 +00:00
  • e67ee6032a Merge unordered documentation. Daniel James 2010-01-09 17:17:53 +00:00
  • 6e37c616db Update changelogs and slightly improved reference documentation for new release. Daniel James 2010-01-08 06:43:57 +00:00
  • 5860602e5c Merge hash changes. Daniel James 2010-01-08 05:38:39 +00:00
  • 5f10c2bb7e Explicitly cast values to avoid warning on Visual C++ 10 Daniel James 2010-01-06 08:43:47 +00:00
  • 6d7a55a4f7 Formatting changes, mostly to fit within 80 characters. Daniel James 2010-01-04 22:49:39 +00:00
  • 0ed492ba18 Rename namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS to lower case for consistency. Daniel James 2010-01-02 11:12:23 +00:00
  • 2734e22b50 Only use _GLIBCXX_DEBUG on gcc/darwin. Daniel James 2009-12-29 18:06:41 +00:00
  • 9938fad017 Only use gcc debug containers on the container_fwd_test. Daniel James 2009-12-15 13:16:50 +00:00
  • 4787563f96 Turn off warnings as errors on gcc/darwin because the integer library currently causes some warnings. Daniel James 2009-12-15 13:16:32 +00:00
  • 01630b4053 Merge unordered and hash. Daniel James 2009-12-07 19:26:26 +00:00
  • 78eeabaeb2 Suppress another warning. Daniel James 2009-12-01 08:52:10 +00:00
  • d45d471e34 Merge hash warning fixes from trunk. Daniel James 2009-11-29 16:14:10 +00:00
  • 3882189584 Try to suppress some more Visual C++ warnings. Daniel James 2009-11-27 19:43:26 +00:00
  • 079f8025b3 Suppress a warning that's in the windows mobile system headers. Daniel James 2009-11-26 23:15:30 +00:00
  • b43c9fa145 Fix some hash /W4 warnings. Fixes #3648 Daniel James 2009-11-21 19:40:54 +00:00
  • b0ceeca154 Turn on warnings as errors for the hash tests. Daniel James 2009-11-16 23:56:56 +00:00
  • d8bfb81914 Remove 'warnings-as-errors' flag that was breaking the build. Daniel James 2009-11-11 14:03:44 +00:00
  • 9958072d2a Stricter warnings for unordered and hash. Daniel James 2009-11-10 08:15:55 +00:00
  • 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 Troy D. Straszheim 2009-10-17 02:07:38 +00:00
  • 84e1b951f5 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. boost-1.41.0-beta1 boost-1.41.0 Troy D. Straszheim 2009-10-17 01:10:45 +00:00
  • 3ee9d7d507 Copy the unordered and hash CMake files from release. Daniel James 2009-10-10 15:09:02 +00:00
  • 1d792ecb45 Merge some documentation changes and inspect fixes. Daniel James 2009-10-10 14:53:46 +00:00
  • e75f94f71d Various inspect fixes. Daniel James 2009-10-05 21:29:39 +00:00
  • 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. Troy D. Straszheim 2009-07-26 00:49:56 +00:00
  • 58eab40c2a Add basic copyright/license to keep cmake out of the inspection report boost-1.40.0 Troy D. Straszheim 2009-07-22 21:51:01 +00:00
  • f9669b6218 Fix gcc -pedantic warning: remove extra ";". Daniel James 2009-07-09 00:11:16 +00:00
  • 2b3bc8c3f4 Merge latest hash developments: Daniel James 2009-06-27 08:12:20 +00:00
  • 07b565143f Add am implementation note about the Visual C++ problems. Daniel James 2009-06-27 07:39:12 +00:00
  • d8980c3f09 Fix gcc -pedantic warning: remove extra ";". Jürgen Hunold 2009-06-21 14:38:19 +00:00
  • 83b052b784 I didn't mean to comment this out. Daniel James 2009-06-21 09:51:59 +00:00
  • c51bebf8a4 Move the support for hashing containers into the extension header, and improve the standard tests. Daniel James 2009-06-21 09:42:40 +00:00
  • 8b98036bb8 Move BOOST_HASH_CHAR_TRAITS from container_fwd into the hash headers, and undefine it. Daniel James 2009-06-21 09:42:20 +00:00
  • 4774d24966 Get <boost/functional/hash/extensions.hpp> to work. Daniel James 2009-06-21 09:42:05 +00:00
  • 13f44653b5 Revert [54025] "Try to avoid using special macro handling code." Daniel James 2009-06-21 09:41:46 +00:00
  • e20c872440 Move includes to the header which they're used in. Daniel James 2009-06-21 09:41:30 +00:00
  • 600740e2ae A few more comments in boost::hash. Daniel James 2009-06-21 09:41:11 +00:00
  • 52a964ae91 Add copyright to namespace_fail_test.cpp Daniel James 2009-06-17 23:24:28 +00:00
  • 3d79c2f1e4 Try to avoid using special macro handling code. Daniel James 2009-06-17 21:23:42 +00:00
  • 3cf1a67771 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 +00:00
  • 9cc8c20413 Remove hash_complex_test's dependency on Boost.Random. Daniel James 2009-06-15 07:37:42 +00:00
  • 9f4a6a966e Try to avoid float to int warning when a float function doesn't exist. Refs #3171. Daniel James 2009-06-12 18:24:47 +00:00
  • 786af5df98 Misc. unordered changes. Fixes #3082, #3119. Daniel James 2009-06-06 14:05:54 +00:00
  • 6a2d96428b Minor hash test changes. Daniel James 2009-06-06 13:53:19 +00:00
  • 15d4153c37 Test the hash functions for a couple of typedefs. Daniel James 2009-06-01 06:49:45 +00:00
  • 326a338add Remove misplaced visual C++ warning pragma. Daniel James 2009-05-31 15:53:09 +00:00
  • f6e0d26ffc Fix gcc -pedantic error:extra extra ';' Daniel James 2009-05-30 17:45:06 +00:00
  • e624b55a5c 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 +00:00
  • b0459a20da Hash change log. Daniel James 2009-05-25 19:44:52 +00:00
  • 909d0c9547 Fix a couple of clumsy errors in the last commit. Daniel James 2009-05-25 14:27:00 +00:00
  • 912aed0b57 Check for float functions with less templates. Daniel James 2009-05-25 13:45:16 +00:00
  • e5d343faea Try to deal with macros for frexpl and ldexpl. Daniel James 2009-05-23 15:21:38 +00:00
  • 3e320b7ae5 Fix gcc -pedantic error:extra extra ';' Jürgen Hunold 2009-05-23 13:03:25 +00:00
  • 8bc6175fa0 Explicitly qualify 'none' to avoid confusion with boost::none. Daniel James 2009-05-22 19:00:35 +00:00
  • 6751e9cf47 Rename struct to avoid using 'type::'type' which confuses some compilers. Daniel James 2009-05-22 13:35:56 +00:00
  • 004e4df2a2 Some STLport fixes for hash. Daniel James 2009-05-22 06:01:35 +00:00
  • 411f559730 Spell out exactly which functions can be used with which types. Daniel James 2009-05-22 06:01:19 +00:00
  • 8a6aba46c7 Fix a typo. Daniel James 2009-05-22 06:00:56 +00:00
  • 65b103e812 Try to automatically detect which float functions are available. Daniel James 2009-05-21 21:22:04 +00:00
  • c160428eff Move the two different hash float implementation into their own header. Daniel James 2009-05-21 21:21:44 +00:00
  • dda32a279a Move the hash limits workaround into its own file. Daniel James 2009-05-21 21:21:11 +00:00
  • ff7008e031 undoing bad commit to functional's cmakelists Troy D. Straszheim 2009-05-14 20:55:39 +00:00
  • 8fd93d38bb more cmakefile tweaks Troy D. Straszheim 2009-05-14 19:58:42 +00:00
  • bc87281ed6 sync with jamfile Troy D. Straszheim 2009-05-14 18:10:23 +00:00
  • e3aa41fd38 Add a missing entry to the hash changelog. boost-1.39.0-beta1 boost-1.39.0 Daniel James 2009-04-22 21:18:03 +00:00
  • f1a8a0fde8 Add a missing entry to the changelog. Daniel James 2009-04-22 21:12:49 +00:00
  • 0d0399df8a Fix float support on vxWorks. Daniel James 2009-04-20 17:26:14 +00:00
  • 814476afa2 Fix float support on vxWorks. Daniel James 2009-04-19 09:17:18 +00:00
  • 3d46f066c7 Merge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp Daniel James 2009-04-11 08:49:33 +00:00
  • 9ef99e556a Don't use debug containers on darwin. Daniel James 2009-04-10 19:25:32 +00:00
  • 2aff9855bb Detect gcc stdlib for gcc 4.0.1. Daniel James 2009-04-08 05:51:31 +00:00
  • 72cb0e7788 Changelog for unordered and hash. Daniel James 2009-03-31 19:43:58 +00:00
  • 48ddd0570d Merge misc. changes from trunk, mostly minor documentation fixes. Daniel James 2009-03-22 10:42:48 +00:00
  • 220c3a4e62 Use paragraphs inside purpose tags. Daniel James 2009-03-16 20:21:05 +00:00
  • 27e69dea72 Merge hash and unordered changes. Daniel James 2009-03-11 22:51:09 +00:00
  • b0b7f17984 Update copyright dates in hash and unordered. Daniel James 2009-03-09 20:56:23 +00:00
  • 342284f4cf Remove deprecated headers. Daniel James 2009-03-08 09:45:30 +00:00
  • fe6449fea6 Move hash_fwd into the hash subdirectory. Daniel James 2009-03-08 09:45:11 +00:00
  • eb3202f6fc Merge PDF build changes from Trunk. John Maddock 2009-02-23 18:39:32 +00:00
  • a3e434ec47 Fix the hash dirname. Daniel James 2009-02-22 23:49:51 +00:00