bake-toolkit 2.17.2 → 2.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +4 -0
  3. data/documentation/_build/html/_sources/index.txt +1 -1
  4. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +2 -2
  5. data/documentation/_build/html/changelog.html +9 -3
  6. data/documentation/_build/html/commandline/commandline.html +3 -3
  7. data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
  8. data/documentation/_build/html/concepts/concepts.html +3 -3
  9. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  10. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  11. data/documentation/_build/html/genindex.html +3 -3
  12. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  13. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  14. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  15. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  16. data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +3 -3
  17. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  18. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  19. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  20. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +3 -3
  21. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  22. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  23. data/documentation/_build/html/ide/vs/vs.html +3 -3
  24. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  25. data/documentation/_build/html/index.html +6 -6
  26. data/documentation/_build/html/install/install_bake.html +3 -3
  27. data/documentation/_build/html/internal.html +3 -3
  28. data/documentation/_build/html/known_issues.html +3 -3
  29. data/documentation/_build/html/license.html +3 -3
  30. data/documentation/_build/html/performance/performance.html +3 -3
  31. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  32. data/documentation/_build/html/search.html +3 -3
  33. data/documentation/_build/html/searchindex.js +1 -1
  34. data/documentation/_build/html/syntax/adapt_configs.html +3 -3
  35. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  36. data/documentation/_build/html/syntax/project_meta_syntax.html +3 -3
  37. data/documentation/_build/html/syntax/syntax.html +3 -3
  38. data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
  39. data/documentation/_build/html/tips_and_tricks/bundle.html +3 -3
  40. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  41. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +3 -3
  42. data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
  43. data/documentation/_build/html/tips_and_tricks/the_clang.html +3 -3
  44. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +3 -3
  45. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  46. data/lib/bake/model/metamodel_ext.rb +5 -1
  47. data/lib/blocks/compile.rb +8 -0
  48. data/lib/common/version.rb +1 -1
  49. 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>How to create VS-Projects using bake &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>How to Debug in Visual Studio &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>How to use bake in Visual Studio &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Visual Studio &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>How to install bake Visual Studio integration &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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.17.2 &mdash; bake 2.17.2 documentation</title>
