mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-20 22:42:01 +02:00
194 lines
8.1 KiB
HTML
194 lines
8.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
{% comment %}
|
|
{% assign cereal_font = 'Lily Script One' %}
|
|
{% assign cereal_font = 'Raleway' %}
|
|
{% endcomment %}
|
|
|
|
{% assign cereal_font = 'Kite One' %}
|
|
|
|
{% assign cereal_font = 'Lobster' %}
|
|
{% assign cereal_font = 'Londrina Solid' %}
|
|
{% assign cereal_font = 'Faster One' %}
|
|
{% assign cereal_font = 'Permanent Marker' %}
|
|
{% assign cereal_font = 'Fredoka One' %}
|
|
|
|
|
|
<meta charset="utf-8">
|
|
<title>cereal Docs{% if page.title %} - {{page.title}}{% endif %}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family={{cereal_font | replace: ' ', '+'}}' rel='stylesheet' type='text/css'>
|
|
<link href="{{ site.baseurl }}/assets/css/pygments.css" rel="stylesheet">
|
|
<link href="{{ site.baseurl }}/assets/css/bootstrap.min.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
}
|
|
.sidebar-nav {
|
|
padding: 9px 0;
|
|
}
|
|
|
|
@media (max-width: 980px) {
|
|
/* Enable use of floated navbar text */
|
|
.navbar-text.pull-right {
|
|
float: none;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<style type="text/css">
|
|
/* set a max-width for horizontal fluid layout and make it centered */
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
max-width: 1600px; /* or 950px */
|
|
}
|
|
</style>
|
|
|
|
<link href="{{ site.baseurl }}/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="{{ site.baseurl }}/assets/js/html5shiv.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Fav and touch icons -->
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/assets/ico/apple-touch-icon-144-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.baseurl }}/assets/ico/apple-touch-icon-114-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.baseurl }}/assets/ico/apple-touch-icon-72-precomposed.png">
|
|
<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/assets/ico/apple-touch-icon-57-precomposed.png">
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/ico/favicon.png">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-fluid">
|
|
|
|
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
|
|
<div class="container">
|
|
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</a>
|
|
|
|
<a class="brand" href="{{ site.baseurl }}/index.html" style="font-family: '{{cereal_font}}'; font-size: 34px;">cereal</a>
|
|
|
|
<div class="nav-collapse collapse" style="height: 0px;">
|
|
<ul class="nav">
|
|
<li><a href="{{ site.baseurl }}/index.html">Documentation</a></li>
|
|
<li><a href="{{ site.baseurl }}/assets/doxygen/index.html">Doxygen Docs</a></li>
|
|
<li><a href="{{ site.baseurl }}/assets/coverage/index.html">Coverage</a></li>
|
|
<li><a href="https://github.com/USCiLab/cereal">Github</a></li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> CI Status <b class="caret"></b> </a>
|
|
<ul class="dropdown-menu">
|
|
<li>
|
|
<a href="https://github.com/USCilab/cereal/actions/workflows/ci.yml">
|
|
<img src="https://github.com/USCilab/cereal/actions/workflows/ci.yml/badge.svg"/>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/USCilab/cereal/actions/workflows/ci-macos.yml">
|
|
<img src="https://github.com/USCilab/cereal/actions/workflows/ci-macos.yml/badge.svg"/>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://ci.appveyor.com/project/AzothAmmo/cereal/branch/master">
|
|
<img src="https://ci.appveyor.com/api/projects/status/91aou6smj36or0vb/branch/master?svg=true"/>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<ul class="nav pull-right">
|
|
<li><a href="{{ site.baseurl }}/about.html">About</a></li>
|
|
<li class="divider-vertical"></li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> Download <b class="caret"></b> </a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="https://github.com/USCiLab/cereal/archive/v1.3.2.tar.gz">v1.3.2 (.tar.gz)</a></li>
|
|
<li><a href="https://github.com/USCiLab/cereal/archive/v1.3.2.zip">v1.3.2 (.zip)</a></li>
|
|
<li><a href="https://github.com/USCiLab/cereal/releases">All Releases</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="divider-vertical"></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="span3">
|
|
<div class="well sidebar-nav">
|
|
<ul class="nav nav-list">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li class="nav-header">At a Glance</li>
|
|
<li><a href="quickstart.html">Quick Start</a></li>
|
|
<li><a href="stl_support.html">Standard Library Support</a></li>
|
|
<li><a href="transition_from_boost.html">Transitioning From Boost</a></li>
|
|
<li class="nav-header">Basic Documentation</li>
|
|
<li><a href="serialization_archives.html">Serialization Archives</a></li>
|
|
<li><a href="serialization_functions.html">Serialization Functions</a></li>
|
|
<li><a href="pointers.html">Pointers and References</a></li>
|
|
<li><a href="inheritance.html">Inheritance</a></li>
|
|
<li class="nav-header">Advanced Topics</li>
|
|
<li><a href="polymorphism.html">Polymorphism</a></li>
|
|
<li><a href="archive_specialization.html">Archive Specialization</a></li>
|
|
<li><a href="thread_safety.html">Thread Safety</a></li>
|
|
<li><a href="pimpl.html">PIMPL Idiom</a></li>
|
|
<li><a href="contributing.html">Contributing to cereal</a></li>
|
|
<li class="nav-header">Other Stuff</li>
|
|
<li><a href="help.html">Getting Help</a></li>
|
|
</ul>
|
|
|
|
</div><!--/.well -->
|
|
</div><!--/span-->
|
|
<div class="span7">
|
|
{{content | replace: "cereal's", '<font style="font-family: __cereal__font__;">cereal</font>'s' | replace: 'cereal ', '<font style="font-family: __cereal__font__;">cereal </font>' | replace: '__cereal__font__', cereal_font | replace: 'xCEREAL', 'cereal' }}
|
|
|
|
</div><!--/span-->
|
|
</div><!--/row-->
|
|
</div><!--/.fluid-container-->
|
|
|
|
<script type="text/javascript" src="{{ site.baseurl }}/assets/js/jquery-1.10.2.min.js"></script>
|
|
<script type="text/javascript" src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
// Highlight the current page in the side navbar
|
|
$('a[href = "{{page.url | replace_first: '/', ''}}"]').parent().addClass('active');
|
|
});
|
|
</script>
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-42360142-1', 'uscilab.github.io');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|