Sprout/docs/libs/index.html

167 lines
8.1 KiB
HTML
Raw Normal View History

2013-08-15 09:29:43 +00:00
<!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" />
2013-08-15 14:41:50 +00:00
<title>Sprout C++ Libraries &mdash; Sprout v1.0 documentation</title>
2013-08-15 09:29:43 +00:00
<link rel="stylesheet" href="../_static/default.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_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="Sprout v1.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 v1.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
2013-08-15 14:41:50 +00:00
<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>
2013-08-15 09:29:43 +00:00
<ul>
<li class="toctree-l1"><a class="reference external" href="libraries.html">Libraries</a></li>
</ul>
2013-08-15 14:41:50 +00:00
<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>
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
</div>
2013-08-20 04:07:21 +00:00
<div class="section" id="library-documentation">
<h2>Library Documentation<a class="headerlink" href="#library-documentation" title="Permalink to this headline"></a></h2>
<p>The starting point for the documentation of individual libraries is the <a class="reference external" href="libraries.html"><em>Libraries page</em></a>, which gives a brief description of each library and links to its documentation.</p>
</div>
2013-08-15 14:41:50 +00:00
<div class="section" id="project-page">
<h2>Project page<a class="headerlink" href="#project-page" title="Permalink to this headline"></a></h2>
<p>Github: <a class="reference external" href="https://github.com/bolero-MURAKAMI/Sprout">https://github.com/bolero-MURAKAMI/Sprout</a></p>
</div>
<div class="section" id="install">
<h2>Install<a class="headerlink" href="#install" title="Permalink to this headline"></a></h2>
<p>Through the path to the directory. <tt class="docutils literal"><span class="pre">/path/to/sprout</span></tt></p>
<p>This library can be used in the header only.</p>
</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>
<p>Bolero MURAKAMI</p>
<ul class="simple">
<li>Website: <a class="reference external" href="http://www.boleros.x0.com/">http://www.boleros.x0.com/</a></li>
<li>Twitter: <a class="reference external" href="https://twitter.com/bolero_murakami">https://twitter.com/bolero_murakami</a></li>
<li>Facebook: <a class="reference external" href="http://www.facebook.com/genya.murakami">http://www.facebook.com/genya.murakami</a></li>
<li>Blog: <a class="reference external" href="http://d.hatena.ne.jp/boleros/">http://d.hatena.ne.jp/boleros/</a></li>
<li>Github: <a class="reference external" href="https://github.com/bolero-MURAKAMI">https://github.com/bolero-MURAKAMI</a></li>
<li>SlideShare: <a class="reference external" href="http://www.slideshare.net/GenyaMurakami">http://www.slideshare.net/GenyaMurakami</a></li>
<li>Mail: <a class="reference external" href="mailto:contact-lib&#37;&#52;&#48;boleros&#46;x0&#46;com">contact-lib<span>&#64;</span>boleros<span>&#46;</span>x0<span>&#46;</span>com</a></li>
</ul>
</div>
<div class="section" id="copyrights">
<h2>Copyrights<a class="headerlink" href="#copyrights" title="Permalink to this headline"></a></h2>
<p>Copyright (C) 2011-2013 Bolero MURAKAMI.</p>
<p>Distributed under the Boost Software License, Version 1.0.</p>
<p>(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>)</p>
</div>
2013-08-15 09:29:43 +00:00
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
2013-08-15 14:41:50 +00:00
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="#">Sprout C++ Libraries</a><ul>
<li><a class="reference external" href="#welcome-to-the-sprout-c-libraries">Welcome to the Sprout C++ Libraries</a></li>
2013-08-20 04:07:21 +00:00
<li><a class="reference external" href="#library-documentation">Library Documentation</a></li>
2013-08-15 14:41:50 +00:00
<li><a class="reference external" href="#project-page">Project page</a></li>
<li><a class="reference external" href="#install">Install</a></li>
<li><a class="reference external" href="#supported-compilers">Supported Compilers</a></li>
<li><a class="reference external" href="#author">Author</a></li>
<li><a class="reference external" href="#copyrights">Copyrights</a></li>
</ul>
</li>
</ul>
2013-08-15 09:29:43 +00:00
<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" size="18" />
<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="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 v1.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> 0.6.4.
</div>
</body>
</html>