Commit Graph

  • f6c732b124 Merge branch 'develop' Vicente J. Botet Escriba 2015-10-21 18:59:44 +0200
  • dcc3227668 don't use steady clock if not supported. Vicente J. Botet Escriba 2015-10-20 10:03:51 +0200
  • b3d237731a avoid Boost.Test. Vicente J. Botet Escriba 2015-10-20 10:03:15 +0200
  • 4321b59c1e Merge branch 'develop' Vicente J. Botet Escriba 2015-10-20 00:23:51 +0200
  • 67759325eb update version Vicente J. Botet Escriba 2015-10-20 00:23:06 +0200
  • 8153e2a652 try to fix MSVC issue with template class. Vicente J. Botet Escriba 2015-10-19 20:01:42 +0200
  • 7876163c68 make sync optional. Vicente J. Botet Escriba 2015-10-19 00:50:29 +0200
  • 805fa41a4e try to fix issues with gcc-3.x.y with not supported -Wno-variadic-macros. Vicente J. Botet Escriba 2015-10-18 18:50:34 +0200
  • 0e6376d93a make async return a blocking future. Vicente J. Botet Escriba 2015-10-18 18:47:24 +0200
  • bf1fc5158e Added launch::inherit and specialize the behavior for the(launch::inherit, Cont). Vicente J. Botet Escriba 2015-10-18 04:17:27 +0200
  • 1e4e9ab84c #11734. future::then(Cont) should be able to execute the contination on undetermined thread. Vicente J. Botet Escriba 2015-10-18 00:36:25 +0200
  • 88ab663ac5 Merge branch 'feature/non_blocking_futures' into develop Vicente J. Botet Escriba 2015-10-17 14:57:39 +0200
  • 0ab63b9248 Remove counting when async future blocking. Vicente J. Botet Escriba 2015-10-17 11:38:06 +0200
  • 73053e4abe merge from develop. Vicente J. Botet Escriba 2015-10-17 10:51:50 +0200
  • 9a4fbbec5d Merge branch 'develop' Vicente J. Botet Escriba 2015-10-17 08:22:38 +0200
  • b4744a2aa8 then can be now sync. The destructor of a shared state that joins check for thread_ifbefore join. Adde continuation_shared_state to share common behavior. Vicente J. Botet Escriba 2015-10-17 00:44:45 +0200
  • 4169bcee44 Addoverloadsfor shared. Vicente J. Botet Escriba 2015-10-17 00:40:53 +0200
  • baf516e82f comment serial conttest. Vicente J. Botet Escriba 2015-10-17 00:40:23 +0200
  • cc309eef8d refactor ::then(f) in function of ::then(launch_policy, f). Vicente J. Botet Escriba 2015-10-15 23:31:38 +0200
  • 45cc1704ef fix some missing decay. Cleanup adding init. Vicente J. Botet Escriba 2015-10-15 19:19:07 +0200
  • 278a06fd47 Merge pull request #71 from jhunold/executors_fix Vicente J. Botet Escriba 2015-10-12 23:49:48 +0200
  • 6ed577f4eb Fix executor forward Jürgen Hunold 2015-10-12 08:01:19 +0200
  • bf8459cf23 Merge from develop. Vicente J. Botet Escriba 2015-10-11 23:34:45 +0200
  • ad3cf1189e More fixes for some move semantic issues C++03. Vicente J. Botet Escriba 2015-10-11 21:30:54 +0200
  • b8db8fef8b Use parent executor (#11716). Add promise::set_executor and packaged_task::set_executor (#11717). Fix some move semantic issues C++03. Vicente J. Botet Escriba 2015-10-11 19:56:38 +0200
  • 384c71dbe6 minor updates. Vicente J. Botet Escriba 2015-10-11 18:45:58 +0200
  • 111574cf0c minor updat on configuration. Vicente J. Botet Escriba 2015-10-10 15:47:28 +0200
  • 759601d08a Merge pull request #70 from mauve/fix-provides-executors-doc Vicente J. Botet Escriba 2015-10-10 10:26:01 +0200
  • c60d152102 Merge pull request #69 from mauve/fix-then-docs Vicente J. Botet Escriba 2015-10-10 10:24:18 +0200
  • 6ff4fe1a89 doc: add PROVIDES_EXECUTORS to the config table Mikael Olenfalk 2015-10-10 09:03:36 +0200
  • 2c0c4ead7f doc: then() on future take an executor Mikael Olenfalk 2015-10-10 08:50:13 +0200
  • dacd6deb0a Add static_shared_from_this and make use of it. Vicente J. Botet Escriba 2015-10-09 08:53:47 +0200
  • c7df715709 Merge branch 'develop' Vicente J. Botet Escriba 2015-10-06 23:27:17 +0200
  • ddd26b5bb8 remove comments after \ continuator macro. Vicente J. Botet Escriba 2015-10-04 18:06:59 +0200
  • f0228ff559 fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer on C++98 compilers. Vicente J. Botet Escriba 2015-10-04 02:10:33 +0200
  • 4acaddd166 rollback fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer on C++98 compilersas there is a compile error to fix. Vicente J. Botet Escriba 2015-10-03 20:26:47 +0200
  • 3a65295d7d replace >> by > >. Vicente J. Botet Escriba 2015-09-30 23:58:03 +0200
  • 773f8bfcb4 replace >> by > >. Vicente J. Botet Escriba 2015-09-30 23:57:00 +0200
  • 8afcbe22af uncomment fixed test after merge from develop. Vicente J. Botet Escriba 2015-09-30 00:08:16 +0200
  • 450f34daed merge from develop. Vicente J. Botet Escriba 2015-09-30 00:01:33 +0200
  • ea9eb62802 fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer. Vicente J. Botet Escriba 2015-09-29 21:57:52 +0200
  • 971c028c9a thread::try_join_until: Avoid busy wait if system clock changes. #11688. Vicente J. Botet Escriba 2015-09-28 21:46:16 +0200
  • 3f8618b42b update release notes. Vicente J. Botet Escriba 2015-09-27 16:27:06 +0200
  • 9a8759a3dd rollback physical_concurrency changes and take care of patch #10788. #11683. Vicente J. Botet Escriba 2015-09-27 15:14:58 +0200
  • 9ac736a4c4 Apply patch fromPR - Do not wake up computer from sleep. #11368. Vicente J. Botet Escriba 2015-09-27 14:30:16 +0200
  • 730cb550e6 Merge branch 'develop' Vicente J. Botet Escriba 2015-09-27 08:24:26 +0200
  • 8f5de1d7c3 make condition_variable_any steady when BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC. Vicente J. Botet Escriba 2015-09-25 07:35:25 +0200
  • 0fdd4fc620 remove comments. Vicente J. Botet Escriba 2015-09-24 01:36:41 +0200
  • a86e2ebcc4 Dont use nanosleep on sleep_for if defined BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC. Vicente J. Botet Escriba 2015-09-24 01:25:22 +0200
  • 18cbf4b055 rollback reverse the use of dattime and chrono when chrono is acceptable. Vicente J. Botet Escriba 2015-09-24 01:24:08 +0200
  • 6029447774 Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2015-09-24 00:08:22 +0200
  • 205a1d7e2b apply patch ref #7720. Vicente J. Botet Escriba 2015-09-24 00:07:11 +0200
  • 2af9c7b98e Merge pull request #66 from BenWiederhake/fix-auto-ptr/develop Vicente J. Botet Escriba 2015-09-19 19:59:25 +0200
  • baca517058 Avoid deprecated auto_ptr Ben Wiederhake 2015-09-19 16:20:19 +0200
  • 26486b0288 Merge pull request #65 from mclow/develop Vicente J. Botet Escriba 2015-09-12 08:50:27 +0200
  • f8ff41e34b Remove use of deprecated macros in documentation Marshall Clow 2015-09-11 15:30:34 -0700
  • 16ece266a4 Merge pull request #64 from MarcelRaad/patch-1 Vicente J. Botet Escriba 2015-09-11 18:32:59 +0200
  • 4224a9f4df Fix for future with RTTI off Marcel Raad 2015-09-11 11:06:32 +0200
  • 2e17e028b1 use serial_executor instead of serial_executor_cont. Vicente J. Botet Escriba 2015-09-08 21:55:48 +0200
  • febe4a814d comment trace to see the error. Vicente J. Botet Escriba 2015-09-08 21:39:33 +0200
  • 242cf35c51 Try patch for oldticket #3926 - thread_specific_ptr + dlopen library causes a SIGSEGV Vicente J. Botet Escriba 2015-09-08 19:24:15 +0200
  • c1ee2bfbd8 fix issue with latch:wait when count is already 0. Vicente J. Botet Escriba 2015-09-08 18:25:20 +0200
  • b30cde32d4 reverse the use of dattime and chrono when chrono is acceptable. Vicente J. Botet Escriba 2015-09-08 18:22:44 +0200
  • ac3f7eb037 comment sleep_for overload on nanoseconds on windows. Vicente J. Botet Escriba 2015-09-05 16:17:36 +0200
  • 9f883f6ad7 Add a possible implementation of a steady condition_variable. Vicente J. Botet Escriba 2015-09-03 23:44:03 +0200
  • b332f17825 Added failing test for #11611. Vicente J. Botet Escriba 2015-09-02 22:39:26 +0200
  • a3497e1ffc Merge branch 'develop' Vicente J. Botet Escriba 2015-08-22 07:20:49 +0200
  • 89b119f65f Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2015-08-21 18:38:14 +0200
  • 1ae07f3f3a Add shared_timed_mutex typedef. Vicente J. Botet Escriba 2015-08-21 18:37:42 +0200
  • 0143748de8 Add test_11499. Vicente J. Botet Escriba 2015-08-21 18:37:08 +0200
  • ac603f6bd1 fix devector allocator_traits_type specific usage. Vicente J. Botet Escriba 2015-08-21 18:35:36 +0200
  • 6aeac1e33e Merge pull request #61 from jzmaddock/patch-2 Vicente J. Botet Escriba 2015-08-21 00:00:38 +0200
  • ff375e2780 Move Oracle workaround to correct location jzmaddock 2015-08-20 10:51:23 +0100
  • 5b1c755e42 Merge pull request #60 from jzmaddock/patch-1 Vicente J. Botet Escriba 2015-08-19 06:33:59 +0200
  • b8dbe960b7 Fix to get Thread lib building with Oracle C++ jzmaddock 2015-08-18 18:20:25 +0100
  • 4f9a08c418 fix for(;;){} . Vicente J. Botet Escriba 2015-07-01 13:21:39 +0200
  • 44272d3b7c fix for(;;); . Vicente J. Botet Escriba 2015-06-29 08:43:01 +0200
  • ccd1cd5808 fix Link to archived copy of article. Vicente J. Botet Escriba 2015-06-28 11:27:02 +0200
  • 8c974800f9 try to remove yet more warnings. Vicente J. Botet Escriba 2015-06-23 19:05:32 +0200
  • 6e002ae3ec try to remove more warnings. Vicente J. Botet Escriba 2015-06-21 23:09:15 +0200
  • 2a375808c4 Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2015-06-21 17:38:13 +0200
  • 55c21919fc try to remove some warnings. Vicente J. Botet Escriba 2015-06-21 17:37:30 +0200
  • 91e2cded63 Merge pull request #57 from MarcelRaad/patch-1 Vicente J. Botet Escriba 2015-06-05 18:12:58 +0200
  • b980b88474 Fix typo Marcel Raad 2015-06-05 17:48:53 +0200
  • 7cb5211e25 fix typo on poly lockables. Vicente J. Botet Escriba 2015-05-29 20:02:08 +0200
  • 958b773d05 Merge from develop. Vicente J. Botet Escriba 2015-05-18 22:35:17 +0200
  • 4d45da6c06 Apply patch #11302. Vicente J. Botet Escriba 2015-05-18 21:26:46 +0200
  • e39703ff18 Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2015-05-15 15:07:08 +0200
  • aafd5ca726 applie patch for #11266. Vicente J. Botet Escriba 2015-05-15 15:05:09 +0200
  • 9b69912801 Merge pull request #54 from tempoz/patch-5 Vicente J. Botet Escriba 2015-05-14 18:18:31 +0200
  • 259c08473d Merge branch 'develop' of github.com:boostorg/thread into develop Vicente J. Botet Escriba 2015-05-14 18:08:52 +0200
  • 6ca3a99cbc Merge pull request #56 from danieljames/link-fix Vicente J. Botet Escriba 2015-05-12 22:39:59 +0200
  • 3dcd875944 Link to archived copy of article. Daniel James 2015-05-12 18:51:03 +0100
  • 58e8addad6 Try to get rid of bad link issue while defining global new. Vicente J. Botet Escriba 2015-05-06 13:51:21 +0200
  • 87615d54dd cleanup unused function set_exceptional_if_invalid. Vicente J. Botet Escriba 2015-05-06 09:48:54 +0200
  • d322aba077 Merge pull request #55 from jessicah/tests-fix-error-message Vicente J. Botet Escriba 2015-05-05 20:50:32 +0200
  • c0afe2d873 Tests: correct #error message in recursive_mutex/native_handle_pass Jessica Hamilton 2015-05-06 02:11:59 +1200
  • 5488482a44 simplify launch_continuation interface. Vicente J. Botet Escriba 2015-05-04 23:06:39 +0200
  • 1480d6fc99 simplify launch_continuation interface. Vicente J. Botet Escriba 2015-05-04 18:24:09 +0200
  • 131c92a7d8 propagate unwrap fixes. Vicente J. Botet Escriba 2015-05-04 00:19:12 +0200