bake-toolkit 2.15.0 → 2.16.1

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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +5 -0
  3. data/documentation/_build/html/_sources/index.txt +1 -1
  4. data/documentation/_build/html/_sources/tips_and_tricks/bundle.txt +24 -0
  5. data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +1 -0
  6. data/documentation/_build/html/changelog.html +10 -3
  7. data/documentation/_build/html/commandline/commandline.html +3 -3
  8. data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
  9. data/documentation/_build/html/concepts/concepts.html +3 -3
  10. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  11. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  12. data/documentation/_build/html/genindex.html +3 -3
  13. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  14. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  15. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  16. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  17. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  18. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  19. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  20. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +3 -3
  21. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  22. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  23. data/documentation/_build/html/ide/vs/vs.html +3 -3
  24. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  25. data/documentation/_build/html/index.html +7 -6
  26. data/documentation/_build/html/install/install_bake.html +3 -3
  27. data/documentation/_build/html/internal.html +3 -3
  28. data/documentation/_build/html/known_issues.html +3 -3
  29. data/documentation/_build/html/license.html +3 -3
  30. data/documentation/_build/html/performance/performance.html +5 -5
  31. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  32. data/documentation/_build/html/search.html +3 -3
  33. data/documentation/_build/html/searchindex.js +1 -1
  34. data/documentation/_build/html/syntax/adapt_configs.html +3 -3
  35. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  36. data/documentation/_build/html/syntax/project_meta_syntax.html +3 -3
  37. data/documentation/_build/html/syntax/syntax.html +3 -3
  38. data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
  39. data/documentation/_build/html/tips_and_tricks/bundle.html +181 -0
  40. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  41. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +3 -3
  42. data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
  43. data/documentation/_build/html/tips_and_tricks/the_clang.html +5 -5
  44. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +4 -3
  45. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  46. data/lib/bake/bundle.rb +159 -0
  47. data/lib/bake/mergeConfig.rb +5 -5
  48. data/lib/bake/model/loader.rb +36 -24
  49. data/lib/bake/options/options.rb +12 -2
  50. data/lib/bake/options/usage.rb +2 -1
  51. data/lib/blocks/blockBase.rb +7 -1
  52. data/lib/blocks/compile.rb +17 -16
  53. data/lib/blocks/executable.rb +16 -12
  54. data/lib/blocks/library.rb +13 -9
  55. data/lib/common/ext/rtext.rb +11 -0
  56. data/lib/common/version.rb +1 -1
  57. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5abfe2aa916a877253287f7b95bf8cf73b44ed3b
4
- data.tar.gz: 42416bd1276814bba884741fde4c8aee8afcd392
3
+ metadata.gz: f1a47e0cd86825005bf7f5ae24ba1c0e29921dab
4
+ data.tar.gz: 8f9ddc6823b15d1e303ec1d2075c620d62258e96
5
5
  SHA512:
6
- metadata.gz: 5d4b55cdb81291582a838a10af563a149e817abeef5c60564220370ed07f0b4c8cc4a09b8ca794ae770c085f878381433284f81f45367ef1ce382d350d5fae0f
7
- data.tar.gz: 999aab9ae0100d796c48080ac289f4524616426c57541e71029e39c199762babe15c08f88e99795d5447e32ccb97b62782c7acc80237aa93c45bf18bc97d7647
6
+ metadata.gz: d723bca0193c100a1519f429eeab88e42dd11f560d790b18efab2a75dcacd9385bad0f3925835a388fd65609baccb7bdd1ac480511557284863ff9d873562fd9
7
+ data.tar.gz: 1f19445dbc4ee3e3eb1bde378efb3b57893a6911601a6d3b93b7c07ec5224378aa724920da1a488ba50aa3fd848ce362c65716d643d11bb14d6172dd4be2a4c1
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ February 26, 2016 - bake-toolkit 2.16.1
5
+ * Added: experimental bundle feature
6
+ * Changed: "--threads" now deprected, use "-j" instead
7
+ * Bugfix: in rare cases the cache from a copied/moved Project.meta file was reused instead of reloading the file. This could lead to errors.
8
+
4
9
  February 11, 2016 - bake-toolkit 2.15.0
5
10
  * Added: multiple inheritance for configs
6
11
  * Added: ArtifactName can be specified for libraries
@@ -1,4 +1,4 @@
1
- bake 2.15.0
1
+ bake 2.16.1
2
2
  ==========================================
3
3
  bake, building software **fast** and **easy**!
4
4
 
@@ -0,0 +1,24 @@
1
+ Bundle projects
2
+ ***************
3
+
4
+ .. warning::
5
+
6
+ This feature is experimental!
7
+
8
+ With
9
+
10
+ .. code-block:: console
11
+
12
+ bake ... --bundle <outputDir>
13
+
14
+ the projects will be bundled. This means
15
+
16
+ * linked binaries are copied to <outputDir>/bin
17
+ * created libraries are copied to <outputDir>/lib
18
+ * sources from the main project are copied to <outputDir>
19
+ * includes needed by the main projects are copied to <outputDir>/inc
20
+ * A Project.meta will be created in <outputDir>.
21
+
22
+ This is a starting point for further manual adaptions.
23
+
24
+ Feedback welcome!
@@ -8,6 +8,7 @@ Tips and Tricks
8
8
  static_code_analysis
9
9
  how_to_use_bake_with_cygwin
10
10
  the_clang
11
+ bundle
11
12
 
12
13
 
13
14
  Unnecessary includes
@@ -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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>Changelog &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.16.1 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,6 +140,13 @@
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>February 26, 2016 - bake-toolkit 2.16.1</dt>
144
+ <dd><ul class="first last simple">
145
+ <li>Added: experimental bundle feature</li>
146
+ <li>Changed: &#8220;&#8211;threads&#8221; now deprected, use &#8220;-j&#8221; instead</li>
147
+ <li>Bugfix: in rare cases the cache from a copied/moved Project.meta file was reused instead of reloading the file. This could lead to errors.</li>
148
+ </ul>
149
+ </dd>
143
150
  <dt>February 11, 2016 - bake-toolkit 2.15.0</dt>
144
151
  <dd><ul class="first last simple">
145
152
  <li>Added: multiple inheritance for configs</li>
@@ -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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>Commandline &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 documentation" href="../index.html" />
33
33
  <link rel="next" title="IDE Support" href="../ide/ide_integrations.html" />
34
34
  <link rel="prev" title="Adapt configs" href="../syntax/adapt_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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>The build hierarchy &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>Concepts &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>The main project &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>The Project.meta file &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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 &mdash; bake 2.15.0 documentation</title>
9
+ <title>Index &mdash; bake 2.16.1 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.15.0',
19
+ VERSION: '2.16.1',
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.15.0 documentation" href="index.html" />
33
+ <link rel="top" title="bake 2.16.1 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 &mdash; bake 2.15.0 documentation</title>
8
+ <title>Eclipse &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>How to convert existing CDT workspaces &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>How to create a new project in Eclipse &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>How to create a workspace in Eclipse &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>How to install bake Eclipse integration &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>How to use bake in Eclipse &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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" />
@@ -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.15.0 documentation</title>
8
+ <title>IDE Support &mdash; bake 2.16.1 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.15.0',
18
+ VERSION: '2.16.1',
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.15.0 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.16.1 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'>