bake-toolkit 2.19.2 → 2.20.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_images/dot.png +0 -0
  3. data/documentation/_build/html/_images/dotP.png +0 -0
  4. data/documentation/_build/html/_images/dotPC.png +0 -0
  5. data/documentation/_build/html/_sources/changelog.txt +12 -0
  6. data/documentation/_build/html/_sources/concepts/concepts.txt +2 -0
  7. data/documentation/_build/html/_sources/concepts/inject.txt +65 -0
  8. data/documentation/_build/html/_sources/concepts/prebuild.txt +56 -0
  9. data/documentation/_build/html/_sources/index.txt +1 -1
  10. data/documentation/_build/html/_sources/syntax/auto_adjustment.txt +43 -0
  11. data/documentation/_build/html/_sources/syntax/syntax.txt +1 -1
  12. data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +41 -68
  13. data/documentation/_build/html/_sources/tips_and_tricks/dot.txt +34 -0
  14. data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +1 -1
  15. data/documentation/_build/html/_static/dot.png +0 -0
  16. data/documentation/_build/html/_static/dotP.png +0 -0
  17. data/documentation/_build/html/_static/dotPC.png +0 -0
  18. data/documentation/_build/html/_static/syntax.html +20 -0
  19. data/documentation/_build/html/changelog.html +17 -3
  20. data/documentation/_build/html/commandline/commandline.html +3 -3
  21. data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
  22. data/documentation/_build/html/concepts/concepts.html +13 -3
  23. data/documentation/_build/html/concepts/inject.html +217 -0
  24. data/documentation/_build/html/concepts/link_order.html +3 -3
  25. data/documentation/_build/html/concepts/prebuild.html +205 -0
  26. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  27. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  28. data/documentation/_build/html/genindex.html +3 -3
  29. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  30. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  31. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  32. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  33. data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +3 -3
  34. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  35. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  36. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  37. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +3 -3
  38. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  39. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  40. data/documentation/_build/html/ide/vs/vs.html +3 -3
  41. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  42. data/documentation/_build/html/index.html +10 -7
  43. data/documentation/_build/html/install/install_bake.html +3 -3
  44. data/documentation/_build/html/internal.html +3 -3
  45. data/documentation/_build/html/known_issues.html +3 -3
  46. data/documentation/_build/html/license.html +3 -3
  47. data/documentation/_build/html/performance/performance.html +5 -5
  48. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  49. data/documentation/_build/html/search.html +3 -3
  50. data/documentation/_build/html/searchindex.js +1 -1
  51. data/documentation/_build/html/syntax/adapt_configs.html +3 -3
  52. data/documentation/_build/html/syntax/auto_adjustment.html +190 -0
  53. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  54. data/documentation/_build/html/syntax/project_meta_syntax.html +23 -3
  55. data/documentation/_build/html/syntax/syntax.html +11 -7
  56. data/documentation/_build/html/syntax/variable_substitutions.html +54 -67
  57. data/documentation/_build/html/tips_and_tricks/{bundle.html → dot.html} +25 -19
  58. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  59. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +3 -3
  60. data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
  61. data/documentation/_build/html/tips_and_tricks/the_clang.html +5 -5
  62. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +4 -4
  63. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  64. data/lib/adapt/config/loader.rb +37 -35
  65. data/lib/bake/config/checks.rb +19 -11
  66. data/lib/bake/config/loader.rb +67 -60
  67. data/lib/bake/model/metamodel.rb +56 -30
  68. data/lib/bake/options/options.rb +37 -3
  69. data/lib/bake/options/usage.rb +12 -3
  70. data/lib/bake/subst.rb +5 -2
  71. data/lib/blocks/block.rb +27 -6
  72. data/lib/blocks/blockBase.rb +2 -17
  73. data/lib/blocks/compile.rb +91 -91
  74. data/lib/blocks/executable.rb +41 -41
  75. data/lib/common/version.rb +1 -1
  76. data/lib/tocxx.rb +212 -55
  77. metadata +16 -4
  78. data/documentation/_build/html/_sources/tips_and_tricks/bundle.txt +0 -24
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>The main project &mdash; bake 2.19.2 documentation</title>
8
+ <title>The main project &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake documentation" href="../index.html" />
33
33
  <link rel="up" title="Concepts" href="concepts.html" />
34
34
  <link rel="next" title="The build hierarchy" href="build_hierarchy.html" />
35
35
  <link rel="prev" title="The Project.meta file" href="the_project_meta_file.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 Project.meta file &mdash; bake 2.19.2 documentation</title>
8
+ <title>The Project.meta file &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake documentation" href="../index.html" />
33
33
  <link rel="up" title="Concepts" href="concepts.html" />
34
34
  <link rel="next" title="The main project" href="the_main_project.html" />
35
35
  <link rel="prev" title="Concepts" href="concepts.html" />
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
8
 
9
- <title>Index &mdash; bake 2.19.2 documentation</title>
9
+ <title>Index &mdash; bake documentation</title>
10
10
 
11
11
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
12
12
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -16,7 +16,7 @@
16
16
  <script type="text/javascript">
