Giter VIP home page Giter VIP logo

ccl's Introduction

libccl : A container library for C

Jacob Navia created a container library for C. The library provides a framework for containers in C, and implements several common and some uncommon container types. This repo is forked from Jacob Navia's repo (which seems to be have no recent activity). There is extensive documentation provided to describe the design of libccl and it's usage.

This branch contains a version of libccl built using cmake. The goal is to provide a set of unit-tests and a build system that is cross-platform capable of compiling libccl to multiple platforms. A git submodule is used to provide some useful cmake modules. Currently only *nix variants and MacOSX is supported.

Compiling

To compile ccl, checkout this repo, initialize submodules and build, by executing the following commands

# git submodule update --init --recursive
# mkdir build
# cd build
# cmake ../

Generating Eclipse project

Note: build directory should be a sibling of where ccl is checked out. Eclipse doesn't like out-of-source builds that is a child of the source directory

# git clone https://github.com/shiva/ccl.git ccl
# cd ccl && git submodule update --init --recursive
# cd ..
# mkdir build && cd build
# cmake -G"Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ../ccl/

Contributing

If you would like to provide support, please reach out to me. There are several next steps I have in mind, and would like to have a conversation.

ccl's People

Contributors

jacob-navia avatar shiva 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.