bake-toolkit 2.13.1 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +7 -0
  3. data/documentation/_build/html/_sources/index.txt +1 -1
  4. data/documentation/_build/html/_sources/syntax/adapt_configs.txt +143 -0
  5. data/documentation/_build/html/_sources/syntax/derive_configs.txt +48 -60
  6. data/documentation/_build/html/_sources/syntax/syntax.txt +1 -0
  7. data/documentation/_build/html/_static/syntax.html +9 -6
  8. data/documentation/_build/html/changelog.html +14 -4
  9. data/documentation/_build/html/commandline/commandline.html +6 -6
  10. data/documentation/_build/html/concepts/build_hierarchy.html +4 -4
  11. data/documentation/_build/html/concepts/concepts.html +4 -4
  12. data/documentation/_build/html/concepts/the_main_project.html +4 -4
  13. data/documentation/_build/html/concepts/the_project_meta_file.html +4 -4
  14. data/documentation/_build/html/genindex.html +4 -4
  15. data/documentation/_build/html/ide/eclipse/eclipse.html +4 -4
  16. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +4 -4
  17. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +4 -4
  18. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +4 -4
  19. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +4 -4
  20. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +4 -4
  21. data/documentation/_build/html/ide/ide_integrations.html +4 -4
  22. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +4 -4
  23. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +4 -4
  24. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +4 -4
  25. data/documentation/_build/html/ide/vs/vs.html +4 -4
  26. data/documentation/_build/html/ide/vs/vs_install.html +4 -4
  27. data/documentation/_build/html/index.html +8 -7
  28. data/documentation/_build/html/install/install_bake.html +4 -4
  29. data/documentation/_build/html/internal.html +4 -4
  30. data/documentation/_build/html/known_issues.html +4 -4
  31. data/documentation/_build/html/license.html +4 -4
  32. data/documentation/_build/html/performance/performance.html +4 -4
  33. data/documentation/_build/html/quickstart/quickstart.html +4 -4
  34. data/documentation/_build/html/search.html +4 -4
  35. data/documentation/_build/html/searchindex.js +1 -1
  36. data/documentation/_build/html/syntax/adapt_configs.html +287 -0
  37. data/documentation/_build/html/syntax/derive_configs.html +57 -116
  38. data/documentation/_build/html/syntax/project_meta_syntax.html +13 -10
  39. data/documentation/_build/html/syntax/syntax.html +11 -4
  40. data/documentation/_build/html/syntax/variable_substitutions.html +4 -4
  41. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +4 -4
  42. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +4 -4
  43. data/documentation/_build/html/tips_and_tricks/the_bakery.html +4 -4
  44. data/documentation/_build/html/tips_and_tricks/the_clang.html +4 -4
  45. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +4 -4
  46. data/documentation/_build/html/why_bake/why_bake.html +6 -6
  47. data/lib/adapt/config/loader.rb +111 -0
  48. data/lib/bake/cache.rb +25 -1
  49. data/lib/bake/config/checks.rb +61 -0
  50. data/lib/bake/config/loader.rb +41 -40
  51. data/lib/bake/libElement.rb +54 -55
  52. data/lib/bake/mergeConfig.rb +170 -154
  53. data/lib/bake/model/language.rb +2 -4
  54. data/lib/bake/model/metamodel.rb +31 -19
  55. data/lib/bake/model/metamodel_ext.rb +4 -1
  56. data/lib/bake/options/options.rb +12 -3
  57. data/lib/bake/options/usage.rb +1 -0
  58. data/lib/blocks/block.rb +0 -4
  59. data/lib/blocks/blockBase.rb +2 -1
  60. data/lib/blocks/compile.rb +5 -5
  61. data/lib/blocks/makefile.rb +1 -1
  62. data/lib/blocks/showIncludes.rb +13 -2
  63. data/lib/common/version.rb +3 -3
  64. data/lib/tocxx.rb +7 -2
  65. metadata +10 -6
@@ -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 &mdash; bake 2.13.1 documentation</title>
8
+ <title>The build hierarchy &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.14.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" />
@@ -196,7 +196,7 @@
196
196
 
197
197
  </p>
198
198
  <p>
199
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
199
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
200
200
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
201
201
  </p>
202
202
  </div>
@@ -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 &mdash; bake 2.13.1 documentation</title>
8
+ <title>Concepts &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.14.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'>
@@ -173,7 +173,7 @@
173
173
 
174
174
  </p>
175
175
  <p>
176
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
176
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
177
177
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
178
178
  </p>
179
179
  </div>
