Peter Dimov
2a29af7e4f
Only install necessary packages in .travis.yml to speed it up
2017-02-06 21:57:46 +02:00
Peter Dimov
2e23da9630
Add platform matrix to .travis.yml
2017-02-06 19:01:42 +02:00
Peter Dimov
60d3e0f4f3
Remove use of std::auto_ptr, it has been removed in C++17
2016-11-06 15:03:25 +02:00
Rene Rivera
209bda011d
Add, and update, documentation build targets.
2016-10-07 23:07:32 -05:00
Peter Dimov
c61026bb81
Simplify _arg_eq, avoid partial specialization.
2016-09-10 13:42:05 +03:00
Peter Dimov
473155eebe
Update .travis.yml to not checkout as well.
2016-09-10 13:21:11 +03:00
Peter Dimov
a1f6206a49
Do not checkout libs/bind, copy, because of pull requests.
2016-09-10 13:04:05 +03:00
Peter Dimov
03a25d41da
Enable Travis notifications on success
2016-08-28 23:17:16 +03:00
Peter Dimov
808996b70f
Replace msvc-12.0 with msvc-14.0 in Appveyor, as 12.0 doesn't seem to work
2016-08-20 02:00:14 +03:00
Peter Dimov
3c56630b54
SFINAE out the converting constructor of arg<I> to avoid hard errors with is_convertible on g++ 4.8/4.9
2016-08-20 01:32:42 +03:00
Peter Dimov
2821b51a50
Fetch libs/align for CI
2016-06-21 00:15:52 +03:00
Peter Dimov
6616add21d
Do not pass rvalues to nested binds.
2016-06-20 20:46:13 +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
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