You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use literal target names instead of variables
- Write internal.hpp to build directory instead of source to prevent needless rebuilds
- Fixed how this file is includes in source files
- Remove hard coded CMAKE_VERBOSE_MAKEFILE
- Ran cmake-format
- "wrap"ing (ld's --wrap option) the "socket" symbol, see wrappers.cpp
- Added install directive to vsomeip/example/hello_world and
vsomeip_ctrl
- Platform conditional socket lib linkage
- hello_world code uses ENABLE_SIGNALS, but its setting was missing in CMake
- Improve setup for boost stacktrace, really only helps on Linux and
requires the backtrace.h file
- Added QNX platform section, though the credential code changes for QNX
are not included in this commit.
- Use a CACHE variable for VSOMEIP_BASE_PATH. Upstream defaults this to
/var for QNX which is a very bad choice.
- Followed the 3.5.x example and remove the dependency on routingmanager
in the tests, as it's not available on Windows
0 commit comments