Commit Graph

  • 042ce47e77 Merge branch 'develop' cc Vicente J. Botet Escriba 2019-05-10 16:25:42 +0200
  • 65dcf92e48 Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2019-05-10 16:25:11 +0200
  • 3071b9e8b5
    Merge pull request #282 from wyattoday/develop Vicente J. Botet Escriba 2019-05-10 07:42:25 +0200
  • 8190a50838
    Fix MSVC ARM64 build errors, issue #281 Wyatt O'Day 2019-05-09 15:18:59 -0400
  • 23539a88c0 Merge branch 'develop' Vicente J. Botet Escriba 2019-04-13 09:15:31 +0200
  • 6168f43db8 Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2019-04-13 09:14:43 +0200
  • a05c37a997
    Merge pull request #280 from chrullrich/fix-create-event Vicente J. Botet Escriba 2019-04-13 09:14:20 +0200
  • 34e354be4c Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2019-04-13 09:13:45 +0200
  • ccf70ce0aa typo. Vicente J. Botet Escriba 2019-04-13 09:13:36 +0200
  • 86b7ceb05a Fix operator precedence. Christian Ullrich 2019-04-12 19:35:39 +0200
  • a645ef761d
    Merge pull request #277 from austin-beer/fix_sync_queue_time_jump_issues Vicente J. Botet Escriba 2019-04-03 20:41:52 +0200
  • 9a20debf11
    Merge pull request #278 from austin-beer/fix_eintr_issue_275_b Vicente J. Botet Escriba 2019-04-03 20:38:17 +0200
  • 2502b2741b Fix "variable set but not used" errors caused by previous commit Austin Beer 2019-04-03 10:49:16 -0600
  • 5c6180fa4f
    Merge pull request #276 from austin-beer/fix_eintr_issue_275 Vicente J. Botet Escriba 2019-04-02 19:02:25 +0200
  • c6863c4b27 Improve the sync_timed_queue test so it is less likely to fail in non-deterministic timing environments Austin Beer 2019-04-02 09:46:52 -0600
  • 48a4a06f86 Fix Issue 275 Austin Beer 2019-04-01 10:00:57 -0600
  • a0b255768e Fix time jump issues that were re-introduced while fixing issue 271 Austin Beer 2019-03-30 20:40:24 -0600
  • e5eef80c28 Fix a couple of the sync_timed_queue::pull_for() time jump tests Austin Beer 2019-03-30 20:33:00 -0600
  • ff38aad946 Add pull_until() and pull_for() to test for Issue 271 Austin Beer 2019-03-30 19:18:30 -0600
  • 7966756ac4 Add missing sync_timed_queue::pull_for() time jump tests Austin Beer 2019-03-29 17:03:42 -0600
  • 8aac9047ab Prevent mixing clock types in sync_timed_queue Austin Beer 2019-03-29 16:41:57 -0600
  • f90bdfd2a5
    Merge pull request #274 from austin-beer/fix-windows-header-case Vicente J. Botet Escriba 2019-03-23 21:07:52 +0100
  • 7b8fe78ccf Fix build on case-sensitive file system Austin Beer 2019-03-23 12:58:57 -0600
  • d49236480f
    Merge pull request #273 from austin-beer/test-issue-271 Vicente J. Botet Escriba 2019-03-23 04:38:15 +0100
  • ea54f2ec4d Add test for Issue 271 Austin Beer 2019-03-22 10:46:53 -0600
  • 2553ce4fa0
    Merge pull request #272 from austin-beer/fix-issue-271 Vicente J. Botet Escriba 2019-03-19 06:47:36 +0100
  • d4c2cef0a2 Fix Issue 271 Austin Beer 2019-03-18 19:16:59 -0600
  • ba02b3af42 Merge branch 'develop' Vicente J. Botet Escriba 2019-01-21 08:05:18 +0100
  • 5d20f5b342 Fix missing includes files and make executors available by default in version 5. Vicente J. Botet Escriba 2019-01-20 22:42:12 +0100
  • 52b742d001
    Merge pull request #268 from Lastique/self_contained_headers Vicente J. Botet Escriba 2019-01-19 21:04:39 +0100
  • e16786f173 Fixed bugs discovered by the standalone header tests. Andrey Semashev 2019-01-19 20:53:33 +0300
  • 9342fe3f25 Added tests for self-contained headers. Andrey Semashev 2019-01-19 19:04:25 +0300
  • 085c9c6ca8
    Merge pull request #266 from Lastique/remove_linking_system Vicente J. Botet Escriba 2019-01-16 22:59:30 +0100
  • 7ba2f2cf5b Remove linking with Boost.System. Andrey Semashev 2019-01-14 20:19:46 +0300
  • 800d0ca597
    Merge pull request #263 from Lastique/patch-6 Vicente J. Botet Escriba 2019-01-06 20:48:10 +0100
  • 81d4e5a824 Select time-related API based on the threading platform API. Andrey Semashev 2019-01-06 21:58:09 +0300
  • c97b504925
    Fix compilation of timed functions on Cygwin. Andrey Semashev 2019-01-06 17:57:35 +0300
  • 758d087662
    Merge pull request #249 from Kojoley/feature/simplify-tss-cleanup Vicente J. Botet Escriba 2019-01-03 19:10:52 +0100
  • f5133ab829
    Merge pull request #260 from DesWurstes/patch-1 Vicente J. Botet Escriba 2019-01-03 19:02:56 +0100
  • c46da73e3a
    Merge pull request #262 from Lastique/fix_strict_aliasing_warnings Vicente J. Botet Escriba 2019-01-03 19:01:42 +0100
  • e942774b90 Fix MinGW warnings about violation of the strict aliasing rules. Andrey Semashev 2019-01-03 19:47:48 +0300
  • c90ed87527 Declare "interruption_point" once DesWurstes 2018-12-31 13:39:36 +0300
  • 970dcb8afd Simplify TSS cleanup routines. Fixes #236 Nikita Kniazev 2018-11-17 04:03:52 +0300
  • 8d0f077ab2 Merge branch 'develop' Vicente J. Botet Escriba 2018-11-15 06:45:24 +0100
  • dfe6cc3c49
    Remove Niall as maintainer Vicente J. Botet Escriba 2018-11-15 06:44:45 +0100
  • 330a0a15e6 Merge branch 'develop' Vicente J. Botet Escriba 2018-11-14 23:27:25 +0100
  • f60dfdfad9
    Merge pull request #247 from Romain-Geissler-1A/noexcept Vicente J. Botet Escriba 2018-11-12 19:30:24 +0100
  • ccb1b99e3f Remove all "throw()" specification to prepare for C++20 where it is removed. Romain Geissler 2018-11-11 20:28:55 +0000
  • aa444afc5c Merge branch 'develop' Vicente J. Botet Escriba 2018-11-01 07:57:44 +0100
  • f1d464d0d5 added cygwin platform configuration. Vicente J. Botet Escriba 2018-10-25 04:18:27 +0200
  • 57161ddbb6
    Merge pull request #246 from Kojoley/patch-1 Vicente J. Botet Escriba 2018-10-25 03:45:06 +0200
  • 9a7d21444f
    DOC: Fixed a small typo Nikita Kniazev 2018-10-24 23:13:43 +0300
  • 1b2bc4e451 Merge branch 'develop' Vicente J. Botet Escriba 2018-10-20 19:04:45 +0200
  • e1b5f9d786 Try to catch the CircleCi clang issues. Vicente J. Botet Escriba 2018-10-18 18:59:49 +0200
  • 8b5cd5f02a Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2018-10-18 07:35:50 +0200
  • 5b2ffe7104 try to fix decay_copy issue with reference to functions: function cannot return function type Vicente J. Botet Escriba 2018-10-17 20:54:21 +0200
  • 5af180ba36
    Merge pull request #244 from boostorg/pr/fix-cygwin-win32 Vicente J. Botet Escriba 2018-10-16 21:52:45 +0200
  • 340cc5ab61 Try to catch the CircleCi clang issues. Vicente J. Botet Escriba 2018-10-16 00:02:31 +0200
  • 9a3b8bb4b0 Try to catch the CircleCi issue. Vicente J. Botet Escriba 2018-10-15 07:10:05 +0200
  • 79f955e229 Try to catch the CircleCi issue. Vicente J. Botet Escriba 2018-10-14 09:55:47 +0200
  • 1da2a57124 Try to catch the CircleCi issue. Vicente J. Botet Escriba 2018-10-13 15:24:58 +0200
  • 54871e21a1 Fix uses of BOOST_HAS_WINTHREADS (not correct on Cygwin) Peter Dimov 2018-10-13 04:56:08 +0300
  • 00efec75d9 Merge branch 'develop' Vicente J. Botet Escriba 2018-10-13 02:12:28 +0200
  • c66c4b1c76 Don't report unusable-partial-specialization due to type_traits #93 issue. Vicente J. Botet Escriba 2018-10-11 07:28:20 +0200
  • 6c70eccb01 Merge branch 'develop' Vicente J. Botet Escriba 2018-10-11 06:58:26 +0200
  • fbf8d58ad7 Set time limit to 60s Vicente J. Botet Escriba 2018-10-10 18:54:23 +0200
  • 46a94dd8ba Extract test too long. Vicente J. Botet Escriba 2018-10-10 06:04:17 +0200
  • 76c7b25d4b Extract test too long. Vicente J. Botet Escriba 2018-10-09 21:17:24 +0200
  • eb297ce86c Merge branch 'develop' Vicente J. Botet Escriba 2018-10-09 20:59:21 +0200
  • cc31d32b3f
    Merge pull request #243 from Kojoley/execution_monitor-use_mutex-sleep Vicente J. Botet Escriba 2018-10-09 06:25:40 +0200
  • 7f258e5da3 execution_monitor::use_mutex sleeps the whole timeout duration Nikita Kniazev 2018-10-06 05:13:52 +0300
  • c3897bea65
    Merge pull request #242 from Kojoley/ci-added-tests-timeout Vicente J. Botet Escriba 2018-10-08 20:34:20 +0200
  • 502876f0e9 Merge branch 'develop' Vicente J. Botet Escriba 2018-10-07 19:41:15 +0200
  • e1e4cbf4be
    Merge pull request #240 from Kojoley/fix-lockable_traits Vicente J. Botet Escriba 2018-10-07 19:07:49 +0200
  • d2679fec89 CI: Limit single test execution time to 30 seconds Nikita Kniazev 2018-10-05 20:09:24 +0300
  • ba5632e33a
    Merge pull request #241 from Kojoley/suppress-varadic-macro-warnings Vicente J. Botet Escriba 2018-10-05 06:59:50 +0200
  • 9a3b7ff859 Suppress variadic macro warnings Nikita Kniazev 2018-10-05 00:47:03 +0300
  • a35ffa3a83 lockable_traits: Use decltype based methods detection Nikita Kniazev 2018-10-04 17:22:53 +0300
  • 1a8229160e Merge branch 'develop' Vicente J. Botet Escriba 2018-10-01 05:58:16 +0200
  • acda67baf4
    Merge pull request #234 from DjArt/develop Vicente J. Botet Escriba 2018-10-01 05:49:15 +0200
  • f6609a42dc
    Merge pull request #235 from boostorg/pr/fix-detail-winapi Vicente J. Botet Escriba 2018-09-27 20:42:07 +0200
  • 534f5af9e6 Fix boost::detail::winapi references Peter Dimov 2018-09-27 08:58:47 +0300
  • 2be8908dcd Merge branch 'develop' Vicente J. Botet Escriba 2018-09-23 15:54:09 +0200
  • aaca72e34b Fix __attribute(()) syntax typo. Vicente J. Botet Escriba 2018-09-23 15:53:28 +0200
  • 24404dcae4 Merge branch 'develop' Vicente J. Botet Escriba 2018-09-15 21:03:10 +0200
  • f4b239bab1 fix <:: Vicente J. Botet Escriba 2018-09-15 10:17:54 +0200
  • bf7e79c709 fix <:: Vicente J. Botet Escriba 2018-09-15 10:16:25 +0200
  • 526e2d6554 Merge branch 'develop' Vicente J. Botet Escriba 2018-09-15 08:56:22 +0200
  • 8c1d232b8c try to manage with #11477. Vicente J. Botet Escriba 2018-09-15 07:11:37 +0200
  • 92a5bc4300 manage with #232 Vicente J. Botet Escriba 2018-09-15 07:10:05 +0200
  • 0389f58f23 Fixing compiling on VS2017 for ARM & ARM64 Dj Art 2018-09-15 03:15:04 +0800
  • 5b209c2e83 try to fix thread safety issues raised on FreeBSD. Vicente J. Botet Escriba 2018-09-10 23:52:48 +0200
  • 33ad8b1834 Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2018-09-06 21:12:13 +0200
  • 8fb92dfb52
    Merge pull request #231 from ffontaine/develop Vicente J. Botet Escriba 2018-09-06 21:03:20 +0200
  • c550979eff Merge branch 'develop' of https://github.com/boostorg/thread into develop Vicente J. Botet Escriba 2018-09-06 07:16:29 +0200
  • 15f2d7a21c fix test not returning boost::report_errors(). Vicente J. Botet Escriba 2018-09-06 07:16:17 +0200
  • 371fb42709
    Merge pull request #229 from huangqinjin/develop Vicente J. Botet Escriba 2018-09-06 06:54:27 +0200
  • f7581a3662 fix static detection of lock-free atomic ints Fabrice Fontaine 2018-09-05 12:04:15 +0200
  • e54f7e3960 fix warning: comparison of unsigned expression < 0 huangqinjin 2018-08-31 13:53:54 +0800
  • d1284b02ad fix compilation with BOOST_NO_EXCEPTIONS huangqinjin 2018-08-31 10:45:06 +0800