Giter Site home page Giter Site logo

shaozhixue / core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mnmlstc/core

0.0 0.0 0.0 1.36 MB

C++14 (and beyond) library features implemented in C++11

Home Page: https://mnmlstc.github.io/core/

License: Other

C++ 96.74% CMake 2.39% Python 0.61% Shell 0.25%

core's Introduction

Overview

MNMLSTC Core is a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions, or some proposals that have not been completely approved yet.

Information on installing and using MNMLSTC Core can be found in its documentation.

MNMLSTC Core is released under the Apache 2.0 License. Build scripts provided by MNMLSTC Core are released under the CC0 1.0 Universal License.

image

image

Components

Some components provided by MNMLSTC Core are:

  • variant<Ts...>
  • optional<T>
  • expected<T>
  • deep_ptr<T>
  • poly_ptr<T>
  • string_view
  • range<T>
  • any

Details on each component can be found in MNMLSTC Core's documentation. All of the MNMLSTC Core components reside in the core namespace. The library is organized equivalent to the standard library e.g., components related to memory are in the memory header, functional components in the functional header, etc.

Requirements

There are several requirements to fully use MNMLSTC Core:

  • A C++11 compliant compiler (GCC 4.8.1 or Clang 3.4 meet the minimum feature set required to build and use MNMLSTC Core)
  • CMake 3.0.0

Additionally, to develop or package MNMLSTC Core, the following are required:

Sphinx and the Guzzle Sphinx Theme are only necessary if generating documentation manually to be included with the package.

WiX Toolset is only required if building packages for Windows.

core's People

Contributors

bruxisma 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.