bake-toolkit 2.13.0 → 2.13.1

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