bake-toolkit 2.12.0 → 2.12.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.
- checksums.yaml +4 -4
- data/documentation/_build/html/_images/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_images/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_sources/changelog.txt +6 -1
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_static/agogo.css +509 -0
- data/documentation/_build/html/_static/background_b01.png +0 -0
- data/documentation/_build/html/_static/bgfooter.png +0 -0
- data/documentation/_build/html/_static/bgtop.png +0 -0
- data/documentation/_build/html/_static/bizstyle.css +490 -0
- data/documentation/_build/html/_static/bizstyle.js +41 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +1 -1
- data/documentation/_build/html/_static/css/badge_only.css +2 -0
- data/documentation/_build/html/_static/css/theme.css +5 -0
- data/documentation/_build/html/_static/css3-mediaqueries.js +1 -0
- data/documentation/_build/html/_static/css3-mediaqueries_src.js +1104 -0
- data/documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.eot +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.svg +414 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.woff +0 -0
- data/documentation/_build/html/_static/js/modernizr.min.js +4 -0
- data/documentation/_build/html/_static/js/theme.js +113 -0
- data/documentation/_build/html/_static/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_24.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_256.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_static/logo_tiny_32.ico +0 -0
- data/documentation/_build/html/changelog.html +18 -6
- data/documentation/_build/html/commandline/commandline.html +6 -5
- data/documentation/_build/html/concepts/build_hierarchy.html +6 -5
- data/documentation/_build/html/concepts/concepts.html +6 -5
- data/documentation/_build/html/concepts/the_main_project.html +6 -5
- data/documentation/_build/html/concepts/the_project_meta_file.html +6 -5
- data/documentation/_build/html/genindex.html +6 -5
- data/documentation/_build/html/ide/eclipse/eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/ide_integrations.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +6 -5
- data/documentation/_build/html/ide/vs/vs.html +6 -5
- data/documentation/_build/html/ide/vs/vs_install.html +6 -5
- data/documentation/_build/html/index.html +9 -8
- data/documentation/_build/html/install/install_bake.html +6 -5
- data/documentation/_build/html/internal.html +6 -5
- data/documentation/_build/html/known_issues.html +6 -5
- data/documentation/_build/html/license.html +6 -5
- data/documentation/_build/html/performance/performance.html +6 -5
- data/documentation/_build/html/quickstart/quickstart.html +6 -5
- data/documentation/_build/html/search.html +6 -5
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/derive_configs.html +6 -5
- data/documentation/_build/html/syntax/project_meta_syntax.html +6 -5
- data/documentation/_build/html/syntax/syntax.html +6 -5
- data/documentation/_build/html/syntax/variable_substitutions.html +6 -5
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +6 -5
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +6 -5
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +6 -5
- data/documentation/_build/html/tips_and_tricks/the_clang.html +6 -5
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +6 -5
- data/documentation/_build/html/why_bake/why_bake.html +8 -7
- data/lib/blocks/compile.rb +19 -7
- data/lib/common/version.rb +1 -1
- metadata +31 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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.12.
|
|
8
|
+
<title>Changelog — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="index.html" />
|
|
32
33
|
<link rel="next" title="License" href="license.html" />
|
|
33
34
|
<link rel="prev" title="Known Issues" href="known_issues.html" />
|
|
34
35
|
<meta charset='utf-8'>
|
|
@@ -48,8 +49,8 @@
|
|
|
48
49
|
<span class="icon-bar"></span>
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
</button>
|
|
51
|
-
<a class="navbar-brand" href="index.html">
|
|
52
|
-
|
|
52
|
+
<a class="navbar-brand" href="index.html"><img src="_static/logo_conformant_48.png">
|
|
53
|
+
</a>
|
|
53
54
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
54
55
|
</div>
|
|
55
56
|
|
|
@@ -139,9 +140,20 @@
|
|
|
139
140
|
<div class="section" id="changelog">
|
|
140
141
|
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
|
141
142
|
<dl class="docutils">
|
|
143
|
+
<dt>November 16, 2015 - bake-toolkit 2.12.1</dt>
|
|
144
|
+
<dd><ul class="first last simple">
|
|
145
|
+
<li>Bugfix: inherit and infix features may have calculated wrong relative paths</li>
|
|
146
|
+
</ul>
|
|
147
|
+
</dd>
|
|
148
|
+
<dt>October 26, 2015 - Eclipse plugin 1.6.0</dt>
|
|
149
|
+
<dd><ul class="first last simple">
|
|
150
|
+
<li>Added: possibility to specify folders to exclude when importing projects</li>
|
|
151
|
+
<li>Bugfix: fixed exception when trying to build after starting eclipse with a closed project</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</dd>
|
|
142
154
|
<dt>October 14, 2015 - bake-toolkit 2.12.0</dt>
|
|
143
155
|
<dd><ul class="first last simple">
|
|
144
|
-
<li>Changed: now ALL startup and exit steps are executed regardless if the previous
|
|
156
|
+
<li>Changed: now ALL startup and exit steps are executed regardless if the previous steps were successful even if stopOnFirstError was configured</li>
|
|
145
157
|
<li>Bugfix: relative pathes between roots based on Roots.bake were calculated incorrectly</li>
|
|
146
158
|
</ul>
|
|
147
159
|
</dd>
|
|
@@ -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.12.
|
|
8
|
+
<title>Commandline — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
|
32
33
|
<link rel="next" title="IDE Support" href="../ide/ide_integrations.html" />
|
|
33
34
|
<link rel="prev" title="Derive configs" href="../syntax/derive_configs.html" />
|
|
34
35
|
<meta charset='utf-8'>
|
|
@@ -48,8 +49,8 @@
|
|
|
48
49
|
<span class="icon-bar"></span>
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
</button>
|
|
51
|
-
<a class="navbar-brand" href="../index.html">
|
|
52
|
-
|
|
52
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
53
|
+
</a>
|
|
53
54
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
54
55
|
</div>
|
|
55
56
|
|
|
@@ -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.12.
|
|
8
|
+
<title>The build hierarchy — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
|
32
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
|
33
34
|
<link rel="next" title="Syntax" href="../syntax/syntax.html" />
|
|
34
35
|
<link rel="prev" title="The main project" href="the_main_project.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
8
|
+
<title>Concepts — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
|
32
33
|
<link rel="next" title="The Project.meta file" href="the_project_meta_file.html" />
|
|
33
34
|
<link rel="prev" title="Quickstart" href="../quickstart/quickstart.html" />
|
|
34
35
|
<meta charset='utf-8'>
|
|
@@ -48,8 +49,8 @@
|
|
|
48
49
|
<span class="icon-bar"></span>
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
</button>
|
|
51
|
-
<a class="navbar-brand" href="../index.html">
|
|
52
|
-
|
|
52
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
53
|
+
</a>
|
|
53
54
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
54
55
|
</div>
|
|
55
56
|
|
|
@@ -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.12.
|
|
8
|
+
<title>The main project — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
|
32
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
|
33
34
|
<link rel="next" title="The build hierarchy" href="build_hierarchy.html" />
|
|
34
35
|
<link rel="prev" title="The Project.meta file" href="the_project_meta_file.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
8
|
+
<title>The Project.meta file — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
|
32
33
|
<link rel="up" title="Concepts" href="concepts.html" />
|
|
33
34
|
<link rel="next" title="The main project" href="the_main_project.html" />
|
|
34
35
|
<link rel="prev" title="Concepts" href="concepts.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
9
|
+
<title>Index — bake 2.12.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.12.
|
|
19
|
+
VERSION: '2.12.1',
|
|
20
20
|
COLLAPSE_INDEX: false,
|
|
21
21
|
FILE_SUFFIX: '.html',
|
|
22
22
|
HAS_SOURCE: true
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
32
|
+
<link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
|
|
33
|
+
<link rel="top" title="bake 2.12.1 documentation" href="index.html" />
|
|
33
34
|
<meta charset='utf-8'>
|
|
34
35
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
35
36
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
@@ -47,8 +48,8 @@
|
|
|
47
48
|
<span class="icon-bar"></span>
|
|
48
49
|
<span class="icon-bar"></span>
|
|
49
50
|
</button>
|
|
50
|
-
<a class="navbar-brand" href="index.html">
|
|
51
|
-
|
|
51
|
+
<a class="navbar-brand" href="index.html"><img src="_static/logo_conformant_48.png">
|
|
52
|
+
</a>
|
|
52
53
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
53
54
|
</div>
|
|
54
55
|
|
|
@@ -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.12.
|
|
8
|
+
<title>Eclipse — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../../index.html" />
|
|
32
33
|
<link rel="up" title="IDE Support" href="../ide_integrations.html" />
|
|
33
34
|
<link rel="next" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.html" />
|
|
34
35
|
<link rel="prev" title="IDE Support" href="../ide_integrations.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
8
|
+
<title>How to convert existing CDT workspaces — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../../index.html" />
|
|
32
33
|
<link rel="up" title="Eclipse" href="eclipse.html" />
|
|
33
34
|
<link rel="next" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_in_eclipse.html" />
|
|
34
35
|
<link rel="prev" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
8
|
+
<title>How to create a new project in Eclipse — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../../index.html" />
|
|
32
33
|
<link rel="up" title="Eclipse" href="eclipse.html" />
|
|
33
34
|
<link rel="next" title="Visual Studio" href="../vs/vs.html" />
|
|
34
35
|
<link rel="prev" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_in_eclipse.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|
|
@@ -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.12.
|
|
8
|
+
<title>How to create a workspace in Eclipse — bake 2.12.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.12.
|
|
18
|
+
VERSION: '2.12.1',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
HAS_SOURCE: true
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
|
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
|
-
<link rel="
|
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../../index.html" />
|
|
32
33
|
<link rel="up" title="Eclipse" href="eclipse.html" />
|
|
33
34
|
<link rel="next" title="How to create a new project in Eclipse" href="how_to_create_a_new_project_in_eclipse.html" />
|
|
34
35
|
<link rel="prev" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
<span class="icon-bar"></span>
|
|
50
51
|
<span class="icon-bar"></span>
|
|
51
52
|
</button>
|
|
52
|
-
<a class="navbar-brand" href="../../index.html">
|
|
53
|
-
|
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_conformant_48.png">
|
|
54
|
+
</a>
|
|
54
55
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
|
55
56
|
</div>
|
|
56
57
|
|