Commit Graph

  • 84853384e6 Update Jamfiles and build scripts for PDF generation. Set local_function image DPI's for better PDF builds. John Maddock 2012-06-07 16:47:33 +0000
  • b5d39108b2 Changes required to build PDF versions of docs. John Maddock 2012-06-07 12:32:56 +0000
  • b839b806cf Hash: Only use typeid when available. Daniel James 2012-05-29 19:41:19 +0000
  • 9d67f4ccd3 Hash: Merge deprecated header warning + some documentation. Daniel James 2012-05-27 21:13:49 +0000
  • 446b6496a7 Hash: Extra changelog note. Daniel James 2012-05-27 20:55:14 +0000
  • 9f2652ae07 Hash: Remove stary semicolon from deprecation pragma. Daniel James 2012-05-26 15:02:26 +0000
  • 681b79aaf9 Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch. Lorenzo Caminiti 2012-05-24 01:35:04 +0000
  • f88d46a03a Add warning to deprecated header boost/functional/detail/container_fwd.hpp. Daniel James 2012-05-21 21:58:18 +0000
  • 1ad77fa8ba Unordered: Merge unordered from trunk. Daniel James 2012-05-12 08:14:05 +0000
  • f54e6e8af1 Hash: Use SFINAE to avoid implicit casts to numbers. Daniel James 2012-05-08 22:24:46 +0000
  • 65bade2cb2 Hash: Add some notes about forwarding header. Refs #6849. Daniel James 2012-05-07 10:58:55 +0000
  • 8d18d5b53e Unordered: Avoid -Wshadow warnings. Refs #6190. Daniel James 2012-05-07 10:57:35 +0000
  • de90bf39a5 Unordered/Hash: Merge from trunk. Daniel James 2012-05-03 22:05:21 +0000
  • 8e0b32aca5 Unordered/Hash: Release notes. Daniel James 2012-05-03 21:35:51 +0000
  • 37f91f600d Using all lower case section IDs. Lorenzo Caminiti 2012-04-28 02:21:15 +0000
  • 6e74c243ed Replacing old docs. Lorenzo Caminiti 2012-04-28 02:16:51 +0000
  • 32fe58c6d7 Hash: fix tests for older C++0x libraries. Daniel James 2012-04-23 20:51:21 +0000
  • dfa8524f2f Hash: Some formatting. Daniel James 2012-04-23 20:49:30 +0000
  • 8f9ad424a9 Hash: Missing comma. Daniel James 2012-04-22 19:49:41 +0000
  • 7444eee62b Hash: Support std::array and std::tuple. Refs #6806. Daniel James 2012-04-22 19:46:28 +0000
  • 5e3ec9012e Hash: Note about previous change. Daniel James 2012-04-22 19:45:58 +0000
  • 7759fa0aa0 Removed a test used to figure out a bug on Sun (the bug was fixed by not doing any macro expansion in the definition of the pp-iteration params macro). Lorenzo Caminiti 2012-04-13 19:54:16 +0000
  • 6360c143f1 Added Lorenzo Caminiti to maintainers.txt and libraries.htm. Lorenzo Caminiti 2012-04-13 01:02:02 +0000
  • 90b94a9560 Forcing type-of emulation on Sun. Trying to fix OverloadedFunction pp bug on Sun by removing SUB on iteration range (doing ADD on iteration index instead). Lorenzo Caminiti 2012-04-12 21:12:28 +0000
  • 094516d686 Added some tests to figure out pp problem with OverloadedFunciton on Sun. Lorenzo Caminiti 2012-04-11 20:55:54 +0000
  • c5a4dc3db1 Commented out some code in overloaded_function to try to see what breaks on Sun. Lorenzo Caminiti 2012-04-10 21:09:36 +0000
  • f6beb74abb Updated docs. Lorenzo Caminiti 2012-04-10 20:42:53 +0000
  • 9e7ccedcfe Added a specialization to deduced F from boost::function<F> removing the need to register boost::function for type-of emulation (because it required to register boost::functionN instead of boost::function and that was confusing). Lorenzo Caminiti 2012-04-10 19:17:41 +0000
  • e7e599a7d2 Added a test to figure out problem on Sun... Lorenzo Caminiti 2012-04-09 22:33:45 +0000
  • 3910f072cd Unordered/hash: Avoid a gcc warning. Refs #6771 Daniel James 2012-04-08 15:29:15 +0000
  • 01aba11b87 Trying to fix a pp error on Sun... using a separate macro to force expansion but not sure if that was the issue. Lorenzo Caminiti 2012-04-07 19:43:03 +0000
  • 6abc944e57 Wrapped a metafunction call into a local struct to try to workaround a problem with add_template on the intel compiler. Lorenzo Caminiti 2012-04-07 18:45:13 +0000
  • afa123f28e Added a temporary workaround the Boost.Config bug that causes Boost.Typeof to fail on Sun (Jamfile <define>__typeof__=__typeof__ so Boost.Config does not define __typeof__ to be typeof). Lorenzo Caminiti 2012-04-04 21:15:16 +0000
  • 1326990a7e Registering all types so Boost.Functional/OverloadedFunction works in type-of emulation mode (and not just native). Lorenzo Caminiti 2012-04-02 01:08:20 +0000
  • b2dd5d8ac5 Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests. Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction. Lorenzo Caminiti 2012-03-22 20:54:20 +0000
  • 6932e9b1dc Fixed test indentation and updated docs. Lorenzo Caminiti 2012-02-20 20:11:42 +0000
  • 9b08b5632d Added a couple of code comments. Lorenzo Caminiti 2012-02-18 16:11:21 +0000
  • c4824e0bd6 Remove a set of extra parenthesis in getting a member function pointer that were not needed and did not compile on clang. Lorenzo Caminiti 2012-02-18 15:20:39 +0000
  • e379125fea Added Boost.Utility/IdentityType and Boost.Functional/OverloadedFunction to status/Jamfile.v2 list of regression tests. Updated Boost.ScopeExit documentation. Lorenzo Caminiti 2012-02-17 21:02:00 +0000
  • df484fc464 Adding Functional/OverloadedFunction docs, tests, and examples to libs/. Lorenzo Caminiti 2012-02-15 01:11:29 +0000
  • 6cbe04b95b Added Functional/OverloadedFunction source files. Lorenzo Caminiti 2012-02-15 00:42:56 +0000
  • 34f5d8e966 Hash: Merge documentation fix. Daniel James 2012-02-09 09:26:00 +0000
  • b4e12e3640 Hash: Fix 1.6 quickbook in 1.5 document. Daniel James 2012-01-26 08:17:11 +0000
  • 40c9e2be58 Hash: Merge documentation changes. Daniel James 2012-01-15 20:49:40 +0000
  • 8fcfb62594 Hash: Improve rationale slightly. Daniel James 2011-11-18 09:03:29 +0000
  • b73e261ea8 Hash: Use quickbook 1.5 Daniel James 2011-11-18 09:02:47 +0000
  • 5385cc4cd4 Merge unordered+hash documentation updates. Daniel James 2011-10-17 20:23:27 +0000
  • 2c4f692c1e Hash: A few edits to the new rationale. Daniel James 2011-10-16 10:32:12 +0000
  • 60bcdbd1be Hash: Remove info for compilers that are no longer supported. Daniel James 2011-10-09 18:22:11 +0000
  • c7f13689ee Hash: Note about the quality of the hash function. Daniel James 2011-10-09 18:14:50 +0000
  • 572712fac8 Fix annoying markup problems. Steven Watanabe 2011-04-07 00:38:05 +0000
  • 3118946989 Make sure this example compiles. Fixes #4548. Steven Watanabe 2011-04-07 00:31:40 +0000
  • 68bfa12696 Functional: Merge old change to use BOOST_DEDUCED_TYPENAME. Daniel James 2011-03-24 20:28:33 +0000
  • 5aa6544dfc Hash: merge updated tests. Daniel James 2011-03-23 00:10:03 +0000
  • 84a7f372af Run some tests without BOOST_HASH_NO_IMPLICIT_CASTS. Daniel James 2011-03-11 18:19:23 +0000
  • 9204300123 Remove shared_ptr fail test since it now supports Boost.Hash Daniel James 2011-03-11 18:17:48 +0000
  • c8512e277b Merge typeindex support for hash. Fixes #4756. Daniel James 2011-01-17 04:15:00 +0000
  • 048d92f36a Fix copy and paste typo. Refs #4756. Daniel James 2011-01-16 11:06:00 +0000
  • d631763584 Oops, make new hash_value overload inline. Daniel James 2011-01-14 03:36:39 +0000
  • 30618f1dff Support typeindex in hash. Refs #4756. Daniel James 2011-01-14 03:13:39 +0000
  • 938948a1a9 Move tests for container_fwd.hpp into detail. Daniel James 2011-01-04 23:30:22 +0000
  • 6d7e2976d3 Merge hash from trunk. Daniel James 2011-01-04 23:06:53 +0000
  • 948aee8aab Fix tabs and files without copyright. Daniel James 2011-01-03 12:43:34 +0000
  • e2d25b5c00 Avoid -Wconversion warnings in unordered & hash. Daniel James 2010-12-11 14:43:00 +0000
  • 6435dbe243 Import boostbook/quickbook in unordered and hash docs. Daniel James 2010-12-07 20:45:08 +0000
  • 6f3fee97d4 Remove some 'always_show_run_output' flags. Daniel James 2010-11-14 11:42:58 +0000
  • 2f1946c541 Merge OpenVMS 64 bit patch for hash. Fixes #4477. Daniel James 2010-08-17 20:00:17 +0000
  • 0ae94ec276 Fix hashing pointers on 64-bit OpenVMS. Daniel James 2010-07-27 19:18:53 +0000
  • 76e621bddd Merge hash, opt-in to breaking change rather than opt-out. Daniel James 2010-07-15 01:12:23 +0000
  • ef1bfd0174 Only include static_assert when necessary. Daniel James 2010-07-14 08:28:04 +0000
  • 3bb0cd29e4 Actually, make the change to hash opt-in, rather than opt-out. It's a bit late to introduce a breaking change. Daniel James 2010-07-14 08:17:48 +0000
  • 6f13510580 Merge iostreams, hash. Daniel James 2010-07-10 14:20:45 +0000
  • 892623b401 Release notes for hash. Daniel James 2010-07-10 13:47:47 +0000
  • 510c0894b0 Fix inspect issues. Daniel James 2010-07-08 20:48:30 +0000
  • 67c3951e3f Try preventing static casts when calling hash_value. Daniel James 2010-07-06 23:32:37 +0000
  • 67cadfe2b3 applies BOOST_DEDUCED_TYPENAME to hopefully please VACPP Tobias Schwinger 2010-04-27 23:14:23 +0000
  • 3cec009503 adds Functional/Forward Tobias Schwinger 2010-04-26 23:21:31 +0000
  • 57ba196417 adds Functional/Factory Tobias Schwinger 2010-04-26 23:20:27 +0000
  • eccff6436c Merge some link fixes and release notes. Daniel James 2010-04-21 23:00:35 +0000
  • 2f112825b9 Unordered/hash release notes. Daniel James 2010-04-18 13:20:45 +0000
  • 196e95ad34 Disable warnings as errors for hash. Daniel James 2010-04-11 20:24:04 +0000
  • fc35014a87 Give up on warnings-as-errors for gcc for now. Daniel James 2010-04-06 20:14:12 +0000
  • 5ed2ed3b6b Merge from trunk. Daniel James 2010-03-31 21:39:07 +0000
  • a7d58c92b3 Remove optimization which causes 0.5 to hash to 0. Refs #4038. Daniel James 2010-03-24 08:49:00 +0000
  • ce5cb3f9df Merge hash and unordered from trunk. Daniel James 2010-02-25 19:05:01 +0000
  • be0a60760c Quick hack to deal with title tags in doxygen descriptions. Daniel James 2010-02-24 00:14:19 +0000
  • 9ad43cf51f Remove deprecated macros for hash and unordered's tests. Daniel James 2010-02-16 22:33:10 +0000
  • a98423d2c8 Take advantage of the simplified parameters. Daniel James 2010-02-16 22:32:49 +0000
  • 09dee31f61 Stop using the deprecated BOOST_HAS_ macros in unordered and hash. Daniel James 2010-02-15 23:01:06 +0000
  • deb0e998a2 Merge some detail changes. Daniel James 2010-02-14 16:31:21 +0000
  • cfc0494e33 checks for write permission on working copy :-) Tobias Schwinger 2010-02-06 14:20:05 +0000
  • 19197eabe1 Missing newline. Daniel James 2010-01-30 09:30:04 +0000
  • d6e254a03b 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 +0000
  • 2644aeff12 Merge link fix. Daniel James 2010-01-15 00:56:07 +0000
  • 828a9c862c Fix link to example file. Fixes #3836. Daniel James 2010-01-12 18:52:43 +0000
  • 6f2d424287 Turn warnings as errors back on. Daniel James 2010-01-12 18:51:59 +0000
  • 34133e5530 Merge unordered documentation. Daniel James 2010-01-09 17:17:53 +0000
  • 1274aafb87 Update changelogs and slightly improved reference documentation for new release. Daniel James 2010-01-08 06:43:57 +0000
  • c3f6773187 Merge hash changes. Daniel James 2010-01-08 05:38:39 +0000
  • 9d114a5021 Explicitly cast values to avoid warning on Visual C++ 10 Daniel James 2010-01-06 08:43:47 +0000