1340966709Merge branch 'develop'
Peter Dimov
2016-09-30 16:00:20 +0300
c61026bb81Simplify _arg_eq, avoid partial specialization.
Peter Dimov
2016-09-10 13:42:05 +0300
473155eebeUpdate .travis.yml to not checkout as well.
Peter Dimov
2016-09-10 13:21:11 +0300
a1f6206a49Do not checkout libs/bind, copy, because of pull requests.
Peter Dimov
2016-09-10 13:04:05 +0300
03a25d41daEnable Travis notifications on success
Peter Dimov
2016-08-28 23:17:16 +0300
808996b70fReplace msvc-12.0 with msvc-14.0 in Appveyor, as 12.0 doesn't seem to work
Peter Dimov
2016-08-20 02:00:14 +0300
3c56630b54SFINAE out the converting constructor of arg<I> to avoid hard errors with is_convertible on g++ 4.8/4.9
Peter Dimov
2016-08-20 01:28:49 +0300
494d2fede7Merge branch 'develop'
Peter Dimov
2016-07-22 12:34:10 +0300
2821b51a50Fetch libs/align for CI
Peter Dimov
2016-06-21 00:15:52 +0300
6616add21dDo not pass rvalues to nested binds.
Peter Dimov
2016-06-20 20:46:13 +0300
3d957988d0Merge branch 'develop'
Peter Dimov
2016-05-21 22:03:02 +0300
b3e40992caDo not use the gcc toolset on Travis OS X
Peter Dimov
2016-05-21 21:38:57 +0300
8bca02ab4dAdd sudo: false to .travis.yml.
Peter Dimov
2016-05-21 20:35:02 +0300
cea67e705bFix commands in .travis.yml.
Peter Dimov
2016-05-21 20:27:51 +0300
154f70cf7aFix slashes in .travis.yml.
Peter Dimov
2016-05-21 19:44:18 +0300
7a2d6aeaf3Update README.md
Peter Dimov
2016-05-21 19:20:46 +0300
ad4ac867ceUpdate README.md
Peter Dimov
2016-05-21 19:18:38 +0300
42c1323df9Create README.md
Peter Dimov
2016-05-21 19:05:59 +0300
36b157c3e8Fix environment variable syntax in .travis.yml.
Peter Dimov
2016-05-21 19:00:31 +0300
d6e4fab051Add .travis.yml.
Peter Dimov
2016-05-21 18:38:05 +0300
4d83ab068fMerge branch 'develop'
Peter Dimov
2016-05-21 18:16:06 +0300
5500f3363cFix license file name.
Peter Dimov
2016-05-21 18:15:41 +0300
cb7e7f179bMerge branch 'develop'
Peter Dimov
2016-05-21 17:57:32 +0300
679ff6b5baAdd branch to Appveyor version.
Peter Dimov
2016-05-21 17:53:43 +0300
8dbd26692fAdd more toolsets to Appveyor.
Peter Dimov
2016-05-21 17:08:59 +0300
21a6662b35It's build: off, not build: no.
Peter Dimov
2016-05-21 17:00:24 +0300
41ba1a07c0Rename to appveyor.yml
Peter Dimov
2016-05-21 16:46:43 +0300
59b0379969Commit ID is for the local repo, not superproject
Peter Dimov
2016-05-21 16:38:39 +0300
bf402c726cMerge branch 'develop'
Peter Dimov
2016-05-21 16:28:16 +0300
5ac488c223Add .appveyor.yml.
Peter Dimov
2016-05-21 16:27:41 +0300
4300db5db8Merge branch 'develop'
Peter Dimov
2015-10-14 17:46:14 +0300
017258c983Fix rvalue forwarding to support auto_ptr/unique_ptr parameters
Peter Dimov
2015-10-04 02:21:53 +0300
90bd9b1684Merge branch 'develop'
Peter Dimov
2015-10-03 19:12:38 +0300
20a07a05f7Add generated HTML documentation.
Peter Dimov
2015-06-06 19:10:20 +0300
8647ccca80Do not generate documentation manifest files.
Peter Dimov
2015-06-06 19:08:59 +0300
5727d4f46eMerge pull request #14 from danieljames/header-links
Peter Dimov
2015-06-04 22:01:22 +0300
da16abf365Fix links to headers in release.
Daniel James
2015-06-04 19:54:24 +0100
2ee272fa8dRevert to old scheme of only using inline functions as placeholders on Borland and g++ 3.
Peter Dimov
2015-05-30 01:17:50 +0300
92549594f0Add test for taking placeholders by const& (phoenix::bind takes its arguments by const&)
Peter Dimov
2015-05-30 01:11:30 +0300
37a5201a55Update copyright.
Peter Dimov
2015-05-30 01:00:37 +0300
6bee84b285Add test for BOOST_BIND_NO_PLACEHOLDERS
Peter Dimov
2015-05-29 23:50:19 +0300
cf266d22e4Fix compilation with BOOST_BIND_NO_PLACEHOLDERS
Marcel Raad
2015-05-29 11:26:59 +0200
12b976939cCosmetic indentation fix
Peter Dimov
2015-05-27 17:28:56 +0300
377014f1a4Suppress clang warning about 'using namespace boost::placeholders'
Jürgen Hunold
2015-05-27 15:39:52 +0200
db56733e4eMove placeholders to namespace boost::placeholders.
Peter Dimov
2015-05-27 01:29:50 +0300
6513a8558aMerge branch 'develop'
Peter Dimov
2015-05-04 01:08:08 +0300
0dbd9b908dMerge pull request #11 from K-ballo/fix-ambiguous-void
Peter Dimov
2015-04-29 20:10:24 +0300
150c4e94e3Fix for bind<void>(mf) ambiguous resolution error
K-ballo
2015-04-29 13:11:41 -0300
0aca000b8fMerge branch 'develop'
Peter Dimov
2015-03-22 18:02:12 +0200
42b5cef177Better argument forwarding when rvalue references are available.
Peter Dimov
2015-03-20 18:16:44 +0200