Commit Graph
299 Commits
Author SHA1 Message Date
Peter Dimov 21a6662b35 It's build: off, not build: no. 2016-05-21 17:00:24 +03:00
Peter Dimov 41ba1a07c0 Rename to appveyor.yml 2016-05-21 16:46:43 +03:00
Peter Dimov 59b0379969 Commit ID is for the local repo, not superproject 2016-05-21 16:38:39 +03:00
Peter Dimov 5ac488c223 Add .appveyor.yml. 2016-05-21 16:27:41 +03:00
Peter Dimov 017258c983 Fix rvalue forwarding to support auto_ptr/unique_ptr parameters 2015-10-04 02:21:53 +03:00
Peter Dimov 20a07a05f7 Add generated HTML documentation. 2015-06-06 19:10:20 +03:00
Peter Dimov 8647ccca80 Do not generate documentation manifest files. 2015-06-06 19:08:59 +03:00
Peter Dimov 5727d4f46e Merge pull request #14 from danieljames/header-links
Fix links to headers in release.
2015-06-04 22:01:22 +03:00
Daniel James da16abf365 Fix links to headers in release.
Because the 'include' directory is deleted from the final release, all
the header links break. Can currently see the broken links in the
inspect report.
2015-06-04 19:54:24 +01:00
Peter Dimov 2ee272fa8d Revert to old scheme of only using inline functions as placeholders on Borland and g++ 3. 2015-05-30 01:17:50 +03:00
Peter Dimov 92549594f0 Add test for taking placeholders by const& (phoenix::bind takes its arguments by const&) 2015-05-30 01:11:30 +03:00
Peter Dimov 37a5201a55 Update copyright. 2015-05-30 01:00:37 +03:00
Peter Dimov 6bee84b285 Add test for BOOST_BIND_NO_PLACEHOLDERS 2015-05-29 23:50:19 +03:00
Marcel Raad cf266d22e4 Fix compilation with BOOST_BIND_NO_PLACEHOLDERS
If BOOST_BIND_NO_PLACEHOLDERS is defined, there is no namespace boost::placeholders.
2015-05-29 11:26:59 +02:00
Peter Dimov 12b976939c Cosmetic indentation fix 2015-05-27 17:28:56 +03:00
Jürgen Hunold 377014f1a4 Suppress clang warning about 'using namespace boost::placeholders'
warning: using namespace directive in global context in header [-Wheader-hygiene]
The warning is unhelpfull as this a backwards-compatibility fix.
2015-05-27 15:39:52 +02:00
Peter Dimov db56733e4e Move placeholders to namespace boost::placeholders. 2015-05-27 01:29:50 +03:00
Peter Dimov 0dbd9b908d Merge pull request #11 from K-ballo/fix-ambiguous-void
Fix for bind<void>(mf) ambiguous resolution error
2015-04-29 20:10:24 +03:00
K-ballo 150c4e94e3 Fix for bind<void>(mf) ambiguous resolution error 2015-04-29 13:33:53 -03:00
Peter Dimov 42b5cef177 Better argument forwarding when rvalue references are available. 2015-03-20 18:16:44 +02:00
Peter Dimov 8e54850ab6 Add forwarding test for 2 arguments. 2015-03-20 16:53:30 +02:00
Peter Dimov 46c414606c Add forwarding test. 2015-03-20 16:43:54 +02:00
Peter Dimov b4881265fb Add test for a function+bind regression reported by Marcel Raad 2015-03-20 16:32:43 +02:00
Peter Dimov 1a6c2ffff3 Ignore generated documentation. 2015-01-25 22:21:11 +02:00
Peter Dimov 6ac4bef225 Fix error in example. 2015-01-22 21:48:54 +02:00
Peter Dimov b2eb0a4ae8 Add acknowledgment. 2015-01-22 21:46:33 +02:00
Peter Dimov 32060bf523 Merge branch 'feature/quickbook-documentation' into develop 2015-01-22 21:39:24 +02:00
Peter Dimov 42069e5103 Merge branch 'boostbook' of https://github.com/K-ballo/bind into feature/quickbook-documentation 2015-01-22 21:18:04 +02:00
Peter Dimov 7eac98452a Merge branch 'void' of https://github.com/K-ballo/bind into develop 2015-01-22 21:06:39 +02:00
K-ballo 360ac7c2b4 Added doc redirect pages in the root directory 2014-08-21 18:15:00 -03:00
K-ballo fa5c928e88 Ported mem_fn documentation to BoostBook 2014-08-21 18:03:21 -03:00
Peter Dimov ea54c3875d Merge pull request #8 from danieljames/metadata
Create metadata file.
2014-08-21 23:55:38 +03:00
K-ballo f199894060 Ported bind documentation to BoostBook 2014-08-21 17:49:23 -03:00
Daniel James 53ff21f0f8 Remove ref from metadata.
It's now in core.
2014-08-21 20:34:34 +01:00
K-ballo 30921a3889 Completed support for bind<void> 2014-08-21 16:27:27 -03:00
K-ballo c89afa6aaa Added test case for existing bind<void> support. 2014-08-21 14:43:40 -03:00
Peter Dimov f91369d163 Update links to ref.html. 2014-08-21 14:24:05 +03:00
Peter Dimov 33a19056dc Delete ref documentation; it's now in core. 2014-08-21 14:12:08 +03:00
Peter Dimov 89d3d468b1 Merge pull request #7 from jzmaddock/patch-2
Update Jamfile.v2
2014-08-21 13:22:20 +03:00
Daniel James 29b1a0d6b9 Add metadata file. 2014-08-18 15:49:05 +01:00
jzmaddock f769d97362 Update Jamfile.v2
There can only be one project called "boost/doc" and this isn't it ;-)

So the patch changes the name to something else.
2014-08-11 18:26:54 +01:00
Peter Dimov 1480db5679 Merge branch 'develop' boost-1.56.0 2014-02-05 05:22:20 +02:00
Peter Dimov f53694ef25 Merge branch 'develop' of https://github.com/boostorg/bind into develop 2013-12-18 19:04:20 +02:00
Peter Dimov 0afd49b884 Merge pull request #3 from danieljames/develop
Link to compose in old version of boost.
2013-12-16 15:03:04 -08:00
Daniel James dd67e3f785 Link to compose from old version of boost.
Compose isn't included in modular boost, so there's nothing to link to.
I changed it to link to an old version which still has compose
documentation. It might be better to rewrite it?
2013-12-15 17:27:54 +00:00
Peter Dimov c92a49d5c2 Merge commit 'f7e101e928c745199436374f944f0438b97dee28' into develop 2013-12-12 02:57:54 +02:00
Peter Dimov a6b17d9001 Switch to BOOST_STATIC_ASSERT in arg.hpp per the patch in #8844. 2013-12-12 00:12:56 +02:00
Peter Dimov ea05f23163 Fixed mem_fn_eq_test to work with /OPT:ICF as per the patch in #8734 by Mike Liang. 2013-12-11 23:58:19 +02:00
Peter Dimov fafb6bb650 Merge branch 'topic/silence_warning' of https://github.com/timblechmann/bind into develop 2013-12-07 19:10:42 +02:00
Peter Dimov f7e101e928 Merge branch 'develop' 2013-12-07 19:05:57 +02:00