GithubHelp home page GithubHelp logo

mchalupa / angie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from verifit/angie

0.0 3.0 0.0 385 KB

Next generation of static analyzers

License: Other

CMake 1.29% Shell 4.87% C++ 92.02% C 1.83%

angie's Introduction

Angie project

alt Travis CI AppVeyor

Angie is a static analysis and verification framework, specifically for methods based on abstract interpretation.

The program is licensed under GNU LGPLv3+ and makes use of LLVM, Boost, Range-v3 [Range-v3-VS2015], GSL [GSL-lite] [V11-GSL], MemGraph [stripped fork] and possibly also Z3, CRoaring. All those are to my best knowledge distributed under compatible licenses.

Proud user of:

Build & Run

# set to your executables
COPT=opt
CLANGXX=clang++
CLANG=clang
export COPT CLANGXX CLANG
(bash ./compile-inputs-to-ll.sh <DIRECTORY_WITH_SOURCE_FILES>; mkdir tmp; cd tmp; cmake ../; make)
# ./tmp/angie --help
./tmp/angie -f <FILE_TO_ANALYSE>

Dependencies install

For simple deployment, install_* helpers in utils directory will handle installation of CMake built or include-only libraries. Main motivation was repetitive fixing of Travis-CI and custom *nix server deployment. Currently needed dependencies to get Angie compiled:

# installation prefix for script, select any path, $HOME/local, ...
export PREFIX=$PWD/dependencies
# install missing libraries
sh utils/install_main.sh gtest
sh utils/install_main.sh boost
# install range-v3-vs2015 [MS VC14+ workaround support] or range-v3 [clang/gcc ISO C++14]
sh utils/install_main.sh range-v3-vs2015
# install gsl [C++14] or gsl-lite [C++11, custom fork with macros disabled]
sh utils/install_main.sh gsl-lite
# export or '-D'set CMAKE_PREFIX_PATH or CMAKE_INCLUDE_PATH
export CMAKE_PREFIX_PATH=$PREFIX

Contribution and credits

See CREDITS.txt

License

See LICENSE.txt

angie's People

Contributors

charvn avatar michkot avatar

Watchers

 avatar  avatar  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.