2013-08-29 14:21:49 +00:00
###############################################################################
Sprout C++ Libraries
###############################################################################
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
Welcome to the Sprout C++ Libraries
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
2013-12-12 14:38:33 +00:00
| C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
2013-08-29 14:21:49 +00:00
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
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:
2015-10-13 13:17:03 +00:00
* GCC, C++11/14 mode: 4.7.0~4.7.4, 4.8.0~4.8.5, 4.9.0~4.9.3, 5.1.0, 5.2.0
* Clang, C++11/14 mode: 3.2, 3.3, 3.4~3.4.2, 3.5.0~3.5.1, 3.6.0~3.6.2, 3.7.0
2013-08-29 14:21:49 +00:00
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
Author
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
| Bolero MURAKAMI `(Mail) <contact-lib@boleros.x0.com> `_
2013-09-04 03:58:38 +00:00
| `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> `_
2013-08-29 14:21:49 +00:00
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
Copyrights
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *** *
2015-01-11 17:03:30 +00:00
| Copyright (C) 2011-2015 Bolero MURAKAMI.
2013-08-29 14:21:49 +00:00
| 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)