Giter VIP home page Giter VIP logo

abi-monitor's Introduction

ABI Monitor 1.12

ABI Monitor โ€” monitor new versions of a software library, try to build them and create profile for ABI Tracker: https://github.com/lvc/abi-tracker

Contents

  1. About
  2. Install
  3. Usage
  4. Profile

About

The tool is intended to be used with the ABI Tracker tool to visualize API/ABI changes timeline of a C/C++ library.

The tool is developed by Andrey Ponomarenko: http://abi-laboratory.pro/

Install

sudo make install prefix=/usr
Requires
  • Perl 5 (5.8 or newer)
  • perl-Data-Dumper
  • curl
  • wget
Recommends
  • cmake
  • autotools
  • meson
  • gcc
  • g++

Usage

abi-monitor [options] [profile]

The input profile will be extended after execution. Then it can be passed to the ABI Tracker.

Examples
abi-monitor -get -build libssh.json
abi-monitor -rebuild -v 0.7.0 libssh.json

Profile

{
    "Name":       "SHORT LIBRARY NAME",
    "SourceUrl":  "URL TO DOWNLOAD PACKAGES",
    "Git":        "GIT ADDRESS TO CLONE"
}
Profile example
{
    "Name":       "libssh",
    "SourceUrl":  "https://red.libssh.org/projects/libssh/files",
    "Git":        "https://git.libssh.org/projects/libssh.git"
}

See more profile examples in this directory: https://github.com/lvc/upstream-tracker/tree/master/profile

Adv. options

You can set additional option BuildScript to define the path to the shell script that should be used to build packages. It will be executed inside the source tree of a package. The script should install the library to the output directory defined by the INSTALL_TO environment variable. The code should be compiled with the -g -Og GCC options.

If you just want to add some configure options then you can define the Configure option of the profile.

The other option SourceDir allows to index packages from a local directory instead of downloading them from SourceUrl.

Adv. usage

For advanced usage, see output of -help option.

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.