GithubHelp home page GithubHelp logo

canonical / auto-abi-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osrf/auto-abi-checker

0.0 2.0 1.0 1.05 MB

Tool designed to facilitate the run the great ABI compliance checker by supporting easy inputs and no configuration files

License: Apache License 2.0

Python 7.87% C++ 87.62% C 0.35% Ruby 1.41% CMake 2.75%

auto-abi-checker's Introduction

Auto generation of ABI report Build Status

Tool designed to facilitate the run the great ABI compliance checker by supporting easy inputs and no configuration files

Inputs supported:

  • local-dir: use full path to a local directory with the headers and libraries (i.e: install directory)
  • osrf-pkg: use OSRF lib name and the tool will get the library and development packages from the OSRF repositories (i.e: sdformat7)
  • ros-pkg: use the ROS package name. It can be fully qualified (i.e ros-melodic-gazebo-dev) or a ROS name (i.e gazebo_dev). If using the ROS package name, rosdistro will be obtained from ROS_DISTRO env var. Multiple packages are supported, comma separated.
  • ros-repo: use the ROS repo name and the tool will download all the packages associated with the repository. (i.e: gazebo_ros_pkgs)
  • ros-ws: use full path to the install directory of a ROS workspace

Examples

Use ros-repo

./auto-abi.py --orig-type ros-repo --orig gazebo_ros_pkgs --new-type local-dir --new /tmp/colcon_ws/install

Use ros-pkg

Single package, using prefix

./auto-abi.py --orig-type ros-pkg --orig ros-melodic-gazebo-ros --new-type local-dir --new /tmp/colcon_ws/install

Multiple packages, with prefix

./auto-abi.py --orig-type ros-pkg --orig gazebo_ros,gazebo_dev,gazebo_ros_pkgs --new-type local-dir --new /tmp/colcon_ws/install

Use osrf-pkg

./auto-abi.py --orig-type osrf-pkg --orig sdformat8 --new-type osrf-pkg --new sdformat8

auto-abi-checker's People

Contributors

j-rivero avatar

Watchers

 avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.