@@ -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 &mdash; bake 2.13.1 documentation</title>
8
+ <title>The main project &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.14.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" />
@@ -252,7 +252,7 @@ Therefore the output directory names are.</p>
252
252
 
253
253
  </p>
254
254
  <p>
255
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
255
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
256
256
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
257
257
  </p>
258
258
  </div>
@@ -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 &mdash; bake 2.13.1 documentation</title>
8
+ <title>The Project.meta file &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.14.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" />
@@ -280,7 +280,7 @@ To build the executable, bake can be called from the Main directory.</p>
280
280
 
281
281
  </p>
282
282
  <p>
283
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
283
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
284
284
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
285
285
  </p>
286
286
  </div>
@@ -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 &mdash; bake 2.13.1 documentation</title>
9
+ <title>Index &mdash; bake 2.14.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.13.1',
19
+ VERSION: '2.14.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.13.1 documentation" href="index.html" />
33
+ <link rel="top" title="bake 2.14.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'>
@@ -144,7 +144,7 @@
144
144
 
145
145
  </p>
146
146
  <p>
147
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
147
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
148
148
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
149
149
  </p>
150
150
  </div>
@@ -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 &mdash; bake 2.13.1 documentation</title>
8
+ <title>Eclipse &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.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" />
@@ -177,7 +177,7 @@ An update site for Eclipse (needed for installation) will be provided soon. For
177
177
 
178
178
  </p>
179
179
  <p>
180
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
180
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
181
181
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
182
182
  </p>
183
183
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to convert existing CDT workspaces &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to convert existing CDT workspaces &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_in_eclipse.html" />
35
35
  <link rel="prev" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
@@ -200,7 +200,7 @@ that&#8217;s why you have to import the projects again via the bake import wizar
200
200
 
201
201
  </p>
202
202
  <p>
203
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
203
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
204
204
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
205
205
  </p>
206
206
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to create a new project in Eclipse &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to create a new project in Eclipse &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="Visual Studio" href="../vs/vs.html" />
35
35
  <link rel="prev" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_in_eclipse.html" />
@@ -183,7 +183,7 @@ empty <cite>Project.meta</cite> which can be filled with build configurations.</
183
183
 
184
184
  </p>
185
185
  <p>
186
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
186
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
187
187
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
188
188
  </p>
189
189
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to create a workspace in Eclipse &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to create a workspace in Eclipse &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to create a new project in Eclipse" href="how_to_create_a_new_project_in_eclipse.html" />
35
35
  <link rel="prev" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
@@ -190,7 +190,7 @@ This is also a good idea, if you want to get rid of old configurations.</p>
190
190
 
191
191
  </p>
192
192
  <p>
193
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
193
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
194
194
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
195
195
  </p>
196
196
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to install bake Eclipse integration &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to install bake Eclipse integration &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
35
35
  <link rel="prev" title="Eclipse" href="eclipse.html" />
@@ -188,7 +188,7 @@
188
188
 
189
189
  </p>
190
190
  <p>
191
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
191
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
192
192
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
193
193
  </p>
194
194
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to use bake in Eclipse &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to use bake in Eclipse &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
35
35
  <link rel="prev" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.html" />
@@ -248,7 +248,7 @@ project settings which have to be written.</p>
248
248
 
249
249
  </p>
250
250
  <p>
251
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
251
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
252
252
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
253
253
  </p>
254
254
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>IDE Support &mdash; bake 2.13.1 documentation</title>
8
+ <title>IDE Support &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Eclipse" href="eclipse/eclipse.html" />
34
34
  <link rel="prev" title="Commandline" href="../commandline/commandline.html" />
35
35
  <meta charset='utf-8'>
@@ -174,7 +174,7 @@
174
174
 
175
175
  </p>
176
176
  <p>
177
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
177
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
178
178
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
179
179
  </p>
180
180
  </div>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to create VS-Projects using bake &mdash; bake 2.13.1 documentation</title>
8
+ <title>How to create VS-Projects using bake &mdash; bake 2.14.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.13.1',
18
+ VERSION: '2.14.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.13.1 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.14.0 documentation" href="../../index.html" />
33
33
  <link rel="up" title="Visual Studio" href="vs.html" />
34
34
  <link rel="next" title="How to Debug in Visual Studio" href="how_to_debug_in_vs.html" />
35
35
  <link rel="prev" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
@@ -163,7 +163,7 @@ The recommended way is to use a script which comes with bake-toolkit:</p>
163
163
 
164
164
  </p>
165
165
  <p>
166
- &copy; Copyright 2015, E.S.R.Labs AG.<br/>
166
+ &copy; Copyright 2016, E.S.R.Labs AG.<br/>
167
167
  Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
168
168
  </p>
169
169
  </div>