Giter Site home page Giter Site logo

prajoshpremdas / boost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from steinwurf/boost

0.0 2.0 0.0 26.27 MB

A minimal subset of the Boost C++ library

License: Boost Software License 1.0

C++ 99.80% C 0.17% Perl 0.01% M4 0.01% Shell 0.01% Python 0.01%

boost's Introduction

Introduction

This repo provides a Waf build script for a subset of the Boost C++ Libraries.

We use Boost in several of our libraries. As some of our target platforms do not have a package manager and since we depend on a quite recent version we provide it as a dependency.

We use Waf to cross-compile Boost for the different platforms we support. This repo includes the wscript files needed to build the Boost libraries.

This is in no way a complete build system for Boost, we would be happy to accept improvements if somebody has time.

http://buildbot.steinwurf.dk/svgstatus?project=boost

If you have any questions or suggestions about this library, please contact us at our developer mailing list (hosted at Google Groups):

Documentation

To get started, see the manual here: http://docs.steinwurf.com

Quick Start

If you already installed a C++11 compiler, git and python on your system, then you can clone this repository to a suitable folder:

git clone [email protected]:steinwurf/boost.git

Configure and build the project:

cd boost
python waf configure
python waf build

Run the unit tests:

python waf --run_tests

Upgrade with fabric

  1. Download the latest Boost release from http://www.boost.org/users/download/

    (Always choose the *.tar.bz2 archive that uses Unix line endings!)

  2. Extract the contents of the downloaded archive to some folder(but not into this repository!)

  3. Invoke the boost.upgrade fabric task to copy the required files from the new release to this project (the old files will be deleted first). For example:

    fab boost.upgrade:"C:\steinwurf\boost_1_62_0"
    
  4. Create a new branch, and try to compile the new release on the build system without any patches to see what errors or warnings are produced.

  5. Based on the results, select the patches that are relevant for this release and copy them to the root folder of this repository.

  6. Invoke the boost.apply_patches fabric task to apply the selected patches one-by-one (if a patch cannot be applied cleanly, then fix the conflicts manually):

    fab boost.apply_patches
    

boost's People

Contributors

petya2164 avatar jpihl avatar mortenvp avatar fmhess avatar jledet avatar

Watchers

James Cloos avatar Prajosh Premdas (Jo) 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.