Commit Graph

  • 5f7dc381c7 Merge pull request #125 from vslavik/fix-comparison Vicente J. Botet Escriba 2017-06-07 17:57:21 +0200
  • ea0bc01400 Don't compare shared_ptr<> to 0 Václav Slavík 2017-06-07 17:23:30 +0200
  • 3bc883d114 Merge pull request #124 from florianbehrens/patch-1 Vicente J. Botet Escriba 2017-05-24 12:18:21 +0200
  • 2e2850ff94 Fixed future::then template argument in documentation. Florian Behrens 2017-05-24 12:03:38 +0200
  • 1a8019f499 Merge pull request #123 from Lastique/fix_entry_manager Vicente J. Botet Escriba 2017-05-23 21:54:30 +0200
  • bf4b38b0af Fixed entry_manager constructor not accepting entry_ptr rvalue. This resolves compilation failures with MinGW. Andrey Semashev 2017-05-22 13:11:11 +0300
  • f78b10a450 Merge pull request #122 from vincenthsu/develop Vicente J. Botet Escriba 2017-05-11 01:33:43 +0200
  • 603689372c Fix sync_bounded_queue<>::size() Vincent Hsu 2017-05-10 11:07:33 +0800
  • 5b05d6a8c8 fix compile error. Vicente J. Botet Escriba 2017-05-07 16:01:10 +0200
  • 12c0fe14cd fix compile error. Vicente J. Botet Escriba 2017-05-07 09:05:12 +0200
  • ace2b8f89e rollback and use RAII. Vicente J. Botet Escriba 2017-05-06 23:04:52 +0200
  • 24188f295c fix missing remove aiter while return. Vicente J. Botet Escriba 2017-05-06 22:53:41 +0200
  • 653671bc0e fix compilation error. Vicente J. Botet Escriba 2017-05-06 14:43:49 +0200
  • c251497758 Avoid throwing on destructor: condition_variable. Vicente J. Botet Escriba 2017-05-06 12:09:23 +0200
  • 69435fa44e try to fix lock on destructor issues. Vicente J. Botet Escriba 2017-05-06 03:58:13 +0200
  • 6bc6fcab9a fix compilation error :( Vicente J. Botet Escriba 2017-05-04 19:16:04 +0200
  • 50bac8c0eb fix compilation error :( Vicente J. Botet Escriba 2017-05-04 07:58:58 +0200
  • d709d4707c comment failing test. It is surely a bad test. Vicente J. Botet Escriba 2017-05-01 03:39:53 +0200
  • 879db6841d try to fix compilation error on windows condition_variable.hpp. Vicente J. Botet Escriba 2017-05-01 02:58:45 +0200
  • 2ce385b949 Add missing iostream. Vicente J. Botet Escriba 2017-04-29 18:19:02 +0200
  • 21458fcc67 Add missing iostream. Vicente J. Botet Escriba 2017-04-29 17:56:32 +0200
  • d83b7ddc0f Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2017-04-29 17:35:01 +0200
  • 5ee3e8d04b manage with #12888. Vicente J. Botet Escriba 2017-04-29 16:17:07 +0200
  • dcafe1e17d Add noexcept(false) in destructor that could throw in C++11. Vicente J. Botet Escriba 2017-04-29 16:15:57 +0200
  • 8dfa7c2e42 fix issue throw() noexcept issue. Vicente J. Botet Escriba 2017-04-29 16:14:41 +0200
  • c83d30f526 manage with #12874. Vicente J. Botet Escriba 2017-04-29 16:13:52 +0200
  • 51b367df53 manage with 12958. Vicente J. Botet Escriba 2017-04-29 16:12:35 +0200
  • da83662e1a added test for 12949. Vicente J. Botet Escriba 2017-04-29 16:11:31 +0200
  • 36861e5b67 Comment error. Need to be fixed. Vicente J. Botet Escriba 2017-04-29 16:10:43 +0200
  • 67df4dd84e Merge pull request #120 from MarcelRaad/patch-2 Vicente J. Botet Escriba 2017-04-21 02:10:19 +0200
  • 676521808d Remove wrong MSVC version check Marcel Raad 2017-03-24 22:28:41 +0100
  • 5363e099e4 Merge branch 'develop' Vicente J. Botet Escriba 2017-03-03 07:28:59 +0100
  • 65f98979ff replace and by && to make the code portable Vicente J. Botet Escriba 2017-03-01 19:39:56 +0100
  • 496acc1161 disable some tests with C++98. Vicente J. Botet Escriba 2017-02-28 23:29:28 +0100
  • 30dff7f84a try to fix MONOTONIC timming issue. Vicente J. Botet Escriba 2017-02-28 23:28:44 +0100
  • 7cb5d5bb46 Merge pull request #118 from Oberon00/loop-executor-no-polling Vicente J. Botet Escriba 2017-02-28 19:55:10 +0100
  • 74c98b7fab loop_executor: (Re)activate and enhanche test. Christian Neumüller 2017-02-28 18:38:23 +0100
  • 2ed0c2ad5f Loop executor: Don't poll but wait in loop(). Christian Neumüller 2017-02-28 18:27:35 +0100
  • c969a6cf9c Fix uninitialized variables in scoped thread examples. Disable detach example for clang std::thread, it crashes. Vicente J. Botet Escriba 2017-02-28 08:22:15 +0100
  • c7348b29cf Compile conditionally to try to fix the timespec monotonic issue. This is not a final solution as we need to add two defines while building Boost.Thread, but atleast will allow to check if the solution work. Vicente J. Botet Escriba 2017-02-25 22:41:00 +0100
  • f79d51f099 Merge branch 'develop' Vicente J. Botet Escriba 2017-02-25 13:57:19 +0100
  • 0d850b47ab Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2017-02-24 15:21:19 +0100
  • 9bbf9bed80 rollback MONOTONIC_CLOCK change as it seems it introduce regressions. Vicente J. Botet Escriba 2017-02-24 15:20:04 +0100
  • aadf0acce3 Merge pull request #114 from aargor/develop Vicente J. Botet Escriba 2017-02-24 15:08:13 +0100
  • bd0379af57 Update MSC version check for VS2017RTW Aaron Gorenstein 2017-02-21 13:35:44 -0800
  • 336259c36a Merge branch 'develop' Vicente J. Botet Escriba 2017-02-19 11:27:10 +0100
  • 544eda51bd make use of MONOTONIC_CLOCK when available. Vicente J. Botet Escriba 2017-02-18 10:34:36 +0100
  • e16705a72a Added more functors to scoped threads. Vicente J. Botet Escriba 2017-02-18 10:22:34 +0100
  • 61a26492c3 use SFINAE for wait_for_all is_future_type. Vicente J. Botet Escriba 2017-02-18 10:21:45 +0100
  • 854c61f597 Added Thread parameter in scoped_thread and thread_guard classes. Vicente J. Botet Escriba 2017-01-25 13:20:08 +0100
  • 4d4ddcdc36 Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2017-01-25 08:13:22 +0100
  • 9347d9b731 Added Thread parameter in scoped_thread and thread_guard classes. Vicente J. Botet Escriba 2017-01-25 08:13:04 +0100
  • 0a4733c9ad Merge pull request #110 from Lastique/fix_mingw Vicente J. Botet Escriba 2017-01-22 10:19:54 +0100
  • b96d05461f Compilation fixes for MinGW. Support for MSVC on ARM. Andrey Semashev 2017-01-07 20:08:30 +0300
  • 41f19bb098 Merge pull request #109 from jhunold/extra_semi Vicente J. Botet Escriba 2017-01-06 20:58:30 +0100
  • 050a45aaa4 Remove trailing ";" Jürgen Hunold 2017-01-06 10:01:37 +0100
  • 23cff22e5a fix category in thread_excaption. Vicente J. Botet Escriba 2017-01-02 01:21:02 +0100
  • a75995475a Merge pull request #107 from equal-l2/patch-1 Vicente J. Botet Escriba 2016-12-19 23:54:49 +0100
  • 3ac5fd0916 fix typo equal-l2 2016-12-20 06:27:06 +0900
  • 56bce64d32 Merge pull request #106 from apolukhin/doc_clarify Vicente J. Botet Escriba 2016-12-08 18:56:38 +0100
  • 4385984215 Less ambiguous definition for lock(...) functions Antony Polukhin 2016-12-04 02:55:02 +0300
  • 3391bf87c6 Merge branch 'master' of github.com:boostorg/thread Vicente J. Botet Escriba 2016-11-06 16:16:03 +0100
  • bc6b31e1f7 Merge branch 'develop' Vicente J. Botet Escriba 2016-11-05 23:39:19 +0100
  • 425b9924f0 Update README.md Vicente J. Botet Escriba 2016-11-05 23:37:45 +0100
  • 84720b7664 Merge branch 'develop' Vicente J. Botet Escriba 2016-11-05 00:31:01 +0100
  • 1309e9aa4b version 4.7.2. Vicente J. Botet Escriba 2016-11-04 00:57:41 +0100
  • 50a926e973 update doc 1.63. Vicente J. Botet Escriba 2016-11-04 00:56:37 +0100
  • a0bda34054 fix typo in merge. Vicente J. Botet Escriba 2016-11-04 00:52:59 +0100
  • 3a9a296e55 Merge pull request #105 from apolukhin/fixing_lost_notify Vicente J. Botet Escriba 2016-11-03 08:06:34 +0100
  • 184d7504b7 Fix minor possibility of loosing the notify Antony Polukhin 2016-11-02 23:13:26 +0300
  • 2f8b5794b7 Merge pull request #104 from rick68/patch-9 Vicente J. Botet Escriba 2016-10-24 09:10:36 +0200
  • 7e7d3bf1a7 fix compile failed with boost::user_scheduler Wei-Ming Yang 2016-10-24 08:24:25 +0800
  • f8b76aa907 Merge pull request #103 from rick68/patch-8 Vicente J. Botet Escriba 2016-10-22 23:47:09 +0200
  • 7eeae5b265 Merge pull request #102 from rick68/patch-7 Vicente J. Botet Escriba 2016-10-22 12:30:40 +0200
  • e71f52f9ed fix relational operators of boost::synchronized_value<> Wei-Ming Yang 2016-10-22 17:53:10 +0800
  • cd41de6e3f fix boost::synchronized_value<>::load() Wei-Ming Yang 2016-10-22 16:14:01 +0800
  • 7879a4c286 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:36 -0500
  • c70647988d Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:36 -0500
  • 11f18980ca Merge branch 'develop' Vicente J. Botet Escriba 2016-09-06 20:11:30 +0200
  • 866ff746ae fix queue_back/front_view: documentation mismatch Vicente J. Botet Escriba 2016-09-06 20:10:50 +0200
  • 12e2c8aaca Merge branch 'develop' Vicente J. Botet Escriba 2016-09-06 18:50:21 +0200
  • 807f429e17 update history. Vicente J. Botet Escriba 2016-09-06 18:49:57 +0200
  • 046d716bbf Merge branch 'develop' Vicente J. Botet Escriba 2016-09-03 21:17:42 +0200
  • 5450e98c6b Use BOOST_THREAD_ASYNC_FUTURE_WAITS instead of BOOST_THREAD_FUTURE_BLOCKING and wait instead of join. See #11851 and #12220. Vicente J. Botet Escriba 2016-09-03 17:18:53 +0200
  • 5b9c1fad85 Merge branch 'develop' Vicente J. Botet Escriba 2016-09-02 07:27:09 +0200
  • c52a34c2cf format. Vicente J. Botet Escriba 2016-09-01 07:41:20 +0200
  • fc748dbddf 12293- make the unwrap constructor explicit. Vicente J. Botet Escriba 2016-08-20 09:27:47 +0200
  • 58c6b384cc Merge branch 'develop' Vicente J. Botet Escriba 2016-08-16 23:02:52 +0200
  • e34d343c12 avoid to unlock the mutext befote release_waiters. Vicente J. Botet Escriba 2016-08-15 22:50:23 +0200
  • 7c1570328e Merge branch 'develop' Vicente J. Botet Escriba 2016-08-15 11:54:35 +0200
  • eeb24a6a6a Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2016-08-10 07:48:35 +0200
  • 25b2062881 update history and version. Vicente J. Botet Escriba 2016-08-10 07:48:25 +0200
  • 9d33a59542 Merge pull request #92 from Lastique/fix_msvc8_compilation Vicente J. Botet Escriba 2016-08-10 07:43:37 +0200
  • 41f93eb513 Add test for 12293. Vicente J. Botet Escriba 2016-08-09 02:49:23 +0200
  • 63484911c6 fix compile error when INTERRUPTIONS are not provided. Vicente J. Botet Escriba 2016-08-09 02:48:26 +0200
  • bb2c38aa61 Fix result_of signature and unlonk before notyfying. Vicente J. Botet Escriba 2016-08-09 02:47:22 +0200
  • 8cf36f18cc rename make_exceptional to make exceptional_future. Vicente J. Botet Escriba 2016-08-09 02:46:00 +0200
  • 97895e410f merge from develop. Vicente J. Botet Escriba 2016-08-09 01:14:41 +0200
  • 7ffdc5e10a Merge pull request #90 from rick68/patch-3 Vicente J. Botet Escriba 2016-08-07 13:05:40 +0200
  • 25864ce33a Merge pull request #93 from vslavik/fix-shadowing-warnings Vicente J. Botet Escriba 2016-08-07 13:04:09 +0200