-
Notifications
You must be signed in to change notification settings - Fork 54
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
Commits on Mar 19, 2020
-
Included abstraction for rcutils::shared_library
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for efc9963 - Browse repository at this point
Copy the full SHA efc9963View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5c187a - Browse repository at this point
Copy the full SHA a5c187aView commit details -
Added basic test with sanitizers for shared libray
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b19a01d - Browse repository at this point
Copy the full SHA b19a01dView commit details -
fixed linters in test_shared_library.cpp
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96018c9 - Browse repository at this point
Copy the full SHA 96018c9View commit details -
adapted to rcutils shared library API
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7995d80 - Browse repository at this point
Copy the full SHA 7995d80View commit details -
rcutils is a depend in package.xml
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 27c06f7 - Browse repository at this point
Copy the full SHA 27c06f7View commit details -
Added get_library_path method to SharedLibrary class
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d26b5e - Browse repository at this point
Copy the full SHA 6d26b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94eef84 - Browse repository at this point
Copy the full SHA 94eef84View commit details -
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 23600a0 - Browse repository at this point
Copy the full SHA 23600a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e56a9 - Browse repository at this point
Copy the full SHA d5e56a9View commit details -
Default value for DISABLE_SANITIZERS to OFF
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a128d9 - Browse repository at this point
Copy the full SHA 4a128d9View commit details
Commits on Mar 26, 2020
-
Added more tests to test_shared_library
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b18d0d - Browse repository at this point
Copy the full SHA 2b18d0dView commit details -
Included rcutils_get_error_string and rcutils_reset_error
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d36d58 - Browse repository at this point
Copy the full SHA 8d36d58View commit details
Commits on Mar 27, 2020
-
Removed sanitizer in CMakeLists.txt
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d53380 - Browse repository at this point
Copy the full SHA 2d53380View commit details -
get_library_path throws an exception - updated docs too
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da90788 - Browse repository at this point
Copy the full SHA da90788View commit details
Commits on Mar 30, 2020
-
Removed comments and fixed test on shared library
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf08783 - Browse repository at this point
Copy the full SHA bf08783View commit details -
Fixed cpplint test_shared_library
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8000c4 - Browse repository at this point
Copy the full SHA d8000c4View commit details
Commits on Apr 1, 2020
-
Added target_compile_definitions for dummy_shared_library
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d38b130 - Browse repository at this point
Copy the full SHA d38b130View commit details -
Added get_platform_library_name to SharedLibrary
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a883112 - Browse repository at this point
Copy the full SHA a883112View commit details -
Visibility of SharedLibray Class on windows
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea33567 - Browse repository at this point
Copy the full SHA ea33567View commit details -
Avoid noreturn issue on windows
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e7f57d - Browse repository at this point
Copy the full SHA 2e7f57dView commit details -
Avoid noreturn issue on windows on more tests
Signed-off-by: ahcorde <ahcorde@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3455326 - Browse repository at this point
Copy the full SHA 3455326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e97c45 - Browse repository at this point
Copy the full SHA 2e97c45View commit details