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

Included abstraction for rcutils::shared_library #49

Merged
merged 23 commits into from
Apr 2, 2020

Commits on Mar 19, 2020

  1. Included abstraction for rcutils::shared_library

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    efc9963 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Fixed headers and doc

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a5c187a View commit details
    Browse the repository at this point in the history
  2. Added basic test with sanitizers for shared libray

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b19a01d View commit details
    Browse the repository at this point in the history
  3. fixed linters in test_shared_library.cpp

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    96018c9 View commit details
    Browse the repository at this point in the history
  4. adapted to rcutils shared library API

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    7995d80 View commit details
    Browse the repository at this point in the history
  5. rcutils is a depend in package.xml

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    27c06f7 View commit details
    Browse the repository at this point in the history
  6. Added get_library_path method to SharedLibrary class

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6d26b5e View commit details
    Browse the repository at this point in the history
  7. throw bad_alloc

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    94eef84 View commit details
    Browse the repository at this point in the history
  8. Added exception to docblock

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    23600a0 View commit details
    Browse the repository at this point in the history
  9. fixed CMakeLists issues

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d5e56a9 View commit details
    Browse the repository at this point in the history
  10. Default value for DISABLE_SANITIZERS to OFF

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4a128d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Added more tests to test_shared_library

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2b18d0d View commit details
    Browse the repository at this point in the history
  2. Included rcutils_get_error_string and rcutils_reset_error

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8d36d58 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Removed sanitizer in CMakeLists.txt

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2d53380 View commit details
    Browse the repository at this point in the history
  2. get_library_path throws an exception - updated docs too

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    da90788 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Removed comments and fixed test on shared library

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bf08783 View commit details
    Browse the repository at this point in the history
  2. Fixed cpplint test_shared_library

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d8000c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Added target_compile_definitions for dummy_shared_library

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d38b130 View commit details
    Browse the repository at this point in the history
  2. Added get_platform_library_name to SharedLibrary

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    a883112 View commit details
    Browse the repository at this point in the history
  3. Visibility of SharedLibray Class on windows

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ea33567 View commit details
    Browse the repository at this point in the history
  4. Avoid noreturn issue on windows

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2e7f57d View commit details
    Browse the repository at this point in the history
  5. Avoid noreturn issue on windows on more tests

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    3455326 View commit details
    Browse the repository at this point in the history
  6. fixed docbloc

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2e97c45 View commit details
    Browse the repository at this point in the history