C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
Find a file
bolero-MURAKAMI ffb3ccece8 add functional/equiv
fix is_bind_expression
add polymorphic version not1, not2
2013-09-04 12:07:54 +09:00
example add copyright 2013-08-08 18:54:33 +09:00
libs fix make_array: explicit conversion to T 2013-08-23 12:08:17 +09:00
sprout add functional/equiv 2013-09-04 12:07:54 +09:00
testspr add copyright 2013-08-08 18:54:33 +09:00
LICENSE_1_0.txt README 追加 2011-09-01 03:35:15 +00:00
README.rst add README.rst 2013-08-29 23:21:49 +09:00

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

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

| C++11 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 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1
* Clang, C++11 mode: 3.2, 3.3

*******************************************************************************
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-2013 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)