Coder Social home page Coder Social logo

esss / hookman Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 5.0 484 KB

A plugin management system in python to applications (in totally or partially) written in C++.    

Home Page: https://hookman.readthedocs.io

License: MIT License

Python 84.83% CMake 1.52% C++ 10.86% C 2.79%
hacktoberfest hook plugin-manager plugin-system python

hookman's People

Contributors

alexandrebbruno avatar arthursoprana avatar ggrbill avatar nicoddemus avatar pre-commit-ci[bot] avatar prusse-martin avatar tadeu avatar volpatto avatar williamjamir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hookman's Issues

Add new CLI command to create `hook_specs.h`

Create a new CLI command named create-hook-specs that creates just the hook_specs.h

This command should check:

  • If the destination folder already has the hook_specs.h, ask the user if they want to overwrite the file.

Fix CI

AppVeyor was failing from a long time ago. Travis started failing after PR #59 was merged.

Change default linux compiler to gcc. not clang

Description

The current cmake configuration uses

if(NOT WIN32)
  set(CMAKE_C_COMPILER    clang)
  set(CMAKE_CXX_COMPILER  clang++)
  set(CMAKE_C_FLAGS       "-Wall -std=c99")
  set(CMAKE_C_FLAGS_DEBUG "-g")
endif(NOT WIN32)

I think it should be gcc instead of clang, if possible.

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.