Skip to content

capicxx-core-runtime 3.2.3-r7

Compare
Choose a tag to compare
@dibpinto dibpinto released this 23 Oct 11:05
· 3 commits to master since this release
e3818cb
  • Fixed warnings with gcc11 for Wextra-extra-semi flag
  • Fix capi-core-runtime Runtime::loadLibrary
  • vSomeIP Security: Update vsomeip_sec
  • Fixed commonapi-core-runtime windows build
  • Fix race condition.
  • Remove mutex and add exception handling to RuntimeDeinit.
  • Fix double initialization of loggerImpl.
  • Linux: avoid static initialization of std::mutex
  • Replace deprecated std::ptr_fun
  • Properly initialize Runtime::defaultCallTimeout_
  • Removed GENIVI copyright line
  • Fix bug in assignment operator of Variant in case of self-assignment
  • Ensure to stop struct deserialization on error
  • Implement "no_timeout" in method responses
  • Use COMMONAPI_EXPORT_CLASS_EXPLICIT to export classes
  • Removed libdlt dependency from android
  • Add support to logs in Android
  • Update android build files
  • Support retrieval of environment (hostname) from client identifier.
  • Use lock objects and remove self assignment.