mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
183 lines
No EOL
8.1 KiB
HTML
183 lines
No EOL
8.1 KiB
HTML
|
|
|
|
<!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" />
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-43764535-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
<title>Sprout C++ Libraries — 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="#" />
|
|
<link rel="next" title="Libraries" href="libs/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="libs/index.html" title="Libraries"
|
|
accesskey="N">next</a> |</li>
|
|
<li><a href="#">Sprout 1.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h3><a href="#">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>Next topic</h4>
|
|
<p class="topless"><a href="libs/index.html"
|
|
title="next chapter">Libraries</a></p>
|
|
<h3>This Page</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="_sources/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>
|
|
<p>Contents:</p>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="libs/index.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="libs/index.html"><em>Libraries page</em></a>, which gives a brief description of each library and links to its documentation.</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/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0</li>
|
|
<li>Clang, C++11/14 mode: 3.2, 3.3, 3.4</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%40boleros.x0.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://boleros.hateblo.jp/">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-2014 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="libs/index.html" title="Libraries"
|
|
>next</a> |</li>
|
|
<li><a href="#">Sprout 1.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© Copyright 2013-2014, Bolero MURAKAMI.
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
|
</div>
|
|
</body>
|
|
</html> |