Coder Social home page Coder Social logo

soderstrom-rikard / dextool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joakim-brannstrom/dextool

0.0 2.0 0.0 16.69 MB

Suite of C/C++ tooling built on LLVM/Clang written in D

License: Other

D 37.44% Shell 0.14% C 11.40% C++ 50.89% Makefile 0.09% Batchfile 0.04% Objective-C 0.01%

dextool's Introduction

dextool Build Status codecov

dextool is a suite of tools for analyzing and code generation of C/C++ source code.

Status

The plugin "C Test Double" is with release v1.0.0 guaranteed to be stable regarding how the generated code behaves.

The other plugins are to be regarded as beta quality.

Overview

The basic plugins for deXtool are:

  • C TestDouble. Analyze C code to generate an implementation. Suitable for the use cases "Generate a test double" and "Generate a test harness".
  • C++ TestDouble. Analyze C++ code to generate an implementation. Suitable for the use case "Generate a test double". It is capable of handling free functions in namespaces (akin to C TestDouble), virtual and pure classes and inheritance hierarchies.
  • UML. Analyze C/C++ code to generate PlantUML diagrams. Component and classes.
  • GraphML. Analyze C/C++ code to generate a GraphML representation. Call chains, type usage, classes as groups of methods and members.

Dependencies

  • libclang 3.7+. deXtool has been tested with versions [3.7, 3.8].

Building and installing

See INSTALL.md

Credit

Jacob Carlborg for his excellent DStep. It was used as a huge inspiration for this code base. Without DStep deXTool wouldn't exist.

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.