History log of /oneTBB/include/oneapi/tbb/flow_graph.h (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, v2021.10.0, v2021.10.0-rc1
# a088cfa0 17-May-2023 Konstantin Boyarinov <[email protected]>

Use of std::invoke to run the body in algorithms and graph nodes (#880)

Signed-off-by: kboyarinov <[email protected]>


Revision tags: v2020.3.3, v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2, v2021.8.0
# f2af7473 14-Nov-2022 kboyarinov <[email protected]>

Fix part of Coverity hits (#960)

Signed-off-by: kboyarinov <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>


Revision tags: v2021.8.0-rc1, v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0
# c21e688a 01-Feb-2022 Sergey Zheltov <[email protected]>

Update copyright year 2021 -> 2022 (#761)

Signed-off-by: Zheltov, Sergey1 <[email protected]>


# 57f524ca 26-Jan-2022 Ilya Isaev <[email protected]>

clang-tidy: use nullptr instead of NULL (#631)

This patch applies clang-tidy check- modernize-use-nullptr

Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <vladimir.serov

clang-tidy: use nullptr instead of NULL (#631)

This patch applies clang-tidy check- modernize-use-nullptr

Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <[email protected]>

show more ...


Revision tags: v2021.6.0-rc1, v2021.5.0
# 0815661e 13-Dec-2021 Ilya Mishin <[email protected]>

Fix limiter_node decrementer (#647)

* Fix limiter_node decrementer

Signed-off-by: Mishin, Ilya <[email protected]>

* Fix align

Signed-off-by: Mishin, Ilya <[email protected]>

* a

Fix limiter_node decrementer (#647)

* Fix limiter_node decrementer

Signed-off-by: Mishin, Ilya <[email protected]>

* Fix align

Signed-off-by: Mishin, Ilya <[email protected]>

* add new variable for check unused decrements

Signed-off-by: Mishin, Ilya <[email protected]>

* remove iostream

Signed-off-by: Mishin, Ilya <[email protected]>

* remove unnesessary cast

Signed-off-by: Mishin, Ilya <[email protected]>

* align whitespaces

Signed-off-by: Mishin, Ilya <[email protected]>

* Fix whitespace alignment

Signed-off-by: Serov, Vladimir <[email protected]>

* Revert workaround for GCC

Signed-off-by: Serov, Vladimir <[email protected]>

Co-authored-by: Serov, Vladimir <[email protected]>

show more ...


# 6edb5c3a 13-Dec-2021 Vladimir Serov <[email protected]>

Deallocate object with based on actual type (#667)

* Deallocate object with based on actual type

Signed-off-by: Serov, Vladimir <[email protected]>


# 324afd9e 08-Dec-2021 Ilya Mishin <[email protected]>

Catch exception in lightweight node (#623)

* Add raii to aggregator to prevent stuck

Signed-off-by: Mishin, Ilya <[email protected]>

* Add test

Signed-off-by: Mishin, Ilya <ilya.mishin@

Catch exception in lightweight node (#623)

* Add raii to aggregator to prevent stuck

Signed-off-by: Mishin, Ilya <[email protected]>

* Add test

Signed-off-by: Mishin, Ilya <[email protected]>

* Reuse tbb raii guard

Signed-off-by: Mishin, Ilya <[email protected]>

* Add header

Signed-off-by: Mishin, Ilya <[email protected]>

* execute_and_wait lightweight task

Signed-off-by: Mishin, Ilya <[email protected]>

* remove unused headers

Signed-off-by: Mishin, Ilya <[email protected]>

* remove space

Signed-off-by: Mishin, Ilya <[email protected]>

* remove std::function

Signed-off-by: Mishin, Ilya <[email protected]>

* noexcept lightweight body

Signed-off-by: Mishin, Ilya <[email protected]>

* fix cmake

Signed-off-by: Mishin, Ilya <[email protected]>

* fix space

Signed-off-by: Mishin, Ilya <[email protected]>

* gcc error

Signed-off-by: Mishin, Ilya <[email protected]>

* declval gateway_type

Signed-off-by: Mishin, Ilya <[email protected]>

* new tests

Signed-off-by: Mishin, Ilya <[email protected]>

* template tests

Signed-off-by: Mishin, Ilya <[email protected]>

* macro TBB_USE_EXCEPTIONS

Signed-off-by: Mishin, Ilya <[email protected]>

* Apply suggestions from code review

Co-authored-by: Aleksei Fedotov <[email protected]>

Co-authored-by: Aleksei Fedotov <[email protected]>

show more ...


Revision tags: v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1
# 734f0bc0 02-Jul-2021 Pablo Romero <[email protected]>

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 <pro

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 <[email protected]>

show more ...


Revision tags: v2021.3.0
# 25e2b1dd 04-Jun-2021 Ilya Mishin <[email protected]>

Fix negative delta in limiter_node decrementer (#422)

* fix negative delta in limiter_node decrementer

* add assert

* fix warning

* add new test

* refactor test

* more checks

Co-au

Fix negative delta in limiter_node decrementer (#422)

* fix negative delta in limiter_node decrementer

* add assert

* fix warning

* add new test

* refactor test

* more checks

Co-authored-by: Aleksei Fedotov <[email protected]>

* counter to right place

* fix build

Co-authored-by: Aleksei Fedotov <[email protected]>

show more ...


# 478de5b1 05-May-2021 tbbdev <[email protected]>

Commit oneTBB source code 82ff8707


Revision tags: v2021.2.0, v2021.2.0-rc
# b15aabb3 26-Jan-2021 tbbdev <[email protected]>

Commit oneTBB source code 9ed4a21c


Revision tags: v2021.1.1
# 49e08aac 28-Oct-2020 tbbdev <[email protected]>

Commit oneTBB source code 6420d97a