mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add libraries listed of category
This commit is contained in:
parent
cc40817a99
commit
093ec715de
8 changed files with 389 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Sprout C++ Library — Sprout v1.0 documentation</title>
|
||||
<title>Sprout C++ Libraries — Sprout v1.0 documentation</title>
|
||||
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
|
@ -45,11 +45,51 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="sprout-c-library">
|
||||
<h1>Sprout C++ Library<a class="headerlink" href="#sprout-c-library" title="Permalink to this headline">¶</a></h1>
|
||||
<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>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference external" href="libraries.html">Libraries</a></li>
|
||||
</ul>
|
||||
<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>
|
||||
<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%40boleros.x0.com">contact-lib<span>@</span>boleros<span>.</span>x0<span>.</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>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -58,6 +98,19 @@
|
|||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="../index.html"
|
||||
title="previous chapter">Welcome to Sprout’s documentation!</a></p>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<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="up" title="Sprout C++ Library" href="index.html" />
|
||||
<link rel="up" title="Sprout C++ Libraries" href="index.html" />
|
||||
<link rel="next" title="Sprout.Algorithm" href="sprout/algorithm/index.html" />
|
||||
<link rel="prev" title="Sprout C++ Library" href="index.html" />
|
||||
<link rel="prev" title="Sprout C++ Libraries" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -35,10 +35,10 @@
|
|||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Library"
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">Sprout v1.0 documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Sprout C++ Library</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Sprout C++ Libraries</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -51,12 +51,57 @@
|
|||
<h1>Libraries<a class="headerlink" href="#libraries" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="libraries-listed-by-category">
|
||||
<h2>Libraries Listed by Category<a class="headerlink" href="#libraries-listed-by-category" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="containers-and-data-structures">
|
||||
<h3>Containers and Data structures<a class="headerlink" href="#containers-and-data-structures" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="algorithms">
|
||||
<h3>Algorithms<a class="headerlink" href="#algorithms" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="sprout/algorithm/index.html"><em>algorithm</em></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<h3>Algorithms<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="container-supports">
|
||||
<h3>Container supports<a class="headerlink" href="#container-supports" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="function-objects">
|
||||
<h3>Function Objects<a class="headerlink" href="#function-objects" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="iterators">
|
||||
<h3>Iterators<a class="headerlink" href="#iterators" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="mathematics">
|
||||
<h3>Mathematics<a class="headerlink" href="#mathematics" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="template-metaprogramming">
|
||||
<h3>Template Metaprogramming<a class="headerlink" href="#template-metaprogramming" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="preprocessor-metaprogramming">
|
||||
<h3>Preprocessor Metaprogramming<a class="headerlink" href="#preprocessor-metaprogramming" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="domain-specific">
|
||||
<h3>Domain specific<a class="headerlink" href="#domain-specific" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<h3>Domain specific<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="parsing">
|
||||
<h3>Parsing<a class="headerlink" href="#parsing" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="ray-tracing">
|
||||
<h3>Ray tracing<a class="headerlink" href="#ray-tracing" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="synthesizer">
|
||||
<h3>Synthesizer<a class="headerlink" href="#synthesizer" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="miscellaneous">
|
||||
<h3>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
<div class="section" id="c-compatible">
|
||||
<h3>C-compatible<a class="headerlink" href="#c-compatible" title="Permalink to this headline">¶</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -70,7 +115,22 @@
|
|||
<ul>
|
||||
<li><a class="reference external" href="#">Libraries</a><ul>
|
||||
<li><a class="reference external" href="#libraries-listed-by-category">Libraries Listed by Category</a><ul>
|
||||
<li><a class="reference external" href="#containers-and-data-structures">Containers and Data structures</a></li>
|
||||
<li><a class="reference external" href="#algorithms">Algorithms</a></li>
|
||||
<li><a class="reference external" href="#id2">Algorithms</a></li>
|
||||
<li><a class="reference external" href="#container-supports">Container supports</a></li>
|
||||
<li><a class="reference external" href="#function-objects">Function Objects</a></li>
|
||||
<li><a class="reference external" href="#iterators">Iterators</a></li>
|
||||
<li><a class="reference external" href="#mathematics">Mathematics</a></li>
|
||||
<li><a class="reference external" href="#template-metaprogramming">Template Metaprogramming</a></li>
|
||||
<li><a class="reference external" href="#preprocessor-metaprogramming">Preprocessor Metaprogramming</a></li>
|
||||
<li><a class="reference external" href="#domain-specific">Domain specific</a></li>
|
||||
<li><a class="reference external" href="#id4">Domain specific</a></li>
|
||||
<li><a class="reference external" href="#parsing">Parsing</a></li>
|
||||
<li><a class="reference external" href="#ray-tracing">Ray tracing</a></li>
|
||||
<li><a class="reference external" href="#synthesizer">Synthesizer</a></li>
|
||||
<li><a class="reference external" href="#miscellaneous">Miscellaneous</a></li>
|
||||
<li><a class="reference external" href="#c-compatible">C-compatible</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -79,7 +139,7 @@
|
|||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="index.html"
|
||||
title="previous chapter">Sprout C++ Library</a></p>
|
||||
title="previous chapter">Sprout C++ Libraries</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="sprout/algorithm/index.html"
|
||||
title="next chapter">Sprout.Algorithm</a></p>
|
||||
|
@ -115,10 +175,10 @@
|
|||
<a href="sprout/algorithm/index.html" title="Sprout.Algorithm"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="index.html" title="Sprout C++ Library"
|
||||
<a href="index.html" title="Sprout C++ Libraries"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">Sprout v1.0 documentation</a> »</li>
|
||||
<li><a href="index.html" >Sprout C++ Library</a> »</li>
|
||||
<li><a href="index.html" >Sprout C++ Libraries</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue