Code Monkey home page Code Monkey logo

hinder's Introduction

hinder

A collection of useful C++ libraries.

To hinder something is to make doing that thing more difficult. I chose this name because it is an antonym of boost: my second favorite C++ library. Hopefully, hinder also boosts your productivity despite the play on words! ๐Ÿ˜‰

In part this library is the evolution of an earlier attempt to modernize and then share code I have written over the years. Also, I want to provide some capabilities that I wish were in the C++ standard, Boost, or other libraries. I would also be ecstatic if you contributed too!

Goals

  • Easy to use but hard to misuse.
  • Flexible but clear, simple, and clean.
  • High performance but clear, simple, and clean.
  • Container and cloud friendly.
  • Do as much at compile-time as possible.
  • Use the latest C++ standard, techniques, and practices.
  • Prefer the standard library, libraries on track for standardization, or Boost.

Documentation and Usage

See the documentation in the doc directory.

Compilers and Platforms

C++ Standard

If you do not set CMAKE_CXX_STANDARD, the default is C++17. At the moment, the minimum supported standard is C++11.

Compilers

  • Clang
  • GCC

Platforms

  • Linux
    • Debian 10 (Buster)
    • Debian 11 (Bullseye)
    • Ubuntu 20.04 (Focal Fossa; LTS)

See the container directory for tools to create reference containers (via Docker or Podman) with everything you need to build this library. If you have trouble building this library on your Linux distribution, please report it. But, if you can, try one of the reference containers.

Dependencies

See the documentation for details.

Build Options

See the documentation for details.

Installing

mkdir -p <path>/build
git clone https://github.com/tonywalker1/hinder <path>
cd <path>/build
cmake <options> ..
make -j
make install

Contributing

I would love suggestions, fixes, documentation, examples, and other contributions. I would also be interested in help supporting other platforms. See CONTRIBUTING and CODE_OF_CONDUCT for details.

See CONTRIBUTORS for a list of contributors.

hinder's People

Contributors

tonywalker1 avatar

Stargazers

 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.