Git Product home page Git Product logo

libhelper's Introduction

libhelper

A C library providing implementations of data structures and some algorithms.

Build status

What is this?

libhelper is a library of various tools which are often reinvented by C programmers, because they are not part of the standard library. It aims to collect frequently used constructs, algorithms, and helpers - for some definition of "frequently". :-)

Building

Currently the only tested target is 64-bit Windows via MSVC. Planned targets include 64-bit Linux and macOS. No 32-bit support is planned, but I will happily accept changes supporting those.

Microsoft Visual Studio

The library is tested with Visual Studio 2017 (incl. Community edition).

  1. Open the solution libhelper.sln
  2. Build the solution (press F7)
  3. Optionally run the unit tests (press CTRL+R, then A)

Using

License

libhelper is distributed under a 3-clause BSD license.

Microsoft Visual Studio

It is intended to be used as a static library (.lib), and have minimal dependencies. At the moment those dependencies include only the C standard library.

Detailed instructions on how to use it in your project will appear here. The impatient user can refer to the libhelper-unit-tests project preferences.

Contributing

Feel free to contribute any way you want. New code, tests, documentation, comments, reviews, feature requests, beers, the list goes on..

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.