bake-toolkit 2.19.1 → 2.19.2
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/_sources/changelog.txt +6 -0
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_static/syntax.html +111 -111
- data/documentation/_build/html/changelog.html +13 -3
- 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/link_order.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_debug_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 +3 -3
- 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/adapt_configs.html +3 -3
- data/documentation/_build/html/syntax/derive_configs.html +3 -3
- data/documentation/_build/html/syntax/project_meta_syntax.html +114 -114
- 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/bundle.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 +3 -3
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
- 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/toolchain/errorparser/ti_linker_error_parser.rb +1 -1
- data/lib/common/version.rb +1 -1
- metadata +2 -2
|
@@ -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.19.
|
|
8
|
+
<title>How to create VS-Projects using bake — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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" />
|
|
@@ -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.19.
|
|
8
|
+
<title>How to Debug in Visual Studio — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>How to use bake in Visual Studio — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>Visual Studio — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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 debug in Eclipse" href="../eclipse/how_to_debug_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.19.
|
|
8
|
+
<title>How to install bake Visual Studio integration — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>bake 2.19.2 — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
97
|
+
<li><a class="reference internal" href="#">bake 2.19.2</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-19-
|
|
138
|
-
<h1>bake 2.19.
|
|
137
|
+
<div class="section" id="bake-2-19-2">
|
|
138
|
+
<h1>bake 2.19.2<a class="headerlink" href="#bake-2-19-2" 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.19.
|
|
8
|
+
<title>Install bake — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>Internal developing notes — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>Known Issues — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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.19.
|
|
8
|
+
<title>License — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 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'>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<head>
|
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
7
|
|
|
8
|
-
<title>Performance — bake 2.19.
|
|
8
|
+
<title>Performance — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
|
|
33
33
|
<link rel="next" title="Known Issues" href="../known_issues.html" />
|
|
34
34
|
<link rel="prev" title="Bundle projects" href="../tips_and_tricks/bundle.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>Quickstart — bake 2.19.
|
|
8
|
+
<title>Quickstart — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
|
|
33
33
|
<link rel="next" title="Concepts" href="../concepts/concepts.html" />
|
|
34
34
|
<link rel="prev" title="Install bake" href="../install/install_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>Search — bake 2.19.
|
|
8
|
+
<title>Search — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
19
19
|
COLLAPSE_INDEX: false,
|
|
20
20
|
FILE_SUFFIX: '.html',
|
|
21
21
|
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.19.
|
|
33
|
+
<link rel="top" title="bake 2.19.2 documentation" href="index.html" />
|
|
34
34
|
<script type="text/javascript">
|
|
35
35
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
|
36
36
|
</script>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/link_order","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_debug_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/adapt_configs","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/bundle","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":22,"0x02":22,"0x3":0,"0xff":22,"2p180":25,"2p95":[21,26],"3p0":25,"6p398":25,"7p352":25,"__all__":27,"__main__":27,"_dev":33,"_lintout":34,"_one_":37,"break":38,"byte":22,"case":[0,10,31,34],"default":[0,1,10,21,26,29,35],"export":8,"function":0,"import":0,"long":[0,17,25],"new":[0,7],"return":[0,26,33],"static":20,"switch":[0,8,13,26,33,38],"throw":21,"true":[27,29],"try":[0,8],"while":21,abc:[1,27,31],abi:0,abl:[34,38],abort:[0,22,33],about:13,abov:[2,8,24,27,28],absolut:0,absolute_path_to_working_dir:37,accept:[0,12],access:0,account:0,action:24,actual:21,adapt:[0,8,20],add:[0,6],addit:[17,24,25],adjust:[0,5,6],adjustcdt:0,adjustinclud:0,adr:29,advantag:3,advis:24,after:[0,12,33,34,35],again:[0,8,25],alia:[0,33,34],all:[0,1,2,5,10,11,13,24,27,28,29,33,34,35,36,37],allow:[0,1,5,28,31],allunittest:35,almost:9,alpha:36,alphabet:0,alreadi:13,also:[0,9,10,11,13,16,31],alwai:[0,5,11,13,29],ambigu:0,analysi:20,analyz:20,ani:[5,16,24],annot:[0,17],anoth:[0,1,16,23,34],ansi:[1,33],anymor:[0,5,8,33],anyth:23,appear:13,appli:[0,11,24,27,31,33],appropri:[8,13,16],april:0,apropri:21,ar470:0,archiv:[0,2,6,23,29,31],archiverpath:[0,13,31],aren:38,argument:[0,16],aris:24,around:34,arrai:29,arrow:11,articular:24,artifact:31,artifactnam:[0,6,28,29,31],artifactnamebas:[0,31],asm:[1,29],asmpath:[0,13,31],asscoat:34,assembl:[31,37],associ:[7,24],assum:[1,6,21],atom:19,attribut:[0,27,28],august:0,author:24,auto:[13,26,30],autodir:0,automat:[0,6,11,31],avail:[0,10,12,16,19],avoid:[0,5,21,33,38],back:29,background:33,backward:0,bake:0,bakeri:[0,20],base:[0,28,31],basedon:29,basi:37,basic:26,bat:[16,33],batch:[0,16],becaus:[6,28,34,38],been:[0,1,23,24],befor:[0,4,8,13],begin:0,behaviour:0,below:[0,12,16,19],best:37,beteween:38,better:0,between:[0,13,38],big:38,bin:[0,16,31,32,33],binari:[0,24,32,33,34],bla:0,black:[1,26,33,35],blue:[29,35],bootload:31,bootloader_1:31,bootloaderupdat:31,both:28,bottom:2,box:[11,13],broken:0,browser:21,bsp:35,bspabc:1,bspcorez6:0,bug:21,bugfix:0,build:0,build_:0,built:[0,1,5,6,23,33,34,38],bundl:[0,20],busi:24,cach:[0,26],calcul:[0,31],call:[0,1,6,16,33,34,35,36],can:[0,1,2,5,6,7,8,9,10],candriv:[0,31],cannot:[0,5,11],care:0,caus:[21,24],cc2j:0,ccsv5:0,cdt:[0,5,7],chang:[0,5,8,11,13,21,23,27],charact:[0,33],charg:24,check:[0,1,16,19,21,35,37],checkbox:8,checker:36,child:[27,28],choos:[1,9,10,11],chosen:[0,13],circl:13,cl470:0,claim:24,clang:[0,20],clang_analyz:[0,36],clean:0,clear:0,clearer:0,clearn:0,click:[11,13,17,19],client:[0,28],clobber:0,close:0,cmake:20,cmd:[0,29],cmdline:[0,29],code:[0,1],code_st:0,collect:0,collectionmandatori:35,color:[1,21,26,33,35],com:[12,19],combin:[0,2],come:[15,34],comma:[0,1,28],command:[0,2,7,13,16,17,22,26,27,29,31,33,34,35,38],commandlin:0,comment:[0,1,29,35],commit:[8,10,37],common7:16,compar:10,compat:[0,38],compil:[0,1,2,5,6],complet:[8,13,34],complex:[0,25,38],compon:24,concaten:28,condit:24,config:[0,1,2,5,6,13,17,20,22],confignam:[0,31,34],configpkg:0,configur:[0,1,5,6,9,10],confnam:31,confus:0,connect:[21,22,24],consequenti:24,consist:[0,6,24],consol:[0,1,13,33,35],contain:[6,24,31],content:[2,8,29],context:[5,8,10],contract:24,contrast:25,contributor:24,control:[8,10,27],conveni:27,convers:[0,8],conversion_info:0,convert:7,copi:[0,24,32],copyright:24,corez6:0,corpor:24,correct:[0,33],correctli:[0,19,21],cosmet:0,could:0,cpath:[0,13,31],cplusplu:36,cpp:[1,5,6,16,26,27,28,29,34,36],cpppath:[0,13,31],cprojec:10,cproject:[8,9,10,13],cpu:25,crash:0,creat:[0,2,7],createvsproject:[0,15],ctrl:[0,33],current:[0,1,29,31,34,35],cursor:[29,35],custom:[2,6,34],customconfig:[0,2,27,28,29,36],cxxproject:[0,24],cyclic:0,cygdriv:[11,33],cygwin:[0,11,20],damag:24,darwin13:[21,26],data:24,deadcod:36,deal:24,debug:[0,1,5,6,7],debug_info:5,debug_main:6,decemb:0,decor:13,def:[0,31],defaulttoolchain:[0,5,6,13,16,17,27,28,29,34,36],defin:[0,1,2,5],definit:[0,4,5,31],delet:[0,8,23],deped:21,depenc:38,depend:[0,1,2,4,5,6,13,21,28,29,31,33,34,36,37],dependend:38,deprec:0,deprect:0,deriv:[0,20,27],derv:28,describ:[13,16],descript:[0,29,31,35],deselect:17,desgin:20,design:38,detail:26,develop:[8,20],devenv:16,diab:[27,28],diag_warn:0,dialog:[0,11],did:0,differ:[5,10,11,20,21],dir:[0,29,31],direct:[0,24],directli:[13,31],directori:0,disabl:[0,17],discard:22,disclaim:24,disk:8,displai:[0,13,17,29,35],distribut:[24,35],doc:[0,34],docu:[0,29],document:[0,21,24,38],doe:[0,2,8],don:[11,16,31,38],done:[5,11,26],doubl:[19,29,35],download:[7,19],due:0,eabi:0,each:[0,24],earli:0,earlier:0,easi:[9,20,21,28,38],easiest:[33,38],easili:[5,36,38],echo:6,eclips:[0,5],eclipseord:[0,27,29],edit:[10,23,36],editor:7,either:[28,36],element:[27,28,29,31,35],elf:31,els:[1,23],email:29,embrac:38,empti:[0,5,9,31],en_u:21,enabl:[0,7,10,13],end:0,energi:38,english:21,ensur:[0,8],entir:38,env:[0,29],environ:[0,11,16,21],environmentvari:31,equal:[0,31],equip:2,equival:24,error:[0,1,13,16,17],escap:33,especi:0,esrlab:[12,19],etc:[6,16,33,34,37],evalu:[21,31],evalut:31,even:[0,24,34,38],event:24,everi:[0,2,6,34],everyth:5,exactli:27,exampl:0,except:[0,13,22,26],exclud:[0,35],exclude_filt:0,excludefil:[0,29],execut:[0,2,6,11,16,23,34,37],executableconfig:[0,2,5,6,27,28,29,34,36],exemplari:24,exens:31,exist:[0,7],exit:[0,26],exitstep:[0,29],expand:0,experiment:[0,32],explicit:34,explicitli:[0,24],explor:[8,10,13],express:24,extend:[0,13],extens:19,extern:[0,3],externallibrari:[0,4,6,29,31],externallibrarysearchpath:[6,29,31],extrem:0,fact:34,fail:[0,2],failur:38,fals:[0,29],fan:38,fast:[20,38],faster:25,featur:[0,10,12,13,32,37],februari:0,feedback:32,fetch:21,few:[13,38],file:0,filenam:[0,22],fill:[8,9,13],filter:[0,29],find:8,finish:10,first:[0,1,16,28,31,34,35],fit:[24,38],fix:[0,25],flag:[0,5,6,16,28,29,34,36],flex:34,focu:38,folder:[0,1,9,31,34],follow:[11,12,19,24,26,28,31,33,34,36],follw:26,forget:11,form:24,format:34,format_specif:34,forward:[0,28,34],found:[0,8,10,11,21,26,27,33],free:24,from:0,front:29,fstab:33,full:31,furnish:24,further:32,gcc:[0,5,6,11,16,27,28,34,36],gcc_env:0,gdb:11,gem:[0,21],gener:[0,2,4,8,13,21,26,28,38],get:0,ghz:25,git:37,github:[0,7],given:22,glob:0,goal:20,good:[10,24,38],googl:21,govern:24,grant:24,graphic:24,greater:[0,22],green:11,greenhil:0,gsub:21,handl:[0,34],handler:33,happen:6,hard:[31,38],hardcod:0,hash:[29,35],have:[0,1,5,8,9,10,11,13,16,21,24,28,29,31,33,34,35,36,38],hdd:25,header:0,hello:31,helper:34,here:[10,16,27,38],herebi:24,hereinaft:24,hide:0,high:28,higher:0,highest:0,highlin:21,hinder:38,hit:33,holder:24,host:[0,1,6,21,26,27,31,34],hostnam:31,hour:38,howev:[0,11,21,24,37],http:[12,19],idea:10,ignor:[0,10,12],ignore_cach:0,iinclud:[6,26],imagin:36,impact:0,impli:24,implicitli:28,improv:0,inc:[0,28,32],incident:24,includ:[0,1,5,6],include_filt:0,include_path:0,includedir:[0,5,6,28,29,31,37],inclus:0,inconsist:[0,5],incorrect:37,incorrectli:0,independ:[35,38],indirect:[0,24],infix:0,info:[0,22,26,37],informationen:8,inherit:0,inject:[0,29],input:0,instal:[0,7],instead:[0,5,8,33,36],integr:7,intel:25,intend:0,intern:[0,13,20],internaldefin:[0,13,29],internalinclud:[0,13,29],internat:21,interrupt:[24,33],introduc:0,invalid:0,invert:0,invok:36,issu:[8,20],istal:21,item:[13,17],itself:5,januari:0,java:0,juli:0,junction:[0,20],june:0,keep:29,keil:0,keyword:[0,27],kicker:38,kind:24,known:20,lab:[12,19,24],label:13,lake:24,larg:38,larger:0,last:[0,16,17],latest:0,lc_all:21,ldebug:0,lead:0,lear:24,least:2,leav:[5,23],length:22,less:38,let:6,level:[0,27],liabil:24,liabl:24,lib:[0,5,6,29,31,32,33],lib_bootloader_debug:31,lib_some_debug:31,libpostfixflag:29,libprefixflag:29,librari:[0,2,3],libraryconfig:[0,2,5,6,27,28,29,34],libsub:6,licens:[0,12,20],life:31,lightweight:38,like:[0,1,2,5,13,16,19,21,27,28,31,33,34,36],limit:24,line:[0,13,16,17,22,24,27,29,31,33,34,35,38],link:[0,2,3],link_onli:0,linker:[0,2,16,27,28,29,31],linkerpath:[0,13,31],linkerscript:[0,29],lint:[0,23],lint_cmac:34,lint_cppmac:34,lint_max:0,lint_min:0,lintpolici:[29,34],linux:[0,37],list:[0,10,24,28,34,37],listen:[0,22],llvm:0,lnt:[0,34],load:26,local:0,localhost:22,locat:[0,6,9],lock:0,longer:0,look:[19,28,31,38],loss:24,machin:0,made:[0,11],magic:0,mai:[0,33],main1:35,main2:35,main:[0,1,2,3],mainconfignam:[0,5,31],mainproj:[1,35],mainprojectdir:[0,31,34],mainprojectnam:[0,5,31],maintain:38,maintanc:38,major:[10,29,33],mak:34,make:[0,8,21,33,34,38],makefil:[0,2,15,20],mani:5,manipul:27,manual:[7,8,23,32],map:0,mapfil:29,mar:11,march:0,mark:[0,8,13,29,35],match:[0,1,27],materi:24,matter:28,max:[0,34],maximum:[0,29],mean:[8,27,32,36,38],mechan:10,menu:[0,8,10,13,17],merchant:24,merg:[0,24,28],messag:0,met:24,meta:[0,2,3,4,5],method:21,microsoft:16,might:[8,13,21,37],min:[0,25,34],mind:29,mingw:0,minimum:[0,29],minor:[0,29],minut:[13,26,38],misra:34,miss:0,mix:27,mkdir:26,mmd:0,mode:[0,33],modif:24,modifi:24,more:0,mount:11,mous:[29,35],move:[0,29,35],msvc:[0,16],multi:0,multipl:[0,25],must:[0,4,5,11,13,24,33,34,35,38],mv7a8:0,my_comput:31,my_project:[6,26],myinclud:31,mylibraryproject:34,myproj:[0,1,15],myproject:31,myprojectnam:31,myspecialcollect:35,myvar:31,name:[0,1,5,9,11,13,21,22,27,29,31,34,35,36],nativ:[16,25],navig:9,nbsp:[29,35],ndebug:5,ndefault:35,necessari:[0,33,38],need:[0,5,7,8,25,31,32,34],neglig:24,nest:[0,30],network:21,nevertheless:11,newer:33,next:[11,34],nicer:0,nico:0,nicoretti:26,nil:21,nilclass:21,nmake:15,no_autodir:0,non:0,none:[24,33],noninfring:24,note:[10,11,13,20],noth:26,notic:24,novemb:0,now:[0,6,7],number:[5,13,22],oathnam:0,object:[0,4],obtain:24,octob:0,off:[0,13,29],offici:0,often:[21,34],old:[0,10],omit:[0,1,35],onc:[8,28,35],onli:[0,1,5,8,10,13,16,17,24,25,27,28,33],open:[0,21,34],opinion:38,optim:5,option:0,order:[0,3],origin:[27,33,37],other:[0,2,5,9,11,17,24,31,34,38],otherwis:[11,24,34],our:[33,38],out:[0,1,8,13,16,24,35,37],output:[0,3],outputdir:[0,29,31,32],outsid:5,over:[29,35],overwrit:5,overwritten:[0,10],owner:24,packag:33,page:[0,7,10,13,16],paht:34,paket:22,paramet:[0,17,31,33,34],parent:[0,1,27,28,29],pars:27,parser:[0,21],part:[24,31,34,35],parti:24,particular:24,pass:0,password:21,patch:29,path:[0,6],path_separ:0,pathnam:0,pathto:29,pattern:[0,1,29],pclint:34,peak:25,peopl:38,per:[0,10,21],perfect:8,perform:20,perman:33,permiss:24,permit:24,person:[24,29],personali:38,phisolophi:38,phrase:24,pictur:0,pipe:0,place:[0,34,36],platform:[26,31],pleas:[12,19],plugin:[0,12,16,19],point:[32,38],polici:29,port:22,portion:24,posix:33,possibl:[0,1,7,8,24,27,28,31,34,35,37],post:[2,6],poststep:[0,6,29],practic:37,pragma:34,pre:[2,30],predefin:5,prefer:[0,7],prefix:[0,33],prepro:0,preproc_with_compil:0,press:10,prestep:[0,29,34],prestepmain:2,pretti:[28,38],previou:0,primarybootloader2includ:31,print:[0,37],print_less:0,prioriti:[0,28],problem:[13,34],process:[0,24,38],procur:24,product:24,profit:24,program:[24,33],programm:33,progress:38,progressbar:[0,21],proj:0,projec:[8,31],project:0,projectdir:[0,31,34],projectnam:[0,31,34],projnam:31,properli:0,properti:[10,16],protect:21,prove:38,provid:[0,7,24,26,34,38],proxi:21,publish:24,purpos:[24,38],put:28,quickstart:20,quot:[29,35],raid:25,rake:0,ram:25,rare:[0,34],rather:38,raw:[0,33],rdoc:21,read:[6,8,12,33,38],readi:26,real:[27,31],realli:[0,1],reason:[33,38],rebuild:[13,23,25],rebuilt:0,recogn:[0,31],recommend:15,recompil:0,recorgn:34,recreat:[0,10],recurs:[0,28],redirect:34,redistribut:24,reduc:5,redund:0,refactor:23,refer:[0,5,31],referenc:[0,5,24,31],regardless:[0,27,34],regener:0,regular:[5,27,36],rel:[0,29,31],releas:[0,5,35],reload:[0,26],remov:[0,8],renam:[0,33],repetet:28,replac:[0,8],report:0,repositori:[8,37],reproduc:24,requir:0,requiredbakevers:29,reserv:24,resourc:0,respons:29,rest:[22,34],restart:12,restrict:[0,24],result:[0,8],retain:24,retriev:31,reus:0,revis:21,rework:0,rewrit:15,rgen:[0,21],rid:[10,33],right:[0,13,17,24],robust:0,root1:[1,35],root2:[1,35],root:0,rtext:[0,7,21],rtext_eclipse_plugin:7,rubi:[0,8,20,21],ruby192:33,rubygem:[0,21],run:[0,11,21,25,33,35,38],same:[0,3],satisfi:8,script:[0,8,15,29,38],scroll:0,search:[0,1,6,27,29],sec:25,second:13,secur:[12,36],see:[0,13,17,21,24,33,36,38],seem:37,seen:13,select:[0,8,12],sell:24,sens:8,sensit:0,separ:[0,1,24,28,34],seper:31,septemb:0,sequenc:33,server:19,servic:24,set:[0,5,6,13,16],setup:[12,16],sever:[0,1,8,22,28,35],shall:[10,24],shell:[2,33],shift:0,shortcut:0,should:[0,20],show:[0,34],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,8,13,16,17,23],signal:33,similar:10,simliar:36,simpli:[5,8,10,13,28],singl:0,site:[7,12,19],size:[13,34],slash:29,slow:0,small:8,softwar:[7,12,20,24,37],solut:[16,21,34],some:[0,8,10,13,16,24,34],someth:[0,1,31],sometim:38,soon:7,sort:0,sourc:[0,6,8,10,11,17,21,23,24,32,36],space:[0,29],special:[0,24,31],specifi:[0,1,2,5,6,8,13,17,27,29,31,34,35,37],spent:38,spider:11,src:[0,6,26],standard:10,start:[0,8,16,20],startup:[0,25],startupcod:0,startupstep:[0,29],state:24,statement:[13,37],stdin:[0,33],step:[0,2,6,8,12,19,33,34,36,38],stick:38,still:[0,8],stop:[0,1,35],stoponfirsterror:0,store:0,straight:28,strategi:0,stream:0,strict:24,string:[0,29,31,35],structur:26,stty:33,studio:[0,14],stuff:[2,5],style:0,sub1:37,sub2:37,sub3:35,sub:[0,5,6,10,28],subcollect:35,subfold:0,subject:24,sublicens:24,subprocess:33,subproject:5,subset:8,substanti:24,substitu:31,substitut:[0,6,24,29,31],subtag:0,success:0,successful:12,successfulli:[21,23,37],suitabl:11,suppli:34,support:[0,1],suppress:34,sure:[21,34],svn:37,symbol:11,symlink:[20,34],sync:37,system:[0,5,8,21,25,33,34],tag:0,take:[0,13,25,36,38],taken:6,target:[0,29],team:8,templat:0,term:24,test:[0,16],text:29,than:0,thank:0,theconfig:31,thei:[10,27,38],them:[0,10,27],theori:24,theproject:31,therefor:[5,31,38],thi:[0,1,8,9,10,11,13,16,17,19,21,22,24,26,27,28,31,32,33,34,35,36,37,38],think:38,third:24,those:[13,38],though:[34,38],thread:[0,25],three:[9,29],through:38,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,8,26,31],tip:20,tms470:0,too:[0,11],tool:[0,8,16,19,31,38],toolchain:[0,5,6,16,29,34],toolchain_info:0,toolchain_nam:0,toolkit:[0,15,21,35],top:27,tort:24,touch:23,treat:0,tree:0,tri:22,trick:20,trust:12,tty:33,turn:0,two:[0,1,16,31,35],type:[0,2],typic:11,typo:0,unchang:23,uncommon:1,undefin:21,under:[0,8,11],underscor:24,understand:38,uniniti:0,unintention:0,uniqu:35,unit:[0,35],unittest:35,unittestlib:35,unittestlibswithoutbsp:35,unix:[0,20],unknown:22,unless:24,unlock:21,unnecessari:[0,20],unter:10,updat:[0,7,12,19],updatesit:12,usag:31,user:[0,1,6,21,26,27,30],userlibrari:[29,31],usr:31,usual:[1,2,13,16,38],usuali:21,valid:[0,5,28,29,31],validexitcod:[0,29],valu:[0,29,31],variabl:[0,6,13,20,21,29,30],vcvarsal:16,verbos:0,veri:[0,9,10,21,25,28,35],version:[0,15,21,25,33,34,38],via:[0,8,13,17,19,27,33],view:13,virtual:0,visibl:33,visual:[0,14],vs2013:0,w3520:25,wai:[0,15,21,24,31,33,38],wait:38,wall:6,want:[0,1,8,10,26,27,36,38],warn:[0,12,22],warn_sect:0,warranti:24,web:21,webpag:21,welcom:32,well:[0,34],were:[0,21,24],what:3,whatev:[5,31],when:[0,15,23,24,37],where:[0,38],whether:[24,38],which:0,white:33,whole:[0,8,24,25],whom:24,why:[0,5,8,20,33],wildcard:[1,35],window:[0,7,8,13,17,25,31,33,37],wishlist:0,without:[0,16,23,24,25,27,31],wizard:[0,8],won:[2,34],word:0,work:[0,8,11,13,27,33,36,37],workaround:[0,23],workspac:[0,1,6,7],world:31,would:[0,31],wrap:0,wrapper:[8,9,10],write:[0,27,31,36],written:[0,1,13],wrong:0,www:[12,19],wysiwyg:38,x86_64:[21,26],xeon:25,xml:[19,34],yesquant:35,yet:[8,16],you:[0,1,5,7,8,9,10],your:[8,10]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The link order","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to debug in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.19.1","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Adapt configs","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","Bundle projects","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":22,"0x0a":22,"import":[1,10],"new":9,"static":34,adapt:27,add:11,adjust:[13,31],advantag:5,analysi:34,analyz:36,applic:[1,11],arbitrari:1,auto:31,bake:[1,12,13,15,17,19,20,21,25,31,33,34,38],bakeri:35,basic:34,bind:7,build:[1,2,13,22],bundl:32,can:11,cdt:[8,13],changelog:0,choos:13,clang:36,clean:[1,13],cmake:25,code:[11,34],collect:35,commandlin:[1,35],compil:[11,34],concept:3,config:[27,28],configur:[11,13,34],convert:8,creat:[9,10,11,15],cygwin:33,debug:[11,16],defin:[13,31,34],deriv:28,desgin:38,develop:22,differ:25,differnt:1,directori:[1,5],doe:21,due:34,dure:21,eclips:[7,9,10,11,12,13,25],effect:27,environ:[25,31],error:[21,22,34],exampl:[1,2,4,5,6,21,34],exist:[8,31],extend:27,extern:4,fail:34,file:[1,6,13,29],from:1,get:1,goal:38,graph:2,header:22,help:1,hierarchi:2,highlight:7,how:[1,8,9,10,11,12,13,15,16,17,19,21,33,35],implic:28,includ:[13,34,37],inform:11,inherit:28,instal:[12,19,21],instruct:29,integr:[12,19],interact:29,intern:22,introduct:27,invalid:21,issu:[21,23,34],junction:37,just:1,kei:7,known:[21,23,34],languag:21,librari:4,licens:24,link:4,lint:34,main:[5,13],makefil:25,mani:34,map:11,messag:21,meta:[6,29,31,35],miss:34,more:1,most:1,multipl:28,nest:31,note:22,now:11,occurr:27,onli:34,option:1,order:4,output:5,packet:22,path:[11,31],perform:25,perspect:13,pre:31,prefer:13,project:[1,5,6,9,13,15,22,29,31,32],quickstart:26,receiv:22,remov:27,replac:27,result:[13,25],root:1,rubi:25,same:4,search:34,select:13,send:22,set:21,setup:34,should:38,singl:1,socket:22,specif:1,start:[21,22],studio:[16,17,18,19],support:14,symlink:37,syntax:[7,29,30,35],test:25,than:1,tip:37,too:34,trick:37,type:[22,27],unix:25,unnecessari:37,user:31,variabl:31,viewer:29,visual:[16,17,18,19],what:[6,35],which:1,why:38,within:1,workspac:[8,10],you:[11,38],your:11}})
|
|
1
|
+
Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/link_order","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_debug_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/adapt_configs","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/bundle","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":22,"0x02":22,"0x3":0,"0xff":22,"2p180":25,"2p95":[21,26],"3p0":25,"6p398":25,"7p352":25,"__all__":27,"__main__":27,"_dev":33,"_lintout":34,"_one_":37,"break":38,"byte":22,"case":[0,10,31,34],"default":[0,1,10,21,26,29,35],"export":8,"function":0,"import":[],"long":[0,17,25],"new":[],"return":[0,26,33],"static":[],"switch":[0,8,13,26,33,38],"throw":21,"true":[27,29],"try":[0,8],"while":21,abc:[1,27,31],abi:0,abl:[34,38],abort:[0,22,33],about:13,abov:[2,8,24,27,28],absolut:0,absolute_path_to_working_dir:37,accept:[0,12],access:0,account:0,action:24,actual:21,adapt:[],add:[],addit:[17,24,25],adjust:[],adjustcdt:0,adjustinclud:0,adr:29,advantag:[],advis:24,after:[0,12,33,34,35],again:[0,8,25],alia:[0,33,34],all:[0,1,2,5,10,11,13,24,27,28,29,33,34,35,36,37],allow:[0,1,5,28,31],allunittest:35,almost:9,alpha:36,alphabet:0,alreadi:13,also:[0,9,10,11,13,16,31],alwai:[0,5,11,13,29],ambigu:0,analysi:[],analyz:[],ani:[5,16,24],annot:[0,17],anoth:[0,1,16,23,34],ansi:[1,33],anymor:[0,5,8,33],anyth:23,appear:13,appli:[0,11,24,27,31,33],appropri:[8,13,16],april:0,apropri:21,ar470:0,archiv:[0,2,6,23,29,31],archiverpath:[0,13,31],aren:38,argument:[0,16],aris:24,around:34,arrai:29,arrow:11,articular:24,artifact:31,artifactnam:[0,6,28,29,31],artifactnamebas:[0,31],asm:[1,29],asmpath:[0,13,31],asscoat:34,assembl:[31,37],associ:[7,24],assum:[1,6,21],atom:19,attribut:[0,27,28],august:0,author:24,auto:[],autodir:0,automat:[0,6,11,31],avail:[0,10,12,16,19],avoid:[0,5,21,33,38],back:29,background:33,backward:0,bake:[],bakeri:[],base:[0,28,31],basedon:29,basi:37,basic:[],bat:[16,33],batch:[0,16],becaus:[6,28,34,38],been:[0,1,23,24],befor:[0,4,8,13],begin:0,behaviour:0,below:[0,12,16,19],best:37,beteween:38,better:0,between:[0,13,38],big:38,bin:[0,16,31,32,33],binari:[0,24,32,33,34],bla:0,black:[1,26,33,35],blue:[29,35],bootload:31,bootloader_1:31,bootloaderupdat:31,both:28,bottom:2,box:[11,13],broken:0,browser:21,bsp:35,bspabc:1,bspcorez6:0,bug:21,bugfix:0,build:[],build_:0,built:[0,1,5,6,23,33,34,38],bundl:[],busi:24,cach:[0,26],calcul:[0,31],call:[0,1,6,16,33,34,35,36],can:[],candriv:[0,31],cannot:[0,5,11],care:0,caus:[21,24],cc2j:0,ccsv5:0,cdt:[],chang:[0,5,8,11,13,21,23,27],charact:[0,33],charg:24,check:[0,1,16,19,21,35,37],checkbox:8,checker:36,child:[27,28],choos:[],chosen:[0,13],circl:13,cl470:0,claim:24,clang:[],clang_analyz:[0,36],clean:[],clear:0,clearer:0,clearn:0,click:[11,13,17,19],client:[0,28],clobber:0,close:0,cmake:[],cmd:[0,29],cmdline:[0,29],code:[],code_st:0,collect:[],collectionmandatori:35,color:[1,21,26,33,35],com:[12,19],combin:[0,2],come:[15,34],comma:[0,1,28],command:[0,2,7,13,16,17,22,26,27,29,31,33,34,35,38],commandlin:[],comment:[0,1,29,35],commit:[8,10,37],common7:16,compar:10,compat:[0,38],compil:[],complet:[8,13,34],complex:[0,25,38],compon:24,concaten:28,condit:24,config:[],confignam:[0,31,34],configpkg:0,configur:[],confnam:31,confus:0,connect:[21,22,24],consequenti:24,consist:[0,6,24],consol:[0,1,13,33,35],contain:[6,24,31],content:[2,8,29],context:[5,8,10],contract:24,contrast:25,contributor:24,control:[8,10,27],conveni:27,convers:[0,8],conversion_info:0,convert:[],copi:[0,24,32],copyright:24,corez6:0,corpor:24,correct:[0,33],correctli:[0,19,21],cosmet:0,could:0,cpath:[0,13,31],cplusplu:36,cpp:[1,5,6,16,26,27,28,29,34,36],cpppath:[0,13,31],cprojec:10,cproject:[8,9,10,13],cpu:25,crash:0,creat:[],createvsproject:[0,15],ctrl:[0,33],current:[0,1,29,31,34,35],cursor:[29,35],custom:[2,6,34],customconfig:[0,2,27,28,29,36],cxxproject:[0,24],cyclic:0,cygdriv:[11,33],cygwin:[],damag:24,darwin13:[21,26],data:24,deadcod:36,deal:24,debug:[],debug_info:5,debug_main:6,decemb:0,decor:13,def:[0,31],defaulttoolchain:[0,5,6,13,16,17,27,28,29,34,36],defin:[],definit:[0,4,5,31],delet:[0,8,23],deped:21,depenc:38,depend:[0,1,2,4,5,6,13,21,28,29,31,33,34,36,37],dependend:38,deprec:0,deprect:0,deriv:[],derv:28,describ:[13,16],descript:[0,29,31,35],deselect:17,desgin:[],design:38,detail:26,develop:[],devenv:16,diab:[27,28],diag_warn:0,dialog:[0,11],did:0,differ:[],dir:[0,29,31],direct:[0,24],directli:[13,31],directori:[],disabl:[0,17],discard:22,disclaim:24,disk:8,displai:[0,13,17,29,35],distribut:[24,35],doc:[0,34],docu:[0,29],document:[0,21,24,38],doe:[],don:[11,16,31,38],done:[5,11,26],doubl:[19,29,35],download:[7,19],due:[],eabi:0,each:[0,24],earli:0,earlier:0,easi:[9,20,21,28,38],easiest:[33,38],easili:[5,36,38],echo:6,eclips:[],eclipseord:[0,27,29],edit:[10,23,36],editor:7,either:[28,36],element:[27,28,29,31,35],elf:31,els:[1,23],email:29,embrac:38,empti:[0,5,9,31],en_u:21,enabl:[0,7,10,13],end:0,energi:38,english:21,ensur:[0,8],entir:38,env:[0,29],environ:[],environmentvari:31,equal:[0,31],equip:2,equival:24,error:[],escap:33,especi:0,esrlab:[12,19],etc:[6,16,33,34,37],evalu:[21,31],evalut:31,even:[0,24,34,38],event:24,everi:[0,2,6,34],everyth:5,exactli:27,exampl:[],except:[0,13,22,26],exclud:[0,35],exclude_filt:0,excludefil:[0,29],execut:[0,2,6,11,16,23,34,37],executableconfig:[0,2,5,6,27,28,29,34,36],exemplari:24,exens:31,exist:[],exit:[0,26],exitstep:[0,29],expand:0,experiment:[0,32],explicit:34,explicitli:[0,24],explor:[8,10,13],express:24,extend:[],extens:19,extern:[],externallibrari:[0,4,6,29,31],externallibrarysearchpath:[6,29,31],extrem:0,fact:34,fail:[],failur:38,fals:[0,29],fan:38,fast:[20,38],faster:25,featur:[0,10,12,13,32,37],februari:0,feedback:32,fetch:21,few:[13,38],file:[],filenam:[0,22],fill:[8,9,13],filter:[0,29],find:8,finish:10,first:[0,1,16,28,31,34,35],fit:[24,38],fix:[0,25],flag:[0,5,6,16,28,29,34,36],flex:34,focu:38,folder:[0,1,9,31,34],follow:[11,12,19,24,26,28,31,33,34,36],follw:26,forget:11,form:24,format:34,format_specif:34,forward:[0,28,34],found:[0,8,10,11,21,26,27,33],free:24,from:[],front:29,fstab:33,full:31,furnish:24,further:32,gcc:[0,5,6,11,16,27,28,34,36],gcc_env:0,gdb:11,gem:[0,21],gener:[0,2,4,8,13,21,26,28,38],get:[],ghz:25,git:37,github:[0,7],given:22,glob:0,goal:[],good:[10,24,38],googl:21,govern:24,grant:24,graphic:24,greater:[0,22],green:11,greenhil:0,gsub:21,had:0,handl:[0,34],handler:33,happen:6,hard:[31,38],hardcod:0,hash:[29,35],have:[0,1,5,8,9,10,11,13,16,21,24,28,29,31,33,34,35,36,38],hdd:25,header:[],hello:31,helper:34,here:[10,16,27,38],herebi:24,hereinaft:24,hide:0,high:28,higher:0,highest:0,highlin:21,hinder:38,hit:33,holder:24,host:[0,1,6,21,26,27,31,34],hostnam:31,hour:38,howev:[0,11,21,24,37],http:[12,19],idea:10,ignor:[0,10,12],ignore_cach:0,iinclud:[6,26],imagin:36,impact:0,impli:24,implicitli:28,improv:0,inc:[0,28,32],incident:24,includ:[],include_filt:0,include_path:0,includedir:[0,5,6,28,29,31,37],inclus:0,inconsist:[0,5],incorrect:37,incorrectli:0,independ:[35,38],indirect:[0,24],infix:0,info:[0,22,26,37],informationen:8,inherit:[],inject:[0,29],input:0,instal:[],instead:[0,5,8,33,36],integr:[],intel:25,intend:0,intern:[],internaldefin:[0,13,29],internalinclud:[0,13,29],internat:21,interrupt:[24,33],introduc:0,invalid:[],invert:0,invok:36,issu:[],istal:21,item:[13,17],itself:5,januari:0,java:0,juli:0,junction:[],june:0,keep:29,keil:0,keyword:[0,27],kicker:38,kind:24,known:[],lab:[12,19,24],label:13,lake:24,larg:38,larger:0,last:[0,16,17],latest:0,lc_all:21,ldebug:0,lead:0,lear:24,least:2,leav:[5,23],length:22,less:38,let:6,level:[0,27],liabil:24,liabl:24,lib:[0,5,6,29,31,32,33],lib_bootloader_debug:31,lib_some_debug:31,libpostfixflag:29,libprefixflag:29,librari:[],libraryconfig:[0,2,5,6,27,28,29,34],libsub:6,licens:[],life:31,lightweight:38,like:[0,1,2,5,13,16,19,21,27,28,31,33,34,36],limit:24,line:[0,13,16,17,22,24,27,29,31,33,34,35,38],link:[],link_onli:0,linker:[0,2,16,27,28,29,31],linkerpath:[0,13,31],linkerscript:[0,29],lint:[],lint_cmac:34,lint_cppmac:34,lint_max:0,lint_min:0,lintpolici:[29,34],linux:[0,37],list:[0,10,24,28,34,37],listen:[0,22],llvm:0,lnt:[0,34],load:26,local:0,localhost:22,locat:[0,6,9],lock:0,longer:0,look:[19,28,31,38],loss:24,machin:0,made:[0,11],magic:0,mai:[0,33],main1:35,main2:35,main:[],mainconfignam:[0,5,31],mainproj:[1,35],mainprojectdir:[0,31,34],mainprojectnam:[0,5,31],maintain:38,maintanc:38,major:[10,29,33],mak:34,make:[0,8,21,33,34,38],makefil:[],mani:[],manipul:27,manual:[7,8,23,32],map:[],mapfil:29,mar:11,march:0,mark:[0,8,13,29,35],marker:0,match:[0,1,27],materi:24,matter:28,max:[0,34],maximum:[0,29],mean:[8,27,32,36,38],mechan:10,menu:[0,8,10,13,17],merchant:24,merg:[0,24,28],messag:[],met:24,meta:[],method:21,microsoft:16,might:[8,13,21,37],min:[0,25,34],mind:29,mingw:0,minimum:[0,29],minor:[0,29],minut:[13,26,38],misra:34,miss:[],mix:27,mkdir:26,mmd:0,mode:[0,33],modif:24,modifi:24,more:[],mount:11,mous:[29,35],move:[0,29,35],msvc:[0,16],multi:0,multipl:[],must:[0,4,5,11,13,24,33,34,35,38],mv7a8:0,my_comput:31,my_project:[6,26],myinclud:31,mylibraryproject:34,myproj:[0,1,15],myproject:31,myprojectnam:31,myspecialcollect:35,myvar:31,name:[0,1,5,9,11,13,21,22,27,29,31,34,35,36],nativ:[16,25],navig:9,nbsp:[29,35],ndebug:5,ndefault:35,necessari:[0,33,38],need:[0,5,7,8,25,31,32,34],neglig:24,nest:[],network:21,nevertheless:11,newer:33,next:[11,34],nicer:0,nico:0,nicoretti:26,nil:21,nilclass:21,nmake:15,no_autodir:0,non:0,none:[24,33],noninfring:24,note:[],noth:26,notic:24,novemb:0,now:[],number:[5,13,22],oathnam:0,object:[0,4],obtain:24,octob:0,off:[0,13,29],offici:0,often:[21,34],old:[0,10],omit:[0,1,35],onc:[8,28,35],onli:[],open:[0,21,34],opinion:38,optim:5,option:[],order:[],origin:[27,33,37],other:[0,2,5,9,11,17,24,31,34,38],otherwis:[11,24,34],our:[33,38],out:[0,1,8,13,16,24,35,37],output:[],outputdir:[0,29,31,32],outsid:5,over:[29,35],overwrit:5,overwritten:[0,10],owner:24,packag:33,page:[0,7,10,13,16],paht:34,paket:22,paramet:[0,17,31,33,34],parent:[0,1,27,28,29],pars:27,parser:[0,21],part:[24,31,34,35],parti:24,particular:24,pass:0,password:21,patch:29,path:[],path_separ:0,pathnam:0,pathto:29,pattern:[0,1,29],pclint:34,peak:25,peopl:38,per:[0,10,21],perfect:8,perform:[],perman:33,permiss:24,permit:24,person:[24,29],personali:38,phisolophi:38,phrase:24,pictur:0,pipe:0,place:[0,34,36],platform:[26,31],pleas:[12,19],plugin:[0,12,16,19],point:[32,38],polici:29,port:22,portion:24,posix:33,possibl:[0,1,7,8,24,27,28,31,34,35,37],post:[2,6],poststep:[0,6,29],practic:37,pragma:34,pre:[],predefin:5,prefer:[],prefix:[0,33],prepro:0,preproc_with_compil:0,press:10,prestep:[0,29,34],prestepmain:2,pretti:[28,38],previou:0,primarybootloader2includ:31,print:[0,37],print_less:0,prioriti:[0,28],problem:[13,34],process:[0,24,38],procur:24,product:24,profit:24,program:[24,33],programm:33,progress:38,progressbar:[0,21],proj:0,projec:[8,31],project:[],projectdir:[0,31,34],projectnam:[0,31,34],projnam:31,properli:0,properti:[10,16],protect:21,prove:38,provid:[0,7,24,26,34,38],proxi:21,publish:24,purpos:[24,38],put:28,quickstart:[],quot:[29,35],raid:25,rake:0,ram:25,rare:[0,34],rather:38,raw:[0,33],rdoc:21,read:[6,8,12,33,38],readi:26,real:[27,31],realli:[0,1],reason:[33,38],rebuild:[13,23,25],rebuilt:0,recogn:[0,31],recommend:15,recompil:0,recorgn:34,recreat:[0,10],recurs:[0,28],redirect:34,redistribut:24,reduc:5,redund:0,refactor:23,refer:[0,5,31],referenc:[0,5,24,31],regardless:[0,27,34],regener:0,regular:[5,27,36],rel:[0,29,31],releas:[0,5,35],reload:[0,26],remov:[],renam:[0,33],repetet:28,replac:[],report:0,repositori:[8,37],reproduc:24,requir:0,requiredbakevers:29,reserv:24,resourc:0,respons:29,rest:[22,34],restart:12,restrict:[0,24],result:[],retain:24,retriev:31,reus:0,revis:21,rework:0,rewrit:15,rgen:[0,21],rid:[10,33],right:[0,13,17,24],robust:0,root1:[1,35],root2:[1,35],root:[],rtext:[0,7,21],rtext_eclipse_plugin:7,rubi:[],ruby192:33,rubygem:[0,21],run:[0,11,21,25,33,35,38],same:[],satisfi:8,script:[0,8,15,29,38],scroll:0,search:[],sec:25,second:13,secur:[12,36],see:[0,13,17,21,24,33,36,38],seem:37,seen:13,select:[],sell:24,sens:8,sensit:0,separ:[0,1,24,28,34],seper:31,septemb:0,sequenc:33,server:19,servic:24,set:[],setup:[],sever:[0,1,8,22,28,35],shall:[10,24],shell:[2,33],shift:0,shortcut:0,should:[],show:[0,34],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,8,13,16,17,23],signal:33,similar:10,simliar:36,simpli:[5,8,10,13,28],singl:[],site:[7,12,19],size:[13,34],slash:29,slow:0,small:8,softwar:[7,12,20,24,37],solut:[16,21,34],some:[0,8,10,13,16,24,34],someth:[0,1,31],sometim:38,soon:7,sort:0,sourc:[0,6,8,10,11,17,21,23,24,32,36],space:[0,29],special:[0,24,31],specifi:[0,1,2,5,6,8,13,17,27,29,31,34,35,37],spent:38,spider:11,src:[0,6,26],standard:10,start:[],startup:[0,25],startupcod:0,startupstep:[0,29],state:24,statement:[13,37],stdin:[0,33],step:[0,2,6,8,12,19,33,34,36,38],stick:38,still:[0,8],stop:[0,1,35],stoponfirsterror:0,store:0,straight:28,strategi:0,stream:0,strict:24,string:[0,29,31,35],structur:26,stty:33,studio:[],stuff:[2,5],style:0,sub1:37,sub2:37,sub3:35,sub:[0,5,6,10,28],subcollect:35,subfold:0,subject:24,sublicens:24,subprocess:33,subproject:5,subset:8,substanti:24,substitu:31,substitut:[0,6,24,29,31],subtag:0,success:0,successful:12,successfulli:[21,23,37],suitabl:11,suppli:34,support:[],suppress:34,sure:[21,34],svn:37,symbol:11,symlink:[],sync:37,system:[0,5,8,21,25,33,34],tag:0,take:[0,13,25,36,38],taken:6,target:[0,29],team:8,templat:0,term:24,test:[],text:29,than:[],thank:0,theconfig:31,thei:[10,27,38],them:[0,10,27],theori:24,theproject:31,therefor:[5,31,38],thi:[0,1,8,9,10,11,13,16,17,19,21,22,24,26,27,28,31,32,33,34,35,36,37,38],think:38,third:24,those:[13,38],though:[34,38],thread:[0,25],three:[9,29],through:38,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,8,26,31],tip:[],tms470:0,too:[],tool:[0,8,16,19,31,38],toolchain:[0,5,6,16,29,34],toolchain_info:0,toolchain_nam:0,toolkit:[0,15,21,35],top:27,tort:24,touch:23,treat:0,tree:0,tri:22,trick:[],trust:12,tty:33,turn:0,two:[0,1,16,31,35],type:[],typic:11,typo:0,unchang:23,uncommon:1,undefin:21,under:[0,8,11],underscor:24,understand:38,uniniti:0,unintention:0,uniqu:35,unit:[0,35],unittest:35,unittestlib:35,unittestlibswithoutbsp:35,unix:[],unknown:22,unless:24,unlock:21,unnecessari:[],unter:10,updat:[0,7,12,19],updatesit:12,usag:31,user:[],userlibrari:[29,31],usr:31,usual:[1,2,13,16,38],usuali:21,valid:[0,5,28,29,31],validexitcod:[0,29],valu:[0,29,31],variabl:[],vcvarsal:16,verbos:0,veri:[0,9,10,21,25,28,35],version:[0,15,21,25,33,34,38],via:[0,8,13,17,19,27,33],view:13,virtual:0,visibl:33,visual:[],vs2013:0,w3520:25,wai:[0,15,21,24,31,33,38],wait:38,wall:6,want:[0,1,8,10,26,27,36,38],warn:[0,12,22],warn_sect:0,warranti:24,web:21,webpag:21,welcom:32,well:[0,34],were:[0,21,24],what:[],whatev:[5,31],when:[0,15,23,24,37],where:[0,38],whether:[24,38],which:[],white:33,whole:[0,8,24,25],whom:24,why:[],wildcard:[1,35],window:[0,7,8,13,17,25,31,33,37],wishlist:0,without:[0,16,23,24,25,27,31],wizard:[0,8],won:[2,34],word:0,work:[0,8,11,13,27,33,36,37],workaround:[0,23],workspac:[],world:31,would:[0,31],wrap:0,wrapper:[8,9,10],write:[0,27,31,36],written:[0,1,13],wrong:0,www:[12,19],wysiwyg:38,x86_64:[21,26],xeon:25,xml:[19,34],yesquant:35,yet:[8,16],you:[],your:[]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The link order","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to debug in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.19.2","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Adapt configs","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","Bundle projects","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":22,"0x0a":22,"import":[1,10],"new":9,"static":34,adapt:27,add:11,adjust:[13,31],advantag:5,analysi:34,analyz:36,applic:[1,11],arbitrari:1,auto:31,bake:[1,12,13,15,17,19,20,21,25,31,33,34,38],bakeri:35,basic:34,bind:7,build:[1,2,13,22],bundl:32,can:11,cdt:[8,13],changelog:0,choos:13,clang:36,clean:[1,13],cmake:25,code:[11,34],collect:35,commandlin:[1,35],compil:[11,34],concept:3,config:[27,28],configur:[11,13,34],convert:8,creat:[9,10,11,15],cygwin:33,debug:[11,16],defin:[13,31,34],deriv:28,desgin:38,develop:22,differ:25,differnt:1,directori:[1,5],doe:21,due:34,dure:21,eclips:[7,9,10,11,12,13,25],effect:27,environ:[25,31],error:[21,22,34],exampl:[1,2,4,5,6,21,34],exist:[8,31],extend:27,extern:4,fail:34,file:[1,6,13,29],from:1,get:1,goal:38,graph:2,header:22,help:1,hierarchi:2,highlight:7,how:[1,8,9,10,11,12,13,15,16,17,19,21,33,35],implic:28,includ:[13,34,37],inform:11,inherit:28,instal:[12,19,21],instruct:29,integr:[12,19],interact:29,intern:22,introduct:27,invalid:21,issu:[21,23,34],junction:37,just:1,kei:7,known:[21,23,34],languag:21,librari:4,licens:24,link:4,lint:34,main:[5,13],makefil:25,mani:34,map:11,messag:21,meta:[6,29,31,35],miss:34,more:1,most:1,multipl:28,nest:31,note:22,now:11,occurr:27,onli:34,option:1,order:4,output:5,packet:22,path:[11,31],perform:25,perspect:13,pre:31,prefer:13,project:[1,5,6,9,13,15,22,29,31,32],quickstart:26,receiv:22,remov:27,replac:27,result:[13,25],root:1,rubi:25,same:4,search:34,select:13,send:22,set:21,setup:34,should:38,singl:1,socket:22,specif:1,start:[21,22],studio:[16,17,18,19],support:14,symlink:37,syntax:[7,29,30,35],test:25,than:1,tip:37,too:34,trick:37,type:[22,27],unix:25,unnecessari:37,user:31,variabl:31,viewer:29,visual:[16,17,18,19],what:[6,35],which:1,why:38,within:1,workspac:[8,10],you:[11,38],your:11}})
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<head>
|
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
7
|
|
|
8
|
-
<title>Adapt configs — bake 2.19.
|
|
8
|
+
<title>Adapt configs — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
|
|
33
33
|
<link rel="up" title="Syntax" href="syntax.html" />
|
|
34
34
|
<link rel="next" title="Commandline" href="../commandline/commandline.html" />
|
|
35
35
|
<link rel="prev" title="Derive configs" href="derive_configs.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>Derive configs — bake 2.19.
|
|
8
|
+
<title>Derive configs — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
|
|
33
33
|
<link rel="up" title="Syntax" href="syntax.html" />
|
|
34
34
|
<link rel="next" title="Adapt configs" href="adapt_configs.html" />
|
|
35
35
|
<link rel="prev" title="Variables in Project.meta" href="variable_substitutions.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 Syntax of the Project.meta file — bake 2.19.
|
|
8
|
+
<title>The Syntax of the Project.meta file — bake 2.19.2 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.19.
|
|
18
|
+
VERSION: '2.19.2',
|
|
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.19.
|
|
32
|
+
<link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
|
|
33
33
|
<link rel="up" title="Syntax" href="syntax.html" />
|
|
34
34
|
<link rel="next" title="Variables in Project.meta" href="variable_substitutions.html" />
|
|
35
35
|
<link rel="prev" title="Syntax" href="syntax.html" />
|
|
@@ -183,16 +183,16 @@ z-index: 100;
|
|
|
183
183
|
}
|
|
184
184
|
.help {
|
|
185
185
|
color:blue
|
|
186
|
-
}
|
|
186
|
+
}
|
|
187
187
|
.showRadio {
|
|
188
188
|
font-weight:bold;color:blue;text-decoration:overline underline
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
.hideRadio {
|
|
191
191
|
color:#AAAAFF;
|
|
192
|
-
}
|
|
192
|
+
}
|
|
193
193
|
.mycomment {
|
|
194
194
|
color:green
|
|
195
|
-
}
|
|
195
|
+
}
|
|
196
196
|
</style>
|
|
197
197
|
|
|
198
198
|
|
|
@@ -217,7 +217,7 @@ z-index: 100;
|
|
|
217
217
|
<span class="showRadio" onMouseover="showExecutableConfig()" onMouseout="notip()" id="executableConfig">ExecutableConfig</span> |
|
|
218
218
|
<span class="hideRadio" onMouseover="showLibraryConfig()" onMouseout="notip()" id="libraryConfig">LibraryConfig</span> |
|
|
219
219
|
<span class="hideRadio" onMouseover="showCustomConfig()" onMouseout="notip()" id="customConfig">CustomConfig</span> <name>, <span class="help" onMouseover="showExtends()" onMouseout="notip()">extends</span>: <parent(s)> {<br><br>
|
|
220
|
-
|
|
220
|
+
|
|
221
221
|
<span><span style="background-color:#EEEEEE;" class="show">
|
|
222
222
|
<span class="mycomment"># Valid for all config types</span><br><br>
|
|
223
223
|
<span class="help" onMouseover="showDescription()" onMouseout="notip()">Description</span> <text><br>
|
|
@@ -237,8 +237,8 @@ z-index: 100;
|
|
|
237
237
|
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
|
238
238
|
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
|
239
239
|
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]> {<br>
|
|
240
|
-
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
|
241
|
-
}<br>
|
|
240
|
+
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
|
241
|
+
}<br>
|
|
242
242
|
<span class="help" onMouseover="showCommandLine()" onMouseout="notip()">CommandLine</span> <line>,
|
|
243
243
|
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
|
244
244
|
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
|
@@ -277,17 +277,17 @@ z-index: 100;
|
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
<span class="help" onMouseover="showToolchainProject()" onMouseout="notip()">Toolchain</span> <span class="help" onMouseover="showOutputDir()" onMouseout="notip()">outputDir</span>: <dir> {<br>
|
|
280
|
-
<span class="help" onMouseover="showCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
|
|
281
|
-
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
280
|
+
<span class="help" onMouseover="showCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
|
|
281
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
282
282
|
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
|
283
283
|
<span class="help" onMouseover="showDefine()" onMouseout="notip()">Define</span> <define><br>
|
|
284
284
|
}<br>
|
|
285
285
|
<span class="help" onMouseover="showArchiver()" onMouseout="notip()">Archiver</span>
|
|
286
|
-
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
286
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
287
287
|
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
|
288
288
|
}<br>
|
|
289
289
|
<span class="help" onMouseover="showLinker()" onMouseout="notip()">Linker</span>
|
|
290
|
-
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
290
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
|
291
291
|
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
|
292
292
|
<span class="help" onMouseover="showLibPrefixFlags()" onMouseout="notip()">LibPrefixFlags</span> <flags>, add: <flags>, remove: <flags><br>
|
|
293
293
|
<span class="help" onMouseover="showLibPostfixFlags()" onMouseout="notip()">LibPostfixFlags</span> <flags>, add: <flags>, remove: <flags><br>
|
|
@@ -324,8 +324,8 @@ z-index: 100;
|
|
|
324
324
|
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
|
325
325
|
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
|
326
326
|
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]> {<br>
|
|
327
|
-
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
|
328
|
-
}<br>
|
|
327
|
+
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
|
328
|
+
}<br>
|
|
329
329
|
</span>
|
|
330
330
|
<span style="background-color:#DDDDDD;" id="commandline_part" class="hide"><line>,
|
|
331
331
|
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
|
@@ -397,8 +397,8 @@ function showExecutableConfig() {
|
|
|
397
397
|
document.getElementById('executableConfig').className="showRadio"
|
|
398
398
|
document.getElementById('libraryConfig').className="hideRadio"
|
|
399
399
|
document.getElementById('customConfig').className="hideRadio"
|
|
400
|
-
|
|
401
|
-
str = 'This is the main config of an application.
|
|
400
|
+
|
|
401
|
+
str = 'This is usually the main config of an application.'
|
|
402
402
|
ddrivetip("ExecutableConfig", "No","0..n","-",str)
|
|
403
403
|
}
|
|
404
404
|
|
|
@@ -409,7 +409,7 @@ function showLibraryConfig() {
|
|
|
409
409
|
document.getElementById('executableConfig').className="hideRadio"
|
|
410
410
|
document.getElementById('libraryConfig').className="showRadio"
|
|
411
411
|
document.getElementById('customConfig').className="hideRadio"
|
|
412
|
-
|
|
412
|
+
|
|
413
413
|
str = 'This config is used for a source library. The library will be linked automatically to the executable.'
|
|
414
414
|
ddrivetip("LibraryConfig", "No","0..n","-",str)
|
|
415
415
|
}
|
|
@@ -421,13 +421,13 @@ function showCustomConfig() {
|
|
|
421
421
|
document.getElementById('executableConfig').className="hideRadio"
|
|
422
422
|
document.getElementById('libraryConfig').className="hideRadio"
|
|
423
423
|
document.getElementById('customConfig').className="showRadio"
|
|
424
|
-
|
|
424
|
+
|
|
425
425
|
str = 'This config is used for special projects, e.g. for Makefile projects.<br>'+
|
|
426
426
|
'It is valid to leave a CustomConfig completely empty - nothing will be done in that case.'
|
|
427
427
|
ddrivetip("CustomConfig", "No","0..n","-",str)
|
|
428
428
|
}
|
|
429
429
|
|
|
430
|
-
function showExternalLibrary() {
|
|
430
|
+
function showExternalLibrary() {
|
|
431
431
|
str = 'Every config can specify libs which have to be linked to the executable.<br>'+
|
|
432
432
|
'It\'s possible to add a path, e.g.:<br>'+
|
|
433
433
|
'<i> ExternalLibrary "xy/z/ab"</i><br>'+
|
|
@@ -436,7 +436,7 @@ function showExternalLibrary() {
|
|
|
436
436
|
ddrivetip("ExternalLibrary", "No","0..n","-",str)
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
function showExternalLibrarySearch() {
|
|
439
|
+
function showExternalLibrarySearch() {
|
|
440
440
|
str = 'If the attribute "search: false" is specified, the lib will not be searched but linked with the full name, e.g.<br>'+
|
|
441
441
|
'<i> ExternalLibrary "xy/z/libpq.a", search: false</i><br>'+
|
|
442
442
|
'will link "xy/z/libpq.a" to the executable.<br>'+
|
|
@@ -444,7 +444,7 @@ function showExternalLibrarySearch() {
|
|
|
444
444
|
ddrivetip("search", "No","-","true",str)
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
function showUserLibrary() {
|
|
447
|
+
function showUserLibrary() {
|
|
448
448
|
str = 'A user library will be linked <i>before</i> any other libraries or objects to the executable.<br>'+
|
|
449
449
|
'It is also possible to specify an object file.<br>'+
|
|
450
450
|
'The library will be searched like an ExternalLibrary, but with the full name, e.g.<br>'+
|
|
@@ -455,78 +455,78 @@ function showUserLibrary() {
|
|
|
455
455
|
ddrivetip("UserLibrary", "No","0..n","-",str)
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
function showExternalLibrarySearchPath() {
|
|
458
|
+
function showExternalLibrarySearchPath() {
|
|
459
459
|
str = 'The linker looks for libraries in search paths.<br>'+
|
|
460
460
|
'Search paths can be defined implicitly by ExternalLibrary/UserLibrary or explicitly by this tag.'
|
|
461
461
|
ddrivetip("ExternalLibrarySearchPath", "No","0..n","-",str)
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
function showPreSteps() {
|
|
464
|
+
function showPreSteps() {
|
|
465
465
|
str = 'PreSteps are executed before compiling files of the project.<br>'+
|
|
466
466
|
'The number of steps are not limited.<br>'+
|
|
467
467
|
'If a step fails, all further steps of the project will be skipped.'
|
|
468
468
|
ddrivetip("PreSteps", "No","0..1","-",str)
|
|
469
469
|
}
|
|
470
470
|
|
|
471
|
-
function showPostSteps() {
|
|
471
|
+
function showPostSteps() {
|
|
472
472
|
str = 'PostSteps are executed after the main task of the project, e.g. linking an executable.<br>'+
|
|
473
473
|
'The number of steps are not limited.<br>'+
|
|
474
474
|
'If a step fails, all further steps of the project will be skipped.'
|
|
475
475
|
ddrivetip("PostSteps", "No","0..1","-",str)
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
-
function showStartupSteps() {
|
|
478
|
+
function showStartupSteps() {
|
|
479
479
|
str = 'StartupSteps of ALL projects are executed before building the first project.<br>'+
|
|
480
480
|
'The number of steps are not limited.'
|
|
481
481
|
ddrivetip("StartupSteps", "No","0..1","-",str)
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
function showExitSteps() {
|
|
484
|
+
function showExitSteps() {
|
|
485
485
|
str = 'ExitSteps of ALL projects are executed after building complete workspace even if the build has failed.<br>'+
|
|
486
486
|
'The number of steps are not limited.'
|
|
487
487
|
ddrivetip("ExitSteps", "No","0..1","-",str)
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
function showStepDefault() {
|
|
490
|
+
function showStepDefault() {
|
|
491
491
|
str = 'Specifies if a step will be executed by default.<br>'+
|
|
492
492
|
'Disabling a step by default is useful if the step shall not be executed every build, e.g. special steps for releasing a software or some kind of developer test steps.'
|
|
493
493
|
ddrivetip("default", "No","-","on",str)
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
function showStepFilter() {
|
|
496
|
+
function showStepFilter() {
|
|
497
497
|
str = 'A step can be switched on or off explicitly regardless of the "default" attribute with the command line options<br>'+
|
|
498
498
|
'<i> --do <filter name></i><br>'+
|
|
499
499
|
'<i> --omit <filter name></i><br>'
|
|
500
500
|
ddrivetip("filter", "No","-","-",str)
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
-
function showValidExitCodes() {
|
|
503
|
+
function showValidExitCodes() {
|
|
504
504
|
str = 'Define it as an array, e.g.:<br>'+
|
|
505
505
|
'..., validExitCodes: [200,201,202]'
|
|
506
506
|
ddrivetip("validExitCodes", "No","-","[0]",str)
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
|
|
510
|
-
function getMakefileDesc() {
|
|
510
|
+
function getMakefileDesc() {
|
|
511
511
|
return 'Makefile to be started, e.g.:<br>'+
|
|
512
512
|
'<i> Makefile "subDir/makefile"</i><br>'
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
function showMakefile() {
|
|
515
|
+
function showMakefile() {
|
|
516
516
|
ddrivetip("Makefile", "No","0..n","-",getMakefileDesc())
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
-
function showMakefileLib() {
|
|
519
|
+
function showMakefileLib() {
|
|
520
520
|
str = 'If the result of the makefile is a library which shall be linked to the executable, name it here.'
|
|
521
521
|
ddrivetip("lib", "No","-","-",str)
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
function showMakefileTarget() {
|
|
524
|
+
function showMakefileTarget() {
|
|
525
525
|
str = 'The target of the makefile.'
|
|
526
526
|
ddrivetip("target", "No","-","all",str)
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
function showMakefilePathTo() {
|
|
529
|
+
function showMakefilePathTo() {
|
|
530
530
|
str = 'Comma separated list, e.g. "common, abc, xy".<br>'+
|
|
531
531
|
'The makefile can use variables like $(PATH_TO_common). This is very useful if paths to other projects are needed in the makefile.<br>'+
|
|
532
532
|
'Remember that more than one workspace root can exist and a hardcoded "../common" is not reliable in that case.<br>'+
|
|
@@ -539,8 +539,8 @@ function showMakefilePathTo() {
|
|
|
539
539
|
ddrivetip("pathTo", "No","-","-",str)
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
function showMakefileFlags() {
|
|
543
|
-
ddrivetip("Flags", "No","0..n","-j","Additional makefile flags.")
|
|
542
|
+
function showMakefileFlags() {
|
|
543
|
+
ddrivetip("Flags", "No","0..n","-j","Additional makefile flags.")
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
function getCommandLineDesc() {
|
|
@@ -549,8 +549,8 @@ function getCommandLineDesc() {
|
|
|
549
549
|
'<i> CommandLine "echo Hello world!"</i><br>'
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
-
function showCommandLine() {
|
|
553
|
-
ddrivetip("CommandLine", "No","0..n","-",getCommandLineDesc())
|
|
552
|
+
function showCommandLine() {
|
|
553
|
+
ddrivetip("CommandLine", "No","0..n","-",getCommandLineDesc())
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
|
|
@@ -560,24 +560,24 @@ function showEclipseOrder() {
|
|
|
560
560
|
'If true, files are compiled in alphabetical order within a folder, '+
|
|
561
561
|
'but the folders are sorted in reverse alphabetical order.<br>'+
|
|
562
562
|
'This is only used for backward compatibility.'
|
|
563
|
-
ddrivetip("eclipseOrder", "No","-","false",str)
|
|
563
|
+
ddrivetip("eclipseOrder", "No","-","false",str)
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
function showOutputDir() {
|
|
566
|
+
function showOutputDir() {
|
|
567
567
|
str = 'Specifies the output folder.<p>'+
|
|
568
568
|
'Use always relative paths, not absolute paths due to portability.<p>'+
|
|
569
569
|
'Use always "/" and not "\\".<p>'+
|
|
570
570
|
'If the first part of the path is equal to a project name, it is used as a shortcut to this project root. <br>'+
|
|
571
571
|
'To avoid this magic, use something like this: <br>'+
|
|
572
572
|
'<i> IncludeDir "./abc/include"</i><br>'
|
|
573
|
-
ddrivetip("outputdir", "No","0..1","-",str)
|
|
573
|
+
ddrivetip("outputdir", "No","0..1","-",str)
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
function showExtends() {
|
|
577
|
-
ddrivetip("extends", "No","0..1","-","Inherit settings from parent config(s).<br>For more information see docu page 'Derive configs'.")
|
|
577
|
+
ddrivetip("extends", "No","0..1","-","Inherit settings from parent config(s).<br>For more information see docu page 'Derive configs'.")
|
|
578
578
|
}
|
|
579
579
|
|
|
580
|
-
function showFiles() {
|
|
580
|
+
function showFiles() {
|
|
581
581
|
str = 'Specifies the files to build.<br>'+
|
|
582
582
|
'It\'s valid to specify a single file, e.g.<br>'+
|
|
583
583
|
'<i> Files "src/abc/def.asm"</i><br>'+
|
|
@@ -586,16 +586,16 @@ function showFiles() {
|
|
|
586
586
|
'which builds all files with the ending ".cpp" in all subdirectories.<br>'+
|
|
587
587
|
'Note: ".." is not allowed in the file path. All files must be located within the project.<br>'+
|
|
588
588
|
'Note: if patterns are used, Flags and Define are ignored.'
|
|
589
|
-
ddrivetip("Files", "No","0..n","-",str)
|
|
589
|
+
ddrivetip("Files", "No","0..n","-",str)
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
-
function showExcludeFiles() {
|
|
592
|
+
function showExcludeFiles() {
|
|
593
593
|
str = 'Used to ignore files or directories.<br>'+
|
|
594
594
|
'ExcludeFiles has higher priority than Files.'
|
|
595
|
-
ddrivetip("ExcludeFiles", "No","0..n","-",str)
|
|
595
|
+
ddrivetip("ExcludeFiles", "No","0..n","-",str)
|
|
596
596
|
}
|
|
597
597
|
|
|
598
|
-
function showIncludeDir() {
|
|
598
|
+
function showIncludeDir() {
|
|
599
599
|
str = 'Specifies the include directories for the assembler, C and C++ compiler.<p>'+
|
|
600
600
|
'Use always relative paths, not absolute paths due to portability.<p>'+
|
|
601
601
|
'Use always "/" and not "\\".<p>'+
|
|
@@ -607,31 +607,31 @@ function showIncludeDir() {
|
|
|
607
607
|
'To include directories of the current project, the project name can be omitted like this:<br>'+
|
|
608
608
|
'<i> IncludeDir "include"</i><br>'+
|
|
609
609
|
'<i> IncludeDir "generated/include"</i><br>'
|
|
610
|
-
ddrivetip("IncludeDir", "No","0..n","-",str)
|
|
610
|
+
ddrivetip("IncludeDir", "No","0..n","-",str)
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
function showInherit() {
|
|
613
|
+
function showInherit() {
|
|
614
614
|
str = 'Inherits the include to all projects, which depend on this project.'
|
|
615
|
-
ddrivetip("inherit", "No","0..1","false",str)
|
|
615
|
+
ddrivetip("inherit", "No","0..1","false",str)
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
function showInfix() {
|
|
618
|
+
function showInfix() {
|
|
619
619
|
str = 'Injects the include path to all childs, either at the front (e.g. for mocking code) or at the end.'
|
|
620
|
-
ddrivetip("inject", "No","0..1","-",str)
|
|
620
|
+
ddrivetip("inject", "No","0..1","-",str)
|
|
621
621
|
}
|
|
622
622
|
|
|
623
|
-
function showSet() {
|
|
623
|
+
function showSet() {
|
|
624
624
|
str = 'Sets a variable for this and all dependent projects.<br>'+
|
|
625
625
|
'The variable can be a simple value or the result of a cmd, e.g. \"cat myVar.txt\".'
|
|
626
|
-
ddrivetip("Set", "No","0..n","-",str)
|
|
626
|
+
ddrivetip("Set", "No","0..n","-",str)
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
-
function showEnv() {
|
|
629
|
+
function showEnv() {
|
|
630
630
|
str = 'Stores the variable also in system environment, which makes it available in everything which is executed by bake, e.g. in Pre- and PostSteps.'
|
|
631
|
-
ddrivetip("env", "No","-","false",str)
|
|
631
|
+
ddrivetip("env", "No","-","false",str)
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
function showDependency() {
|
|
634
|
+
function showDependency() {
|
|
635
635
|
str = 'Specifies another project to be built before this project.<br>'+
|
|
636
636
|
'The archive, linker libs and search paths are imported from this project to the this project automatically.<br>'+
|
|
637
637
|
'If you omit the project, the current project will be used.<br>'+
|
|
@@ -639,28 +639,28 @@ function showDependency() {
|
|
|
639
639
|
'<b>Examples:</b><br>'+
|
|
640
640
|
' <i>Dependency gtest, config: lib<br>'+
|
|
641
641
|
' Dependency "my/folder/proj"</i>'
|
|
642
|
-
ddrivetip("Dependency", "No","0..n","-",str)
|
|
642
|
+
ddrivetip("Dependency", "No","0..n","-",str)
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
function showDependencyConfig() {
|
|
645
|
+
function showDependencyConfig() {
|
|
646
646
|
str = 'Config name of the project to build.'
|
|
647
|
-
ddrivetip("config", "Yes","-","-",str)
|
|
647
|
+
ddrivetip("config", "Yes","-","-",str)
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
function showLinkerScript() {
|
|
650
|
+
function showLinkerScript() {
|
|
651
651
|
str = 'Specifies the name including path of the linker script.'
|
|
652
|
-
ddrivetip("Dependency", "No","0..1","-",str)
|
|
652
|
+
ddrivetip("Dependency", "No","0..1","-",str)
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
function showMapFile() {
|
|
655
|
+
function showMapFile() {
|
|
656
656
|
str = 'A mapfile will be written by the linker.'
|
|
657
|
-
ddrivetip("MapFile", "No","0..1","If name attribute is omitted: $(OutputDir)/$(ArtifactNameBase).map",str)
|
|
657
|
+
ddrivetip("MapFile", "No","0..1","If name attribute is omitted: $(OutputDir)/$(ArtifactNameBase).map",str)
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
function showArtifactName() {
|
|
660
|
+
function showArtifactName() {
|
|
661
661
|
str = 'The artifact name inclusive file ending.<br>'+
|
|
662
662
|
'The artifact will be placed in the output directory.'
|
|
663
|
-
ddrivetip("ArtifactName","No","0..1","Executable: project name + toolchain dependent file ending. Library: 'lib' + project name + '.a'",str)
|
|
663
|
+
ddrivetip("ArtifactName","No","0..1","Executable: project name + toolchain dependent file ending. Library: 'lib' + project name + '.a'",str)
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
function showMakefileCustom() {
|
|
@@ -668,7 +668,7 @@ function showMakefileCustom() {
|
|
|
668
668
|
document.getElementById('commandline_part').className="hide"
|
|
669
669
|
document.getElementById('makefile').className="showRadio"
|
|
670
670
|
document.getElementById('commandline').className="hideRadio"
|
|
671
|
-
ddrivetip("Makefile", "No","0..1 - Either Makefile or CommandLine","-",getMakefileDesc())
|
|
671
|
+
ddrivetip("Makefile", "No","0..1 - Either Makefile or CommandLine","-",getMakefileDesc())
|
|
672
672
|
}
|
|
673
673
|
|
|
674
674
|
function showCommandlineCustom() {
|
|
@@ -676,13 +676,13 @@ function showCommandlineCustom() {
|
|
|
676
676
|
document.getElementById('commandline_part').className="showInline"
|
|
677
677
|
document.getElementById('makefile').className="hideRadio"
|
|
678
678
|
document.getElementById('commandline').className="showRadio"
|
|
679
|
-
ddrivetip("CommandLine", "No","0..1 - Either Makefile or CommandLine","-",getCommandLineDesc())
|
|
679
|
+
ddrivetip("CommandLine", "No","0..1 - Either Makefile or CommandLine","-",getCommandLineDesc())
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
function flagExample() {
|
|
683
683
|
return "<br>For removing flags use regular expressions which can be interpreted by ruby.<br>"+
|
|
684
684
|
"Regex options for start and stop string are automatically added in order to avoid substring matches.<br><br>"+
|
|
685
|
-
"Flag strings are always splitted at spaces and computed individually.<br><br>"+
|
|
685
|
+
"Flag strings are always splitted at spaces and computed individually.<br><br>"+
|
|
686
686
|
"<b>Examples:</b><br>"+
|
|
687
687
|
" <i>Flags \"-x -y\"</i> overwrites the inherited flags<br><br>"+
|
|
688
688
|
" <i>Flags add: \"-x -y\"</i> adds -x and -y if not exist<br><br>"+
|
|
@@ -691,99 +691,99 @@ function flagExample() {
|
|
|
691
691
|
" <i>Flags remove: \"-x\", add: \"-y\"</i><br><br>"+
|
|
692
692
|
" To remove -g followed by any string, e.g. -g3, the command is:<br>"+
|
|
693
693
|
" <i>Flags remove: \"-g.*\"</i><br>"+
|
|
694
|
-
" An inherited flag string \"-abc -g3 -xy\" will end up in \"-abc -xy\"."
|
|
694
|
+
" An inherited flag string \"-abc -g3 -xy\" will end up in \"-abc -xy\"."
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
|
|
698
|
-
function showToolchainProject() {
|
|
698
|
+
function showToolchainProject() {
|
|
699
699
|
str = 'Toolchain adaptions for a project.'
|
|
700
|
-
ddrivetip("Toolchain", "No","0..1","The DefaultToolchain settings from the main project",str)
|
|
700
|
+
ddrivetip("Toolchain", "No","0..1","The DefaultToolchain settings from the main project",str)
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
function showDefaultToolchain() {
|
|
703
|
+
function showDefaultToolchain() {
|
|
704
704
|
str = 'Settings which are valid for all projects and files unless they will be overwritten.<br>'+
|
|
705
705
|
'The attribute "basedOn" specifies the basic toolchain configuration provided by bake, e.g. "GCC", "Diab", etc.'
|
|
706
|
-
ddrivetip("DefaultToolchain", "In main project","0..1","-",str)
|
|
706
|
+
ddrivetip("DefaultToolchain", "In main project","0..1","-",str)
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
function showFilesFlags() {
|
|
710
|
-
ddrivetip("Flags", "No","0..n","Flags from project","Flags from the project can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
|
709
|
+
function showFilesFlags() {
|
|
710
|
+
ddrivetip("Flags", "No","0..n","Flags from project","Flags from the project can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
|
711
711
|
}
|
|
712
712
|
|
|
713
|
-
function showFilesDefine() {
|
|
714
|
-
ddrivetip("Define", "No","0..n","-","Defines which are valid only for a specific file.")
|
|
713
|
+
function showFilesDefine() {
|
|
714
|
+
ddrivetip("Define", "No","0..n","-","Defines which are valid only for a specific file.")
|
|
715
715
|
}
|
|
716
716
|
|
|
717
|
-
function showFlags() {
|
|
718
|
-
ddrivetip("Flags", "No","0..n","Flags from DefaultToolchain","Flags from the DefaultToolchain can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
|
717
|
+
function showFlags() {
|
|
718
|
+
ddrivetip("Flags", "No","0..n","Flags from DefaultToolchain","Flags from the DefaultToolchain can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
function showDefine() {
|
|
722
|
-
ddrivetip("Define", "No","0..n","-","Defines valid for all files in the project.")
|
|
721
|
+
function showDefine() {
|
|
722
|
+
ddrivetip("Define", "No","0..n","-","Defines valid for all files in the project.")
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
function showLibPrefixFlags() {
|
|
725
|
+
function showLibPrefixFlags() {
|
|
726
726
|
ddrivetip("LibPrefixFlags", "No","0..n","-","Linker libs can be prefixed if needed, e.g. with \"-Wl,--whole-archive\".")
|
|
727
727
|
}
|
|
728
728
|
|
|
729
|
-
function showLibPostfixFlags() {
|
|
729
|
+
function showLibPostfixFlags() {
|
|
730
730
|
ddrivetip("LibPostfixFlags", "No","0..n","-","Linker libs can be postfixed if needed, e.g. with \"-Wl,--no-whole-archive\".")
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
function showCompiler() {
|
|
734
|
-
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Flags and defines can be specified independently for each compiler type.")
|
|
733
|
+
function showCompiler() {
|
|
734
|
+
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Flags and defines can be specified independently for each compiler type.")
|
|
735
735
|
}
|
|
736
736
|
|
|
737
|
-
function showArchiver() {
|
|
738
|
-
ddrivetip("Archiver", "No","0..1","-","Settings for the archiver.")
|
|
737
|
+
function showArchiver() {
|
|
738
|
+
ddrivetip("Archiver", "No","0..1","-","Settings for the archiver.")
|
|
739
739
|
}
|
|
740
740
|
|
|
741
|
-
function showLinker() {
|
|
742
|
-
ddrivetip("Linker", "No","0..1","-","Makes sense only for ExecutableConfigs.")
|
|
741
|
+
function showLinker() {
|
|
742
|
+
ddrivetip("Linker", "No","0..1","-","Makes sense only for ExecutableConfigs.")
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
function showLintPolicy() {
|
|
746
|
-
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
|
745
|
+
function showLintPolicy() {
|
|
746
|
+
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
function showDocu() {
|
|
750
|
-
ddrivetip("Docu", "No","0..1","-","Command to build the documentation. e.g.:<br>doxygen main.cfg")
|
|
749
|
+
function showDocu() {
|
|
750
|
+
ddrivetip("Docu", "No","0..1","-","Command to build the documentation. e.g.:<br>doxygen main.cfg")
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
function showDefaultFlags() {
|
|
754
|
-
ddrivetip("Flags", "No","0..n","-","Default flags.")
|
|
753
|
+
function showDefaultFlags() {
|
|
754
|
+
ddrivetip("Flags", "No","0..n","-","Default flags.")
|
|
755
755
|
}
|
|
756
756
|
|
|
757
|
-
function showDefaultDefine() {
|
|
758
|
-
ddrivetip("Define", "No","0..n","-","Defines which are valid for all files.")
|
|
757
|
+
function showDefaultDefine() {
|
|
758
|
+
ddrivetip("Define", "No","0..n","-","Defines which are valid for all files.")
|
|
759
759
|
}
|
|
760
760
|
|
|
761
|
-
function showInternalDefines() {
|
|
762
|
-
ddrivetip("InternalDefines", "No","0..1","-","File with list of compiler internal defines.<br>One define per line.<br>Empty lines and comments with # are allowed.")
|
|
761
|
+
function showInternalDefines() {
|
|
762
|
+
ddrivetip("InternalDefines", "No","0..1","-","File with list of compiler internal defines.<br>One define per line.<br>Empty lines and comments with # are allowed.")
|
|
763
763
|
}
|
|
764
764
|
|
|
765
|
-
function showInternalIncludes() {
|
|
766
|
-
ddrivetip("InternalIncludes", "No","0..1","-","File with list of compiler internal include folders.<br>One folder per line.<br>Empty lines and comments with # are allowed.")
|
|
765
|
+
function showInternalIncludes() {
|
|
766
|
+
ddrivetip("InternalIncludes", "No","0..1","-","File with list of compiler internal include folders.<br>One folder per line.<br>Empty lines and comments with # are allowed.")
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
-
function showDefaultCompiler() {
|
|
770
|
-
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Default compiler settings.")
|
|
769
|
+
function showDefaultCompiler() {
|
|
770
|
+
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Default compiler settings.")
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
function showDefaultArchiver() {
|
|
774
|
-
ddrivetip("Archiver", "No","0..1","-","Default settings for the archiver.")
|
|
773
|
+
function showDefaultArchiver() {
|
|
774
|
+
ddrivetip("Archiver", "No","0..1","-","Default settings for the archiver.")
|
|
775
775
|
}
|
|
776
776
|
|
|
777
|
-
function showDefaultLinker() {
|
|
778
|
-
ddrivetip("Linker", "No","0..1","-","Default settings for the linker.")
|
|
777
|
+
function showDefaultLinker() {
|
|
778
|
+
ddrivetip("Linker", "No","0..1","-","Default settings for the linker.")
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
function showDefaultLintPolicy() {
|
|
782
|
-
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
|
781
|
+
function showDefaultLintPolicy() {
|
|
782
|
+
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
function showCommand() {
|
|
786
|
-
ddrivetip("command", "No","-","Depending on toolchain, e.g. \"gcc\"","Change command, e.g. \"$(PATH_TO_EXE)/gcc_speciale.exe\"")
|
|
785
|
+
function showCommand() {
|
|
786
|
+
ddrivetip("command", "No","-","Depending on toolchain, e.g. \"gcc\"","Change command, e.g. \"$(PATH_TO_EXE)/gcc_speciale.exe\"")
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
|