Commit Graph
309 Commits
Author SHA1 Message Date
Peter Dimov cea67e705b Fix commands in .travis.yml. 2016-05-21 20:27:51 +03:00
Peter Dimov 154f70cf7a Fix slashes in .travis.yml. 2016-05-21 19:44:18 +03:00
Peter Dimov 7a2d6aeaf3 Update README.md 2016-05-21 19:20:46 +03:00
Peter Dimov ad4ac867ce Update README.md 2016-05-21 19:18:38 +03:00
Peter Dimov 42c1323df9 Create README.md 2016-05-21 19:05:59 +03:00
Peter Dimov 36b157c3e8 Fix environment variable syntax in .travis.yml. 2016-05-21 19:00:31 +03:00
Peter Dimov d6e4fab051 Add .travis.yml. 2016-05-21 18:38:05 +03:00
Peter Dimov 5500f3363c Fix license file name. 2016-05-21 18:15:41 +03:00
Peter Dimov 679ff6b5ba Add branch to Appveyor version. 2016-05-21 17:53:43 +03:00
Peter Dimov 8dbd26692f Add more toolsets to Appveyor. 2016-05-21 17:08:59 +03:00
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