GithubHelp home page GithubHelp logo

liquidradio / flexcore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flexcorelib/flexcore

0.0 2.0 0.0 1.12 MB

A generic C++ library for dataflow programming

License: Apache License 2.0

CMake 20.88% C++ 79.12%

flexcore's Introduction

flexcore {#mainpage}

A generic C++ library for dataflow programming.

Usage

See the getting started page.

Installation

Flexcore uses a cmake based build system. After cloning run:

$ git submodule init
$ git submodule update

To compile and install:

$ mkdir build && cd build
$ cmake -DFLEXCORE_ENABLE_TESTS=NO ..
$ make install

The installation location can be customized in the usual cmake way:

cmake -DCMAKE_INSTALL_PREFIX=<prefix>

On 32-bit platforms libraries will be placed in /lib32, and on 64-bit platforms in /lib64.

To override the library dir suffix specify the variable -DLIB_SUFFIX= in the call to cmake. The libraries will then be installed in /lib${LIB_SUFFIX}

To use flexcore in a cmake based project check the usage document.

To access the documentation in doxygen, execute doxygen from top level directory, not from /docs :

doxygen docs/doxyfile

Dependencies

  • C++14 compatible compiler (tested with GCC-5.2, Clang-3.6)
  • Boost (>=1.54) - thread/log/system libraries

External libraries that are included as git submodules, are located under /src/3rdparty. Currently, flexcore includes the following libraries:

  • adobe stlab forest library - A generic C++ library for graph representation
  • cereal - A C++11 library for serialization

License

Copyright 2016 Caspar Kielwein

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
See LICENSE.txt or http://www.apache.org/licenses/LICENSE-2.0

All files under flexcore/3rdparty are licensed by their respective copyright owners.
adobe stlab forest is distributed under the Boost Software License, Version 1.0.
cereal is licensed under the BSD license.

flexcore's People

Contributors

athei avatar casparkielwein avatar gaschreiber avatar jepio avatar justusschwan avatar mrq avatar

Watchers

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