Commit Graph

439 Commits

Author SHA1 Message Date
Peter Dimov 2e23da9630 Add platform matrix to .travis.yml 2017-02-06 19:01:42 +02:00
Peter Dimov 6587f1f05d Merge branch 'develop' 2017-01-01 04:13:17 +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 b4ff3ca541 Add, and update, documentation build targets. boost-1.63.0 2016-10-10 11:39:47 -05:00
Rene Rivera 209bda011d Add, and update, documentation build targets. 2016-10-07 23:07:32 -05:00
Peter Dimov 1340966709 Merge branch 'develop' 2016-09-30 16:00:20 +03: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 494d2fede7 Merge branch 'develop' boost-1.62.0 2016-07-22 12:34:10 +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 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