1
0
forked from boostorg/bind
Commit Graph

424 Commits

Author SHA1 Message Date
Peter Dimov 3d957988d0 Merge branch 'develop' 2016-05-21 22:03:02 +03:00
Peter Dimov b3e40992ca Do not use the gcc toolset on Travis OS X 2016-05-21 21:38:57 +03:00
Peter Dimov 8bca02ab4d Add sudo: false to .travis.yml. 2016-05-21 20:35:02 +03:00
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 4d83ab068f Merge branch 'develop' 2016-05-21 18:16:06 +03:00
Peter Dimov 5500f3363c Fix license file name. 2016-05-21 18:15:41 +03:00
Peter Dimov cb7e7f179b Merge branch 'develop' 2016-05-21 17:57:32 +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 bf402c726c Merge branch 'develop' 2016-05-21 16:28:16 +03:00
Peter Dimov 5ac488c223 Add .appveyor.yml. 2016-05-21 16:27:41 +03:00
Peter Dimov 4300db5db8 Merge branch 'develop' boost-1.61.0 boost-1.60.0 2015-10-14 17:46:14 +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 90bd9b1684 Merge branch 'develop' 2015-10-03 19:12:38 +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 6513a8558a Merge branch 'develop' boost-1.59.0 2015-05-04 01:08:08 +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 0aca000b8f Merge branch 'develop' boost-1.58.0 2015-03-22 18:02:12 +02: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 6f2879927d Merge branch 'develop' 2015-01-25 22:21:42 +02:00
Peter Dimov 1a6c2ffff3 Ignore generated documentation. 2015-01-25 22:21:11 +02:00
Peter Dimov e9f6ccde39 Merge branch 'develop' 2015-01-25 18:27:56 +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