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

Set the minimum number of threads of the Multithreaded executor to 2 #2030

Merged
merged 5 commits into from
Oct 25, 2022

Commits on Oct 20, 2022

  1. Set the default number of threads of the Multithreaded executor to 2

    Signed-off-by: Alexis Paques <paa1ti@bosch.com>
    AlexisTM committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9147a72 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Add a warning if the Multithreaded executor is used with a single thread

    Signed-off-by: Alexis Paques <paa1ti@bosch.com>
    AlexisTM committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    dd145c4 View commit details
    Browse the repository at this point in the history
  2. Change the warning wording.

    Signed-off-by: Alexis Paques <paa1ti@bosch.com>
    AlexisTM committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8ed2574 View commit details
    Browse the repository at this point in the history
  3. Uncrustify. (With a signed commit).

    Signed-off-by: Alexis Paques <paa1ti@bosch.com>
    AlexisTM committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    55de091 View commit details
    Browse the repository at this point in the history
  4. Clarity: Use a comparison operator as number_of_threads is a number.

    Signed-off-by: Alexis Paques <paa1ti@bosch.com>
    AlexisTM committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    50de3b3 View commit details
    Browse the repository at this point in the history