mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
78 lines
2.9 KiB
Text
78 lines
2.9 KiB
Text
.. _sprout:
|
|
|
|
###############################################################################
|
|
Sprout C++ Libraries
|
|
###############################################################################
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
libs/index
|
|
|
|
.. _sprout-welcome:
|
|
|
|
*******************************************************************************
|
|
Welcome to the Sprout C++ Libraries
|
|
*******************************************************************************
|
|
|
|
| C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
|
|
|
|
.. _sprout-documentation:
|
|
|
|
*******************************************************************************
|
|
Library Documentation
|
|
*******************************************************************************
|
|
|
|
| The starting point for the documentation of individual libraries is the :doc:`Libraries page <./libs/index>`, which gives a brief description of each library and links to its documentation.
|
|
|
|
.. _sprout-project:
|
|
|
|
*******************************************************************************
|
|
Project page
|
|
*******************************************************************************
|
|
|
|
* `Project page <http://bolero-murakami.github.io/Sprout/>`_
|
|
* `Repository (Github) <https://github.com/bolero-MURAKAMI/Sprout/>`_
|
|
* `Wiki (japanese) <http://www.boleros.x0.com/doc/sproutwiki/>`_
|
|
|
|
.. _sprout-install:
|
|
|
|
*******************************************************************************
|
|
Install
|
|
*******************************************************************************
|
|
|
|
| Through the path to the directory. ``/path/to/sprout``
|
|
| This library can be used in the header only.
|
|
|
|
.. _sprout-compilers:
|
|
|
|
*******************************************************************************
|
|
Supported Compilers
|
|
*******************************************************************************
|
|
|
|
Linux:
|
|
|
|
* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.8.0, 4.8.1, 4.8.2, 4.8.3, 4.9.0
|
|
* Clang, C++11/14 mode: 3.2, 3.3, 3.4, 3.4.1, 3.4.2
|
|
|
|
.. _sprout-author:
|
|
|
|
*******************************************************************************
|
|
Author
|
|
*******************************************************************************
|
|
|
|
| Bolero MURAKAMI `(Mail) <contact-lib@boleros.x0.com>`_
|
|
| `Website <http://bolero-murakami.github.io/>`_ | `Twitter <https://twitter.com/bolero_murakami>`_ | `Facebook <http://www.facebook.com/genya.murakami>`_ | `Blog <http://boleros.hateblo.jp/>`_ | `Github <https://github.com/bolero-MURAKAMI>`_ | `SlideShare <http://www.slideshare.net/GenyaMurakami>`_
|
|
|
|
.. _sprout-copyrights:
|
|
|
|
*******************************************************************************
|
|
Copyrights
|
|
*******************************************************************************
|
|
|
|
| Copyright (C) 2011-2014 Bolero MURAKAMI.
|
|
| Distributed under the Boost Software License, Version 1.0.
|
|
| (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|