bake-toolkit 2.11.2 → 2.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/_build/html/_images/AddRepository.png +0 -0
- data/documentation/_build/html/_images/AvailableSoftware.png +0 -0
- data/documentation/_build/html/_images/FirstSelect.png +0 -0
- data/documentation/_build/html/_images/Import.png +0 -0
- data/documentation/_build/html/_images/InstallNewSoftware.png +0 -0
- data/documentation/_build/html/_images/Licenses.png +0 -0
- data/documentation/_build/html/_images/New.png +0 -0
- data/documentation/_build/html/_images/Restart.png +0 -0
- data/documentation/_build/html/_images/Result.png +0 -0
- data/documentation/_build/html/_images/Script.png +0 -0
- data/documentation/_build/html/_images/SecondSelect.png +0 -0
- data/documentation/_build/html/_images/SelectExport.png +0 -0
- data/documentation/_build/html/_images/SelectImport.png +0 -0
- data/documentation/_build/html/_images/SelectNew.png +0 -0
- data/documentation/_build/html/_images/TrustMe.png +0 -0
- data/documentation/_build/html/_images/WrongSelect.png +0 -0
- data/documentation/_build/html/_images/bake_build_hierachy.png +0 -0
- data/documentation/_build/html/_images/bake_tagcloud.png +0 -0
- data/documentation/_build/html/_images/buildFile.png +0 -0
- data/documentation/_build/html/_images/buildMain.png +0 -0
- data/documentation/_build/html/_images/console.png +0 -0
- data/documentation/_build/html/_images/cvsp.png +0 -0
- data/documentation/_build/html/_images/cygwin_mount.png +0 -0
- data/documentation/_build/html/_images/cygwin_ruby.png +0 -0
- data/documentation/_build/html/_images/cygwin_tty.png +0 -0
- data/documentation/_build/html/_images/hier.png +0 -0
- data/documentation/_build/html/_images/keys.png +0 -0
- data/documentation/_build/html/_images/pref.png +0 -0
- data/documentation/_build/html/_images/problem.png +0 -0
- data/documentation/_build/html/_images/vs_2010_install.png +0 -0
- data/documentation/_build/html/_images/vs_debug.png +0 -0
- data/documentation/_build/html/_images/vs_error.png +0 -0
- data/documentation/_build/html/_images/vs_install1.png +0 -0
- data/documentation/_build/html/_images/vs_installed.png +0 -0
- data/documentation/_build/html/_images/vs_options.png +0 -0
- data/documentation/_build/html/_images/vs_select_config.png +0 -0
- data/documentation/_build/html/_images/vs_show_config.png +0 -0
- data/documentation/_build/html/_images/vs_update.png +0 -0
- data/documentation/_build/html/_images/vs_update_site.png +0 -0
- data/documentation/_build/html/_sources/changelog.txt +314 -0
- data/documentation/_build/html/_sources/commandline/commandline.txt +107 -0
- data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +34 -0
- data/documentation/_build/html/_sources/concepts/concepts.txt +11 -0
- data/documentation/_build/html/_sources/concepts/the_main_project.txt +45 -0
- data/documentation/_build/html/_sources/concepts/the_project_meta_file.txt +72 -0
- data/documentation/_build/html/_sources/ide/eclipse/eclipse.txt +24 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_convert_existing_cdt_workspace.txt +31 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_new_project_in_eclipse.txt +18 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_workspace_in_eclipse.txt +27 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_install_eclipse_plugin.txt +44 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_use_bake_in_eclipse.txt +86 -0
- data/documentation/_build/html/_sources/ide/ide_integrations.txt +8 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +15 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_debug_in_vs.txt +35 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_used_bake_in_vs.txt +35 -0
- data/documentation/_build/html/_sources/ide/vs/vs.txt +10 -0
- data/documentation/_build/html/_sources/ide/vs/vs_install.txt +43 -0
- data/documentation/_build/html/_sources/index.txt +34 -0
- data/documentation/_build/html/_sources/install/install_bake.txt +112 -0
- data/documentation/_build/html/_sources/internal.txt +50 -0
- data/documentation/_build/html/_sources/known_issues.txt +9 -0
- data/documentation/_build/html/_sources/license.txt +4 -0
- data/documentation/_build/html/_sources/performance/performance.txt +104 -0
- data/documentation/_build/html/_sources/quickstart/quickstart.txt +70 -0
- data/documentation/_build/html/_sources/syntax/derive_configs.txt +93 -0
- data/documentation/_build/html/_sources/syntax/project_meta_syntax.txt +19 -0
- data/documentation/_build/html/_sources/syntax/syntax.txt +10 -0
- data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +175 -0
- data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +49 -0
- data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +122 -0
- data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +66 -0
- data/documentation/_build/html/_sources/tips_and_tricks/the_clang.txt +43 -0
- data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +33 -0
- data/documentation/_build/html/_sources/why_bake/why_bake.txt +40 -0
- data/documentation/_build/html/_static/AddRepository.png +0 -0
- data/documentation/_build/html/_static/AvailableSoftware.png +0 -0
- data/documentation/_build/html/_static/FirstSelect.png +0 -0
- data/documentation/_build/html/_static/Import.png +0 -0
- data/documentation/_build/html/_static/InstallNewSoftware.png +0 -0
- data/documentation/_build/html/_static/Lib.meta +8 -0
- data/documentation/_build/html/_static/Licenses.png +0 -0
- data/documentation/_build/html/_static/Main.meta +26 -0
- data/documentation/_build/html/_static/New.png +0 -0
- data/documentation/_build/html/_static/PMetaMain.meta +15 -0
- data/documentation/_build/html/_static/PMetaSub.meta +15 -0
- data/documentation/_build/html/_static/Restart.png +0 -0
- data/documentation/_build/html/_static/Result.png +0 -0
- data/documentation/_build/html/_static/Script.png +0 -0
- data/documentation/_build/html/_static/SecondSelect.png +0 -0
- data/documentation/_build/html/_static/Select.png +0 -0
- data/documentation/_build/html/_static/SelectExport.png +0 -0
- data/documentation/_build/html/_static/SelectImport.png +0 -0
- data/documentation/_build/html/_static/SelectNew.png +0 -0
- data/documentation/_build/html/_static/TrustMe.png +0 -0
- data/documentation/_build/html/_static/WrongSelect.png +0 -0
- data/documentation/_build/html/_static/ajax-loader.gif +0 -0
- data/documentation/_build/html/_static/bake_build_hierachy.png +0 -0
- data/documentation/_build/html/_static/bake_tagcloud.png +0 -0
- data/documentation/_build/html/_static/basic.css +599 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings-white.png +0 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings.png +0 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +6 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css.map +1 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +5 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css.map +1 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +5 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +7 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +13 -0
- data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -0
- data/documentation/_build/html/_static/bootstrap-sphinx.js +162 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings-white.png +0 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings.png +0 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/buildFile.png +0 -0
- data/documentation/_build/html/_static/buildMain.png +0 -0
- data/documentation/_build/html/_static/comment-bright.png +0 -0
- data/documentation/_build/html/_static/comment-close.png +0 -0
- data/documentation/_build/html/_static/comment.png +0 -0
- data/documentation/_build/html/_static/console.png +0 -0
- data/documentation/_build/html/_static/cvsp.png +0 -0
- data/documentation/_build/html/_static/cygwin_mount.png +0 -0
- data/documentation/_build/html/_static/cygwin_ruby.png +0 -0
- data/documentation/_build/html/_static/cygwin_tty.png +0 -0
- data/documentation/_build/html/_static/doctools.js +263 -0
- data/documentation/_build/html/_static/down-pressed.png +0 -0
- data/documentation/_build/html/_static/down.png +0 -0
- data/documentation/_build/html/_static/file.png +0 -0
- data/documentation/_build/html/_static/hier.png +0 -0
- data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -0
- data/documentation/_build/html/_static/jquery.js +4 -0
- data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -0
- data/documentation/_build/html/_static/js/jquery-fix.js +2 -0
- data/documentation/_build/html/_static/keys.png +0 -0
- data/documentation/_build/html/_static/minus.png +0 -0
- data/documentation/_build/html/_static/plus.png +0 -0
- data/documentation/_build/html/_static/pref.png +0 -0
- data/documentation/_build/html/_static/problem.png +0 -0
- data/documentation/_build/html/_static/pygments.css +63 -0
- data/documentation/_build/html/_static/searchtools.js +622 -0
- data/documentation/_build/html/_static/syntax.html +704 -0
- data/documentation/_build/html/_static/syntax_collection_meta.html +179 -0
- data/documentation/_build/html/_static/underscore-1.3.1.js +999 -0
- data/documentation/_build/html/_static/underscore.js +31 -0
- data/documentation/_build/html/_static/up-pressed.png +0 -0
- data/documentation/_build/html/_static/up.png +0 -0
- data/documentation/_build/html/_static/vs_2010_install.png +0 -0
- data/documentation/_build/html/_static/vs_debug.png +0 -0
- data/documentation/_build/html/_static/vs_error.png +0 -0
- data/documentation/_build/html/_static/vs_install1.png +0 -0
- data/documentation/_build/html/_static/vs_installed.png +0 -0
- data/documentation/_build/html/_static/vs_options.png +0 -0
- data/documentation/_build/html/_static/vs_select_config.png +0 -0
- data/documentation/_build/html/_static/vs_show_config.png +0 -0
- data/documentation/_build/html/_static/vs_update.png +0 -0
- data/documentation/_build/html/_static/vs_update_site.png +0 -0
- data/documentation/_build/html/_static/websupport.js +808 -0
- data/documentation/_build/html/changelog.html +735 -0
- data/documentation/_build/html/commandline/commandline.html +284 -0
- data/documentation/_build/html/concepts/build_hierarchy.html +204 -0
- data/documentation/_build/html/concepts/concepts.html +181 -0
- data/documentation/_build/html/concepts/the_main_project.html +260 -0
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -0
- data/documentation/_build/html/genindex.html +152 -0
- data/documentation/_build/html/ide/eclipse/eclipse.html +185 -0
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -0
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -0
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -0
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -0
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -0
- data/documentation/_build/html/ide/ide_integrations.html +182 -0
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -0
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -0
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -0
- data/documentation/_build/html/ide/vs/vs.html +170 -0
- data/documentation/_build/html/ide/vs/vs_install.html +202 -0
- data/documentation/_build/html/index.html +238 -0
- data/documentation/_build/html/install/install_bake.html +279 -0
- data/documentation/_build/html/internal.html +217 -0
- data/documentation/_build/html/known_issues.html +175 -0
- data/documentation/_build/html/license.html +236 -0
- data/documentation/_build/html/objects.inv +0 -0
- data/documentation/_build/html/performance/performance.html +373 -0
- data/documentation/_build/html/quickstart/quickstart.html +236 -0
- data/documentation/_build/html/search.html +174 -0
- data/documentation/_build/html/searchindex.js +1 -0
- data/documentation/_build/html/syntax/derive_configs.html +295 -0
- data/documentation/_build/html/syntax/project_meta_syntax.html +884 -0
- data/documentation/_build/html/syntax/syntax.html +181 -0
- data/documentation/_build/html/syntax/variable_substitutions.html +378 -0
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +203 -0
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -0
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +401 -0
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -0
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +196 -0
- data/documentation/_build/html/why_bake/why_bake.html +241 -0
- data/lib/blocks/executable.rb +1 -1
- data/lib/common/version.rb +1 -1
- metadata +244 -2
@@ -0,0 +1,217 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>Internal developing notes — bake 2.11.2 documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: './',
|
18
|
+
VERSION: '2.11.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="top" title="bake 2.11.2 documentation" href="index.html" />
|
32
|
+
<link rel="prev" title="License" href="license.html" />
|
33
|
+
<meta charset='utf-8'>
|
34
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
35
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
36
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
37
|
+
|
38
|
+
</head>
|
39
|
+
<body role="document">
|
40
|
+
|
41
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
42
|
+
<div class="container">
|
43
|
+
<div class="navbar-header">
|
44
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
45
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
46
|
+
<span class="icon-bar"></span>
|
47
|
+
<span class="icon-bar"></span>
|
48
|
+
<span class="icon-bar"></span>
|
49
|
+
</button>
|
50
|
+
<a class="navbar-brand" href="index.html">
|
51
|
+
bake</a>
|
52
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
<div class="collapse navbar-collapse nav-collapse">
|
56
|
+
<ul class="nav navbar-nav">
|
57
|
+
|
58
|
+
|
59
|
+
<li class="dropdown globaltoc-container">
|
60
|
+
<a role="button"
|
61
|
+
id="dLabelGlobalToc"
|
62
|
+
data-toggle="dropdown"
|
63
|
+
data-target="#"
|
64
|
+
href="index.html">Section <b class="caret"></b></a>
|
65
|
+
<ul class="dropdown-menu globaltoc"
|
66
|
+
role="menu"
|
67
|
+
aria-labelledby="dLabelGlobalToc"><ul>
|
68
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
|
69
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
80
|
+
</ul>
|
81
|
+
<ul class="current">
|
82
|
+
<li class="toctree-l1 current"><a class="current reference internal" href="">Internal developing notes</a></li>
|
83
|
+
</ul>
|
84
|
+
</ul>
|
85
|
+
</li>
|
86
|
+
|
87
|
+
<li class="dropdown">
|
88
|
+
<a role="button"
|
89
|
+
id="dLabelLocalToc"
|
90
|
+
data-toggle="dropdown"
|
91
|
+
data-target="#"
|
92
|
+
href="#">SubSections <b class="caret"></b></a>
|
93
|
+
<ul class="dropdown-menu localtoc"
|
94
|
+
role="menu"
|
95
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
96
|
+
<li><a class="reference internal" href="#">Internal developing notes</a><ul>
|
97
|
+
<li><a class="reference internal" href="#socket">Socket</a><ul>
|
98
|
+
<li><a class="reference internal" href="#send">send</a><ul>
|
99
|
+
<li><a class="reference internal" href="#header">Header</a></li>
|
100
|
+
<li><a class="reference internal" href="#error-packet-type-0x01">Error packet (type 0x01)</a></li>
|
101
|
+
<li><a class="reference internal" href="#starting-build-packet-type-0x0a">Starting build packet (type 0x0A)</a></li>
|
102
|
+
<li><a class="reference internal" href="#building-project-packet">Building project packet</a></li>
|
103
|
+
</ul>
|
104
|
+
</li>
|
105
|
+
<li><a class="reference internal" href="#receive">receive</a></li>
|
106
|
+
</ul>
|
107
|
+
</li>
|
108
|
+
</ul>
|
109
|
+
</li>
|
110
|
+
</ul>
|
111
|
+
</ul>
|
112
|
+
</li>
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<li>
|
119
|
+
<a href="license.html" title="Previous Chapter: License"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« License</span>
|
120
|
+
</a>
|
121
|
+
</li>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
</ul>
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
<form class="navbar-form navbar-right" action="search.html" method="get">
|
132
|
+
<div class="form-group">
|
133
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
134
|
+
</div>
|
135
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
136
|
+
<input type="hidden" name="area" value="default" />
|
137
|
+
</form>
|
138
|
+
|
139
|
+
</div>
|
140
|
+
</div>
|
141
|
+
</div>
|
142
|
+
|
143
|
+
<div class="container">
|
144
|
+
<div class="row">
|
145
|
+
<div class="col-md-12">
|
146
|
+
|
147
|
+
<div class="section" id="internal-developing-notes">
|
148
|
+
<h1>Internal developing notes<a class="headerlink" href="#internal-developing-notes" title="Permalink to this headline">¶</a></h1>
|
149
|
+
<div class="section" id="socket">
|
150
|
+
<h2>Socket<a class="headerlink" href="#socket" title="Permalink to this headline">¶</a></h2>
|
151
|
+
<p>If command line option –socket is used, bake tries to connect to the given port on localhost.</p>
|
152
|
+
<div class="section" id="send">
|
153
|
+
<h3>send<a class="headerlink" href="#send" title="Permalink to this headline">¶</a></h3>
|
154
|
+
<div class="section" id="header">
|
155
|
+
<h4>Header<a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h4>
|
156
|
+
<blockquote>
|
157
|
+
<div><div class="highlight-console"><div class="highlight"><pre><span class="go">1 Byte: Type</span>
|
158
|
+
<span class="go">4 Byte: Length (used to discard the paket if type is unknown to the listening application)</span>
|
159
|
+
</pre></div>
|
160
|
+
</div>
|
161
|
+
</div></blockquote>
|
162
|
+
</div>
|
163
|
+
<div class="section" id="error-packet-type-0x01">
|
164
|
+
<h4>Error packet (type 0x01)<a class="headerlink" href="#error-packet-type-0x01" title="Permalink to this headline">¶</a></h4>
|
165
|
+
<blockquote>
|
166
|
+
<div><div class="highlight-console"><div class="highlight"><pre><span class="go">4 Byte: Length filename, project name</span>
|
167
|
+
<span class="go">x Byte: filename, project name</span>
|
168
|
+
<span class="go">4 Byte: line number (can be 0)</span>
|
169
|
+
<span class="go">1 Byte: severity (0x00 = info, 0x01 = warning, 0x02 = error, 0xFF = ok)</span>
|
170
|
+
<span class="go">x Byte: message (length = rest of packet)</span>
|
171
|
+
</pre></div>
|
172
|
+
</div>
|
173
|
+
</div></blockquote>
|
174
|
+
</div>
|
175
|
+
<div class="section" id="starting-build-packet-type-0x0a">
|
176
|
+
<h4>Starting build packet (type 0x0A)<a class="headerlink" href="#starting-build-packet-type-0x0a" title="Permalink to this headline">¶</a></h4>
|
177
|
+
<blockquote>
|
178
|
+
<div><div class="highlight-console"><div class="highlight"><pre><span class="go">4 Byte: Length project name</span>
|
179
|
+
<span class="go">x Byte: project name</span>
|
180
|
+
<span class="go">4 Byte: Length config name</span>
|
181
|
+
<span class="go">x Byte: config name</span>
|
182
|
+
<span class="go">4 Byte: number of projects in this build (greater than 0)</span>
|
183
|
+
</pre></div>
|
184
|
+
</div>
|
185
|
+
</div></blockquote>
|
186
|
+
</div>
|
187
|
+
<div class="section" id="building-project-packet">
|
188
|
+
<h4>Building project packet<a class="headerlink" href="#building-project-packet" title="Permalink to this headline">¶</a></h4>
|
189
|
+
<p>Same as Starting build packet, except number of projects = 0</p>
|
190
|
+
</div>
|
191
|
+
</div>
|
192
|
+
<div class="section" id="receive">
|
193
|
+
<h3>receive<a class="headerlink" href="#receive" title="Permalink to this headline">¶</a></h3>
|
194
|
+
<p>If a byte is received, the build will be aborted.</p>
|
195
|
+
</div>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
|
199
|
+
|
200
|
+
</div>
|
201
|
+
|
202
|
+
</div>
|
203
|
+
</div>
|
204
|
+
<footer class="footer">
|
205
|
+
<div class="container">
|
206
|
+
<p class="pull-right">
|
207
|
+
<a href="#">Back to top</a>
|
208
|
+
|
209
|
+
</p>
|
210
|
+
<p>
|
211
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
212
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
213
|
+
</p>
|
214
|
+
</div>
|
215
|
+
</footer>
|
216
|
+
</body>
|
217
|
+
</html>
|
@@ -0,0 +1,175 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>Known Issues — bake 2.11.2 documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: './',
|
18
|
+
VERSION: '2.11.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="top" title="bake 2.11.2 documentation" href="index.html" />
|
32
|
+
<link rel="next" title="Changelog" href="changelog.html" />
|
33
|
+
<link rel="prev" title="Performance" href="performance/performance.html" />
|
34
|
+
<meta charset='utf-8'>
|
35
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
36
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
37
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
38
|
+
|
39
|
+
</head>
|
40
|
+
<body role="document">
|
41
|
+
|
42
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
43
|
+
<div class="container">
|
44
|
+
<div class="navbar-header">
|
45
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
46
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
47
|
+
<span class="icon-bar"></span>
|
48
|
+
<span class="icon-bar"></span>
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
</button>
|
51
|
+
<a class="navbar-brand" href="index.html">
|
52
|
+
bake</a>
|
53
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
54
|
+
</div>
|
55
|
+
|
56
|
+
<div class="collapse navbar-collapse nav-collapse">
|
57
|
+
<ul class="nav navbar-nav">
|
58
|
+
|
59
|
+
|
60
|
+
<li class="dropdown globaltoc-container">
|
61
|
+
<a role="button"
|
62
|
+
id="dLabelGlobalToc"
|
63
|
+
data-toggle="dropdown"
|
64
|
+
data-target="#"
|
65
|
+
href="index.html">Section <b class="caret"></b></a>
|
66
|
+
<ul class="dropdown-menu globaltoc"
|
67
|
+
role="menu"
|
68
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
69
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
|
78
|
+
<li class="toctree-l1 current"><a class="current reference internal" href="">Known Issues</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
81
|
+
</ul>
|
82
|
+
<ul>
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
84
|
+
</ul>
|
85
|
+
</ul>
|
86
|
+
</li>
|
87
|
+
|
88
|
+
<li class="dropdown">
|
89
|
+
<a role="button"
|
90
|
+
id="dLabelLocalToc"
|
91
|
+
data-toggle="dropdown"
|
92
|
+
data-target="#"
|
93
|
+
href="#">SubSections <b class="caret"></b></a>
|
94
|
+
<ul class="dropdown-menu localtoc"
|
95
|
+
role="menu"
|
96
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
97
|
+
<li><a class="reference internal" href="#">Known Issues</a></li>
|
98
|
+
</ul>
|
99
|
+
</ul>
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<li>
|
107
|
+
<a href="performance/performance.html" title="Previous Chapter: Performance"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Performance</span>
|
108
|
+
</a>
|
109
|
+
</li>
|
110
|
+
<li>
|
111
|
+
<a href="changelog.html" title="Next Chapter: Changelog"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Changelog »</span>
|
112
|
+
</a>
|
113
|
+
</li>
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
</ul>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
<form class="navbar-form navbar-right" action="search.html" method="get">
|
124
|
+
<div class="form-group">
|
125
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
126
|
+
</div>
|
127
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
128
|
+
<input type="hidden" name="area" value="default" />
|
129
|
+
</form>
|
130
|
+
|
131
|
+
</div>
|
132
|
+
</div>
|
133
|
+
</div>
|
134
|
+
|
135
|
+
<div class="container">
|
136
|
+
<div class="row">
|
137
|
+
<div class="col-md-12">
|
138
|
+
|
139
|
+
<div class="section" id="known-issues">
|
140
|
+
<h1>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h1>
|
141
|
+
<ul>
|
142
|
+
<li><dl class="first docutils">
|
143
|
+
<dt>Issue: If an archive or executable has been built successfully and one source file will be deleted without changing anything else, bake will leave the archive/executable unchanged when rebuilding.</dt>
|
144
|
+
<dd><ul class="first last simple">
|
145
|
+
<li>Workaround 1: Clean the project.</li>
|
146
|
+
<li>Workaround 2: Delete the archive/executable manually.</li>
|
147
|
+
<li>Workaround 3: Touch, edit, create another source file.</li>
|
148
|
+
</ul>
|
149
|
+
</dd>
|
150
|
+
</dl>
|
151
|
+
</li>
|
152
|
+
<li><p class="first">Issue: Lint output not shown during linting (has to be refactored)</p>
|
153
|
+
</li>
|
154
|
+
</ul>
|
155
|
+
</div>
|
156
|
+
|
157
|
+
|
158
|
+
</div>
|
159
|
+
|
160
|
+
</div>
|
161
|
+
</div>
|
162
|
+
<footer class="footer">
|
163
|
+
<div class="container">
|
164
|
+
<p class="pull-right">
|
165
|
+
<a href="#">Back to top</a>
|
166
|
+
|
167
|
+
</p>
|
168
|
+
<p>
|
169
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
170
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
171
|
+
</p>
|
172
|
+
</div>
|
173
|
+
</footer>
|
174
|
+
</body>
|
175
|
+
</html>
|
@@ -0,0 +1,236 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>License — bake 2.11.2 documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: './',
|
18
|
+
VERSION: '2.11.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="top" title="bake 2.11.2 documentation" href="index.html" />
|
32
|
+
<link rel="next" title="Internal developing notes" href="internal.html" />
|
33
|
+
<link rel="prev" title="Changelog" href="changelog.html" />
|
34
|
+
<meta charset='utf-8'>
|
35
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
36
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
37
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
38
|
+
|
39
|
+
</head>
|
40
|
+
<body role="document">
|
41
|
+
|
42
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
43
|
+
<div class="container">
|
44
|
+
<div class="navbar-header">
|
45
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
46
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
47
|
+
<span class="icon-bar"></span>
|
48
|
+
<span class="icon-bar"></span>
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
</button>
|
51
|
+
<a class="navbar-brand" href="index.html">
|
52
|
+
bake</a>
|
53
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
54
|
+
</div>
|
55
|
+
|
56
|
+
<div class="collapse navbar-collapse nav-collapse">
|
57
|
+
<ul class="nav navbar-nav">
|
58
|
+
|
59
|
+
|
60
|
+
<li class="dropdown globaltoc-container">
|
61
|
+
<a role="button"
|
62
|
+
id="dLabelGlobalToc"
|
63
|
+
data-toggle="dropdown"
|
64
|
+
data-target="#"
|
65
|
+
href="index.html">Section <b class="caret"></b></a>
|
66
|
+
<ul class="dropdown-menu globaltoc"
|
67
|
+
role="menu"
|
68
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
69
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
80
|
+
<li class="toctree-l1 current"><a class="current reference internal" href="">License</a></li>
|
81
|
+
</ul>
|
82
|
+
<ul>
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
84
|
+
</ul>
|
85
|
+
</ul>
|
86
|
+
</li>
|
87
|
+
|
88
|
+
<li class="dropdown">
|
89
|
+
<a role="button"
|
90
|
+
id="dLabelLocalToc"
|
91
|
+
data-toggle="dropdown"
|
92
|
+
data-target="#"
|
93
|
+
href="#">SubSections <b class="caret"></b></a>
|
94
|
+
<ul class="dropdown-menu localtoc"
|
95
|
+
role="menu"
|
96
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
97
|
+
<li><a class="reference internal" href="#">License</a></li>
|
98
|
+
</ul>
|
99
|
+
</ul>
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<li>
|
107
|
+
<a href="changelog.html" title="Previous Chapter: Changelog"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Changelog</span>
|
108
|
+
</a>
|
109
|
+
</li>
|
110
|
+
<li>
|
111
|
+
<a href="internal.html" title="Next Chapter: Internal developing notes"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Internal deve... »</span>
|
112
|
+
</a>
|
113
|
+
</li>
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
</ul>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
<form class="navbar-form navbar-right" action="search.html" method="get">
|
124
|
+
<div class="form-group">
|
125
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
126
|
+
</div>
|
127
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
128
|
+
<input type="hidden" name="area" value="default" />
|
129
|
+
</form>
|
130
|
+
|
131
|
+
</div>
|
132
|
+
</div>
|
133
|
+
</div>
|
134
|
+
|
135
|
+
<div class="container">
|
136
|
+
<div class="row">
|
137
|
+
<div class="col-md-12">
|
138
|
+
|
139
|
+
<div class="section" id="license">
|
140
|
+
<h1>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h1>
|
141
|
+
<p>bake License:</p>
|
142
|
+
<p>Copyright (c) 2012-2015 E.S.R.Labs AG</p>
|
143
|
+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of
|
144
|
+
this software and associated documentation files (the “Software”), to deal in
|
145
|
+
the Software without restriction, including without limitation the rights to
|
146
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
147
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
148
|
+
so, subject to the following conditions:</p>
|
149
|
+
<p>The above copyright notice and this permission notice shall be included in all
|
150
|
+
copies or substantial portions of the Software.</p>
|
151
|
+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
152
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
153
|
+
FITNESS FOR A ARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
154
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
155
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
156
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
157
|
+
IN THE SOFTWARE.</p>
|
158
|
+
<hr class="docutils" />
|
159
|
+
<p>Third-Party Licenses:</p>
|
160
|
+
<p>This Product contains components that were created by third parties and that
|
161
|
+
are governed by third-party licenses, which are contained hereinafter
|
162
|
+
(separated by lines consisting of underscores). Each of the third-party
|
163
|
+
licenses applies only to (portions of) the source code file(s) in which the
|
164
|
+
third-party license is contained or in which it is explicitly referenced,
|
165
|
+
and to compiled or otherwise processed forms of such source code. None of the
|
166
|
+
third-party licenses applies to This Product as a whole, even when it uses
|
167
|
+
terms such as “product”, “program”, or any other equivalent terms/phrases.
|
168
|
+
This Product as a whole is governed by the bake License (see above). Some of
|
169
|
+
the third-party components have been modified by the authors of This Product.
|
170
|
+
Unless otherwise stated, such modifications and additions are governed by the
|
171
|
+
bake License (see above). Note: Unless otherwise stated, graphics and files
|
172
|
+
that are not part of the source code are governed by the bake License.</p>
|
173
|
+
<hr class="docutils" />
|
174
|
+
<p>lake License:</p>
|
175
|
+
<p>Copyright (c) 2011 LEAR Corporation</p>
|
176
|
+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of
|
177
|
+
this software and associated documentation files (the “Software”), to deal in
|
178
|
+
the Software without restriction, including without limitation the rights to
|
179
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
180
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
181
|
+
so, subject to the following conditions:</p>
|
182
|
+
<p>The above copyright notice and this permission notice shall be included in all
|
183
|
+
copies or substantial portions of the Software.</p>
|
184
|
+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
185
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
186
|
+
FITNESS FOR A ARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
187
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
188
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
189
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
190
|
+
IN THE SOFTWARE.</p>
|
191
|
+
<hr class="docutils" />
|
192
|
+
<p>cxxproject License:</p>
|
193
|
+
<p>Copyright (c) 2010, All rights reserved.</p>
|
194
|
+
<p>Redistribution and use in source and binary forms, with or without
|
195
|
+
modification, are permitted provided that the following conditions are met:</p>
|
196
|
+
<blockquote>
|
197
|
+
<div><ul class="simple">
|
198
|
+
<li>Redistributions of source code must retain the above copyright
|
199
|
+
notice, this list of conditions and the following disclaimer.</li>
|
200
|
+
<li>Redistributions in binary form must reproduce the above copyright
|
201
|
+
notice, this list of conditions and the following disclaimer in the
|
202
|
+
documentation and/or other materials provided with the distribution.</li>
|
203
|
+
</ul>
|
204
|
+
</div></blockquote>
|
205
|
+
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
206
|
+
“AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
207
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
208
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
209
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
210
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
211
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
212
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
213
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
214
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
215
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
|
216
|
+
</div>
|
217
|
+
|
218
|
+
|
219
|
+
</div>
|
220
|
+
|
221
|
+
</div>
|
222
|
+
</div>
|
223
|
+
<footer class="footer">
|
224
|
+
<div class="container">
|
225
|
+
<p class="pull-right">
|
226
|
+
<a href="#">Back to top</a>
|
227
|
+
|
228
|
+
</p>
|
229
|
+
<p>
|
230
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
231
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
232
|
+
</p>
|
233
|
+
</div>
|
234
|
+
</footer>
|
235
|
+
</body>
|
236
|
+
</html>
|