Commit Graph

  • d6ac20c4fd Update .travis.yml cc Peter Dimov 2019-06-18 12:43:31 +0300
  • 4c263bff9e
    Merge pull request #17 from tinko92/develop Peter Dimov 2019-04-23 10:18:06 -0700
  • d051c452ea Change broken sgi/stl links to boost.org. Tinko Bartels 2019-04-23 19:04:59 +0200
  • b0f3b3fbab Switch Appveyor to 2015 image Peter Dimov 2019-04-14 18:32:29 +0300
  • be7a2d9212 Use ADDPATH in appveyor.yml Peter Dimov 2019-04-01 21:50:49 +0300
  • c8973a7027 Ignore the calling convention macros in 64 bit Peter Dimov 2019-04-01 21:42:40 +0300
  • f52ef4b659 Add more Appveyor configurations Peter Dimov 2019-04-01 21:21:04 +0300
  • 42fe00190e Remove project-id from doc/Jamfile Peter Dimov 2019-03-25 19:24:33 +0200
  • 9ded210338 Fix .travis.yml Peter Dimov 2019-01-06 01:23:40 +0200
  • bce6f5ff79 Add test/cmake_subdir_test Peter Dimov 2019-01-05 19:32:15 +0200
  • bd22f0e4de Update CMakeLists.txt Peter Dimov 2019-01-04 19:45:43 +0200
  • 98fbd87b9e [CMake] Generate cmake target that other libraries can use Mike Dev 2018-09-18 13:19:15 +0200
  • 791c3a0b1f Remove essentials from yml files Peter Dimov 2018-12-22 04:04:27 +0200
  • 9d4ca0ede4 Remove g++ 4.4/0x from Travis; too broken Peter Dimov 2018-12-19 05:10:44 +0200
  • 7a4b89856d Update .yml files Peter Dimov 2018-12-18 21:44:12 +0200
  • d67200bd2a Add -d0 to b2 headers on Appveyor Peter Dimov 2017-12-18 17:03:52 +0200
  • e9b0d46d0f Add --depth 1 to git clone Peter Dimov 2017-12-17 00:12:20 +0200
  • 070185914d Update for VS2017.5 Peter Dimov 2017-12-15 17:25:22 +0200
  • 59713eab65 Add -j 3 to Travis Peter Dimov 2017-11-06 05:30:26 +0200
  • c2f03d66a0 Add -j 3 to Appveyor Peter Dimov 2017-11-06 02:33:31 +0200
  • 669898bc14 Reduce Appveyor jobs Peter Dimov 2017-11-06 02:26:55 +0200
  • 436cc4577f Fix if condition Peter Dimov 2017-11-06 01:30:19 +0200
  • 90aea45e9b Add VS2017 /std:c++17 to Appveyor Peter Dimov 2017-11-06 01:24:37 +0200
  • 6b216514d4 Update appveyor.yml Peter Dimov 2017-11-06 00:52:07 +0200
  • bf05a29b56 Merge branch 'develop' into feature/noexcept-functions Peter Dimov 2017-11-05 22:21:25 +0200
  • f25070d982 Disable bind_stdcall_test on non-MSVC as well Peter Dimov 2017-11-05 22:19:57 +0200
  • 05a56f08e3 Fix nullary member function case Peter Dimov 2017-11-05 20:27:37 +0200
  • ddfaa05ae4 Merge branch 'develop' into feature/noexcept-functions Peter Dimov 2017-11-05 20:05:27 +0200
  • f75d27469a Include cc tests Peter Dimov 2017-11-05 20:03:45 +0200
  • e1bba7094b Add overloads for noexcept member functions when __cpp_noexcept_function_type is defined Peter Dimov 2017-11-05 19:09:58 +0200
  • e939a651c3 Add overloads for noexcept free functions when __cpp_noexcept_function_type is defined Peter Dimov 2017-11-05 18:58:38 +0200
  • 6fe48ae184 Split bind_noexcept_test into separate free/member tests Peter Dimov 2017-11-05 18:44:44 +0200
  • e3d5ee50b6 Add bind_noexcept_test Peter Dimov 2017-11-05 15:51:00 +0200
  • 1f240d07d6 Fix .travis.yml to support branches Peter Dimov 2017-10-27 15:32:53 +0300
  • 4771d24ad8 Update .travis.yml Peter Dimov 2017-10-25 17:29:08 +0300
  • d6abae3bd6 Merge branch 'master' into develop Peter Dimov 2017-09-06 18:45:40 +0300
  • fe1d62dc41 Add quick test target Peter Dimov 2017-09-04 15:20:51 +0300
  • 734fca6e12 Merge branch 'develop' Peter Dimov 2017-08-23 09:05:31 +0300
  • 2f9ea82c62 Use depinst.py in travis/appveyor.yml Peter Dimov 2017-07-07 15:03:59 +0300
  • 7273e1d6d0 Fix broken link in purpose.qbk Peter Dimov 2017-07-07 14:39:04 +0300
  • 5856dd356b Merge branch 'develop' Peter Dimov 2017-02-16 15:22:58 +0200
  • ce4df8a666 Add ubuntu-toolchain-r-test to clang apt sources Peter Dimov 2017-02-07 01:29:04 +0200
  • ecc0e72841 Add llvm-toolchain-precise to clang apt sources Peter Dimov 2017-02-07 01:03:59 +0200
  • b51caf1934 Move apt sources into the matrix Peter Dimov 2017-02-06 22:17:50 +0200
  • 2a29af7e4f Only install necessary packages in .travis.yml to speed it up Peter Dimov 2017-02-06 21:57:46 +0200
  • 2e23da9630 Add platform matrix to .travis.yml Peter Dimov 2017-02-06 19:01:42 +0200
  • 6587f1f05d Merge branch 'develop' Peter Dimov 2017-01-01 04:13:17 +0200
  • 60d3e0f4f3 Remove use of std::auto_ptr, it has been removed in C++17 Peter Dimov 2016-11-06 15:03:25 +0200
  • b4ff3ca541 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:32 -0500
  • 209bda011d Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:32 -0500
  • 1340966709 Merge branch 'develop' Peter Dimov 2016-09-30 16:00:20 +0300
  • c61026bb81 Simplify _arg_eq, avoid partial specialization. Peter Dimov 2016-09-10 13:42:05 +0300
  • 473155eebe Update .travis.yml to not checkout as well. Peter Dimov 2016-09-10 13:21:11 +0300
  • a1f6206a49 Do not checkout libs/bind, copy, because of pull requests. Peter Dimov 2016-09-10 13:04:05 +0300
  • 03a25d41da Enable Travis notifications on success Peter Dimov 2016-08-28 23:17:16 +0300
  • 808996b70f Replace 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
  • 3c56630b54 SFINAE 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
  • 494d2fede7 Merge branch 'develop' Peter Dimov 2016-07-22 12:34:10 +0300
  • 2821b51a50 Fetch libs/align for CI Peter Dimov 2016-06-21 00:15:52 +0300
  • 6616add21d Do not pass rvalues to nested binds. Peter Dimov 2016-06-20 20:46:13 +0300
  • 3d957988d0 Merge branch 'develop' Peter Dimov 2016-05-21 22:03:02 +0300
  • b3e40992ca Do not use the gcc toolset on Travis OS X Peter Dimov 2016-05-21 21:38:57 +0300
  • 8bca02ab4d Add sudo: false to .travis.yml. Peter Dimov 2016-05-21 20:35:02 +0300
  • cea67e705b Fix commands in .travis.yml. Peter Dimov 2016-05-21 20:27:51 +0300
  • 154f70cf7a Fix slashes in .travis.yml. Peter Dimov 2016-05-21 19:44:18 +0300
  • 7a2d6aeaf3 Update README.md Peter Dimov 2016-05-21 19:20:46 +0300
  • ad4ac867ce Update README.md Peter Dimov 2016-05-21 19:18:38 +0300
  • 42c1323df9 Create README.md Peter Dimov 2016-05-21 19:05:59 +0300
  • 36b157c3e8 Fix environment variable syntax in .travis.yml. Peter Dimov 2016-05-21 19:00:31 +0300
  • d6e4fab051 Add .travis.yml. Peter Dimov 2016-05-21 18:38:05 +0300
  • 4d83ab068f Merge branch 'develop' Peter Dimov 2016-05-21 18:16:06 +0300
  • 5500f3363c Fix license file name. Peter Dimov 2016-05-21 18:15:41 +0300
  • cb7e7f179b Merge branch 'develop' Peter Dimov 2016-05-21 17:57:32 +0300
  • 679ff6b5ba Add branch to Appveyor version. Peter Dimov 2016-05-21 17:53:43 +0300
  • 8dbd26692f Add more toolsets to Appveyor. Peter Dimov 2016-05-21 17:08:59 +0300
  • 21a6662b35 It's build: off, not build: no. Peter Dimov 2016-05-21 17:00:24 +0300
  • 41ba1a07c0 Rename to appveyor.yml Peter Dimov 2016-05-21 16:46:43 +0300
  • 59b0379969 Commit ID is for the local repo, not superproject Peter Dimov 2016-05-21 16:38:39 +0300
  • bf402c726c Merge branch 'develop' Peter Dimov 2016-05-21 16:28:16 +0300
  • 5ac488c223 Add .appveyor.yml. Peter Dimov 2016-05-21 16:27:41 +0300
  • 4300db5db8 Merge branch 'develop' Peter Dimov 2015-10-14 17:46:14 +0300
  • 017258c983 Fix rvalue forwarding to support auto_ptr/unique_ptr parameters Peter Dimov 2015-10-04 02:21:53 +0300
  • 90bd9b1684 Merge branch 'develop' Peter Dimov 2015-10-03 19:12:38 +0300
  • 20a07a05f7 Add generated HTML documentation. Peter Dimov 2015-06-06 19:10:20 +0300
  • 8647ccca80 Do not generate documentation manifest files. Peter Dimov 2015-06-06 19:08:59 +0300
  • 5727d4f46e Merge pull request #14 from danieljames/header-links Peter Dimov 2015-06-04 22:01:22 +0300
  • da16abf365 Fix links to headers in release. Daniel James 2015-06-04 19:54:24 +0100
  • 2ee272fa8d Revert to old scheme of only using inline functions as placeholders on Borland and g++ 3. Peter Dimov 2015-05-30 01:17:50 +0300
  • 92549594f0 Add test for taking placeholders by const& (phoenix::bind takes its arguments by const&) Peter Dimov 2015-05-30 01:11:30 +0300
  • 37a5201a55 Update copyright. Peter Dimov 2015-05-30 01:00:37 +0300
  • 6bee84b285 Add test for BOOST_BIND_NO_PLACEHOLDERS Peter Dimov 2015-05-29 23:50:19 +0300
  • cf266d22e4 Fix compilation with BOOST_BIND_NO_PLACEHOLDERS Marcel Raad 2015-05-29 11:26:59 +0200
  • 12b976939c Cosmetic indentation fix Peter Dimov 2015-05-27 17:28:56 +0300
  • 377014f1a4 Suppress clang warning about 'using namespace boost::placeholders' Jürgen Hunold 2015-05-27 15:39:52 +0200
  • db56733e4e Move placeholders to namespace boost::placeholders. Peter Dimov 2015-05-27 01:29:50 +0300
  • 6513a8558a Merge branch 'develop' Peter Dimov 2015-05-04 01:08:08 +0300
  • 0dbd9b908d Merge pull request #11 from K-ballo/fix-ambiguous-void Peter Dimov 2015-04-29 20:10:24 +0300
  • 150c4e94e3 Fix for bind<void>(mf) ambiguous resolution error K-ballo 2015-04-29 13:11:41 -0300
  • 0aca000b8f Merge branch 'develop' Peter Dimov 2015-03-22 18:02:12 +0200
  • 42b5cef177 Better argument forwarding when rvalue references are available. Peter Dimov 2015-03-20 18:16:44 +0200