Skip to content

Check binary compatibility of different OpenCV versions

Notifications You must be signed in to change notification settings

mshabunin/abi-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV ABI compatibility check

Included scripts will check compatibility of versions in 3.x line (from 3.0.0 to master). abi-compliance-checker tool is used for analysis.

Instruction:

  1. Install docker
  2. run ./do.sh
  3. Check reports in the ./results folder

Notes:

  • Appropriate compiler is GCC 5.x, version 6.x can produce wrong results for source compatibility check
  • abi-compliance-checker will be built into the docker image, version is hardcoded: 2.1

About

Check binary compatibility of different OpenCV versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages