bake-toolkit 2.28.0 → 2.28.1
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/_sources/changelog.txt +3 -0
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_static/logo_tiny_48.png +0 -0
- data/documentation/_build/html/changelog.html +1154 -1149
- data/documentation/_build/html/commandline/commandline.html +285 -285
- data/documentation/_build/html/concepts/build_hierarchy.html +204 -204
- data/documentation/_build/html/concepts/concepts.html +196 -196
- data/documentation/_build/html/concepts/inject.html +216 -216
- data/documentation/_build/html/concepts/link_order.html +245 -245
- data/documentation/_build/html/concepts/prebuild.html +205 -205
- data/documentation/_build/html/concepts/the_main_project.html +260 -260
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -288
- data/documentation/_build/html/genindex.html +152 -152
- data/documentation/_build/html/ide/eclipse/eclipse.html +186 -186
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -208
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -191
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -196
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -256
- data/documentation/_build/html/ide/ide_integrations.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -171
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -190
- data/documentation/_build/html/ide/vs/vs.html +170 -170
- data/documentation/_build/html/ide/vs/vs_install.html +202 -202
- data/documentation/_build/html/index.html +246 -246
- data/documentation/_build/html/install/install_bake.html +279 -279
- data/documentation/_build/html/internal.html +217 -217
- data/documentation/_build/html/known_issues.html +173 -173
- data/documentation/_build/html/license.html +236 -236
- data/documentation/_build/html/performance/performance.html +373 -373
- data/documentation/_build/html/quickstart/quickstart.html +236 -236
- data/documentation/_build/html/search.html +174 -174
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/adapt_configs.html +370 -370
- data/documentation/_build/html/syntax/auto_adjustment.html +189 -189
- data/documentation/_build/html/syntax/derive_configs.html +247 -247
- data/documentation/_build/html/syntax/project_meta_syntax.html +923 -923
- data/documentation/_build/html/syntax/syntax.html +196 -196
- data/documentation/_build/html/syntax/variable_substitutions.html +365 -365
- data/documentation/_build/html/tips_and_tricks/bakeclean.html +169 -169
- data/documentation/_build/html/tips_and_tricks/dot.html +186 -186
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +214 -214
- data/documentation/_build/html/tips_and_tricks/qac.html +297 -297
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +405 -405
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -201
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +198 -198
- data/documentation/_build/html/why_bake/why_bake.html +241 -241
- data/lib/bake/config/checks.rb +76 -68
- data/lib/bake/model/metamodel.rb +6 -0
- data/lib/common/version.rb +1 -1
- metadata +3 -5
- data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +0 -122
- data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +0 -285
@@ -1,247 +1,247 @@
|
|
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>bake 2.28.
|
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: '',
|
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="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake documentation" href="#" />
|
33
|
-
<link rel="next" title="Why you should use bake" href="why_bake/why_bake.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="#"><img src="_static/
|
52
|
-
</a>
|
53
|
-
<span class="navbar-text navbar-version pull-left"><b></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="#">Section <b class="caret"></b></a>
|
66
|
-
<ul class="dropdown-menu globaltoc"
|
67
|
-
role="menu"
|
68
|
-
aria-labelledby="dLabelGlobalToc"><ul>
|
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">Additional features</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"><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="#">bake 2.28.
|
98
|
-
</ul>
|
99
|
-
</li>
|
100
|
-
</ul>
|
101
|
-
</ul>
|
102
|
-
</li>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<li>
|
109
|
-
<a href="why_bake/why_bake.html" title="Next Chapter: Why you should use bake"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Why you shoul... »</span>
|
110
|
-
</a>
|
111
|
-
</li>
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
</ul>
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
<form class="navbar-form navbar-right" action="search.html" method="get">
|
122
|
-
<div class="form-group">
|
123
|
-
<input type="text" name="q" class="form-control" placeholder="Search" />
|
124
|
-
</div>
|
125
|
-
<input type="hidden" name="check_keywords" value="yes" />
|
126
|
-
<input type="hidden" name="area" value="default" />
|
127
|
-
</form>
|
128
|
-
|
129
|
-
</div>
|
130
|
-
</div>
|
131
|
-
</div>
|
132
|
-
|
133
|
-
<div class="container">
|
134
|
-
<div class="row">
|
135
|
-
<div class="col-md-12">
|
136
|
-
|
137
|
-
<div class="section" id="bake-2-28-
|
138
|
-
<h1>bake 2.28.
|
139
|
-
<p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
|
140
|
-
<table border="1" class="docutils">
|
141
|
-
<colgroup>
|
142
|
-
<col width="50%" />
|
143
|
-
<col width="50%" />
|
144
|
-
</colgroup>
|
145
|
-
<thead valign="bottom">
|
146
|
-
<tr class="row-odd"><th class="head"></th>
|
147
|
-
<th class="head"></th>
|
148
|
-
</tr>
|
149
|
-
</thead>
|
150
|
-
<tbody valign="top">
|
151
|
-
<tr class="row-even"><td><img alt="_images/bake_tagcloud.png" class="first last" src="_images/bake_tagcloud.png" />
|
152
|
-
</td>
|
153
|
-
<td><p class="first"><strong>Start to bake</strong></p>
|
154
|
-
<div class="toctree-wrapper compound">
|
155
|
-
<ul>
|
156
|
-
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a><ul>
|
157
|
-
<li class="toctree-l2"><a class="reference internal" href="why_bake/why_bake.html#bake-desgin-goals">bake desgin goals</a></li>
|
158
|
-
</ul>
|
159
|
-
</li>
|
160
|
-
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a><ul>
|
161
|
-
<li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#how-to-install-bake">How to install bake</a></li>
|
162
|
-
<li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#known-issues">Known Issues</a></li>
|
163
|
-
</ul>
|
164
|
-
</li>
|
165
|
-
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
166
|
-
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a><ul>
|
167
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/the_project_meta_file.html">The Project.meta file</a></li>
|
168
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/the_main_project.html">The main project</a></li>
|
169
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/build_hierarchy.html">The build hierarchy</a></li>
|
170
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/link_order.html">The link order</a></li>
|
171
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/prebuild.html">Prebuild configurations for distributions</a></li>
|
172
|
-
<li class="toctree-l2"><a class="reference internal" href="concepts/inject.html">Injection and inheritance of IncludeDir and Dependency</a></li>
|
173
|
-
</ul>
|
174
|
-
</li>
|
175
|
-
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a><ul>
|
176
|
-
<li class="toctree-l2"><a class="reference internal" href="syntax/project_meta_syntax.html">The Syntax of the Project.meta file</a></li>
|
177
|
-
<li class="toctree-l2"><a class="reference internal" href="syntax/variable_substitutions.html">Variables in Project.meta</a></li>
|
178
|
-
<li class="toctree-l2"><a class="reference internal" href="syntax/derive_configs.html">Derive configs</a></li>
|
179
|
-
<li class="toctree-l2"><a class="reference internal" href="syntax/adapt_configs.html">Adapt configs</a></li>
|
180
|
-
<li class="toctree-l2"><a class="reference internal" href="syntax/auto_adjustment.html">Auto-adjustment of paths to existing projects</a></li>
|
181
|
-
</ul>
|
182
|
-
</li>
|
183
|
-
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a><ul>
|
184
|
-
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#how-to-get-help">How to get help</a></li>
|
185
|
-
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#the-most-important-options">The most important options</a></li>
|
186
|
-
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#examples">Examples</a></li>
|
187
|
-
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#roots-bake">roots.bake</a></li>
|
188
|
-
</ul>
|
189
|
-
</li>
|
190
|
-
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a><ul>
|
191
|
-
<li class="toctree-l2"><a class="reference internal" href="ide/eclipse/eclipse.html">Eclipse</a></li>
|
192
|
-
<li class="toctree-l2"><a class="reference internal" href="ide/vs/vs.html">Visual Studio</a></li>
|
193
|
-
<li class="toctree-l2"><a class="reference internal" href="ide/ide_integrations.html#basic-integrations">Basic integrations</a></li>
|
194
|
-
</ul>
|
195
|
-
</li>
|
196
|
-
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Additional features</a><ul>
|
197
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_bakery.html">The Bakery</a></li>
|
198
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/how_to_use_bake_with_cygwin.html">How to use bake with cygwin</a></li>
|
199
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_clang.html">Clang Analyze</a></li>
|
200
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/dot.html">Generating dot graphs</a></li>
|
201
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/qac.html">QACPP</a></li>
|
202
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/bakeclean.html">bakeclean</a></li>
|
203
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#unnecessary-includes">Unnecessary includes</a></li>
|
204
|
-
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#symlinks-and-junctions">Symlinks and junctions</a></li>
|
205
|
-
</ul>
|
206
|
-
</li>
|
207
|
-
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a><ul>
|
208
|
-
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#eclipse-vs-bake">Eclipse vs. bake</a></li>
|
209
|
-
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a></li>
|
210
|
-
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#performance-using-different-rubies">Performance using different rubies</a></li>
|
211
|
-
</ul>
|
212
|
-
</li>
|
213
|
-
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
214
|
-
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
215
|
-
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
216
|
-
</ul>
|
217
|
-
</div>
|
218
|
-
<div class="toctree-wrapper last compound">
|
219
|
-
<ul>
|
220
|
-
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
221
|
-
</ul>
|
222
|
-
</div>
|
223
|
-
</td>
|
224
|
-
</tr>
|
225
|
-
</tbody>
|
226
|
-
</table>
|
227
|
-
</div>
|
228
|
-
|
229
|
-
|
230
|
-
</div>
|
231
|
-
|
232
|
-
</div>
|
233
|
-
</div>
|
234
|
-
<footer class="footer">
|
235
|
-
<div class="container">
|
236
|
-
<p class="pull-right">
|
237
|
-
<a href="#">Back to top</a>
|
238
|
-
|
239
|
-
</p>
|
240
|
-
<p>
|
241
|
-
© Copyright 2016, E.S.R.Labs AG.<br/>
|
242
|
-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
243
|
-
</p>
|
244
|
-
</div>
|
245
|
-
</footer>
|
246
|
-
</body>
|
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>bake 2.28.1 — bake 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: '',
|
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="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
32
|
+
<link rel="top" title="bake documentation" href="#" />
|
33
|
+
<link rel="next" title="Why you should use bake" href="why_bake/why_bake.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="#"><img src="_static/logo_tiny_48.png">
|
52
|
+
</a>
|
53
|
+
<span class="navbar-text navbar-version pull-left"><b></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="#">Section <b class="caret"></b></a>
|
66
|
+
<ul class="dropdown-menu globaltoc"
|
67
|
+
role="menu"
|
68
|
+
aria-labelledby="dLabelGlobalToc"><ul>
|
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">Additional features</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"><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="#">bake 2.28.1</a><ul>
|
98
|
+
</ul>
|
99
|
+
</li>
|
100
|
+
</ul>
|
101
|
+
</ul>
|
102
|
+
</li>
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
<li>
|
109
|
+
<a href="why_bake/why_bake.html" title="Next Chapter: Why you should use bake"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Why you shoul... »</span>
|
110
|
+
</a>
|
111
|
+
</li>
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
</ul>
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<form class="navbar-form navbar-right" action="search.html" method="get">
|
122
|
+
<div class="form-group">
|
123
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
124
|
+
</div>
|
125
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
126
|
+
<input type="hidden" name="area" value="default" />
|
127
|
+
</form>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
</div>
|
132
|
+
|
133
|
+
<div class="container">
|
134
|
+
<div class="row">
|
135
|
+
<div class="col-md-12">
|
136
|
+
|
137
|
+
<div class="section" id="bake-2-28-1">
|
138
|
+
<h1>bake 2.28.1<a class="headerlink" href="#bake-2-28-1" title="Permalink to this headline">¶</a></h1>
|
139
|
+
<p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
|
140
|
+
<table border="1" class="docutils">
|
141
|
+
<colgroup>
|
142
|
+
<col width="50%" />
|
143
|
+
<col width="50%" />
|
144
|
+
</colgroup>
|
145
|
+
<thead valign="bottom">
|
146
|
+
<tr class="row-odd"><th class="head"></th>
|
147
|
+
<th class="head"></th>
|
148
|
+
</tr>
|
149
|
+
</thead>
|
150
|
+
<tbody valign="top">
|
151
|
+
<tr class="row-even"><td><img alt="_images/bake_tagcloud.png" class="first last" src="_images/bake_tagcloud.png" />
|
152
|
+
</td>
|
153
|
+
<td><p class="first"><strong>Start to bake</strong></p>
|
154
|
+
<div class="toctree-wrapper compound">
|
155
|
+
<ul>
|
156
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a><ul>
|
157
|
+
<li class="toctree-l2"><a class="reference internal" href="why_bake/why_bake.html#bake-desgin-goals">bake desgin goals</a></li>
|
158
|
+
</ul>
|
159
|
+
</li>
|
160
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a><ul>
|
161
|
+
<li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#how-to-install-bake">How to install bake</a></li>
|
162
|
+
<li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#known-issues">Known Issues</a></li>
|
163
|
+
</ul>
|
164
|
+
</li>
|
165
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
166
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a><ul>
|
167
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/the_project_meta_file.html">The Project.meta file</a></li>
|
168
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/the_main_project.html">The main project</a></li>
|
169
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/build_hierarchy.html">The build hierarchy</a></li>
|
170
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/link_order.html">The link order</a></li>
|
171
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/prebuild.html">Prebuild configurations for distributions</a></li>
|
172
|
+
<li class="toctree-l2"><a class="reference internal" href="concepts/inject.html">Injection and inheritance of IncludeDir and Dependency</a></li>
|
173
|
+
</ul>
|
174
|
+
</li>
|
175
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a><ul>
|
176
|
+
<li class="toctree-l2"><a class="reference internal" href="syntax/project_meta_syntax.html">The Syntax of the Project.meta file</a></li>
|
177
|
+
<li class="toctree-l2"><a class="reference internal" href="syntax/variable_substitutions.html">Variables in Project.meta</a></li>
|
178
|
+
<li class="toctree-l2"><a class="reference internal" href="syntax/derive_configs.html">Derive configs</a></li>
|
179
|
+
<li class="toctree-l2"><a class="reference internal" href="syntax/adapt_configs.html">Adapt configs</a></li>
|
180
|
+
<li class="toctree-l2"><a class="reference internal" href="syntax/auto_adjustment.html">Auto-adjustment of paths to existing projects</a></li>
|
181
|
+
</ul>
|
182
|
+
</li>
|
183
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a><ul>
|
184
|
+
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#how-to-get-help">How to get help</a></li>
|
185
|
+
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#the-most-important-options">The most important options</a></li>
|
186
|
+
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#examples">Examples</a></li>
|
187
|
+
<li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#roots-bake">roots.bake</a></li>
|
188
|
+
</ul>
|
189
|
+
</li>
|
190
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a><ul>
|
191
|
+
<li class="toctree-l2"><a class="reference internal" href="ide/eclipse/eclipse.html">Eclipse</a></li>
|
192
|
+
<li class="toctree-l2"><a class="reference internal" href="ide/vs/vs.html">Visual Studio</a></li>
|
193
|
+
<li class="toctree-l2"><a class="reference internal" href="ide/ide_integrations.html#basic-integrations">Basic integrations</a></li>
|
194
|
+
</ul>
|
195
|
+
</li>
|
196
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Additional features</a><ul>
|
197
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_bakery.html">The Bakery</a></li>
|
198
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/how_to_use_bake_with_cygwin.html">How to use bake with cygwin</a></li>
|
199
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_clang.html">Clang Analyze</a></li>
|
200
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/dot.html">Generating dot graphs</a></li>
|
201
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/qac.html">QACPP</a></li>
|
202
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/bakeclean.html">bakeclean</a></li>
|
203
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#unnecessary-includes">Unnecessary includes</a></li>
|
204
|
+
<li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#symlinks-and-junctions">Symlinks and junctions</a></li>
|
205
|
+
</ul>
|
206
|
+
</li>
|
207
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a><ul>
|
208
|
+
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#eclipse-vs-bake">Eclipse vs. bake</a></li>
|
209
|
+
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a></li>
|
210
|
+
<li class="toctree-l2"><a class="reference internal" href="performance/performance.html#performance-using-different-rubies">Performance using different rubies</a></li>
|
211
|
+
</ul>
|
212
|
+
</li>
|
213
|
+
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
214
|
+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
215
|
+
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
216
|
+
</ul>
|
217
|
+
</div>
|
218
|
+
<div class="toctree-wrapper last compound">
|
219
|
+
<ul>
|
220
|
+
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
221
|
+
</ul>
|
222
|
+
</div>
|
223
|
+
</td>
|
224
|
+
</tr>
|
225
|
+
</tbody>
|
226
|
+
</table>
|
227
|
+
</div>
|
228
|
+
|
229
|
+
|
230
|
+
</div>
|
231
|
+
|
232
|
+
</div>
|
233
|
+
</div>
|
234
|
+
<footer class="footer">
|
235
|
+
<div class="container">
|
236
|
+
<p class="pull-right">
|
237
|
+
<a href="#">Back to top</a>
|
238
|
+
|
239
|
+
</p>
|
240
|
+
<p>
|
241
|
+
© Copyright 2016, E.S.R.Labs AG.<br/>
|
242
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
243
|
+
</p>
|
244
|
+
</div>
|
245
|
+
</footer>
|
246
|
+
</body>
|
247
247
|
</html>
|