C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
Find a file
Bolero MURAKAMI 79ed131e71 Merge pull request #79 from fimbul/remove_unused_paramter_name
delete unused parameter name.
2015-06-22 09:04:26 +09:00
cmake Add support for CMake 2013-11-28 08:51:11 +09:00
example add example: compile-time lifegame 2015-05-28 13:11:39 +09:00
libs rename reduct_iterator -> reduce_iterator 2015-05-11 10:34:12 +09:00
sprout delete unused parameter name. 2015-06-19 17:46:34 +09:00
testspr add stateful library 2015-05-14 19:52:27 +09:00
tools fix workaround bug 2015-01-29 00:55:00 +09:00
CMakeLists.txt fix math::cos 2013-12-18 17:58:27 +09:00
LICENSE_1_0.txt README 追加 2011-09-01 03:35:15 +00:00
README.rst add tested compiler 2015-01-12 02:03:30 +09:00

###############################################################################
Sprout C++ Libraries
###############################################################################

*******************************************************************************
Welcome to the Sprout C++ Libraries
*******************************************************************************

| C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.

*******************************************************************************
Library Documentation
*******************************************************************************

| The starting point for the documentation of individual libraries is the `Libraries page <http://bolero-murakami.github.io/Sprout/docs/index.html>`_, which gives a brief description of each library and links to its documentation.

*******************************************************************************
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/>`_

*******************************************************************************
Install
*******************************************************************************

| Through the path to the directory. ``/path/to/sprout``
| This library can be used in the header only.

*******************************************************************************
Supported Compilers
*******************************************************************************

Linux:

* GCC, C++11/14 mode: 4.7.0~4.7.4, 4.8.0~4.8.3, 4.9.0~4.9.2
* Clang, C++11/14 mode: 3.2, 3.3, 3.4~3.4.2, 3.5.0

*******************************************************************************
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://d.hatena.ne.jp/boleros/>`_ | `Github <https://github.com/bolero-MURAKAMI>`_ | `SlideShare <http://www.slideshare.net/GenyaMurakami>`_

*******************************************************************************
Copyrights
*******************************************************************************

| Copyright (C) 2011-2015 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)