8
+ <title>bake 2.17.3 &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="#" />
32
+ <link rel="top" title="bake 2.17.3 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.17.2</a><ul>
97
+ <li><a class="reference internal" href="#">bake 2.17.3</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-17-2">
138
- <h1>bake 2.17.2<a class="headerlink" href="#bake-2-17-2" title="Permalink to this headline">¶</a></h1>
137
+ <div class="section" id="bake-2-17-3">
138
+ <h1>bake 2.17.3<a class="headerlink" href="#bake-2-17-3" 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Install bake &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Internal developing notes &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Known Issues &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>License &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Performance &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Quickstart &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Search &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="index.html" />
33
+ <link rel="top" title="bake 2.17.3 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/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":21,"0x02":21,"0xff":21,"2p180":24,"2p95":[20,25],"30pt":[],"3p0":24,"512pt":[],"6p398":24,"7p352":24,"__all__":26,"__main__":26,"_dev":32,"_lintout":33,"_one_":36,"_static":[],"break":37,"byte":21,"case":[0,9,30,33],"default":[0,1,9,20,25,28,34],"export":7,"import":[],"long":[0,16,24],"new":[],"return":25,"static":[],"switch":[0,7,12,25,37],"throw":20,"true":[26,28],"try":[0,7],"while":20,abc:[1,26,30],abi:0,abl:[33,37],abort:[0,21],about:12,abov:[2,7,23,26,27],absolut:0,absolute_path_to_working_dir:36,accept:[0,11],access:0,account:0,action:23,actual:20,adapt:[],add:[],addit:[16,23,24],adjust:[],adjustcdt:0,adjustinclud:0,adr:28,advantag:[],advis:23,after:[0,11,33,34],again:[0,7,24],alia:[0,32,33],all:[0,1,2,4,9,10,12,23,26,27,28,33,34,35,36],allow:[0,1,4,27,30],allunittest:34,almost:8,alpha:35,alphabet:0,alreadi:12,also:[0,8,9,10,12,15,30],alwai:[0,4,10,12,28],ambigu:0,analysi:[],analyz:[],ani:[4,15,23],annot:[0,16],anoth:[0,1,15,22,33],ansi:[1,32],anymor:[0,4,7,32],anyth:22,appear:12,appli:[0,10,23,26,30],appropri:[7,12,15],april:0,apropri:20,ar470:0,archiv:[0,2,5,22,28,30],archiverpath:[0,12,30],aren:37,argument:[0,15],aris:23,around:33,arrai:28,arrow:10,articular:23,artifact:30,artifactnam:[0,5,27,28,30],artifactnamebas:[0,30],asm:[1,28],asmpath:[0,12,30],asscoat:33,assembl:[30,36],associ:[6,23],assum:[1,5,20],atom:18,attribut:[0,26,27],august:0,author:23,auto:[],autodir:0,automat:[0,5,10,30],avail:[0,9,11,15,18],avoid:[0,4,20,32,37],back:28,background:32,backward:0,bake:[],bakeri:[],base:[0,27,30],basedon:28,basi:36,basic:[],bat:[15,32],batch:[0,15],becaus:[5,27,33,37],been:[0,1,22,23],befor:[0,7,12],begin:0,below:[0,11,15,18],best:36,beteween:37,better:0,between:[0,12,37],big:37,bin:[0,15,30,31,32],binari:[0,23,31,32,33],bla:0,black:[1,25,32,34],blub:[],blue:[28,34],bootload:30,bootloader_1:30,bootloaderupdat:30,both:27,bottom:2,box:[10,12],broken:0,brows:[],browser:20,bsp:34,bspabc:1,bspcorez6:0,bug:20,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:30,build_lib_some_debug:30,build_main:25,built:[0,1,4,5,22,32,33,37],bundl:[],busi:23,cach:[0,25],calcul:[0,30],call:[0,1,5,15,32,33,34,35],can:[],candriv:[0,30],cannot:[0,4,10],care:0,caus:[20,23],cc2j:0,ccsv5:0,cdt:[],chang:[0,4,7,10,12,20,22,26],charact:0,charg:23,check:[0,1,15,18,20,34,36],checkbox:7,checker:35,child:[26,27],choos:[],chosen:[0,12],circl:12,cl470:0,claim:23,clang:[],clang_analyz:[0,35],clean:[],clear:0,clearer:0,clearn:0,click:[10,12,16,18],client:[0,27],clobber:0,close:0,cmake:[],cmd:[0,28],cmdline:[0,28],code:[],code_st:0,collect:[],collectionmandatori:34,color:[1,20,25,32,34],com:[11,18],combin:[0,2],come:[14,33],comma:[0,1,27],command:[0,2,6,12,15,16,21,25,26,28,30,32,33,34,37],commandlin:[],comment:[0,1,28,34],commit:[7,9,36],common7:15,compar:9,compat:[0,37],compil:[],complet:[7,12,33],complex:[0,24,37],compon:23,concaten:27,condit:23,config:[],confignam:[0,30,33],configpkg:0,configur:[],confnam:30,confus:0,connect:[20,21,23],consequenti:23,consist:[0,5,23],consol:[0,1,12,34],contain:[5,23,30],content:[2,7,28],context:[4,7,9],contract:23,contrast:24,contributor:23,control:[7,9,26],conveni:26,convers:[0,7],conversion_info:0,convert:[],copi:[0,23,31],copyright:23,corez6:0,corpor:23,correct:0,correctli:[0,18,20],cosmet:0,could:0,cpath:[0,12,30],cplusplu:35,cpp:[1,4,5,15,25,26,27,28,33,35],cpppath:[0,12,30],cprojec:9,cproject:[7,8,9,12],cpu:24,crash:0,creat:[],createvsproject:[0,14],ctrl:0,current:[0,1,28,30,33,34],cursor:[28,34],custom:[2,5,33],customconfig:[0,2,26,27,28,35],cxxproject:[0,23],cyclic:0,cygdriv:[10,32],cygwin:[],damag:23,darwin13:[20,25],data:23,deadcod:35,deal:23,debug:[],debug_app:[],debug_info:4,debug_main:5,decemb:0,decor:12,def:[0,30],defaulttoolchain:[0,4,5,12,15,16,26,27,28,33,35],defin:[],definit:[0,4,30],delet:[0,7,22],deped:20,depenc:37,depend:[0,1,2,4,5,12,20,27,28,30,32,33,35,36],dependend:37,deprec:0,deprect:0,deriv:[],derv:27,describ:[12,15],descript:[0,28,30,34],deselect:16,desgin:[],design:37,detail:25,develop:[],devenv:15,diab:[26,27],diag_warn:0,dialog:[0,10],did:0,differ:[],dir:[0,28,30],direct:[0,23],directli:[12,30],directori:[],disabl:[0,16],discard:21,disclaim:23,disk:7,displai:[0,12,16,28,34],distribut:[23,34],doc:[0,33],docu:[0,28],document:[0,20,23,37],doe:[],don:[10,15,30,37],done:[4,10,25],doubl:[18,28,34],download:[6,18],due:[],eabi:0,each:[0,23],earli:0,earlier:0,easi:[8,19,20,27,37],easiest:[32,37],easili:[4,35,37],echo:5,eclips:[],eclipseord:[0,26,28],edit:[9,22,35],editor:6,either:[27,35],element:[26,27,28,30,34],elf:30,els:[1,22],email:28,embrac:37,empti:[0,4,8,30],en_u:20,enabl:[0,6,9,12],end:0,energi:37,english:20,ensur:[0,7],entir:37,env:[0,28],environ:[],environmentvari:30,equal:[0,30],equip:2,equival:23,error:[],escap:32,especi:0,esrlab:[11,18],etc:[5,15,32,33,36],evalu:[20,30],evalut:30,even:[0,23,33,37],event:23,everi:[0,2,5,33],everyth:4,exactli:26,exampl:[],except:[0,12,21,25],exclud:[0,34],exclude_filt:0,excludefil:[0,28],execut:[0,2,5,10,15,22,33,36],executableconfig:[0,2,4,5,26,27,28,33,35],exemplari:23,exens:30,exist:[],exit:[0,25],exitstep:[0,28],expand:0,experiment:[0,31],explicit:33,explicitli:[0,23],explor:[7,9,12],express:23,extend:[],extens:18,extern:[0,20],externallibrari:[0,5,28,30],externallibrarysearchpath:[5,28,30],extrem:0,fact:33,fail:[],failur:37,fals:[0,28],fan:37,fast:[19,37],faster:24,featur:[0,9,11,12,31,36],februari:0,feedback:31,fetch:20,few:[12,37],file:[],filenam:[0,21],fill:[7,8,12],filter:[0,28],find:[],finish:9,first:[0,1,15,27,30,33,34],fit:[23,37],fix:[0,24],flag:[0,4,5,15,27,28,33,35],flex:33,focu:37,folder:[0,1,8,30,33],follow:[10,11,18,23,25,27,30,32,33,35],follw:25,forget:10,form:23,format:33,format_specif:33,forward:[0,27,33],found:[0,7,9,10,20,25,26,32],free:23,from:[],front:28,fstab:32,full:30,furnish:23,further:31,gcc:[0,4,5,10,15,26,27,33,35],gcc_env:0,gdb:10,gem:[0,20],gener:[0,2,7,12,20,25,27,37],ghz:24,git:36,github:[0,6],given:21,glob:0,goal:[],good:[9,23,37],googl:20,govern:23,grant:23,graphic:23,greater:[0,21],green:10,greenhil:0,gsub:20,handl:[0,33],happen:5,hard:[30,37],hardcod:0,hash:[28,34],have:[0,1,4,7,8,9,10,12,15,20,23,27,28,30,32,33,34,35,37],hdd:24,header:[],hello:30,helper:33,here:[9,15,26,37],herebi:23,hereinaft:23,hide:0,high:27,higher:0,highest:0,highlin:20,hinder:37,holder:23,host:[0,1,5,20,25,26,30,33],hostnam:30,hour:37,howev:[0,10,20,23,36],http:[11,18],ide_integr:[],idea:9,ignor:[0,9,11],ignore_cach:0,iinclud:[5,25],imag:[],imagin:35,impli:23,implicitli:27,improv:0,inc:[0,27,31],incident:23,includ:[],include_filt:0,include_path:0,includedir:[0,4,5,27,28,30,36],inclus:0,inconsist:[0,4],incorrect:36,incorrectli:0,independ:[34,37],indirect:[0,23],infix:0,info:[0,21,25,36],inform:[],informationen:7,inherit:[],inject:[0,28],input:0,instal:[],install_bak:[],instead:[0,4,7,32,35],integr:[],intel:24,intend:0,intern:[],internaldefin:[0,12,28],internalinclud:[0,12,28],internat:20,interrupt:23,introduc:0,invalid:[],invert:0,invok:35,issu:[],istal:20,item:[12,16],itself:4,januari:0,java:0,juli:0,junction:[],june:0,keep:28,keil:0,keyword:[0,26],kicker:37,kind:23,known:[],known_issu:[],lab:[11,18,23],label:12,lake:23,larg:37,larger:0,last:[0,15,16],latest:0,lc_all:20,ldebug:0,lead:0,lear:23,least:2,leav:[4,22],length:21,less:37,let:5,level:[0,26],liabil:23,liabl:23,lib:[0,4,5,28,30,31],libpostfixflag:28,libprefixflag:28,librari:[0,2,5,31,36],libraryconfig:[0,2,4,5,26,27,28,33],libsub:5,licens:[],life:30,lightweight:37,like:[0,1,2,4,12,15,18,20,26,27,30,33,35],limit:23,line:[0,12,15,16,21,23,26,28,30,32,33,34,37],link:[0,2,5,25,26,31,36],link_onli:0,linker:[0,2,15,26,27,28,30],linkerpath:[0,12,30],linkerscript:[0,28],lint:[],lint_cmac:33,lint_cppmac:33,lint_max:0,lint_min:0,lintpolici:[28,33],linux:[0,36],list:[0,9,23,27,33,36],listen:21,llvm:0,lnt:[0,33],load:25,local:0,localhost:21,locat:[0,5,8],lock:0,logo_conformant_1024:[],longer:0,look:[18,27,30,37],loss:23,machin:0,made:[0,10],magic:0,mai:0,main1:34,main2:34,main:[],mainconfignam:[0,4,30],mainproj:[1,34],mainprojectdir:[0,30,33],mainprojectnam:[0,4,30],maintain:37,maintanc:37,major:[9,28,32],mak:33,make:[0,7,20,32,33,37],makefil:[],mani:[],manipul:26,manual:[6,7,22,31],map:[],mapfil:28,mar:10,march:0,mark:[0,7,12,28,34],match:[0,1,26],materi:23,matter:27,max:[0,33],maxdepth:[],maximum:[0,28],mean:[7,26,31,35,37],mechan:9,menu:[0,7,9,12,16],merchant:23,merg:[0,23,27],messag:[],met:23,meta:[],method:20,microsoft:15,might:[7,12,20,36],min:[0,24,33],mind:28,mingw:0,minimum:[0,28],minor:[0,28],minut:[12,25,37],misra:33,miss:[],mix:26,mkdir:25,mmd:0,mode:0,modif:23,modifi:23,more:[],mount:10,mous:[28,34],move:[0,28,34],msvc:[0,15],multi:0,multipl:[],must:[0,4,10,12,23,32,33,34,37],mv7a8:0,my_comput:30,my_project:[5,25],myinclud:30,mylibraryproject:33,myproj:[0,1,14],myproject:30,myprojectnam:30,myspecialcollect:34,myvar:30,name:[0,1,4,8,10,12,20,21,26,28,30,33,34,35],nativ:[15,24],navig:8,nbsp:[28,34],ndebug:4,ndefault:34,necessari:[0,32,37],need:[4,6,7,24,30,31,33],neglig:23,nest:[],network:20,nevertheless:10,newer:32,next:[10,33],nicer:0,nico:0,nicoretti:25,nil:20,nilclass:20,nmake:14,no_autodir:0,non:0,none:[23,32],noninfring:23,note:[],noth:25,notic:23,novemb:0,now:[],number:[4,12,21],oathnam:0,obtain:23,octob:0,off:[0,12,28],offici:0,often:[20,33],old:[0,9],omit:[0,1,34],onc:[7,27,34],onli:[],open:[0,20,33],opinion:37,optim:4,option:[],order:[0,5,26,33],origin:[26,32,36],other:[0,2,4,8,10,16,23,30,33,37],otherwis:[10,23,33],our:[32,37],out:[0,1,7,12,15,23,34,36],output:[],outputdir:[0,28,30,31],outsid:4,over:[28,34],overwrit:4,overwritten:[0,9],owner:23,packag:32,page:[0,6,9,12,15],paht:33,paket:21,paramet:[0,16,30,32,33],parent:[0,1,26,27,28],pars:26,parser:[0,20],part:[23,30,33,34],parti:23,particular:23,pass:0,password:20,patch:28,path:[],path_separ:0,pathnam:0,pathto:28,pattern:[0,1,28],pclint:33,peak:24,peopl:37,per:[0,9,20],perfect:7,perform:[],perman:32,permiss:23,permit:23,person:[23,28],personali:37,phisolophi:37,phrase:23,pictur:0,pipe:0,place:[0,33,35],platform:[25,30],pleas:[11,18],plugin:[0,11,15,18],png:[],point:[31,37],polici:28,port:21,portion:23,posix:32,possibl:[0,1,6,7,23,26,27,30,33,34,36],post:[2,5],poststep:[0,5,28],practic:36,pragma:33,pre:[],predefin:4,prefer:[],prefix:[0,32],prepro:0,preproc_with_compil:0,press:9,prestep:[0,28,33],prestepmain:2,pretti:[27,37],previou:0,primarybootloader2includ:30,print:[0,36],print_less:0,prioriti:[0,27],problem:[12,33],process:[0,23,37],procur:23,product:23,profit:23,program:23,programm:32,progress:37,progressbar:[0,20],proj:0,projec:[7,30],project:[],projectdir:[0,30,33],projectnam:[0,30,33],projnam:30,properli:0,properti:[9,15],protect:20,prove:37,provid:[0,6,23,25,33,37],proxi:20,publish:23,purpos:[23,37],put:27,quickstart:[],quot:[28,34],raid:24,rake:0,ram:24,rare:[0,33],rather:37,rdoc:20,read:[5,7,11,37],readi:25,real:[26,30],realli:[0,1],reason:[32,37],rebuild:[12,22,24],rebuilt:0,recogn:[0,30],recommend:14,recompil:0,recorgn:33,recreat:[0,9],recurs:[0,27],redirect:33,redistribut:23,reduc:4,redund:0,refactor:22,refer:[0,4,30],referenc:[0,4,23,30],regardless:[0,26,33],regener:0,regular:[4,26,35],rel:[0,28,30],releas:[0,4,34],reload:[0,25],remov:[],renam:[0,32],repetet:27,replac:[],report:0,repositori:[7,36],reproduc:23,requir:0,requiredbakevers:28,reserv:23,resourc:0,respons:28,rest:[21,33],restart:11,restrict:[0,23],result:[],retain:23,retriev:30,reus:0,revis:20,rework:0,rewrit:14,rewrite_solut:[],rgen:[0,20],rid:[9,32],right:[0,12,16,23],root1:[1,34],root2:[1,34],root:[],rtext:[0,6,20],rtext_eclipse_plugin:6,rubi:[],ruby192:32,rubygem:[0,20],run:[0,10,20,24,34,37],same:[0,5,10,21,26,28],satisfi:7,sbr:[],script:[0,7,14,28,37],scroll:0,search:[],sec:24,second:12,secur:[11,35],see:[0,12,16,20,23,32,35,37],seem:36,seen:12,select:[],sell:23,sens:7,sensit:0,separ:[0,1,23,27,33],seper:30,septemb:0,sequenc:32,server:18,servic:23,set:[],setup:[],sever:[0,1,7,21,27,34],shall:[9,23],shell:[2,32],shift:0,shortcut:0,should:[],show:[0,33],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,7,12,15,16,22],similar:9,simliar:35,simpli:[4,7,9,12,27],singl:[],site:[6,11,18],size:[12,33],slash:28,slow:0,small:7,softwar:[6,11,19,23,36],solut:[15,20,33],some:[0,7,9,12,15,23,33],someth:[0,1,30],sometim:37,soon:6,sort:0,sourc:[],space:[0,28],special:[0,23,30],specifi:[0,1,2,4,5,7,12,16,26,28,30,33,34,36],spent:37,spider:10,src:[0,5,25],standard:9,start:[],startup:[0,24],startupcod:0,startupstep:[0,28],state:23,statement:[12,36],step:[0,2,5,7,11,18,32,33,35,37],stick:37,still:[0,7],stop:[0,1,34],stoponfirsterror:0,store:0,straight:27,strategi:0,stream:0,strict:23,string:[0,28,30,34],structur:25,studio:[],stuff:[2,4],style:0,sub1:36,sub2:36,sub3:34,sub:[0,4,5,9,27],subcollect:34,subfold:0,subject:23,sublicens:23,subproject:4,subset:7,substanti:23,substitu:30,substitut:[0,5,23,28,30],subtag:0,success:0,successful:11,successfulli:[20,22,36],suitabl:10,suppli:33,support:[],suppress:33,sure:[20,33],svn:36,symbol:10,symlink:[],sync:36,system:[0,4,7,20,24,32,33],tag:0,take:[0,12,24,35,37],taken:5,target:[0,28],team:7,templat:0,term:23,test:[],text:28,than:[],thank:0,theconfig:30,thei:[9,26,37],them:[0,9,26],theori:23,theproject:30,therefor:[4,30,37],thi:[0,1,7,8,9,10,12,15,16,18,20,21,23,25,26,27,30,31,32,33,34,35,36,37],think:37,third:23,those:[12,37],though:[33,37],thread:[0,24],three:[8,28],through:37,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,7,25,30],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,7,15,18,30,37],toolchain:[0,4,5,15,28,33],toolchain_info:0,toolchain_nam:0,toolkit:[0,14,20,34],top:26,tort:23,touch:22,treat:0,tree:0,tri:21,trick:[],trust:11,tty:32,turn:0,two:[0,1,15,30,34],type:[],typic:10,typo:0,unchang:22,uncommon:1,undefin:20,under:[0,7,10],underscor:23,understand:37,uniniti:0,unintention:0,uniqu:34,unit:34,unittest:34,unittestlib:34,unittestlibswithoutbsp:34,unix:[],unknown:21,unless:23,unlock:20,unnecessari:[],unter:9,updat:[0,6,11,18],updatesit:11,usag:30,user:[],userlibrari:[28,30],usr:30,usual:[1,2,12,15,37],usuali:20,valid:[0,4,27,28,30],validexitcod:[0,28],valu:[0,28,30],variabl:[],vcvarsal:15,verbos:0,veri:[0,8,9,20,24,27,34],version:[0,14,20,24,32,33,37],via:[0,7,12,16,18,26,32],view:12,virtual:0,visibl:32,visual:[],vs2013:0,w3520:24,wai:[0,14,20,23,30,32,37],wait:37,wall:5,want:[0,1,7,9,25,26,35,37],warn:[0,11,21],warn_sect:0,warranti:23,web:20,webpag:20,welcom:31,well:[0,33],were:[0,20,23],what:[],whatev:[4,30],when:[0,14,22,23,36],where:[],whether:[23,37],which:[],white:32,whole:[0,7,23,24],whom:23,why:[],why_bak:[],width:[],wildcard:[1,34],window:[0,6,7,12,16,24,30,32,36],wishlist:0,without:[0,15,22,23,24,26,30],wizard:[0,7],won:[2,33],word:0,work:[0,7,10,12,26,35,36],workaround:[0,22],workspac:[],world:30,would:30,wrap:0,wrapper:[7,8,9],write:[0,26,30,35],written:[0,1,12],wrong:0,www:[11,18],wysiwyg:37,x86_64:[20,25],xeon:24,xml:[18,33],yesquant:34,yet:[7,15],you:[],your:[]},titles:["Changelog","Commandline","The build hierarchy","Concepts","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.17.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":21,"0x0a":21,"import":[1,9],"new":8,"static":33,adapt:26,add:10,adjust:[12,30],advantag:4,analysi:33,analyz:35,applic:[1,10],arbitrari:1,auto:30,bake:[1,11,12,14,16,18,19,20,24,30,32,33,37],bakeri:34,basic:33,bind:6,build:[1,2,12,21],bundl:31,can:10,cdt:[7,12],changelog:0,choos:12,clang:35,clean:[1,12],cmake:24,code:[10,33],collect:34,commandlin:[1,34],compil:[10,33],concept:3,config:[26,27],configur:[10,12,33],convert:7,creat:[8,9,10,14],cygwin:32,debug:[10,15],defin:[12,30,33],deriv:27,desgin:37,develop:21,differ:24,differnt:1,directori:[1,4],doe:20,due:33,dure:20,eclips:[6,8,9,10,11,12,24],effect:26,environ:[24,30],error:[20,21,33],exampl:[1,2,4,5,20,33],exist:[7,30],extend:26,fail:33,file:[1,5,12,28],find:[],from:1,get:1,goal:37,graph:2,header:21,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,12,14,15,16,18,20,32,34],implic:27,includ:[12,33,36],inform:10,inherit:27,instal:[11,18,20],instruct:28,integr:[11,18],interact:28,intern:21,introduct:26,invalid:20,issu:[20,22,33],junction:36,just:1,kei:6,known:[20,22,33],languag:20,licens:23,lint:33,main:[4,12],makefil:24,mani:33,map:10,messag:20,meta:[5,28,30,34],miss:33,more:1,most:1,multipl:27,nest:30,note:21,now:10,occurr:26,onli:33,option:1,output:4,packet:21,path:[10,30],perform:24,perspect:12,pre:30,prefer:12,project:[1,4,5,8,12,14,21,28,30,31],quickstart:25,receiv:21,remov:26,replac:26,result:[12,24],root:1,rubi:24,search:33,select:12,send:21,set:20,setup:33,should:37,singl:1,socket:21,sourc:[],specif:1,start:[20,21],studio:[15,16,17,18],support:13,symlink:36,syntax:[6,28,29,34],test:24,than:1,tip:36,too:33,trick:36,type:[21,26],unix:24,unnecessari:36,user:30,variabl:30,viewer:28,visual:[15,16,17,18],what:[5,34],where:[],which:1,why:37,within:1,workspac:[7,9],you:[10,37],your:10}})
1
+ Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","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":21,"0x02":21,"0xff":21,"2p180":24,"2p95":[20,25],"30pt":[],"3p0":24,"512pt":[],"6p398":24,"7p352":24,"__all__":26,"__main__":26,"_dev":32,"_lintout":33,"_one_":36,"_static":[],"break":37,"byte":21,"case":[0,9,30,33],"default":[0,1,9,20,25,28,34],"export":7,"import":[],"long":[0,16,24],"new":[],"return":25,"static":[],"switch":[0,7,12,25,37],"throw":20,"true":[26,28],"try":[0,7],"while":20,abc:[1,26,30],abi:0,abl:[33,37],abort:[0,21],about:12,abov:[2,7,23,26,27],absolut:0,absolute_path_to_working_dir:36,accept:[0,11],access:0,account:0,action:23,actual:20,adapt:[],add:[],addit:[16,23,24],adjust:[],adjustcdt:0,adjustinclud:0,adr:28,advantag:[],advis:23,after:[0,11,33,34],again:[0,7,24],alia:[0,32,33],all:[0,1,2,4,9,10,12,23,26,27,28,33,34,35,36],allow:[0,1,4,27,30],allunittest:34,almost:8,alpha:35,alphabet:0,alreadi:12,also:[0,8,9,10,12,15,30],alwai:[0,4,10,12,28],ambigu:0,analysi:[],analyz:[],ani:[4,15,23],annot:[0,16],anoth:[0,1,15,22,33],ansi:[1,32],anymor:[0,4,7,32],anyth:22,appear:12,appli:[0,10,23,26,30],appropri:[7,12,15],april:0,apropri:20,ar470:0,archiv:[0,2,5,22,28,30],archiverpath:[0,12,30],aren:37,argument:[0,15],aris:23,around:33,arrai:28,arrow:10,articular:23,artifact:30,artifactnam:[0,5,27,28,30],artifactnamebas:[0,30],asm:[1,28],asmpath:[0,12,30],asscoat:33,assembl:[30,36],associ:[6,23],assum:[1,5,20],atom:18,attribut:[0,26,27],august:0,author:23,auto:[],autodir:0,automat:[0,5,10,30],avail:[0,9,11,15,18],avoid:[0,4,20,32,37],back:28,background:32,backward:0,bake:[],bakeri:[],base:[0,27,30],basedon:28,basi:36,basic:[],bat:[15,32],batch:[0,15],becaus:[5,27,33,37],been:[0,1,22,23],befor:[0,7,12],begin:0,below:[0,11,15,18],best:36,beteween:37,better:0,between:[0,12,37],big:37,bin:[0,15,30,31,32],binari:[0,23,31,32,33],bla:0,black:[1,25,32,34],blub:[],blue:[28,34],bootload:30,bootloader_1:30,bootloaderupdat:30,both:27,bottom:2,box:[10,12],broken:0,brows:[],browser:20,bsp:34,bspabc:1,bspcorez6:0,bug:20,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:30,build_lib_some_debug:30,build_main:25,built:[0,1,4,5,22,32,33,37],bundl:[],busi:23,cach:[0,25],calcul:[0,30],call:[0,1,5,15,32,33,34,35],can:[],candriv:[0,30],cannot:[0,4,10],care:0,caus:[20,23],cc2j:0,ccsv5:0,cdt:[],chang:[0,4,7,10,12,20,22,26],charact:0,charg:23,check:[0,1,15,18,20,34,36],checkbox:7,checker:35,child:[26,27],choos:[],chosen:[0,12],circl:12,cl470:0,claim:23,clang:[],clang_analyz:[0,35],clean:[],clear:0,clearer:0,clearn:0,click:[10,12,16,18],client:[0,27],clobber:0,close:0,cmake:[],cmd:[0,28],cmdline:[0,28],code:[],code_st:0,collect:[],collectionmandatori:34,color:[1,20,25,32,34],com:[11,18],combin:[0,2],come:[14,33],comma:[0,1,27],command:[0,2,6,12,15,16,21,25,26,28,30,32,33,34,37],commandlin:[],comment:[0,1,28,34],commit:[7,9,36],common7:15,compar:9,compat:[0,37],compil:[],complet:[7,12,33],complex:[0,24,37],compon:23,concaten:27,condit:23,config:[],confignam:[0,30,33],configpkg:0,configur:[],confnam:30,confus:0,connect:[20,21,23],consequenti:23,consist:[0,5,23],consol:[0,1,12,34],contain:[5,23,30],content:[2,7,28],context:[4,7,9],contract:23,contrast:24,contributor:23,control:[7,9,26],conveni:26,convers:[0,7],conversion_info:0,convert:[],copi:[0,23,31],copyright:23,corez6:0,corpor:23,correct:0,correctli:[0,18,20],cosmet:0,could:0,cpath:[0,12,30],cplusplu:35,cpp:[1,4,5,15,25,26,27,28,33,35],cpppath:[0,12,30],cprojec:9,cproject:[7,8,9,12],cpu:24,crash:0,creat:[],createvsproject:[0,14],ctrl:0,current:[0,1,28,30,33,34],cursor:[28,34],custom:[2,5,33],customconfig:[0,2,26,27,28,35],cxxproject:[0,23],cyclic:0,cygdriv:[10,32],cygwin:[],damag:23,darwin13:[20,25],data:23,deadcod:35,deal:23,debug:[],debug_app:[],debug_info:4,debug_main:5,decemb:0,decor:12,def:[0,30],defaulttoolchain:[0,4,5,12,15,16,26,27,28,33,35],defin:[],definit:[0,4,30],delet:[0,7,22],deped:20,depenc:37,depend:[0,1,2,4,5,12,20,27,28,30,32,33,35,36],dependend:37,deprec:0,deprect:0,deriv:[],derv:27,describ:[12,15],descript:[0,28,30,34],deselect:16,desgin:[],design:37,detail:25,develop:[],devenv:15,diab:[26,27],diag_warn:0,dialog:[0,10],did:0,differ:[],dir:[0,28,30],direct:[0,23],directli:[12,30],directori:[],disabl:[0,16],discard:21,disclaim:23,disk:7,displai:[0,12,16,28,34],distribut:[23,34],doc:[0,33],docu:[0,28],document:[0,20,23,37],doe:[],don:[10,15,30,37],done:[4,10,25],doubl:[18,28,34],download:[6,18],due:[],eabi:0,each:[0,23],earli:0,earlier:0,easi:[8,19,20,27,37],easiest:[32,37],easili:[4,35,37],echo:5,eclips:[],eclipseord:[0,26,28],edit:[9,22,35],editor:6,either:[27,35],element:[26,27,28,30,34],elf:30,els:[1,22],email:28,embrac:37,empti:[0,4,8,30],en_u:20,enabl:[0,6,9,12],end:0,energi:37,english:20,ensur:[0,7],entir:37,env:[0,28],environ:[],environmentvari:30,equal:[0,30],equip:2,equival:23,error:[],escap:32,especi:0,esrlab:[11,18],etc:[5,15,32,33,36],evalu:[20,30],evalut:30,even:[0,23,33,37],event:23,everi:[0,2,5,33],everyth:4,exactli:26,exampl:[],except:[0,12,21,25],exclud:[0,34],exclude_filt:0,excludefil:[0,28],execut:[0,2,5,10,15,22,33,36],executableconfig:[0,2,4,5,26,27,28,33,35],exemplari:23,exens:30,exist:[],exit:[0,25],exitstep:[0,28],expand:0,experiment:[0,31],explicit:33,explicitli:[0,23],explor:[7,9,12],express:23,extend:[],extens:18,extern:[0,20],externallibrari:[0,5,28,30],externallibrarysearchpath:[5,28,30],extrem:0,fact:33,fail:[],failur:37,fals:[0,28],fan:37,fast:[19,37],faster:24,featur:[0,9,11,12,31,36],februari:0,feedback:31,fetch:20,few:[12,37],file:[],filenam:[0,21],fill:[7,8,12],filter:[0,28],find:[],finish:9,first:[0,1,15,27,30,33,34],fit:[23,37],fix:[0,24],flag:[0,4,5,15,27,28,33,35],flex:33,focu:37,folder:[0,1,8,30,33],follow:[10,11,18,23,25,27,30,32,33,35],follw:25,forget:10,form:23,format:33,format_specif:33,forward:[0,27,33],found:[0,7,9,10,20,25,26,32],free:23,from:[],front:28,fstab:32,full:30,furnish:23,further:31,gcc:[0,4,5,10,15,26,27,33,35],gcc_env:0,gdb:10,gem:[0,20],gener:[0,2,7,12,20,25,27,37],ghz:24,git:36,github:[0,6],given:21,glob:0,goal:[],good:[9,23,37],googl:20,govern:23,grant:23,graphic:23,greater:[0,21],green:10,greenhil:0,gsub:20,handl:[0,33],happen:5,hard:[30,37],hardcod:0,hash:[28,34],have:[0,1,4,7,8,9,10,12,15,20,23,27,28,30,32,33,34,35,37],hdd:24,header:[],hello:30,helper:33,here:[9,15,26,37],herebi:23,hereinaft:23,hide:0,high:27,higher:0,highest:0,highlin:20,hinder:37,holder:23,host:[0,1,5,20,25,26,30,33],hostnam:30,hour:37,howev:[0,10,20,23,36],http:[11,18],ide_integr:[],idea:9,ignor:[0,9,11],ignore_cach:0,iinclud:[5,25],imag:[],imagin:35,impli:23,implicitli:27,improv:0,inc:[0,27,31],incident:23,includ:[],include_filt:0,include_path:0,includedir:[0,4,5,27,28,30,36],inclus:0,inconsist:[0,4],incorrect:36,incorrectli:0,independ:[34,37],indirect:[0,23],infix:0,info:[0,21,25,36],inform:[],informationen:7,inherit:[],inject:[0,28],input:0,instal:[],install_bak:[],instead:[0,4,7,32,35],integr:[],intel:24,intend:0,intern:[],internaldefin:[0,12,28],internalinclud:[0,12,28],internat:20,interrupt:23,introduc:0,invalid:[],invert:0,invok:35,issu:[],istal:20,item:[12,16],itself:4,januari:0,java:0,juli:0,junction:[],june:0,keep:28,keil:0,keyword:[0,26],kicker:37,kind:23,known:[],known_issu:[],lab:[11,18,23],label:12,lake:23,larg:37,larger:0,last:[0,15,16],latest:0,lc_all:20,ldebug:0,lead:0,lear:23,least:2,leav:[4,22],length:21,less:37,let:5,level:[0,26],liabil:23,liabl:23,lib:[0,4,5,28,30,31],libpostfixflag:28,libprefixflag:28,librari:[0,2,5,31,36],libraryconfig:[0,2,4,5,26,27,28,33],libsub:5,licens:[],life:30,lightweight:37,like:[0,1,2,4,12,15,18,20,26,27,30,33,35],limit:23,line:[0,12,15,16,21,23,26,28,30,32,33,34,37],link:[0,2,5,25,26,31,36],link_onli:0,linker:[0,2,15,26,27,28,30],linkerpath:[0,12,30],linkerscript:[0,28],lint:[],lint_cmac:33,lint_cppmac:33,lint_max:0,lint_min:0,lintpolici:[28,33],linux:[0,36],list:[0,9,23,27,33,36],listen:21,llvm:0,lnt:[0,33],load:25,local:0,localhost:21,locat:[0,5,8],lock:0,logo_conformant_1024:[],longer:0,look:[18,27,30,37],loss:23,machin:0,made:[0,10],magic:0,mai:0,main1:34,main2:34,main:[],mainconfignam:[0,4,30],mainproj:[1,34],mainprojectdir:[0,30,33],mainprojectnam:[0,4,30],maintain:37,maintanc:37,major:[9,28,32],mak:33,make:[0,7,20,32,33,37],makefil:[],mani:[],manipul:26,manual:[6,7,22,31],map:[],mapfil:28,mar:10,march:0,mark:[0,7,12,28,34],match:[0,1,26],materi:23,matter:27,max:[0,33],maxdepth:[],maximum:[0,28],mean:[7,26,31,35,37],mechan:9,menu:[0,7,9,12,16],merchant:23,merg:[0,23,27],messag:[],met:23,meta:[],method:20,microsoft:15,might:[7,12,20,36],min:[0,24,33],mind:28,mingw:0,minimum:[0,28],minor:[0,28],minut:[12,25,37],misra:33,miss:[],mix:26,mkdir:25,mmd:0,mode:0,modif:23,modifi:23,more:[],mount:10,mous:[28,34],move:[0,28,34],msvc:[0,15],multi:0,multipl:[],must:[0,4,10,12,23,32,33,34,37],mv7a8:0,my_comput:30,my_project:[5,25],myinclud:30,mylibraryproject:33,myproj:[0,1,14],myproject:30,myprojectnam:30,myspecialcollect:34,myvar:30,name:[0,1,4,8,10,12,20,21,26,28,30,33,34,35],nativ:[15,24],navig:8,nbsp:[28,34],ndebug:4,ndefault:34,necessari:[0,32,37],need:[4,6,7,24,30,31,33],neglig:23,nest:[],network:20,nevertheless:10,newer:32,next:[10,33],nicer:0,nico:0,nicoretti:25,nil:20,nilclass:20,nmake:14,no_autodir:0,non:0,none:[23,32],noninfring:23,note:[],noth:25,notic:23,novemb:0,now:[],number:[4,12,21],oathnam:0,object:0,obtain:23,octob:0,off:[0,12,28],offici:0,often:[20,33],old:[0,9],omit:[0,1,34],onc:[7,27,34],onli:[],open:[0,20,33],opinion:37,optim:4,option:[],order:[0,5,26,33],origin:[26,32,36],other:[0,2,4,8,10,16,23,30,33,37],otherwis:[10,23,33],our:[32,37],out:[0,1,7,12,15,23,34,36],output:[],outputdir:[0,28,30,31],outsid:4,over:[28,34],overwrit:4,overwritten:[0,9],owner:23,packag:32,page:[0,6,9,12,15],paht:33,paket:21,paramet:[0,16,30,32,33],parent:[0,1,26,27,28],pars:26,parser:[0,20],part:[23,30,33,34],parti:23,particular:23,pass:0,password:20,patch:28,path:[],path_separ:0,pathnam:0,pathto:28,pattern:[0,1,28],pclint:33,peak:24,peopl:37,per:[0,9,20],perfect:7,perform:[],perman:32,permiss:23,permit:23,person:[23,28],personali:37,phisolophi:37,phrase:23,pictur:0,pipe:0,place:[0,33,35],platform:[25,30],pleas:[11,18],plugin:[0,11,15,18],png:[],point:[31,37],polici:28,port:21,portion:23,posix:32,possibl:[0,1,6,7,23,26,27,30,33,34,36],post:[2,5],poststep:[0,5,28],practic:36,pragma:33,pre:[],predefin:4,prefer:[],prefix:[0,32],prepro:0,preproc_with_compil:0,press:9,prestep:[0,28,33],prestepmain:2,pretti:[27,37],previou:0,primarybootloader2includ:30,print:[0,36],print_less:0,prioriti:[0,27],problem:[12,33],process:[0,23,37],procur:23,product:23,profit:23,program:23,programm:32,progress:37,progressbar:[0,20],proj:0,projec:[7,30],project:[],projectdir:[0,30,33],projectnam:[0,30,33],projnam:30,properli:0,properti:[9,15],protect:20,prove:37,provid:[0,6,23,25,33,37],proxi:20,publish:23,purpos:[23,37],put:27,quickstart:[],quot:[28,34],raid:24,rake:0,ram:24,rare:[0,33],rather:37,rdoc:20,read:[5,7,11,37],readi:25,real:[26,30],realli:[0,1],reason:[32,37],rebuild:[12,22,24],rebuilt:0,recogn:[0,30],recommend:14,recompil:0,recorgn:33,recreat:[0,9],recurs:[0,27],redirect:33,redistribut:23,reduc:4,redund:0,refactor:22,refer:[0,4,30],referenc:[0,4,23,30],regardless:[0,26,33],regener:0,regular:[4,26,35],rel:[0,28,30],releas:[0,4,34],reload:[0,25],remov:[],renam:[0,32],repetet:27,replac:[],report:0,repositori:[7,36],reproduc:23,requir:0,requiredbakevers:28,reserv:23,resourc:0,respons:28,rest:[21,33],restart:11,restrict:[0,23],result:[],retain:23,retriev:30,reus:0,revis:20,rework:0,rewrit:14,rewrite_solut:[],rgen:[0,20],rid:[9,32],right:[0,12,16,23],root1:[1,34],root2:[1,34],root:[],rtext:[0,6,20],rtext_eclipse_plugin:6,rubi:[],ruby192:32,rubygem:[0,20],run:[0,10,20,24,34,37],same:[0,5,10,21,26,28],satisfi:7,sbr:[],script:[0,7,14,28,37],scroll:0,search:[],sec:24,second:12,secur:[11,35],see:[0,12,16,20,23,32,35,37],seem:36,seen:12,select:[],sell:23,sens:7,sensit:0,separ:[0,1,23,27,33],seper:30,septemb:0,sequenc:32,server:18,servic:23,set:[],setup:[],sever:[0,1,7,21,27,34],shall:[9,23],shell:[2,32],shift:0,shortcut:0,should:[],show:[0,33],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,7,12,15,16,22],similar:9,simliar:35,simpli:[4,7,9,12,27],singl:[],site:[6,11,18],size:[12,33],slash:28,slow:0,small:7,softwar:[6,11,19,23,36],solut:[15,20,33],some:[0,7,9,12,15,23,33],someth:[0,1,30],sometim:37,soon:6,sort:0,sourc:[],space:[0,28],special:[0,23,30],specifi:[0,1,2,4,5,7,12,16,26,28,30,33,34,36],spent:37,spider:10,src:[0,5,25],standard:9,start:[],startup:[0,24],startupcod:0,startupstep:[0,28],state:23,statement:[12,36],step:[0,2,5,7,11,18,32,33,35,37],stick:37,still:[0,7],stop:[0,1,34],stoponfirsterror:0,store:0,straight:27,strategi:0,stream:0,strict:23,string:[0,28,30,34],structur:25,studio:[],stuff:[2,4],style:0,sub1:36,sub2:36,sub3:34,sub:[0,4,5,9,27],subcollect:34,subfold:0,subject:23,sublicens:23,subproject:4,subset:7,substanti:23,substitu:30,substitut:[0,5,23,28,30],subtag:0,success:0,successful:11,successfulli:[20,22,36],suitabl:10,suppli:33,support:[],suppress:33,sure:[20,33],svn:36,symbol:10,symlink:[],sync:36,system:[0,4,7,20,24,32,33],tag:0,take:[0,12,24,35,37],taken:5,target:[0,28],team:7,templat:0,term:23,test:[],text:28,than:[],thank:0,theconfig:30,thei:[9,26,37],them:[0,9,26],theori:23,theproject:30,therefor:[4,30,37],thi:[0,1,7,8,9,10,12,15,16,18,20,21,23,25,26,27,30,31,32,33,34,35,36,37],think:37,third:23,those:[12,37],though:[33,37],thread:[0,24],three:[8,28],through:37,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,7,25,30],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,7,15,18,30,37],toolchain:[0,4,5,15,28,33],toolchain_info:0,toolchain_nam:0,toolkit:[0,14,20,34],top:26,tort:23,touch:22,treat:0,tree:0,tri:21,trick:[],trust:11,tty:32,turn:0,two:[0,1,15,30,34],type:[],typic:10,typo:0,unchang:22,uncommon:1,undefin:20,under:[0,7,10],underscor:23,understand:37,uniniti:0,unintention:0,uniqu:34,unit:34,unittest:34,unittestlib:34,unittestlibswithoutbsp:34,unix:[],unknown:21,unless:23,unlock:20,unnecessari:[],unter:9,updat:[0,6,11,18],updatesit:11,usag:30,user:[],userlibrari:[28,30],usr:30,usual:[1,2,12,15,37],usuali:20,valid:[0,4,27,28,30],validexitcod:[0,28],valu:[0,28,30],variabl:[],vcvarsal:15,verbos:0,veri:[0,8,9,20,24,27,34],version:[0,14,20,24,32,33,37],via:[0,7,12,16,18,26,32],view:12,virtual:0,visibl:32,visual:[],vs2013:0,w3520:24,wai:[0,14,20,23,30,32,37],wait:37,wall:5,want:[0,1,7,9,25,26,35,37],warn:[0,11,21],warn_sect:0,warranti:23,web:20,webpag:20,welcom:31,well:[0,33],were:[0,20,23],what:[],whatev:[4,30],when:[0,14,22,23,36],where:[],whether:[23,37],which:[],white:32,whole:[0,7,23,24],whom:23,why:[],why_bak:[],width:[],wildcard:[1,34],window:[0,6,7,12,16,24,30,32,36],wishlist:0,without:[0,15,22,23,24,26,30],wizard:[0,7],won:[2,33],word:0,work:[0,7,10,12,26,35,36],workaround:[0,22],workspac:[],world:30,would:[0,30],wrap:0,wrapper:[7,8,9],write:[0,26,30,35],written:[0,1,12],wrong:0,www:[11,18],wysiwyg:37,x86_64:[20,25],xeon:24,xml:[18,33],yesquant:34,yet:[7,15],you:[],your:[]},titles:["Changelog","Commandline","The build hierarchy","Concepts","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.17.3","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":21,"0x0a":21,"import":[1,9],"new":8,"static":33,adapt:26,add:10,adjust:[12,30],advantag:4,analysi:33,analyz:35,applic:[1,10],arbitrari:1,auto:30,bake:[1,11,12,14,16,18,19,20,24,30,32,33,37],bakeri:34,basic:33,bind:6,build:[1,2,12,21],bundl:31,can:10,cdt:[7,12],changelog:0,choos:12,clang:35,clean:[1,12],cmake:24,code:[10,33],collect:34,commandlin:[1,34],compil:[10,33],concept:3,config:[26,27],configur:[10,12,33],convert:7,creat:[8,9,10,14],cygwin:32,debug:[10,15],defin:[12,30,33],deriv:27,desgin:37,develop:21,differ:24,differnt:1,directori:[1,4],doe:20,due:33,dure:20,eclips:[6,8,9,10,11,12,24],effect:26,environ:[24,30],error:[20,21,33],exampl:[1,2,4,5,20,33],exist:[7,30],extend:26,fail:33,file:[1,5,12,28],find:[],from:1,get:1,goal:37,graph:2,header:21,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,12,14,15,16,18,20,32,34],implic:27,includ:[12,33,36],inform:10,inherit:27,instal:[11,18,20],instruct:28,integr:[11,18],interact:28,intern:21,introduct:26,invalid:20,issu:[20,22,33],junction:36,just:1,kei:6,known:[20,22,33],languag:20,licens:23,lint:33,main:[4,12],makefil:24,mani:33,map:10,messag:20,meta:[5,28,30,34],miss:33,more:1,most:1,multipl:27,nest:30,note:21,now:10,occurr:26,onli:33,option:1,output:4,packet:21,path:[10,30],perform:24,perspect:12,pre:30,prefer:12,project:[1,4,5,8,12,14,21,28,30,31],quickstart:25,receiv:21,remov:26,replac:26,result:[12,24],root:1,rubi:24,search:33,select:12,send:21,set:20,setup:33,should:37,singl:1,socket:21,sourc:[],specif:1,start:[20,21],studio:[15,16,17,18],support:13,symlink:36,syntax:[6,28,29,34],test:24,than:1,tip:36,too:33,trick:36,type:[21,26],unix:24,unnecessari:36,user:30,variabl:30,viewer:28,visual:[15,16,17,18],what:[5,34],where:[],which:1,why:37,within:1,workspac:[7,9],you:[10,37],your:10}})
@@ -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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Adapt configs &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>Derive configs &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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 &mdash; bake 2.17.2 documentation</title>
8
+ <title>The Syntax of the Project.meta file &mdash; bake 2.17.3 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.17.2',
18
+ VERSION: '2.17.3',
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.17.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.3 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" />