84853384e6Update 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
b5d39108b2Changes required to build PDF versions of docs.
John Maddock
2012-06-07 12:32:56 +0000
b839b806cfHash: Only use typeid when available.
Daniel James
2012-05-29 19:41:19 +0000
9d67f4ccd3Hash: Merge deprecated header warning + some documentation.
Daniel James
2012-05-27 21:13:49 +0000
446b6496a7Hash: Extra changelog note.
Daniel James
2012-05-27 20:55:14 +0000
9f2652ae07Hash: Remove stary semicolon from deprecation pragma.
Daniel James
2012-05-26 15:02:26 +0000
681b79aaf9Merged 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
f88d46a03aAdd warning to deprecated header boost/functional/detail/container_fwd.hpp.
Daniel James
2012-05-21 21:58:18 +0000
1ad77fa8baUnordered: Merge unordered from trunk.
Daniel James
2012-05-12 08:14:05 +0000
f54e6e8af1Hash: Use SFINAE to avoid implicit casts to numbers.
Daniel James
2012-05-08 22:24:46 +0000
65bade2cb2Hash: Add some notes about forwarding header. Refs #6849.
Daniel James
2012-05-07 10:58:55 +0000
8d18d5b53eUnordered: Avoid -Wshadow warnings. Refs #6190.
Daniel James
2012-05-07 10:57:35 +0000
de90bf39a5Unordered/Hash: Merge from trunk.
Daniel James
2012-05-03 22:05:21 +0000
8e0b32aca5Unordered/Hash: Release notes.
Daniel James
2012-05-03 21:35:51 +0000
37f91f600dUsing all lower case section IDs.
Lorenzo Caminiti
2012-04-28 02:21:15 +0000
6e74c243edReplacing old docs.
Lorenzo Caminiti
2012-04-28 02:16:51 +0000
32fe58c6d7Hash: fix tests for older C++0x libraries.
Daniel James
2012-04-23 20:51:21 +0000
dfa8524f2fHash: Some formatting.
Daniel James
2012-04-23 20:49:30 +0000
8f9ad424a9Hash: Missing comma.
Daniel James
2012-04-22 19:49:41 +0000
7444eee62bHash: Support std::array and std::tuple. Refs #6806.
Daniel James
2012-04-22 19:46:28 +0000
5e3ec9012eHash: Note about previous change.
Daniel James
2012-04-22 19:45:58 +0000
7759fa0aa0Removed 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
6360c143f1Added Lorenzo Caminiti to maintainers.txt and libraries.htm.
Lorenzo Caminiti
2012-04-13 01:02:02 +0000
90b94a9560Forcing 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
094516d686Added some tests to figure out pp problem with OverloadedFunciton on Sun.
Lorenzo Caminiti
2012-04-11 20:55:54 +0000
c5a4dc3db1Commented out some code in overloaded_function to try to see what breaks on Sun.
Lorenzo Caminiti
2012-04-10 21:09:36 +0000
f6beb74abbUpdated docs.
Lorenzo Caminiti
2012-04-10 20:42:53 +0000
9e7ccedcfeAdded 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
e7e599a7d2Added a test to figure out problem on Sun...
Lorenzo Caminiti
2012-04-09 22:33:45 +0000
3910f072cdUnordered/hash: Avoid a gcc warning. Refs #6771
Daniel James
2012-04-08 15:29:15 +0000
01aba11b87Trying 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
6abc944e57Wrapped 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
afa123f28eAdded 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
1326990a7eRegistering 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
b2dd5d8ac5Split 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
6932e9b1dcFixed test indentation and updated docs.
Lorenzo Caminiti
2012-02-20 20:11:42 +0000
9b08b5632dAdded a couple of code comments.
Lorenzo Caminiti
2012-02-18 16:11:21 +0000
c4824e0bd6Remove 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
e379125feaAdded 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
df484fc464Adding Functional/OverloadedFunction docs, tests, and examples to libs/.
Lorenzo Caminiti
2012-02-15 01:11:29 +0000
6cbe04b95bAdded Functional/OverloadedFunction source files.
Lorenzo Caminiti
2012-02-15 00:42:56 +0000
34f5d8e966Hash: Merge documentation fix.
Daniel James
2012-02-09 09:26:00 +0000
b4e12e3640Hash: Fix 1.6 quickbook in 1.5 document.
Daniel James
2012-01-26 08:17:11 +0000
40c9e2be58Hash: Merge documentation changes.
Daniel James
2012-01-15 20:49:40 +0000
8fcfb62594Hash: Improve rationale slightly.
Daniel James
2011-11-18 09:03:29 +0000
b73e261ea8Hash: Use quickbook 1.5
Daniel James
2011-11-18 09:02:47 +0000
5385cc4cd4Merge unordered+hash documentation updates.
Daniel James
2011-10-17 20:23:27 +0000
2c4f692c1eHash: A few edits to the new rationale.
Daniel James
2011-10-16 10:32:12 +0000
60bcdbd1beHash: Remove info for compilers that are no longer supported.
Daniel James
2011-10-09 18:22:11 +0000
c7f13689eeHash: Note about the quality of the hash function.
Daniel James
2011-10-09 18:14:50 +0000
572712fac8Fix annoying markup problems.
Steven Watanabe
2011-04-07 00:38:05 +0000
3118946989Make sure this example compiles. Fixes#4548.
Steven Watanabe
2011-04-07 00:31:40 +0000
68bfa12696Functional: Merge old change to use BOOST_DEDUCED_TYPENAME.
Daniel James
2011-03-24 20:28:33 +0000
5aa6544dfcHash: merge updated tests.
Daniel James
2011-03-23 00:10:03 +0000
84a7f372afRun some tests without BOOST_HASH_NO_IMPLICIT_CASTS.
Daniel James
2011-03-11 18:19:23 +0000
9204300123Remove shared_ptr fail test since it now supports Boost.Hash
Daniel James
2011-03-11 18:17:48 +0000
c8512e277bMerge typeindex support for hash. Fixes#4756.
Daniel James
2011-01-17 04:15:00 +0000
048d92f36aFix copy and paste typo. Refs #4756.
Daniel James
2011-01-16 11:06:00 +0000
d631763584Oops, make new hash_value overload inline.
Daniel James
2011-01-14 03:36:39 +0000
30618f1dffSupport typeindex in hash. Refs #4756.
Daniel James
2011-01-14 03:13:39 +0000
938948a1a9Move tests for container_fwd.hpp into detail.
Daniel James
2011-01-04 23:30:22 +0000
6d7e2976d3Merge hash from trunk.
Daniel James
2011-01-04 23:06:53 +0000
948aee8aabFix tabs and files without copyright.
Daniel James
2011-01-03 12:43:34 +0000
e2d25b5c00Avoid -Wconversion warnings in unordered & hash.
Daniel James
2010-12-11 14:43:00 +0000
6435dbe243Import boostbook/quickbook in unordered and hash docs.
Daniel James
2010-12-07 20:45:08 +0000
6f3fee97d4Remove some 'always_show_run_output' flags.
Daniel James
2010-11-14 11:42:58 +0000
2f1946c541Merge OpenVMS 64 bit patch for hash. Fixes#4477.
Daniel James
2010-08-17 20:00:17 +0000
0ae94ec276Fix hashing pointers on 64-bit OpenVMS.
Daniel James
2010-07-27 19:18:53 +0000
76e621bdddMerge hash, opt-in to breaking change rather than opt-out.
Daniel James
2010-07-15 01:12:23 +0000
ef1bfd0174Only include static_assert when necessary.
Daniel James
2010-07-14 08:28:04 +0000
3bb0cd29e4Actually, 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
6f13510580Merge iostreams, hash.
Daniel James
2010-07-10 14:20:45 +0000
892623b401Release notes for hash.
Daniel James
2010-07-10 13:47:47 +0000
510c0894b0Fix inspect issues.
Daniel James
2010-07-08 20:48:30 +0000
67c3951e3fTry preventing static casts when calling hash_value.
Daniel James
2010-07-06 23:32:37 +0000
eccff6436cMerge some link fixes and release notes.
Daniel James
2010-04-21 23:00:35 +0000
2f112825b9Unordered/hash release notes.
Daniel James
2010-04-18 13:20:45 +0000
196e95ad34Disable warnings as errors for hash.
Daniel James
2010-04-11 20:24:04 +0000
fc35014a87Give up on warnings-as-errors for gcc for now.
Daniel James
2010-04-06 20:14:12 +0000
5ed2ed3b6bMerge from trunk.
Daniel James
2010-03-31 21:39:07 +0000
a7d58c92b3Remove optimization which causes 0.5 to hash to 0. Refs #4038.
Daniel James
2010-03-24 08:49:00 +0000
ce5cb3f9dfMerge hash and unordered from trunk.
Daniel James
2010-02-25 19:05:01 +0000
be0a60760cQuick hack to deal with title tags in doxygen descriptions.
Daniel James
2010-02-24 00:14:19 +0000
9ad43cf51fRemove deprecated macros for hash and unordered's tests.
Daniel James
2010-02-16 22:33:10 +0000
a98423d2c8Take advantage of the simplified parameters.
Daniel James
2010-02-16 22:32:49 +0000
09dee31f61Stop using the deprecated BOOST_HAS_ macros in unordered and hash.
Daniel James
2010-02-15 23:01:06 +0000
deb0e998a2Merge some detail changes.
Daniel James
2010-02-14 16:31:21 +0000
cfc0494e33checks for write permission on working copy :-)
Tobias Schwinger
2010-02-06 14:20:05 +0000
19197eabe1Missing newline.
Daniel James
2010-01-30 09:30:04 +0000
d6e254a03bDon'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
2644aeff12Merge link fix.
Daniel James
2010-01-15 00:56:07 +0000
828a9c862cFix link to example file. Fixes#3836.
Daniel James
2010-01-12 18:52:43 +0000
6f2d424287Turn warnings as errors back on.
Daniel James
2010-01-12 18:51:59 +0000
34133e5530Merge unordered documentation.
Daniel James
2010-01-09 17:17:53 +0000
1274aafb87Update changelogs and slightly improved reference documentation for new release.
Daniel James
2010-01-08 06:43:57 +0000
c3f6773187Merge hash changes.
Daniel James
2010-01-08 05:38:39 +0000
9d114a5021Explicitly cast values to avoid warning on Visual C++ 10
Daniel James
2010-01-06 08:43:47 +0000