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

Demo for callback-group-level executor concept. #302

Merged
merged 17 commits into from
Mar 11, 2021
Merged

Demo for callback-group-level executor concept. #302

merged 17 commits into from
Mar 11, 2021

Commits on Feb 12, 2021

  1. Demo for callback-group-level executor concept.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    96f81fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Apply suggestions from code review

    Co-authored-by: Karsten Knese <[email protected]>
    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange and Karsten1987 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    660e6bb View commit details
    Browse the repository at this point in the history
  2. Fixed CMake line length warning.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    67be1c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. First attempt for support of macOS.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ba0b245 View commit details
    Browse the repository at this point in the history
  2. Fixed linter warnings.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a325809 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Simplified #ifdefs for logger.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    359c55f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. make compile on osx

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    cfc01da View commit details
    Browse the repository at this point in the history
  2. Fixed includes so that CPPLINT.cfg can be removed and formatting of i…

    …nt64 in logging.
    
    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    71ae2c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. fix osx cpu affinity

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    413ede4 View commit details
    Browse the repository at this point in the history
  2. duplicate main methods for simplicity

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ce8653f View commit details
    Browse the repository at this point in the history
  3. uncrustify

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    cb7bb15 View commit details
    Browse the repository at this point in the history
  4. Ensure that both executor instance continue after the scheduling conf…

    …iguration.
    
    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8108846 View commit details
    Browse the repository at this point in the history
  5. wip, thread suspend

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4e432be View commit details
    Browse the repository at this point in the history
  6. Improved documentation and cleaned up main functions.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    54c00f1 View commit details
    Browse the repository at this point in the history
  7. Added note on failed core pinning under macOS.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2bd06e8 View commit details
    Browse the repository at this point in the history
  8. Removed unused timestamp variables.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    07a323c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Added explicit cast from size_t to int32.

    Signed-off-by: Ralph Lange <[email protected]>
    ralph-lange committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    79b5dab View commit details
    Browse the repository at this point in the history