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

Feature/support multiple clients #271

Merged

Commits on Jul 20, 2023

  1. Implementing better C++ eRPC support

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    651a304 View commit details
    Browse the repository at this point in the history
  2. Moving C interface related function declarations into interface heade…

    …r file.
    
    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0894210 View commit details
    Browse the repository at this point in the history
  3. Move C generated code into it's own files.

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c00f271 View commit details
    Browse the repository at this point in the history
  4. Many C++ minor fixes

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a4d1b92 View commit details
    Browse the repository at this point in the history
  5. C support multiple clients

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    79ea2be View commit details
    Browse the repository at this point in the history
  6. Tests can be built.

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4b3c190 View commit details
    Browse the repository at this point in the history
  7. Fixed infinity loops in tests (c++ vs c scope)

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    158754b View commit details
    Browse the repository at this point in the history
  8. test_callbacks works

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5d553a9 View commit details
    Browse the repository at this point in the history
  9. test_arbitrator is working now

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    307e2c9 View commit details
    Browse the repository at this point in the history
  10. Many minor code improvements.

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f6b2a04 View commit details
    Browse the repository at this point in the history
  11. Namespace can be defined by user. Default erpcshim

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a96c697 View commit details
    Browse the repository at this point in the history
  12. Putting function declaration under interface.

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1b5f63d View commit details
    Browse the repository at this point in the history
  13. Refactored code

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b31d4b0 View commit details
    Browse the repository at this point in the history
  14. Fixed yml tests.

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9caa701 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    fed7be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Added c++ enum classes

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d5acf06 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge commit '9fb576381031073ba9d9d748d80e256725f23047' into feature/…

    …supportMultipleClients
    Hadatko committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a9ed103 View commit details
    Browse the repository at this point in the history
  2. Change based on PR review

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b920699 View commit details
    Browse the repository at this point in the history
  3. Revert "Added c++ enum classes"

    This reverts commit d5acf06.
    
    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ff7e2fb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/supportMultipleClients

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f1b0bf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fixes based on Michal observations

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    eaca7a8 View commit details
    Browse the repository at this point in the history
  2. Fix wrong name in server function call

    Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
    Hadatko committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c7d80d6 View commit details
    Browse the repository at this point in the history