bake-toolkit 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_images/AddRepository.png +0 -0
  3. data/documentation/_build/html/_images/AvailableSoftware.png +0 -0
  4. data/documentation/_build/html/_images/FirstSelect.png +0 -0
  5. data/documentation/_build/html/_images/Import.png +0 -0
  6. data/documentation/_build/html/_images/InstallNewSoftware.png +0 -0
  7. data/documentation/_build/html/_images/Licenses.png +0 -0
  8. data/documentation/_build/html/_images/New.png +0 -0
  9. data/documentation/_build/html/_images/Restart.png +0 -0
  10. data/documentation/_build/html/_images/Result.png +0 -0
  11. data/documentation/_build/html/_images/Script.png +0 -0
  12. data/documentation/_build/html/_images/SecondSelect.png +0 -0
  13. data/documentation/_build/html/_images/SelectExport.png +0 -0
  14. data/documentation/_build/html/_images/SelectImport.png +0 -0
  15. data/documentation/_build/html/_images/SelectNew.png +0 -0
  16. data/documentation/_build/html/_images/TrustMe.png +0 -0
  17. data/documentation/_build/html/_images/WrongSelect.png +0 -0
  18. data/documentation/_build/html/_images/bake_build_hierachy.png +0 -0
  19. data/documentation/_build/html/_images/bake_tagcloud.png +0 -0
  20. data/documentation/_build/html/_images/buildFile.png +0 -0
  21. data/documentation/_build/html/_images/buildMain.png +0 -0
  22. data/documentation/_build/html/_images/console.png +0 -0
  23. data/documentation/_build/html/_images/cvsp.png +0 -0
  24. data/documentation/_build/html/_images/cygwin_mount.png +0 -0
  25. data/documentation/_build/html/_images/cygwin_ruby.png +0 -0
  26. data/documentation/_build/html/_images/cygwin_tty.png +0 -0
  27. data/documentation/_build/html/_images/hier.png +0 -0
  28. data/documentation/_build/html/_images/keys.png +0 -0
  29. data/documentation/_build/html/_images/pref.png +0 -0
  30. data/documentation/_build/html/_images/problem.png +0 -0
  31. data/documentation/_build/html/_images/vs_2010_install.png +0 -0
  32. data/documentation/_build/html/_images/vs_debug.png +0 -0
  33. data/documentation/_build/html/_images/vs_error.png +0 -0
  34. data/documentation/_build/html/_images/vs_install1.png +0 -0
  35. data/documentation/_build/html/_images/vs_installed.png +0 -0
  36. data/documentation/_build/html/_images/vs_options.png +0 -0
  37. data/documentation/_build/html/_images/vs_select_config.png +0 -0
  38. data/documentation/_build/html/_images/vs_show_config.png +0 -0
  39. data/documentation/_build/html/_images/vs_update.png +0 -0
  40. data/documentation/_build/html/_images/vs_update_site.png +0 -0
  41. data/documentation/_build/html/_sources/changelog.txt +314 -0
  42. data/documentation/_build/html/_sources/commandline/commandline.txt +107 -0
  43. data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +34 -0
  44. data/documentation/_build/html/_sources/concepts/concepts.txt +11 -0
  45. data/documentation/_build/html/_sources/concepts/the_main_project.txt +45 -0
  46. data/documentation/_build/html/_sources/concepts/the_project_meta_file.txt +72 -0
  47. data/documentation/_build/html/_sources/ide/eclipse/eclipse.txt +24 -0
  48. data/documentation/_build/html/_sources/ide/eclipse/how_to_convert_existing_cdt_workspace.txt +31 -0
  49. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_new_project_in_eclipse.txt +18 -0
  50. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_workspace_in_eclipse.txt +27 -0
  51. data/documentation/_build/html/_sources/ide/eclipse/how_to_install_eclipse_plugin.txt +44 -0
  52. data/documentation/_build/html/_sources/ide/eclipse/how_to_use_bake_in_eclipse.txt +86 -0
  53. data/documentation/_build/html/_sources/ide/ide_integrations.txt +8 -0
  54. data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +15 -0
  55. data/documentation/_build/html/_sources/ide/vs/how_to_debug_in_vs.txt +35 -0
  56. data/documentation/_build/html/_sources/ide/vs/how_to_used_bake_in_vs.txt +35 -0
  57. data/documentation/_build/html/_sources/ide/vs/vs.txt +10 -0
  58. data/documentation/_build/html/_sources/ide/vs/vs_install.txt +43 -0
  59. data/documentation/_build/html/_sources/index.txt +34 -0
  60. data/documentation/_build/html/_sources/install/install_bake.txt +112 -0
  61. data/documentation/_build/html/_sources/internal.txt +50 -0
  62. data/documentation/_build/html/_sources/known_issues.txt +9 -0
  63. data/documentation/_build/html/_sources/license.txt +4 -0
  64. data/documentation/_build/html/_sources/performance/performance.txt +104 -0
  65. data/documentation/_build/html/_sources/quickstart/quickstart.txt +70 -0
  66. data/documentation/_build/html/_sources/syntax/derive_configs.txt +93 -0
  67. data/documentation/_build/html/_sources/syntax/project_meta_syntax.txt +19 -0
  68. data/documentation/_build/html/_sources/syntax/syntax.txt +10 -0
  69. data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +175 -0
  70. data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +49 -0
  71. data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +122 -0
  72. data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +66 -0
  73. data/documentation/_build/html/_sources/tips_and_tricks/the_clang.txt +43 -0
  74. data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +33 -0
  75. data/documentation/_build/html/_sources/why_bake/why_bake.txt +40 -0
  76. data/documentation/_build/html/_static/AddRepository.png +0 -0
  77. data/documentation/_build/html/_static/AvailableSoftware.png +0 -0
  78. data/documentation/_build/html/_static/FirstSelect.png +0 -0
  79. data/documentation/_build/html/_static/Import.png +0 -0
  80. data/documentation/_build/html/_static/InstallNewSoftware.png +0 -0
  81. data/documentation/_build/html/_static/Lib.meta +8 -0
  82. data/documentation/_build/html/_static/Licenses.png +0 -0
  83. data/documentation/_build/html/_static/Main.meta +26 -0
  84. data/documentation/_build/html/_static/New.png +0 -0
  85. data/documentation/_build/html/_static/PMetaMain.meta +15 -0
  86. data/documentation/_build/html/_static/PMetaSub.meta +15 -0
  87. data/documentation/_build/html/_static/Restart.png +0 -0
  88. data/documentation/_build/html/_static/Result.png +0 -0
  89. data/documentation/_build/html/_static/Script.png +0 -0
  90. data/documentation/_build/html/_static/SecondSelect.png +0 -0
  91. data/documentation/_build/html/_static/Select.png +0 -0
  92. data/documentation/_build/html/_static/SelectExport.png +0 -0
  93. data/documentation/_build/html/_static/SelectImport.png +0 -0
  94. data/documentation/_build/html/_static/SelectNew.png +0 -0
  95. data/documentation/_build/html/_static/TrustMe.png +0 -0
  96. data/documentation/_build/html/_static/WrongSelect.png +0 -0
  97. data/documentation/_build/html/_static/ajax-loader.gif +0 -0
  98. data/documentation/_build/html/_static/bake_build_hierachy.png +0 -0
  99. data/documentation/_build/html/_static/bake_tagcloud.png +0 -0
  100. data/documentation/_build/html/_static/basic.css +599 -0
  101. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -0
  102. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -0
  103. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -0
  104. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -0
  105. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings-white.png +0 -0
  106. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings.png +0 -0
  107. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -0
  108. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +6 -0
  109. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -0
  110. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css.map +1 -0
  111. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +5 -0
  112. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -0
  113. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css.map +1 -0
  114. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +5 -0
  115. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  116. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  117. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  118. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  119. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  120. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -0
  121. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +7 -0
  122. data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +13 -0
  123. data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -0
  124. data/documentation/_build/html/_static/bootstrap-sphinx.js +162 -0
  125. data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -0
  126. data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -0
  127. data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -0
  128. data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -0
  129. data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -0
  130. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings-white.png +0 -0
  131. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings.png +0 -0
  132. data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -0
  133. data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -0
  134. data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -0
  135. data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -0
  136. data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -0
  137. data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -0
  138. data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -0
  139. data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -0
  140. data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +7 -0
  141. data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +7 -0
  142. data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +7 -0
  143. data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +7 -0
  144. data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +7 -0
  145. data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +7 -0
  146. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  147. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  148. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  149. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  150. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  151. data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +7 -0
  152. data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +7 -0
  153. data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +7 -0
  154. data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +7 -0
  155. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +7 -0
  156. data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +7 -0
  157. data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +7 -0
  158. data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +7 -0
  159. data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +7 -0
  160. data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +7 -0
  161. data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +7 -0
  162. data/documentation/_build/html/_static/buildFile.png +0 -0
  163. data/documentation/_build/html/_static/buildMain.png +0 -0
  164. data/documentation/_build/html/_static/comment-bright.png +0 -0
  165. data/documentation/_build/html/_static/comment-close.png +0 -0
  166. data/documentation/_build/html/_static/comment.png +0 -0
  167. data/documentation/_build/html/_static/console.png +0 -0
  168. data/documentation/_build/html/_static/cvsp.png +0 -0
  169. data/documentation/_build/html/_static/cygwin_mount.png +0 -0
  170. data/documentation/_build/html/_static/cygwin_ruby.png +0 -0
  171. data/documentation/_build/html/_static/cygwin_tty.png +0 -0
  172. data/documentation/_build/html/_static/doctools.js +263 -0
  173. data/documentation/_build/html/_static/down-pressed.png +0 -0
  174. data/documentation/_build/html/_static/down.png +0 -0
  175. data/documentation/_build/html/_static/file.png +0 -0
  176. data/documentation/_build/html/_static/hier.png +0 -0
  177. data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -0
  178. data/documentation/_build/html/_static/jquery.js +4 -0
  179. data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -0
  180. data/documentation/_build/html/_static/js/jquery-fix.js +2 -0
  181. data/documentation/_build/html/_static/keys.png +0 -0
  182. data/documentation/_build/html/_static/minus.png +0 -0
  183. data/documentation/_build/html/_static/plus.png +0 -0
  184. data/documentation/_build/html/_static/pref.png +0 -0
  185. data/documentation/_build/html/_static/problem.png +0 -0
  186. data/documentation/_build/html/_static/pygments.css +63 -0
  187. data/documentation/_build/html/_static/searchtools.js +622 -0
  188. data/documentation/_build/html/_static/syntax.html +704 -0
  189. data/documentation/_build/html/_static/syntax_collection_meta.html +179 -0
  190. data/documentation/_build/html/_static/underscore-1.3.1.js +999 -0
  191. data/documentation/_build/html/_static/underscore.js +31 -0
  192. data/documentation/_build/html/_static/up-pressed.png +0 -0
  193. data/documentation/_build/html/_static/up.png +0 -0
  194. data/documentation/_build/html/_static/vs_2010_install.png +0 -0
  195. data/documentation/_build/html/_static/vs_debug.png +0 -0
  196. data/documentation/_build/html/_static/vs_error.png +0 -0
  197. data/documentation/_build/html/_static/vs_install1.png +0 -0
  198. data/documentation/_build/html/_static/vs_installed.png +0 -0
  199. data/documentation/_build/html/_static/vs_options.png +0 -0
  200. data/documentation/_build/html/_static/vs_select_config.png +0 -0
  201. data/documentation/_build/html/_static/vs_show_config.png +0 -0
  202. data/documentation/_build/html/_static/vs_update.png +0 -0
  203. data/documentation/_build/html/_static/vs_update_site.png +0 -0
  204. data/documentation/_build/html/_static/websupport.js +808 -0
  205. data/documentation/_build/html/changelog.html +735 -0
  206. data/documentation/_build/html/commandline/commandline.html +284 -0
  207. data/documentation/_build/html/concepts/build_hierarchy.html +204 -0
  208. data/documentation/_build/html/concepts/concepts.html +181 -0
  209. data/documentation/_build/html/concepts/the_main_project.html +260 -0
  210. data/documentation/_build/html/concepts/the_project_meta_file.html +288 -0
  211. data/documentation/_build/html/genindex.html +152 -0
  212. data/documentation/_build/html/ide/eclipse/eclipse.html +185 -0
  213. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -0
  214. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -0
  215. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -0
  216. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -0
  217. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -0
  218. data/documentation/_build/html/ide/ide_integrations.html +182 -0
  219. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -0
  220. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -0
  221. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -0
  222. data/documentation/_build/html/ide/vs/vs.html +170 -0
  223. data/documentation/_build/html/ide/vs/vs_install.html +202 -0
  224. data/documentation/_build/html/index.html +238 -0
  225. data/documentation/_build/html/install/install_bake.html +279 -0
  226. data/documentation/_build/html/internal.html +217 -0
  227. data/documentation/_build/html/known_issues.html +175 -0
  228. data/documentation/_build/html/license.html +236 -0
  229. data/documentation/_build/html/objects.inv +0 -0
  230. data/documentation/_build/html/performance/performance.html +373 -0
  231. data/documentation/_build/html/quickstart/quickstart.html +236 -0
  232. data/documentation/_build/html/search.html +174 -0
  233. data/documentation/_build/html/searchindex.js +1 -0
  234. data/documentation/_build/html/syntax/derive_configs.html +295 -0
  235. data/documentation/_build/html/syntax/project_meta_syntax.html +884 -0
  236. data/documentation/_build/html/syntax/syntax.html +181 -0
  237. data/documentation/_build/html/syntax/variable_substitutions.html +378 -0
  238. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +203 -0
  239. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -0
  240. data/documentation/_build/html/tips_and_tricks/the_bakery.html +401 -0
  241. data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -0
  242. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +196 -0
  243. data/documentation/_build/html/why_bake/why_bake.html +241 -0
  244. data/lib/blocks/executable.rb +1 -1
  245. data/lib/common/version.rb +1 -1
  246. metadata +244 -2
