Giter Site home page Giter Site logo

py-utils's Introduction

py-utils

A collection of handy utilities written in Python. Currently the following are available:

  • digestDepends.py Process .d files as produced by using the -MMD option for gcc and use that to find the files that were referenced, i.e. all of the dependencies. The goal is to find all the files that are needed to build a product.

  • factoroptions.py When Polyspace configures a project by observing a build script, the resulting configuration specifies the options and include paths separately for each individual file. But other tools, e.g. Astree, might not have that facility and one would like to know which files share common options and include paths. That is the purpose of this script which takes as input a Polyspace project.

  • find-ambiguous.py The goal of this script (which appears not to have been completed) is to find files whose names appear in more than one place in a set of candidate directories.

  • poly-export-diff.py This script compares the outputs of two Polyspace jobs and writes out three files, the hits only in the first, the hits only in the second, and the hits in both.

  • poly-func-analysis.py This module combines the information on uncalled or unreached functions from Polyspace check output files.

  • poly-func-diff.py Like poly-export-diff.py, but it compares the output of the poly-func-analysis.py. So it shows which functions changed status of being called or not.

py-utils's People

Contributors

richardlford avatar

Watchers

 avatar

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.