bake-toolkit 2.12.2 → 2.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/bake +0 -1
- data/bin/bake-doc +2 -2
- data/documentation/_build/html/_sources/changelog.txt +29 -2
- data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +1 -1
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +4 -4
- data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +7 -1
- data/documentation/_build/html/_static/syntax.html +10 -2
- data/documentation/_build/html/changelog.html +80 -5
- data/documentation/_build/html/commandline/commandline.html +3 -3
- data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
- data/documentation/_build/html/concepts/concepts.html +3 -3
- data/documentation/_build/html/concepts/the_main_project.html +3 -3
- data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
- data/documentation/_build/html/genindex.html +3 -3
- data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
- data/documentation/_build/html/ide/ide_integrations.html +3 -3
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +4 -4
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
- data/documentation/_build/html/ide/vs/vs.html +3 -3
- data/documentation/_build/html/ide/vs/vs_install.html +3 -3
- data/documentation/_build/html/index.html +6 -6
- data/documentation/_build/html/install/install_bake.html +3 -3
- data/documentation/_build/html/internal.html +3 -3
- data/documentation/_build/html/known_issues.html +3 -3
- data/documentation/_build/html/license.html +3 -3
- data/documentation/_build/html/performance/performance.html +3 -3
- data/documentation/_build/html/quickstart/quickstart.html +3 -3
- data/documentation/_build/html/search.html +3 -3
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/derive_configs.html +3 -3
- data/documentation/_build/html/syntax/project_meta_syntax.html +13 -5
- data/documentation/_build/html/syntax/syntax.html +3 -3
- data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +7 -7
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +8 -4
- data/documentation/_build/html/tips_and_tricks/the_clang.html +3 -3
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +3 -3
- data/documentation/_build/html/why_bake/why_bake.html +5 -5
- data/lib/bake/config/loader.rb +42 -0
- data/lib/bake/model/metamodel.rb +6 -0
- data/lib/bake/options/options.rb +63 -68
- data/lib/bake/options/showDoc.rb +0 -7
- data/lib/bake/options/usage.rb +16 -17
- data/lib/bakery/options/options.rb +9 -9
- data/lib/bakery/toBake.rb +1 -1
- data/lib/blocks/compile.rb +3 -5
- data/lib/blocks/executable.rb +6 -1
- data/lib/blocks/library.rb +6 -3
- data/lib/common/options/parser.rb +19 -14
- data/lib/common/version.rb +1 -1
- data/lib/vs/options.rb +9 -8
- metadata +2 -3
- data/lib/common/options/option.rb +0 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7499d9754454259b69d78de9ee1f206aeb5fa26a
|
4
|
+
data.tar.gz: 1d80725a8a58c1460d9025455e865c1dd83be618
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1dadc8a84719b12f7dadc1e5d644cd31b061d8e268671670b391b3bd1c5b89555c249305710e97bbd41e749f4c0e1091958d3d4ab83b8a9ddc0f7d2096f4015
|
7
|
+
data.tar.gz: 568b0342051f932b12a8089b4b354ed2645d9fe7fb2eaee38d97d257d4c3e4209c49a972ddd3fea2e223ab3c0450c90bf18bffebed378d0d7af0f62ec62828b8
|
data/bin/bake
CHANGED
data/bin/bake-doc
CHANGED
@@ -6,6 +6,6 @@ require 'common/version'
|
|
6
6
|
puts "-- bake #{Bake::Version.number}, ruby #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}, platform #{RUBY_PLATFORM} --"
|
7
7
|
|
8
8
|
puts "Command \"bake-doc\" not supported anymore. Please use"
|
9
|
-
puts "\"bake --
|
10
|
-
puts "\"bake --
|
9
|
+
puts "\"bake --doc\" to open the documentation in the browser OR"
|
10
|
+
puts "\"bake --generate-doc ...\" for building the documentation of a project."
|
11
11
|
exit(1)
|
@@ -1,10 +1,37 @@
|
|
1
1
|
Changelog
|
2
2
|
=========
|
3
3
|
|
4
|
+
December 23, 2015 - bake-toolkit 2.13.0
|
5
|
+
* Bugfix: It was possible that the archiver and linker were called for --prepro and --link-only builds
|
6
|
+
* Added: possibility to specify minimum and maximum required bake version in Project.meta file
|
7
|
+
* Added: option to omit -b when executing the bakery
|
8
|
+
* Added: bakery now searches recursively for bake projects
|
9
|
+
* Changed: some commandline arguments changed, deprecated arguments still supported
|
10
|
+
|
11
|
+
================== =======================
|
12
|
+
New argument Deprecated argument
|
13
|
+
================== =======================
|
14
|
+
--do --include_filter
|
15
|
+
--omit --exclude_filter
|
16
|
+
--show_configs --list
|
17
|
+
--link-only --link_only
|
18
|
+
--generate-doc --docu
|
19
|
+
--lint-min --lint_min
|
20
|
+
--lint-max --lint_max
|
21
|
+
--ignore-cache --ignore_cache
|
22
|
+
--toolchain-info --toolchain_info
|
23
|
+
--toolchain-names --toolchain_names
|
24
|
+
--abs-paths --show_abs_paths
|
25
|
+
--no-autodir --no_autodir
|
26
|
+
--incs-and-defs --show_incs_and_defs
|
27
|
+
--conversion-info --conversion_info
|
28
|
+
--doc --show_doc
|
29
|
+
--license --show_license
|
30
|
+
================== =======================
|
4
31
|
December 16, 2015 - bake-toolkit 2.12.2
|
5
32
|
* Bugfix: extending a client config (merging) could have broken the parent config
|
6
|
-
*
|
7
|
-
*
|
33
|
+
* Changed: empty libraries will not be created and linked anymore
|
34
|
+
* Changed: added inject as alias for infix
|
8
35
|
November 16, 2015 - bake-toolkit 2.12.1
|
9
36
|
* Bugfix: inherit and infix features may have calculated wrong relative paths
|
10
37
|
October 26, 2015 - Eclipse plugin 1.6.0
|
@@ -106,15 +106,15 @@ Lint error due to too many includes
|
|
106
106
|
In rare cases lint has problems if it has to open too many (include) files.
|
107
107
|
|
108
108
|
**Solution:**
|
109
|
-
You can use the *--
|
109
|
+
You can use the *--lint-max* and the *--lint-min* options to get around this issue.
|
110
110
|
|
111
111
|
Example:
|
112
112
|
|
113
113
|
.. code-block:: console
|
114
114
|
|
115
|
-
User@Host:~$ bake Debug -p MyLibraryProject --lint --
|
116
|
-
User@Host:~$ bake Debug -p MyLibraryProject --lint --
|
117
|
-
User@Host:~$ bake Debug -p MyLibraryProject --lint --
|
115
|
+
User@Host:~$ bake Debug -p MyLibraryProject --lint --lint-max 50 #(lints the first 51 files)
|
116
|
+
User@Host:~$ bake Debug -p MyLibraryProject --lint --lint-min 51 --lint-max 100 #(lints the next 50 files)
|
117
|
+
User@Host:~$ bake Debug -p MyLibraryProject --lint --lint-min 101 #(lints the rest of the files)
|
118
118
|
|
119
119
|
|
120
120
|
.. Clang Analyze
|
@@ -19,6 +19,12 @@ Examples:
|
|
19
19
|
.. code-block:: console
|
20
20
|
|
21
21
|
bakery -b AllUnitTests
|
22
|
+
|
23
|
+
It is possible to omit *-b*:
|
24
|
+
|
25
|
+
.. code-block:: console
|
26
|
+
|
27
|
+
bakery AllUnitTests
|
22
28
|
|
23
29
|
Clean all unittests:
|
24
30
|
|
@@ -30,7 +36,7 @@ Examples:
|
|
30
36
|
|
31
37
|
.. code-block:: console
|
32
38
|
|
33
|
-
bakery -b AllUnitTests -m w:/root1/mainProj -w w:/root2 -r -a black --
|
39
|
+
bakery -b AllUnitTests -m w:/root1/mainProj -w w:/root2 -r -a black --do run
|
34
40
|
|
35
41
|
|
36
42
|
Syntax of Collection.meta
|
@@ -55,6 +55,8 @@ z-index: 100;
|
|
55
55
|
|
56
56
|
<span class="help" onMouseover="showDescription()" onMouseout="notip()">Description</span> <text><br><br>
|
57
57
|
|
58
|
+
<span class="help" onMouseover="showVersion()" onMouseout="notip()">RequiredBakeVersion</span> minimum: <major.minor.patch>, maximum: <major.minor.patch><br><br>
|
59
|
+
|
58
60
|
<span class="help" onMouseover="showResponsible()" onMouseout="notip()">Responsible</span> {<br>
|
59
61
|
<span class="help" onMouseover="showPerson()" onMouseout="notip()">Person</span> <name>,
|
60
62
|
<span class="help" onMouseover="showPersonEmail()" onMouseout="notip()">email</span>: <adr><br>
|
@@ -219,6 +221,12 @@ function showDescription() {
|
|
219
221
|
ddrivetip("Description", "No", "0..1", "-",str)
|
220
222
|
}
|
221
223
|
|
224
|
+
function showVersion() {
|
225
|
+
str = 'If specified, the build will be aborted if bake version is lower than mininum or greater than maximum.<br>'+
|
226
|
+
'It is possible to define only minimum, only maximim or both version thresholds.<br>'+
|
227
|
+
'Minor and patch version numbers are optional.'
|
228
|
+
ddrivetip("RequiredBakeVersion", "No", "0..1", "-",str)
|
229
|
+
}
|
222
230
|
|
223
231
|
function showPerson() {
|
224
232
|
str = 'Person who is responsible for the project.'
|
@@ -335,8 +343,8 @@ function showStepDefault() {
|
|
335
343
|
|
336
344
|
function showStepFilter() {
|
337
345
|
str = 'A step can be switched on or off explicitly regardless of the "default" attribute with the command line options<br>'+
|
338
|
-
'<i> --
|
339
|
-
'<i> --
|
346
|
+
'<i> --do <filter name></i><br>'+
|
347
|
+
'<i> --omit <filter name></i><br>'
|
340
348
|
ddrivetip("filter", "No","-","-",str)
|
341
349
|
}
|
342
350
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Changelog — bake 2.
|
8
|
+
<title>Changelog — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="index.html" />
|
33
33
|
<link rel="next" title="License" href="license.html" />
|
34
34
|
<link rel="prev" title="Known Issues" href="known_issues.html" />
|
35
35
|
<meta charset='utf-8'>
|
@@ -140,11 +140,86 @@
|
|
140
140
|
<div class="section" id="changelog">
|
141
141
|
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
142
142
|
<dl class="docutils">
|
143
|
+
<dt>December 23, 2015 - bake-toolkit 2.13.0</dt>
|
144
|
+
<dd><ul class="first last">
|
145
|
+
<li><p class="first">Bugfix: It was possible that the archiver and linker were called for –prepro and –link-only builds</p>
|
146
|
+
</li>
|
147
|
+
<li><p class="first">Added: possibility to specify minimum and maximum required bake version in Project.meta file</p>
|
148
|
+
</li>
|
149
|
+
<li><p class="first">Added: option to omit -b when executing the bakery</p>
|
150
|
+
</li>
|
151
|
+
<li><p class="first">Added: bakery now searches recursively for bake projects</p>
|
152
|
+
</li>
|
153
|
+
<li><p class="first">Changed: some commandline arguments changed, deprecated arguments still supported</p>
|
154
|
+
<table border="1" class="docutils">
|
155
|
+
<colgroup>
|
156
|
+
<col width="44%" />
|
157
|
+
<col width="56%" />
|
158
|
+
</colgroup>
|
159
|
+
<thead valign="bottom">
|
160
|
+
<tr class="row-odd"><th class="head">New argument</th>
|
161
|
+
<th class="head">Deprecated argument</th>
|
162
|
+
</tr>
|
163
|
+
</thead>
|
164
|
+
<tbody valign="top">
|
165
|
+
<tr class="row-even"><td>–do</td>
|
166
|
+
<td>–include_filter</td>
|
167
|
+
</tr>
|
168
|
+
<tr class="row-odd"><td>–omit</td>
|
169
|
+
<td>–exclude_filter</td>
|
170
|
+
</tr>
|
171
|
+
<tr class="row-even"><td>–show_configs</td>
|
172
|
+
<td>–list</td>
|
173
|
+
</tr>
|
174
|
+
<tr class="row-odd"><td>–link-only</td>
|
175
|
+
<td>–link_only</td>
|
176
|
+
</tr>
|
177
|
+
<tr class="row-even"><td>–generate-doc</td>
|
178
|
+
<td>–docu</td>
|
179
|
+
</tr>
|
180
|
+
<tr class="row-odd"><td>–lint-min</td>
|
181
|
+
<td>–lint_min</td>
|
182
|
+
</tr>
|
183
|
+
<tr class="row-even"><td>–lint-max</td>
|
184
|
+
<td>–lint_max</td>
|
185
|
+
</tr>
|
186
|
+
<tr class="row-odd"><td>–ignore-cache</td>
|
187
|
+
<td>–ignore_cache</td>
|
188
|
+
</tr>
|
189
|
+
<tr class="row-even"><td>–toolchain-info</td>
|
190
|
+
<td>–toolchain_info</td>
|
191
|
+
</tr>
|
192
|
+
<tr class="row-odd"><td>–toolchain-names</td>
|
193
|
+
<td>–toolchain_names</td>
|
194
|
+
</tr>
|
195
|
+
<tr class="row-even"><td>–abs-paths</td>
|
196
|
+
<td>–show_abs_paths</td>
|
197
|
+
</tr>
|
198
|
+
<tr class="row-odd"><td>–no-autodir</td>
|
199
|
+
<td>–no_autodir</td>
|
200
|
+
</tr>
|
201
|
+
<tr class="row-even"><td>–incs-and-defs</td>
|
202
|
+
<td>–show_incs_and_defs</td>
|
203
|
+
</tr>
|
204
|
+
<tr class="row-odd"><td>–conversion-info</td>
|
205
|
+
<td>–conversion_info</td>
|
206
|
+
</tr>
|
207
|
+
<tr class="row-even"><td>–doc</td>
|
208
|
+
<td>–show_doc</td>
|
209
|
+
</tr>
|
210
|
+
<tr class="row-odd"><td>–license</td>
|
211
|
+
<td>–show_license</td>
|
212
|
+
</tr>
|
213
|
+
</tbody>
|
214
|
+
</table>
|
215
|
+
</li>
|
216
|
+
</ul>
|
217
|
+
</dd>
|
143
218
|
<dt>December 16, 2015 - bake-toolkit 2.12.2</dt>
|
144
219
|
<dd><ul class="first last simple">
|
145
220
|
<li>Bugfix: extending a client config (merging) could have broken the parent config</li>
|
146
|
-
<li>
|
147
|
-
<li>
|
221
|
+
<li>Changed: empty libraries will not be created and linked anymore</li>
|
222
|
+
<li>Changed: added inject as alias for infix</li>
|
148
223
|
</ul>
|
149
224
|
</dd>
|
150
225
|
<dt>November 16, 2015 - bake-toolkit 2.12.1</dt>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Commandline — bake 2.
|
8
|
+
<title>Commandline — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
|
33
33
|
<link rel="next" title="IDE Support" href="../ide/ide_integrations.html" />
|
34
34
|
<link rel="prev" title="Derive configs" href="../syntax/derive_configs.html" />
|
35
35
|
<meta charset='utf-8'>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>The build hierarchy — bake 2.
|
8
|
+
<title>The build hierarchy — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
|
33
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
34
34
|
<link rel="next" title="Syntax" href="../syntax/syntax.html" />
|
35
35
|
<link rel="prev" title="The main project" href="the_main_project.html" />
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Concepts — bake 2.
|
8
|
+
<title>Concepts — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
|
33
33
|
<link rel="next" title="The Project.meta file" href="the_project_meta_file.html" />
|
34
34
|
<link rel="prev" title="Quickstart" href="../quickstart/quickstart.html" />
|
35
35
|
<meta charset='utf-8'>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>The main project — bake 2.
|
8
|
+
<title>The main project — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
|
33
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
34
34
|
<link rel="next" title="The build hierarchy" href="build_hierarchy.html" />
|
35
35
|
<link rel="prev" title="The Project.meta file" href="the_project_meta_file.html" />
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>The Project.meta file — bake 2.
|
8
|
+
<title>The Project.meta file — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
|
33
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
34
34
|
<link rel="next" title="The main project" href="the_main_project.html" />
|
35
35
|
<link rel="prev" title="Concepts" href="concepts.html" />
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<head>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
8
|
|
9
|
-
<title>Index — bake 2.
|
9
|
+
<title>Index — bake 2.13.0 documentation</title>
|
10
10
|
|
11
11
|
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
12
12
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<script type="text/javascript">
|
17
17
|
var DOCUMENTATION_OPTIONS = {
|
18
18
|
URL_ROOT: './',
|
19
|
-
VERSION: '2.
|
19
|
+
VERSION: '2.13.0',
|
20
20
|
COLLAPSE_INDEX: false,
|
21
21
|
FILE_SUFFIX: '.html',
|
22
22
|
HAS_SOURCE: true
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
31
31
|
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
32
32
|
<link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
33
|
-
<link rel="top" title="bake 2.
|
33
|
+
<link rel="top" title="bake 2.13.0 documentation" href="index.html" />
|
34
34
|
<meta charset='utf-8'>
|
35
35
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
36
36
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Eclipse — bake 2.
|
8
|
+
<title>Eclipse — bake 2.13.0 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '2.
|
18
|
+
VERSION: '2.13.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
31
31
|
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake 2.
|
32
|
+
<link rel="top" title="bake 2.13.0 documentation" href="../../index.html" />
|
33
33
|
<link rel="up" title="IDE Support" href="../ide_integrations.html" />
|
34
34
|
<link rel="next" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.html" />
|
35
35
|
<link rel="prev" title="IDE Support" href="../ide_integrations.html" />
|