<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in oneTBB</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c4a799df - Spelling correction  (#1179)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#c4a799df</link>
        <description>Spelling correction  (#1179)* codespell changes

            List of files:
            /oneTBB/test/tbb/test_task_arena.cpp/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp</description>
        <pubDate>Wed, 23 Aug 2023 19:00:00 +0000</pubDate>
        <dc:creator>JhaShweta1 &lt;shweta.jha@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c21e688a - Update copyright year 2021 -&gt; 2022 (#761)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#c21e688a</link>
        <description>Update copyright year 2021 -&gt; 2022 (#761)Signed-off-by: Zheltov, Sergey1 &lt;sergey1.zheltov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_parallel_pipeline.cpp/oneTBB/test/tbb/test_parallel_reduce.cpp/oneTBB/test/tbb/test_parallel_scan.cpp/oneTBB/test/tbb/test_semaphore.cpp/oneTBB/test/tbb/test_split_node.cpp/oneTBB/test/tbb/test_tagged_msg.cpp/oneTBB/test/tbb/test_tbb_fork.cpp/oneTBB/test/tbbmalloc/test_malloc_atexit.cpp/oneTBB/test/tbbmalloc/test_malloc_lib_unload.cpp/oneTBB/test/tbbmalloc/test_malloc_new_handler.cpp/oneTBB/test/tbbmalloc/test_malloc_overload_disable.cpp/oneTBB/test/tbbmalloc/test_malloc_pools.cpp/oneTBB/test/tbbmalloc/test_malloc_shutdown_hang.cpp/oneTBB/test/tbbmalloc/test_malloc_used_by_lib.cpp/oneTBB/test/tbbmalloc/test_scalable_allocator.cpp</description>
        <pubDate>Tue, 01 Feb 2022 16:00:00 +0000</pubDate>
        <dc:creator>Sergey Zheltov &lt;sergey1.zheltov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>66c6d8e3 - Update ittnotify and doctest copyright year (#993)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#66c6d8e3</link>
        <description>Update ittnotify and doctest copyright year (#993)Signed-off-by: Olga Malysheva &lt;olga.malysheva@intel.com&gt;

            List of files:
            /oneTBB/third-party-programs.txt</description>
        <pubDate>Fri, 16 Dec 2022 14:00:00 +0000</pubDate>
        <dc:creator>Olga Malysheva &lt;olga.malysheva@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab7f370c - Fix tests compilation on OpenBSD (#1246)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#ab7f370c</link>
        <description>Fix tests compilation on OpenBSD (#1246)* Fix test_eh_thread on OpenBSD* Disable test_malloc_compliance on OpenBSD---------Signed-off-by: pavelkumbrasev &lt;pavel.kumbrasev@intel.com&gt;

            List of files:
            /oneTBB/test/tbbmalloc/test_malloc_compliance.cpp</description>
        <pubDate>Wed, 08 Nov 2023 09:00:00 +0000</pubDate>
        <dc:creator>Pavel Kumbrasev &lt;pavel.kumbrasev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5a643c23 - GCC 11: suppress stringop-overread warning (#519)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#5a643c23</link>
        <description>GCC 11: suppress stringop-overread warning (#519)1. Using thread_local for non-pointer types instead of tbb::detail::r1::tls2. Replace magic-value with valid pointerSigned-off-by: Serov, Vladimir &lt;vladimir.serov@intel.com&gt;

            List of files:
            /oneTBB/test/tbbmalloc/test_malloc_init_shutdown.cpp</description>
        <pubDate>Thu, 05 Aug 2021 12:00:00 +0000</pubDate>
        <dc:creator>vlserov &lt;vladimir.serov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>734f0bc0 - Add support for QNX Neutrino (#440)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#734f0bc0</link>
        <description>Add support for QNX Neutrino (#440)* Added support for QCC (QNX GNU Compiler)* Enable source code compilation with non-Linux Unix systems with special focus on QNX.Signed-off-by: promero &lt;promero@mathworks.com&gt;

            List of files:
            /oneTBB/test/tbbmalloc/test_malloc_pure_c.c</description>
        <pubDate>Fri, 02 Jul 2021 15:00:00 +0000</pubDate>
        <dc:creator>Pablo Romero &lt;pablorcum@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9434ec94 - Suppress ICC deprecation warning for mallinfo (#1005)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#9434ec94</link>
        <description>Suppress ICC deprecation warning for mallinfo (#1005)Signed-off-by: Isaev, Ilya &lt;ilya.isaev@intel.com&gt;

            List of files:
            /oneTBB/test/tbbmalloc/test_malloc_overload.cpp</description>
        <pubDate>Wed, 11 Jan 2023 13:00:00 +0000</pubDate>
        <dc:creator>Ilya Isaev &lt;ilya.isaev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>94b62cc1 - ASAN: test_malloc_whitebox (#467)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#94b62cc1</link>
        <description>ASAN: test_malloc_whitebox (#467)Reverting ASAN fix for test_malloc_regression #415Turn off memory leaks test in test_malloc_regression test caseSigned-off-by: Serov, Vladimir &lt;vladimir.serov@intel.com&gt;

            List of files:
            /oneTBB/test/tbbmalloc/test_malloc_regression.cpp</description>
        <pubDate>Thu, 01 Jul 2021 08:00:00 +0000</pubDate>
        <dc:creator>vlserov &lt;vladimir.serov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b15aabb3 - Commit oneTBB source code 9ed4a21c</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#b15aabb3</link>
        <description>Commit oneTBB source code 9ed4a21c

            List of files:
            /oneTBB/test/tbb/test_tick_count.cpp</description>
        <pubDate>Tue, 26 Jan 2021 12:00:00 +0000</pubDate>
        <dc:creator>tbbdev &lt;inteltbbdevelopers@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7cee2251 - Enable WASM on oneTBB (#1006)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#7cee2251</link>
        <description>Enable WASM on oneTBB (#1006)* WASM/emscripten on oneTBB---------Co-authored-by: Ilya Isaev &lt;ilya.isaev@intel.com&gt;Co-authored-by: Pavel Kumbrasev &lt;pavel.kumbrasev@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_parallel_invoke.cpp/oneTBB/test/tbb/test_partitioner.cpp/oneTBB/test/tbb/test_task_group.cpp</description>
        <pubDate>Fri, 11 Aug 2023 16:00:00 +0000</pubDate>
        <dc:creator>JhaShweta1 &lt;shweta.jha@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>478de5b1 - Commit oneTBB source code 82ff8707</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#478de5b1</link>
        <description>Commit oneTBB source code 82ff8707

            List of files:
            /oneTBB/test/tbb/test_write_once_node.cpp</description>
        <pubDate>Wed, 05 May 2021 07:00:00 +0000</pubDate>
        <dc:creator>tbbdev &lt;inteltbbdevelopers@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3e7d8e7f - Add mutex.h and rw_mutex.h to oneapi/tbb.h (#1153)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#3e7d8e7f</link>
        <description>Add mutex.h and rw_mutex.h to oneapi/tbb.h (#1153)Signed-off-by: pavelkumbrasev &lt;pavel.kumbrasev@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_tbb_header.cpp</description>
        <pubDate>Wed, 02 Aug 2023 09:00:00 +0000</pubDate>
        <dc:creator>Pavel Kumbrasev &lt;pavel.kumbrasev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>500abe33 - Workaround conflict with _CRTDBG_MAP_ALLOC (#787)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#500abe33</link>
        <description>Workaround conflict with _CRTDBG_MAP_ALLOC (#787)* Workaround conflict with _CRTDBG_MAP_ALLOCSigned-off-by: Alexei Katranov &lt;alexei.katranov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_tbb_header_secondary.cpp</description>
        <pubDate>Tue, 15 Mar 2022 06:00:00 +0000</pubDate>
        <dc:creator>Alex &lt;alexei.katranov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>546fe273 - Fix test_task crash/hang on RT Linux systems (#1201)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#546fe273</link>
        <description>Fix test_task crash/hang on RT Linux systems (#1201)&quot;Test priority inversion&quot; test case manually increases threads&apos; priority (including main thread) to test priority inversion problem but never restore it. That could lead to busy-waiting inside oneTBB on RT Linux kernels which is not expected. This patch restores previous priority after the test case completes.Signed-off-by: Isaev, Ilya &lt;ilya.isaev@intel.com&gt;Co-authored-by: Konstantin Boyarinov &lt;konstantin.boyarinov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_task.cpp</description>
        <pubDate>Fri, 08 Sep 2023 10:00:00 +0000</pubDate>
        <dc:creator>Ilya Isaev &lt;ilya.isaev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>552f342b - Add workaround for incorrect soft limit initialization (#512)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#552f342b</link>
        <description>Add workaround for incorrect soft limit initialization (#512)Signed-off-by: pavelkumbrasev &lt;pavel.kumbrasev@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_priority_queue_node.cpp/oneTBB/test/tbb/test_queue_node.cpp/oneTBB/test/tbb/test_sequencer_node.cpp</description>
        <pubDate>Fri, 30 Jul 2021 12:00:00 +0000</pubDate>
        <dc:creator>Pavel &lt;pavel.kumbrasev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e77098d6 - Call suspend user function on the calling thread (#727)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#e77098d6</link>
        <description>Call suspend user function on the calling thread (#727)Signed-off-by: pavelkumbrasev &lt;pavel.kumbrasev@intel.com&gt;Co-authored-by: Alex &lt;alexei.katranov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_resumable_tasks.cpp</description>
        <pubDate>Fri, 18 Feb 2022 08:00:00 +0000</pubDate>
        <dc:creator>Pavel Kumbrasev &lt;pavel.kumbrasev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e5cbe500 - Actualize documentation about proportional splitting constructor in Range (#728)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#e5cbe500</link>
        <description>Actualize documentation about proportional splitting constructor in Range (#728)Actualize documentation about proportional splittingSigned-off-by: Fedotov, Aleksei &lt;aleksei.fedotov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_partitioner.h</description>
        <pubDate>Mon, 28 Feb 2022 07:00:00 +0000</pubDate>
        <dc:creator>Aleksei Fedotov &lt;aleksei.fedotov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>219c4252 - Fix external thread termination (#762)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#219c4252</link>
        <description>Fix external thread termination (#762)* Fix external thread termination* Fix tls key corruption for the last external thread* Refactor task_dispatch attach/detach logicSigned-off-by: Alexei Katranov &lt;alexei.katranov@intel.com&gt;

            List of files:
            /oneTBB/test/tbb/test_scheduler_mix.cpp</description>
        <pubDate>Fri, 04 Feb 2022 07:00:00 +0000</pubDate>
        <dc:creator>Alex &lt;alexei.katranov@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8827ea7d - Add export attributes + bug fixes (#351)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#8827ea7d</link>
        <description>Add export attributes + bug fixes (#351)* Change (_WIN32 || _WIN64) to (_WIN32)Signed-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add _MSC_VER guards around #pragma warning directivesSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Tweak MUTEX_INITIALIZER to suppress warningsSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Undefine PATH_MAX before redefining to suppress warningsSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Wrap #undef PATH_MAXCo-authored-by: Alex &lt;alexei.katranov@intel.com&gt;* Add lib prefix to dll names on mingwSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Quote LINK_FLAGS and LINK_DEPENDS to avoid space in paths problemSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Move #include &lt;cstring&gt; outside of #if _WIN32 blockSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* wchar_t everywhereSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export attributesSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Tweak export macrosSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export directives to tbbmallocSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Wrap version script arguments + Undefine __STRICT_ANSI__Signed-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Export directives for tbbbindSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Temporarily disable def files flagSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Fix __STRICT_ANSI__ undefineSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Fix macro in spin_mutex.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export directives to task_group.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add waitpkg detectionSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Tweak x86_64 detectionSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Fix -U__STRICT_ANSI__ againSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Do not link with dl on mingwSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add extra include files for allocator.cppSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export directives for version.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Move export directives macro to a separate fileSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Split export directives into separate macrosSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Remove tbbmalloc symbols from proxy.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Replace TBBMALLOC_EXPORT with TBB_EXPORT in tbb_allocator.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Include scalable_allocator.h in tbbmalloc.cppSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Disable C4275 in _exception.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export directives for is_writerSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export directives for _waitable_atomic.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Create macro for tbbbindSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Include &lt;new&gt; in scalable_allocator.hSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add export case for Apple OSSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add VERSION and SOVERSIONSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Fix warnings under MSYS2 + GCC 10.3.x* Trying to fix Linux CISigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Remove std::this_thread::yield() dependency on WindowsSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Apply suggestions + fix typoSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Add def file flags back inSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Tweak export directives mechanismSigned-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;* Change bool to auto to prevent warnings on VS2015Signed-off-by: Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;Co-authored-by: Alex &lt;alexei.katranov@intel.com&gt;Co-authored-by: Vittorio Romeo &lt;vittorio.romeo@outlook.com&gt;

            List of files:
            /oneTBB/test/tbb/test_profiling.cpp</description>
        <pubDate>Wed, 21 Jul 2021 07:00:00 +0000</pubDate>
        <dc:creator>Long Nguyen &lt;nguyen.long.908132@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c7157ce3 - Workaroud to -Wdeprecated-declarations warnings on macOS 13 SDK (#954)</title>
        <link>http://172.16.0.5:8080/history/oneTBB/#c7157ce3</link>
        <description>Workaroud to -Wdeprecated-declarations warnings on macOS 13 SDK (#954)* Disable -Wdeprecated-declarations warning in doctest.* Replace sprintf &quot;%f&quot; with std::to_string.Signed-off-by: Vladislav Shchapov &lt;vladislav@shchapov.ru&gt;

            List of files:
            /oneTBB/test/tbb/test_parallel_sort.cpp</description>
        <pubDate>Tue, 13 Dec 2022 09:00:00 +0000</pubDate>
        <dc:creator>Vladislav Shchapov &lt;vladislav@shchapov.ru&gt;</dc:creator>
    </item>
</channel>
</rss>
