Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exception in lightweight node #623

Merged
merged 17 commits into from
Dec 8, 2021

Commits on Nov 10, 2021

  1. Add raii to aggregator to prevent stuck

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    865a9bb View commit details
    Browse the repository at this point in the history
  2. Add test

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ea5daa8 View commit details
    Browse the repository at this point in the history
  3. Reuse tbb raii guard

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2383550 View commit details
    Browse the repository at this point in the history
  4. Add header

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b98c30c View commit details
    Browse the repository at this point in the history
  5. execute_and_wait lightweight task

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bf87053 View commit details
    Browse the repository at this point in the history
  6. remove unused headers

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8e43970 View commit details
    Browse the repository at this point in the history
  7. remove space

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0913a43 View commit details
    Browse the repository at this point in the history
  8. remove std::function

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5b46ba8 View commit details
    Browse the repository at this point in the history
  9. noexcept lightweight body

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    910b3dc View commit details
    Browse the repository at this point in the history
  10. fix cmake

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e06f25c View commit details
    Browse the repository at this point in the history
  11. fix space

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b97d875 View commit details
    Browse the repository at this point in the history
  12. gcc error

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    058f5c0 View commit details
    Browse the repository at this point in the history
  13. declval gateway_type

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7cc2e29 View commit details
    Browse the repository at this point in the history
  14. new tests

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dad5e1b View commit details
    Browse the repository at this point in the history
  15. template tests

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    80d0385 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. macro TBB_USE_EXCEPTIONS

    Signed-off-by: Mishin, Ilya <[email protected]>
    Iliamish committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4c67760 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Apply suggestions from code review

    Co-authored-by: Aleksei Fedotov <[email protected]>
    Iliamish and aleksei-fedotov committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    89077b2 View commit details
    Browse the repository at this point in the history