|
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0, v2021.2.4, v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3 |
|
| #
c4a799df |
| 23-Aug-2023 |
JhaShweta1 <[email protected]> |
Spelling correction (#1179)
* codespell changes
|
|
Revision tags: v2021.10.0, v2021.10.0-rc1, v2020.3.3 |
|
| #
155acce7 |
| 15-May-2023 |
JhaShweta1 <[email protected]> |
Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)
* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.
Signed-off-by: Dmitri Mokhov <dmit
Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)
* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.
Signed-off-by: Dmitri Mokhov <[email protected]>
Co-authored-by: Konstantin Boyarinov <[email protected]>
show more ...
|
|
Revision tags: v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2, v2021.8.0 |
|
| #
eac94650 |
| 04-Nov-2022 |
Alex <[email protected]> |
Fix concurrent_[bounded_]queue correctness on weak memory models (#782)
Signed-off-by: Alexei Katranov <[email protected]>
Co-authored-by: pavelkumbrasev <[email protected]>
|
|
Revision tags: v2021.8.0-rc1, v2020.3.1, v2021.7.0 |
|
| #
8155aaeb |
| 05-Sep-2022 |
kboyarinov <[email protected]> |
Fix concurrent queues not to require default constructor from T (#886)
* Fix concurrent_queue::clear not to require default ctor
* Suppress warning about the unused variable in release mode
*
Fix concurrent queues not to require default constructor from T (#886)
* Fix concurrent_queue::clear not to require default ctor
* Suppress warning about the unused variable in release mode
* Fix the conformance test not to rely on the additional item in dtor
* template->class in template template parameter
* Rework the fix
* Remove unnecessary flag from internal pop method
* Minor clean-up
* Add exception macros to the test
* Add whitespace
* Fix PR comments
* Fix logic for a build with no exceptions
show more ...
|
| #
57f8bb1d |
| 29-Aug-2022 |
kboyarinov <[email protected]> |
Fix concurrent_bounded_queue::pop return type (#888)
|
| #
01fa1414 |
| 29-Aug-2022 |
Jakub Kopal <[email protected]> |
Fix concurrent-queue pop comment (#809)
* fix concurrent-queue pop comment
* Update copyright date
|
|
Revision tags: v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1, v2021.5.0, v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1 |
|
| #
8827ea7d |
| 21-Jul-2021 |
Long Nguyen <[email protected]> |
Add export attributes + bug fixes (#351)
* Change (_WIN32 || _WIN64) to (_WIN32)
Signed-off-by: Long Nguyen <[email protected]>
* Add _MSC_VER guards around #pragma warning directiv
Add export attributes + bug fixes (#351)
* Change (_WIN32 || _WIN64) to (_WIN32)
Signed-off-by: Long Nguyen <[email protected]>
* Add _MSC_VER guards around #pragma warning directives
Signed-off-by: Long Nguyen <[email protected]>
* Tweak MUTEX_INITIALIZER to suppress warnings
Signed-off-by: Long Nguyen <[email protected]>
* Undefine PATH_MAX before redefining to suppress warnings
Signed-off-by: Long Nguyen <[email protected]>
* Wrap #undef PATH_MAX
Co-authored-by: Alex <[email protected]>
* Add lib prefix to dll names on mingw
Signed-off-by: Long Nguyen <[email protected]>
* Quote LINK_FLAGS and LINK_DEPENDS to avoid space in paths problem
Signed-off-by: Long Nguyen <[email protected]>
* Move #include <cstring> outside of #if _WIN32 block
Signed-off-by: Long Nguyen <[email protected]>
* wchar_t everywhere
Signed-off-by: Long Nguyen <[email protected]>
* Add export attributes
Signed-off-by: Long Nguyen <[email protected]>
* Tweak export macros
Signed-off-by: Long Nguyen <[email protected]>
* Add export directives to tbbmalloc
Signed-off-by: Long Nguyen <[email protected]>
* Wrap version script arguments + Undefine __STRICT_ANSI__
Signed-off-by: Long Nguyen <[email protected]>
* Export directives for tbbbind
Signed-off-by: Long Nguyen <[email protected]>
* Temporarily disable def files flag
Signed-off-by: Long Nguyen <[email protected]>
* Fix __STRICT_ANSI__ undefine
Signed-off-by: Long Nguyen <[email protected]>
* Fix macro in spin_mutex.h
Signed-off-by: Long Nguyen <[email protected]>
* Add export directives to task_group.h
Signed-off-by: Long Nguyen <[email protected]>
* Add waitpkg detection
Signed-off-by: Long Nguyen <[email protected]>
* Tweak x86_64 detection
Signed-off-by: Long Nguyen <[email protected]>
* Fix -U__STRICT_ANSI__ again
Signed-off-by: Long Nguyen <[email protected]>
* Do not link with dl on mingw
Signed-off-by: Long Nguyen <[email protected]>
* Add extra include files for allocator.cpp
Signed-off-by: Long Nguyen <[email protected]>
* Add export directives for version.h
Signed-off-by: Long Nguyen <[email protected]>
* Move export directives macro to a separate file
Signed-off-by: Long Nguyen <[email protected]>
* Split export directives into separate macros
Signed-off-by: Long Nguyen <[email protected]>
* Remove tbbmalloc symbols from proxy.h
Signed-off-by: Long Nguyen <[email protected]>
* Replace TBBMALLOC_EXPORT with TBB_EXPORT in tbb_allocator.h
Signed-off-by: Long Nguyen <[email protected]>
* Include scalable_allocator.h in tbbmalloc.cpp
Signed-off-by: Long Nguyen <[email protected]>
* Disable C4275 in _exception.h
Signed-off-by: Long Nguyen <[email protected]>
* Add export directives for is_writer
Signed-off-by: Long Nguyen <[email protected]>
* Add export directives for _waitable_atomic.h
Signed-off-by: Long Nguyen <[email protected]>
* Create macro for tbbbind
Signed-off-by: Long Nguyen <[email protected]>
* Include <new> in scalable_allocator.h
Signed-off-by: Long Nguyen <[email protected]>
* Add export case for Apple OS
Signed-off-by: Long Nguyen <[email protected]>
* Add VERSION and SOVERSION
Signed-off-by: Long Nguyen <[email protected]>
* Fix warnings under MSYS2 + GCC 10.3.x
* Trying to fix Linux CI
Signed-off-by: Long Nguyen <[email protected]>
* Remove std::this_thread::yield() dependency on Windows
Signed-off-by: Long Nguyen <[email protected]>
* Apply suggestions + fix typo
Signed-off-by: Long Nguyen <[email protected]>
* Add def file flags back in
Signed-off-by: Long Nguyen <[email protected]>
* Tweak export directives mechanism
Signed-off-by: Long Nguyen <[email protected]>
* Change bool to auto to prevent warnings on VS2015
Signed-off-by: Long Nguyen <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: Vittorio Romeo <[email protected]>
show more ...
|
|
Revision tags: v2021.3.0 |
|
| #
fbc48b39 |
| 18-Jun-2021 |
vlserov <[email protected]> |
ASAN: Use after scope in conformance_concurrent_queue (#435)
Updating concurrent_queue_rep to accept Allocator as a function parameter instead of holding reference to it.
Signed-off-by: Serov, Vl
ASAN: Use after scope in conformance_concurrent_queue (#435)
Updating concurrent_queue_rep to accept Allocator as a function parameter instead of holding reference to it.
Signed-off-by: Serov, Vladimir <[email protected]>
show more ...
|
| #
4523a761 |
| 01-Mar-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 4fcd448a
|
|
Revision tags: v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
| #
d86ed7fb |
| 24-Dec-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 09241505
|
|
Revision tags: v2021.1.1 |
|
| #
49e08aac |
| 28-Oct-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 6420d97a
|