bake-toolkit 2.12.2 → 2.13.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.
- 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
|
@@ -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 — bake 2.
|
|
8
|
+
<title>How to convert existing CDT workspaces — 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="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 — bake 2.
|
|
8
|
+
<title>How to create a new project in 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="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 — bake 2.
|
|
8
|
+
<title>How to create a workspace in 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="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 — bake 2.
|
|
8
|
+
<title>How to install bake Eclipse integration — 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="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 — bake 2.
|
|
8
|
+
<title>How to use bake in 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="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 — bake 2.
|
|
8
|
+
<title>IDE Support — 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="Eclipse" href="eclipse/eclipse.html" />
|
|
34
34
|
<link rel="prev" title="Commandline" href="../commandline/commandline.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>How to create VS-Projects using bake — bake 2.
|
|
8
|
+
<title>How to create VS-Projects using bake — 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="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" />
|
|
@@ -146,7 +146,7 @@ The recommended way is to use a script which comes with bake-toolkit:</p>
|
|
|
146
146
|
<div><a class="reference internal image-reference" href="../../_images/cvsp.png"><img alt="../../_images/cvsp.png" src="../../_images/cvsp.png" style="width: 50.0%;" /></a>
|
|
147
147
|
</div></blockquote>
|
|
148
148
|
<p>Example:</p>
|
|
149
|
-
<div class="highlight-console"><div class="highlight"><pre><span class="go">C:\MyProj> createVSProjects --version 2012 --
|
|
149
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="go">C:\MyProj> createVSProjects --version 2012 --rewrite</span>
|
|
150
150
|
</pre></div>
|
|
151
151
|
</div>
|
|
152
152
|
</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 Debug in Visual Studio — bake 2.
|
|
8
|
+
<title>How to Debug in Visual Studio — 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="Visual Studio" href="vs.html" />
|
|
34
34
|
<link rel="next" title="Tips and Tricks" href="../../tips_and_tricks/tips_and_tricks.html" />
|
|
35
35
|
<link rel="prev" title="How to create VS-Projects using bake" href="how_to_create_vs_projects.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 Visual Studio — bake 2.
|
|
8
|
+
<title>How to use bake in Visual Studio — 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="Visual Studio" href="vs.html" />
|
|
34
34
|
<link rel="next" title="How to create VS-Projects using bake" href="how_to_create_vs_projects.html" />
|
|
35
35
|
<link rel="prev" title="How to install bake Visual Studio integration" href="vs_install.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>Visual Studio — bake 2.
|
|
8
|
+
<title>Visual Studio — 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 Visual Studio integration" href="vs_install.html" />
|
|
35
35
|
<link rel="prev" title="How to create a new project in Eclipse" href="../eclipse/how_to_create_a_new_project_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 install bake Visual Studio integration — bake 2.
|
|
8
|
+
<title>How to install bake Visual Studio integration — 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="Visual Studio" href="vs.html" />
|
|
34
34
|
<link rel="next" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
|
|
35
35
|
<link rel="prev" title="Visual Studio" href="vs.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>bake 2.
|
|
8
|
+
<title>bake 2.13.0 — 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="#" />
|
|
33
33
|
<link rel="next" title="Why you should use bake" href="why_bake/why_bake.html" />
|
|
34
34
|
<meta charset='utf-8'>
|
|
35
35
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<ul class="dropdown-menu localtoc"
|
|
95
95
|
role="menu"
|
|
96
96
|
aria-labelledby="dLabelLocalToc"><ul>
|
|
97
|
-
<li><a class="reference internal" href="#">bake 2.
|
|
97
|
+
<li><a class="reference internal" href="#">bake 2.13.0</a><ul>
|
|
98
98
|
</ul>
|
|
99
99
|
</li>
|
|
100
100
|
</ul>
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
<div class="row">
|
|
135
135
|
<div class="col-md-12">
|
|
136
136
|
|
|
137
|
-
<div class="section" id="bake-2-
|
|
138
|
-
<h1>bake 2.
|
|
137
|
+
<div class="section" id="bake-2-13-0">
|
|
138
|
+
<h1>bake 2.13.0<a class="headerlink" href="#bake-2-13-0" title="Permalink to this headline">¶</a></h1>
|
|
139
139
|
<p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
|
|
140
140
|
<table border="1" class="docutils">
|
|
141
141
|
<colgroup>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<head>
|
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
7
|
|
|
8
|
-
<title>Install bake — bake 2.
|
|
8
|
+
<title>Install bake — 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="Quickstart" href="../quickstart/quickstart.html" />
|
|
34
34
|
<link rel="prev" title="Why you should use bake" href="../why_bake/why_bake.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>Internal developing notes — bake 2.
|
|
8
|
+
<title>Internal developing notes — 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="prev" title="License" href="license.html" />
|
|
34
34
|
<meta charset='utf-8'>
|
|
35
35
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=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>Known Issues — bake 2.
|
|
8
|
+
<title>Known Issues — 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="Changelog" href="changelog.html" />
|
|
34
34
|
<link rel="prev" title="Performance" href="performance/performance.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>License — bake 2.
|
|
8
|
+
<title>License — 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="Internal developing notes" href="internal.html" />
|
|
34
34
|
<link rel="prev" title="Changelog" href="changelog.html" />
|
|
35
35
|
<meta charset='utf-8'>
|