@@ -0,0 +1,373 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>Performance &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="../index.html" />
32
+ <link rel="next" title="Known Issues" href="../known_issues.html" />
33
+ <link rel="prev" title="Clang Analyze" href="../tips_and_tricks/the_clang.html" />
34
+ <meta charset='utf-8'>
35
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
36
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
37
+ <meta name="apple-mobile-web-app-capable" content="yes">
38
+
39
+ </head>
40
+ <body role="document">
41
+
42
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
43
+ <div class="container">
44
+ <div class="navbar-header">
45
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
46
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
47
+ <span class="icon-bar"></span>
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ </button>
51
+ <a class="navbar-brand" href="../index.html">
52
+ bake</a>
53
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
54
+ </div>
55
+
56
+ <div class="collapse navbar-collapse nav-collapse">
57
+ <ul class="nav navbar-nav">
58
+
59
+
60
+ <li class="dropdown globaltoc-container">
61
+ <a role="button"
62
+ id="dLabelGlobalToc"
63
+ data-toggle="dropdown"
64
+ data-target="#"
65
+ href="../index.html">Section <b class="caret"></b></a>
66
+ <ul class="dropdown-menu globaltoc"
67
+ role="menu"
68
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
69
+ <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
70
+ <li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
77
+ <li class="toctree-l1 current"><a class="current reference internal" href="">Performance</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
81
+ </ul>
82
+ <ul>
83
+ <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
84
+ </ul>
85
+ </ul>
86
+ </li>
87
+
88
+ <li class="dropdown">
89
+ <a role="button"
90
+ id="dLabelLocalToc"
91
+ data-toggle="dropdown"
92
+ data-target="#"
93
+ href="#">SubSections <b class="caret"></b></a>
94
+ <ul class="dropdown-menu localtoc"
95
+ role="menu"
96
+ aria-labelledby="dLabelLocalToc"><ul>
97
+ <li><a class="reference internal" href="#">Performance</a><ul>
98
+ <li><a class="reference internal" href="#eclipse-vs-bake">Eclipse vs. bake</a><ul>
99
+ <li><a class="reference internal" href="#test-environement">Test Environement</a></li>
100
+ <li><a class="reference internal" href="#test-results">Test Results</a></li>
101
+ </ul>
102
+ </li>
103
+ <li><a class="reference internal" href="#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a><ul>
104
+ <li><a class="reference internal" href="#id1">Test Environement</a></li>
105
+ <li><a class="reference internal" href="#id2">Test Results</a></li>
106
+ </ul>
107
+ </li>
108
+ <li><a class="reference internal" href="#performance-using-different-rubies">Performance using different rubies</a><ul>
109
+ <li><a class="reference internal" href="#id3">Test Environement</a></li>
110
+ <li><a class="reference internal" href="#id4">Test Results</a></li>
111
+ </ul>
112
+ </li>
113
+ </ul>
114
+ </li>
115
+ </ul>
116
+ </ul>
117
+ </li>
118
+
119
+
120
+
121
+
122
+
123
+ <li>
124
+ <a href="../tips_and_tricks/the_clang.html" title="Previous Chapter: Clang Analyze"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Clang Analyze</span>
125
+ </a>
126
+ </li>
127
+ <li>
128
+ <a href="../known_issues.html" title="Next Chapter: Known Issues"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Known Issues &raquo;</span>
129
+ </a>
130
+ </li>
131
+
132
+
133
+
134
+
135
+
136
+ </ul>
137
+
138
+
139
+
140
+ <form class="navbar-form navbar-right" action="../search.html" method="get">
141
+ <div class="form-group">
142
+ <input type="text" name="q" class="form-control" placeholder="Search" />
143
+ </div>
144
+ <input type="hidden" name="check_keywords" value="yes" />
145
+ <input type="hidden" name="area" value="default" />
146
+ </form>
147
+
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="container">
153
+ <div class="row">
154
+ <div class="col-md-12">
155
+
156
+ <div class="section" id="performance">
157
+ <h1>Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h1>
158
+ <div class="section" id="eclipse-vs-bake">
159
+ <h2>Eclipse vs. bake<a class="headerlink" href="#eclipse-vs-bake" title="Permalink to this headline">¶</a></h2>
160
+ <div class="section" id="test-environement">
161
+ <h3>Test Environement<a class="headerlink" href="#test-environement" title="Permalink to this headline">¶</a></h3>
162
+ <table border="1" class="docutils">
163
+ <colgroup>
164
+ <col width="21%" />
165
+ <col width="14%" />
166
+ <col width="65%" />
167
+ </colgroup>
168
+ <tbody valign="top">
169
+ <tr class="row-odd"><td>Test-System</td>
170
+ <td><p class="first"><em>CPU:</em></p>
171
+ <p><em>RAM:</em></p>
172
+ <p><em>OS :</em></p>
173
+ <p class="last"><em>HDD:</em></p>
174
+ </td>
175
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
176
+ <p>4 GB</p>
177
+ <p>Windows XP</p>
178
+ <p class="last">Raid</p>
179
+ </td>
180
+ </tr>
181
+ <tr class="row-even"><td>Test-Application</td>
182
+ <td colspan="2">~200 projects</td>
183
+ </tr>
184
+ <tr class="row-odd"><td>Ruby-Version</td>
185
+ <td colspan="2">ruby 1.9.2</td>
186
+ </tr>
187
+ <tr class="row-even"><td>Tests-Runs</td>
188
+ <td>30</td>
189
+ <td>&nbsp;</td>
190
+ </tr>
191
+ </tbody>
192
+ </table>
193
+ </div>
194
+ <div class="section" id="test-results">
195
+ <h3>Test Results<a class="headerlink" href="#test-results" title="Permalink to this headline">¶</a></h3>
196
+ <table border="1" class="docutils">
197
+ <colgroup>
198
+ <col width="32%" />
199
+ <col width="32%" />
200
+ <col width="36%" />
201
+ </colgroup>
202
+ <thead valign="bottom">
203
+ <tr class="row-odd"><th class="head">Test</th>
204
+ <th class="head">Eclipse 3.6.1, CDT 6</th>
205
+ <th class="head">bake</th>
206
+ </tr>
207
+ </thead>
208
+ <tbody valign="top">
209
+ <tr class="row-even"><td>Build whole workspace</td>
210
+ <td>13:01 min</td>
211
+ <td>7:19 min</td>
212
+ </tr>
213
+ <tr class="row-odd"><td>Rebuild without clean</td>
214
+ <td>3:05 min</td>
215
+ <td>0:50 min</td>
216
+ </tr>
217
+ <tr class="row-even"><td>Clean whole workspace</td>
218
+ <td>0:41 min</td>
219
+ <td>0:08 min</td>
220
+ </tr>
221
+ <tr class="row-odd"><td>Clean the cleaned workspace</td>
222
+ <td>0:35 min</td>
223
+ <td>0:02 min</td>
224
+ </tr>
225
+ </tbody>
226
+ </table>
227
+ <div class="admonition note">
228
+ <p class="first admonition-title">Note</p>
229
+ <p class="last">For the build <cite>Eclipse</cite> needs additional <cite>300 MB of RAM</cite>, in contrast <cite>bake</cite> takes up <cite>35 MB</cite> of RAM at it&#8217;s peak.</p>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="section" id="cmake-with-unix-makefiles-vs-bake">
234
+ <h2>CMake with Unix makefiles vs. bake<a class="headerlink" href="#cmake-with-unix-makefiles-vs-bake" title="Permalink to this headline">¶</a></h2>
235
+ <div class="section" id="id1">
236
+ <h3>Test Environement<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
237
+ <table border="1" class="docutils">
238
+ <colgroup>
239
+ <col width="21%" />
240
+ <col width="14%" />
241
+ <col width="65%" />
242
+ </colgroup>
243
+ <tbody valign="top">
244
+ <tr class="row-odd"><td>Test-System</td>
245
+ <td><p class="first"><em>CPU:</em></p>
246
+ <p><em>RAM:</em></p>
247
+ <p><em>OS :</em></p>
248
+ <p class="last"><em>HDD:</em></p>
249
+ </td>
250
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
251
+ <p>4 GB</p>
252
+ <p>Windows XP</p>
253
+ <p class="last">Raid</p>
254
+ </td>
255
+ </tr>
256
+ <tr class="row-even"><td>Test-Application</td>
257
+ <td colspan="2">~100 projects</td>
258
+ </tr>
259
+ <tr class="row-odd"><td>Ruby-Version</td>
260
+ <td colspan="2">-</td>
261
+ </tr>
262
+ <tr class="row-even"><td>Tests-Runs</td>
263
+ <td>-</td>
264
+ <td>&nbsp;</td>
265
+ </tr>
266
+ </tbody>
267
+ </table>
268
+ </div>
269
+ <div class="section" id="id2">
270
+ <h3>Test Results<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
271
+ <ul class="simple">
272
+ <li>Build whole workspace: bake is <cite>~10%</cite> faster</li>
273
+ <li>Build again without clean: bake is <cite>~50%</cite> faster</li>
274
+ <li>Clean whole workspace: bake is <cite>~80%</cite> faster</li>
275
+ </ul>
276
+ </div>
277
+ </div>
278
+ <div class="section" id="performance-using-different-rubies">
279
+ <h2>Performance using different rubies<a class="headerlink" href="#performance-using-different-rubies" title="Permalink to this headline">¶</a></h2>
280
+ <div class="section" id="id3">
281
+ <h3>Test Environement<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
282
+ <table border="1" class="docutils">
283
+ <colgroup>
284
+ <col width="21%" />
285
+ <col width="14%" />
286
+ <col width="65%" />
287
+ </colgroup>
288
+ <tbody valign="top">
289
+ <tr class="row-odd"><td>Test-System</td>
290
+ <td><p class="first"><em>CPU:</em></p>
291
+ <p><em>RAM:</em></p>
292
+ <p><em>OS :</em></p>
293
+ <p class="last"><em>HDD:</em></p>
294
+ </td>
295
+ <td><p class="first">Intel Xeon W3520 (4x 2.67 GHz)</p>
296
+ <p>4 GB</p>
297
+ <p>Windows XP</p>
298
+ <p class="last">Raid</p>
299
+ </td>
300
+ </tr>
301
+ <tr class="row-even"><td>Test-Application</td>
302
+ <td colspan="2">~200 projects</td>
303
+ </tr>
304
+ <tr class="row-odd"><td>Tests-Runs</td>
305
+ <td>30</td>
306
+ <td>&nbsp;</td>
307
+ </tr>
308
+ </tbody>
309
+ </table>
310
+ </div>
311
+ <div class="section" id="id4">
312
+ <h3>Test Results<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
313
+ <table border="1" class="docutils">
314
+ <colgroup>
315
+ <col width="23%" />
316
+ <col width="19%" />
317
+ <col width="19%" />
318
+ <col width="19%" />
319
+ <col width="19%" />
320
+ </colgroup>
321
+ <thead valign="bottom">
322
+ <tr class="row-odd"><th class="head"></th>
323
+ <th class="head">ruby 1.8.6p398</th>
324
+ <th class="head">ruby 1.8.7p352</th>
325
+ <th class="head">ruby 1.9.2p180</th>
326
+ <th class="head">ruby 1.9.3p0</th>
327
+ </tr>
328
+ </thead>
329
+ <tbody valign="top">
330
+ <tr class="row-even"><td>Build whole workspace</td>
331
+ <td>13:58 min</td>
332
+ <td>8:07 min</td>
333
+ <td>7:19 min</td>
334
+ <td>7:28 min</td>
335
+ </tr>
336
+ <tr class="row-odd"><td>Build single file</td>
337
+ <td>1,20 sec</td>
338
+ <td>1,87 sec</td>
339
+ <td>2,38 sec</td>
340
+ <td>1,29 sec</td>
341
+ </tr>
342
+ </tbody>
343
+ </table>
344
+ <div class="admonition note">
345
+ <p class="first admonition-title">Note</p>
346
+ <ul class="last simple">
347
+ <li>ruby 1.8.6 uses only ONE native thread for multiple ruby threads.</li>
348
+ <li>ruby 1.9.2 for Windows needs very long to startup for complex applications, which is fixed in 1.9.3</li>
349
+ </ul>
350
+ </div>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+
356
+ </div>
357
+
358
+ </div>
359
+ </div>
360
+ <footer class="footer">
361
+ <div class="container">
362
+ <p class="pull-right">
363
+ <a href="#">Back to top</a>
364
+
365
+ </p>
366
+ <p>
367
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
368
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
369
+ </p>
370
+ </div>
371
+ </footer>
372
+ </body>
373
+ </html>
@@ -0,0 +1,236 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>Quickstart &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="../index.html" />
32
+ <link rel="next" title="Concepts" href="../concepts/concepts.html" />
33
+ <link rel="prev" title="Install bake" href="../install/install_bake.html" />
34
+ <meta charset='utf-8'>
35
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
36
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
37
+ <meta name="apple-mobile-web-app-capable" content="yes">
38
+
39
+ </head>
40
+ <body role="document">
41
+
42
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
43
+ <div class="container">
44
+ <div class="navbar-header">
45
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
46
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
47
+ <span class="icon-bar"></span>
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ </button>
51
+ <a class="navbar-brand" href="../index.html">
52
+ bake</a>
53
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
54
+ </div>
55
+
56
+ <div class="collapse navbar-collapse nav-collapse">
57
+ <ul class="nav navbar-nav">
58
+
59
+
60
+ <li class="dropdown globaltoc-container">
61
+ <a role="button"
62
+ id="dLabelGlobalToc"
63
+ data-toggle="dropdown"
64
+ data-target="#"
65
+ href="../index.html">Section <b class="caret"></b></a>
66
+ <ul class="dropdown-menu globaltoc"
67
+ role="menu"
68
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
69
+ <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
70
+ <li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
71
+ <li class="toctree-l1 current"><a class="current reference internal" href="">Quickstart</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
81
+ </ul>
82
+ <ul>
83
+ <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
84
+ </ul>
85
+ </ul>
86
+ </li>
87
+
88
+ <li class="dropdown">
89
+ <a role="button"
90
+ id="dLabelLocalToc"
91
+ data-toggle="dropdown"
92
+ data-target="#"
93
+ href="#">SubSections <b class="caret"></b></a>
94
+ <ul class="dropdown-menu localtoc"
95
+ role="menu"
96
+ aria-labelledby="dLabelLocalToc"><ul>
97
+ <li><a class="reference internal" href="#">Quickstart</a></li>
98
+ </ul>
99
+ </ul>
100
+ </li>
101
+
102
+
103
+
104
+
105
+
106
+ <li>
107
+ <a href="../install/install_bake.html" title="Previous Chapter: Install bake"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Install bake</span>
108
+ </a>
109
+ </li>
110
+ <li>
111
+ <a href="../concepts/concepts.html" title="Next Chapter: Concepts"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Concepts &raquo;</span>
112
+ </a>
113
+ </li>
114
+
115
+
116
+
117
+
118
+
119
+ </ul>
120
+
121
+
122
+
123
+ <form class="navbar-form navbar-right" action="../search.html" method="get">
124
+ <div class="form-group">
125
+ <input type="text" name="q" class="form-control" placeholder="Search" />
126
+ </div>
127
+ <input type="hidden" name="check_keywords" value="yes" />
128
+ <input type="hidden" name="area" value="default" />
129
+ </form>
130
+
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="container">
136
+ <div class="row">
137
+ <div class="col-md-12">
138
+
139
+ <div class="section" id="quickstart">
140
+ <h1>Quickstart<a class="headerlink" href="#quickstart" title="Permalink to this headline">¶</a></h1>
141
+ <ol class="arabic">
142
+ <li><dl class="first docutils">
143
+ <dt>Create a project directory.</dt>
144
+ <dd><div class="first last highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> mkdir my_project
145
+ </pre></div>
146
+ </div>
147
+ </dd>
148
+ </dl>
149
+ </li>
150
+ <li><dl class="first docutils">
151
+ <dt>Switch to the project directory.</dt>
152
+ <dd><div class="first last highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> <span class="nb">cd </span>my_project
153
+ </pre></div>
154
+ </div>
155
+ </dd>
156
+ </dl>
157
+ </li>
158
+ <li><dl class="first docutils">
159
+ <dt>Use the bake &#8211;create option to auto generate a basic project.</dt>
160
+ <dd><div class="first highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~/my_project$</span> bake --create exe
161
+ <span class="go">-- bake 2.10.3, ruby 2.1.2p95, platform x86_64-darwin13.0 --</span>
162
+ <span class="go">Project created.</span>
163
+
164
+ <span class="go">Time: 00:00 minutes</span>
165
+ </pre></div>
166
+ </div>
167
+ <p>This will provide you with the follwing basic project structure which is ready to use</p>
168
+ <div class="last highlight-console"><div class="highlight"><pre><span class="go">my_project</span>
169
+ <span class="go">|</span>
170
+ <span class="go">|-- Project.meta</span>
171
+ <span class="go">|-- include</span>
172
+ <span class="go">`-- src</span>
173
+ <span class="go"> `-- main.cpp</span>
174
+ </pre></div>
175
+ </div>
176
+ </dd>
177
+ </dl>
178
+ </li>
179
+ <li><dl class="first docutils">
180
+ <dt>Build the project.</dt>
181
+ <dd><div class="first highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~/my_project$</span> bake
182
+ <span class="go">-- bake 2.10.3, ruby 2.1.2p95, platform x86_64-darwin13.0 --</span>
183
+ <span class="go">Info: cache not found, reloading meta information</span>
184
+ <span class="go">Loading /Users/NiCoretti/my_project/Project.meta</span>
185
+ <span class="go">**** Building 1 of 1: my_project (main) ****</span>
186
+ <span class="go">Compiling src/main.cpp</span>
187
+ <span class="go">Linking build_main/my_project.exe</span>
188
+
189
+ <span class="go">Building done.</span>
190
+
191
+ <span class="go">Time: 00:00 minutes</span>
192
+ </pre></div>
193
+ </div>
194
+ <p>If you want a more detailed and colored output use the following command:</p>
195
+ <div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~/my_project$</span> bake -v2 -a black
196
+ <span class="go">-- bake 2.10.3, ruby 2.1.2p95, platform x86_64-darwin13.0 --</span>
197
+ <span class="go">**** Building 1 of 1: my_project (main) ****</span>
198
+
199
+ <span class="go">g++ -c -MD -MF build_main/src/main.d -Iinclude -o build_main/src/main.o src/main.cpp</span>
200
+
201
+ <span class="go">g++ -o build_main/my_project.exe build_main/src/main.o</span>
202
+
203
+ <span class="go">Building done.</span>
204
+
205
+ <span class="go">Time: 00:00 minutes</span>
206
+ </pre></div>
207
+ </div>
208
+ <div class="last admonition note">
209
+ <p class="first admonition-title">Note</p>
210
+ <p class="last">The default main.cpp which is created by bake does nothing except returning the exit code 0.</p>
211
+ </div>
212
+ </dd>
213
+ </dl>
214
+ </li>
215
+ </ol>
216
+ </div>
217
+
218
+
219
+ </div>
220
+
221
+ </div>
222
+ </div>
223
+ <footer class="footer">
224
+ <div class="container">
225
+ <p class="pull-right">
226
+ <a href="#">Back to top</a>
227
+
228
+ </p>
229
+ <p>
230
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
231
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
232
+ </p>
233
+ </div>
234
+ </footer>
235
+ </body>
236
+ </html>