17
17
  var DOCUMENTATION_OPTIONS = {
18
18
  URL_ROOT: './',
19
- VERSION: '2.19.2',
19
+ VERSION: '',
20
20
  COLLAPSE_INDEX: false,
21
21
  FILE_SUFFIX: '.html',
22
22
  HAS_SOURCE: true
@@ -30,7 +30,7 @@
30
30
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
31
31
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
32
32
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
33
- <link rel="top" title="bake 2.19.2 documentation" href="index.html" />
33
+ <link rel="top" title="bake documentation" href="index.html" />
34
34
  <meta charset='utf-8'>
35
35
  <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
36
36
  <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=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>Eclipse &mdash; bake 2.19.2 documentation</title>
8
+ <title>Eclipse &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 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 Eclipse integration" href="how_to_install_eclipse_plugin.html" />
35
35
  <link rel="prev" title="IDE Support" href="../ide_integrations.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 convert existing CDT workspaces &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to convert existing CDT workspaces &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_in_eclipse.html" />
35
35
  <link rel="prev" title="How to use bake in Eclipse" href="how_to_use_bake_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 create a new project in Eclipse &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to create a new project in Eclipse &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to debug in Eclipse" href="how_to_debug_in_eclipse.html" />
35
35
  <link rel="prev" title="How to create a workspace in Eclipse" href="how_to_create_a_workspace_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 create a workspace in Eclipse &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to create a workspace in Eclipse &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to create a new project in Eclipse" href="how_to_create_a_new_project_in_eclipse.html" />
35
35
  <link rel="prev" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.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 Eclipse &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to debug in Eclipse &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="Visual Studio" href="../vs/vs.html" />
35
35
  <link rel="prev" title="How to create a new project in Eclipse" href="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 Eclipse integration &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to install bake Eclipse integration &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
35
35
  <link rel="prev" title="Eclipse" href="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 use bake in Eclipse &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to use bake in Eclipse &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Eclipse" href="eclipse.html" />
34
34
  <link rel="next" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
35
35
  <link rel="prev" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.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>IDE Support &mdash; bake 2.19.2 documentation</title>
8
+ <title>IDE Support &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake documentation" href="../index.html" />
33
33
  <link rel="next" title="Eclipse" href="eclipse/eclipse.html" />
34
34
  <link rel="prev" title="Commandline" href="../commandline/commandline.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>How to create VS-Projects using bake &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to create VS-Projects using bake &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 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.19.2 documentation</title>
8
+ <title>How to Debug in Visual Studio &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 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.19.2 documentation</title>
8
+ <title>How to use bake in Visual Studio &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake 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.19.2 documentation</title>
8
+ <title>Visual Studio &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="IDE Support" href="../ide_integrations.html" />
34
34
  <link rel="next" title="How to install bake Visual Studio integration" href="vs_install.html" />
35
35
  <link rel="prev" title="How to debug in Eclipse" href="../eclipse/how_to_debug_in_eclipse.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to install bake Visual Studio integration &mdash; bake 2.19.2 documentation</title>
8
+ <title>How to install bake Visual Studio integration &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="../../index.html" />
32
+ <link rel="top" title="bake documentation" href="../../index.html" />
33
33
  <link rel="up" title="Visual Studio" href="vs.html" />
34
34
  <link rel="next" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
35
35
  <link rel="prev" title="Visual Studio" href="vs.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>bake 2.19.2 &mdash; bake 2.19.2 documentation</title>
8
+ <title>bake 2.20.1 &mdash; bake documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.19.2',
18
+ VERSION: '',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.19.2 documentation" href="#" />
32
+ <link rel="top" title="bake documentation" href="#" />
33
33
  <link rel="next" title="Why you should use bake" href="why_bake/why_bake.html" />
34
34
  <meta charset='utf-8'>
35
35
  <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
@@ -94,7 +94,7 @@
94
94
  <ul class="dropdown-menu localtoc"
95
95
  role="menu"
96
96
  aria-labelledby="dLabelLocalToc"><ul>
97
- <li><a class="reference internal" href="#">bake 2.19.2</a><ul>
97
+ <li><a class="reference internal" href="#">bake 2.20.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-19-2">
138
- <h1>bake 2.19.2<a class="headerlink" href="#bake-2-19-2" title="Permalink to this headline">¶</a></h1>
137
+ <div class="section" id="bake-2-20-1">
138
+ <h1>bake 2.20.1<a class="headerlink" href="#bake-2-20-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>
@@ -168,6 +168,8 @@
168
168
  <li class="toctree-l2"><a class="reference internal" href="concepts/the_main_project.html">The main project</a></li>
169
169
  <li class="toctree-l2"><a class="reference internal" href="concepts/build_hierarchy.html">The build hierarchy</a></li>
170
170
  <li class="toctree-l2"><a class="reference internal" href="concepts/link_order.html">The link order</a></li>
171
+ <li class="toctree-l2"><a class="reference internal" href="concepts/prebuild.html">Prebuild configurations for distributions</a></li>
172
+ <li class="toctree-l2"><a class="reference internal" href="concepts/inject.html">Injection and inheritance of IncludeDir and Dependency</a></li>
171
173
  </ul>
172
174
  </li>
173
175
  <li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a><ul>
@@ -175,6 +177,7 @@
175
177
  <li class="toctree-l2"><a class="reference internal" href="syntax/variable_substitutions.html">Variables in Project.meta</a></li>
176
178
  <li class="toctree-l2"><a class="reference internal" href="syntax/derive_configs.html">Derive configs</a></li>
177
179
  <li class="toctree-l2"><a class="reference internal" href="syntax/adapt_configs.html">Adapt configs</a></li>
180
+ <li class="toctree-l2"><a class="reference internal" href="syntax/auto_adjustment.html">Auto-adjustment of paths to existing projects</a></li>
178
181
  </ul>
179
182
  </li>
180
183
  <li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a><ul>
@@ -194,7 +197,7 @@
194
197
  <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/static_code_analysis.html">Static Code Analysis</a></li>
195
198
  <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>
196
199
  <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_clang.html">Clang Analyze</a></li>
197
- <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/bundle.html">Bundle projects</a></li>
200
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/dot.html">Generating dot graphs</a></li>
198
201
  <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#unnecessary-includes">Unnecessary includes</a></li>
199
202
  <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#symlinks-and-junctions">Symlinks and junctions</a></li>
200
203
  </ul>