bake-toolkit 2.15.0 → 2.16.1

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