Sprout/docs/libs/index.html
2013-08-30 11:14:14 +09:00

182 lines
No EOL
8.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sprout C++ Libraries &mdash; Sprout 1.0 documentation</title>
<link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="Sprout 1.0 documentation" href="../index.html" />
<link rel="next" title="Libraries" href="libraries.html" />
<link rel="prev" title="Welcome to Sprouts documentation!" href="../index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="libraries.html" title="Libraries"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../index.html" title="Welcome to Sprouts documentation!"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Sprout 1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Sprout C++ Libraries</a><ul>
<li><a class="reference internal" href="#welcome-to-the-sprout-c-libraries">Welcome to the Sprout C++ Libraries</a></li>
<li><a class="reference internal" href="#library-documentation">Library Documentation</a></li>
<li><a class="reference internal" href="#project-page">Project page</a></li>
<li><a class="reference internal" href="#install">Install</a></li>
<li><a class="reference internal" href="#supported-compilers">Supported Compilers</a></li>
<li><a class="reference internal" href="#author">Author</a></li>
<li><a class="reference internal" href="#copyrights">Copyrights</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../index.html"
title="previous chapter">Welcome to Sprout&#8217;s documentation!</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="libraries.html"
title="next chapter">Libraries</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/libs/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="sprout-c-libraries">
<h1>Sprout C++ Libraries<a class="headerlink" href="#sprout-c-libraries" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="libraries.html">Libraries</a></li>
</ul>
</div>
<div class="section" id="welcome-to-the-sprout-c-libraries">
<h2>Welcome to the Sprout C++ Libraries<a class="headerlink" href="#welcome-to-the-sprout-c-libraries" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</div>
</div>
</div>
<div class="section" id="library-documentation">
<h2>Library Documentation<a class="headerlink" href="#library-documentation" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">The starting point for the documentation of individual libraries is the <a class="reference internal" href="libraries.html"><em>Libraries page</em></a>, which gives a brief description of each library and links to its documentation.</div>
<div class="line"><br /></div>
</div>
</div>
<div class="section" id="project-page">
<h2>Project page<a class="headerlink" href="#project-page" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference external" href="http://bolero-murakami.github.io/Sprout/">Project page</a></li>
<li><a class="reference external" href="https://github.com/bolero-MURAKAMI/Sprout/">Repository (Github)</a></li>
<li><a class="reference external" href="http://www.boleros.x0.com/doc/sproutwiki/">Wiki (japanese)</a></li>
</ul>
</div>
<div class="section" id="install">
<h2>Install<a class="headerlink" href="#install" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">Through the path to the directory. <tt class="docutils literal"><span class="pre">/path/to/sprout</span></tt></div>
<div class="line">This library can be used in the header only.</div>
</div>
</div>
<div class="section" id="supported-compilers">
<h2>Supported Compilers<a class="headerlink" href="#supported-compilers" title="Permalink to this headline"></a></h2>
<p>Linux:</p>
<ul class="simple">
<li>GCC, C++11 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1</li>
<li>Clang, C++11 mode: 3.2, 3.3</li>
</ul>
</div>
<div class="section" id="author">
<h2>Author<a class="headerlink" href="#author" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">Bolero MURAKAMI <a class="reference external" href="mailto:contact-lib&#37;&#52;&#48;boleros&#46;x0&#46;com">(Mail)</a></div>
<div class="line"><a class="reference external" href="http://bolero-murakami.github.io/">[Website]</a> <a class="reference external" href="https://twitter.com/bolero_murakami">[Twitter]</a> <a class="reference external" href="http://www.facebook.com/genya.murakami">[Facebook]</a> <a class="reference external" href="http://d.hatena.ne.jp/boleros/">[Blog]</a> <a class="reference external" href="https://github.com/bolero-MURAKAMI">[Github]</a> <a class="reference external" href="http://www.slideshare.net/GenyaMurakami">[SlideShare]</a></div>
</div>
</div>
<div class="section" id="copyrights">
<h2>Copyrights<a class="headerlink" href="#copyrights" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">Copyright (C) 2011-2013 Bolero MURAKAMI.</div>
<div class="line">Distributed under the Boost Software License, Version 1.0.</div>
<div class="line">(See accompanying file LICENSE_1_0.txt or copy at <a class="reference external" href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="libraries.html" title="Libraries"
>next</a> |</li>
<li class="right" >
<a href="../index.html" title="Welcome to Sprouts documentation!"
>previous</a> |</li>
<li><a href="../index.html">Sprout 1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2013, Bolero MURAKAMI.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>