Code Monkey home page Code Monkey logo

mili's Introduction

MiLi Build Status

A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al, FuDePAN

See the online documentation, new versions, and issue tracking at http://mili.googlecode.com

Notes

This is an adaptation of the original library http://mili.googlecode.com to enable its use with Biicode.

Basic usage

* copy the content of the include directory to where your headers files are.
* just include "mili.h"
* if you want to enclose the MiLi classes into the mili namespace, #define MILI_NAMESPACE
* each library has it's own define to disable its inclusion:
* platform_detection:   NO_PLATFORM_DETECTION
* bitwise_enums:        NO_BITWISE_ENUMS
* promotion_disable:    NO_PROMOTION_DISABLE
* prepos_caller:        NO_PREPOS_CALLER
* delete_container:     NO_DELETE_CONTAINER
* factory:              NO_FACTORY
* invariants:           NO_INVARIANTS
* type_mapper:          NO_TYPE_MAPPER
* properties:           NO_PROPERTIES
* string_utils:         NO_STRING_UTILS
* container_utils:      NO_CONTAINER_UTILS
* stream_utils:         NO_STREAM_UTILS
* arith_utils:          NO_ARITH_UTILS
* binary_streams:       NO_BINSTREAMS
* loop_unrolling:       NO_LOOP_UNROLLING
* compile_assert:       NO_COMPILE_ASSERT
* template_info:        NO_TEMPLATE_INFO
* coroutines:           NO_COROUTINES
* fast_list:            NO_FAST_LIST
* ranker:               NO_RANKER
* variants_set:         NO_VARIANTS_SET
* random_gen:           NO_RANDOM_GEN
* generic_exception:    NO_GENERIC_EXCEPTION
* raii:                 NO_RAII
* auto_array            NO_AUTO_ARRAY
* metaprogramming_utils NO_METAPROGRAMMING_UTILS
* license_text          NO_LICENSE_TEXT

You might want to copy the include files in an include directory. If so, just run the 'install.sh' script:

sudo ./install.sh

and then

#include <mili/mili.h>

Send comments to [email protected]

Thanks! FuDePAN team.

mili's People

Contributors

mariadeanton avatar

Stargazers

 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.