bake-toolkit 2.11.2 → 2.11.3

Sign up to get free protection for your applications and to get access to all the features.
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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfea269a26f1a031d8989b6a6b3c7269b80688c9
4
- data.tar.gz: b698df76c1e8b3e0adc412dd1af4ef173ecfff2d
3
+ metadata.gz: d93c413a80553d3e6cd1bb7d0be38acaf763ccb3
4
+ data.tar.gz: 2bcb42c46951f60378868b23b5d16374c48de9d0
5
5
  SHA512:
6
- metadata.gz: 617855c1ced2e17db2c493282330e3509550c505f868fdd2463ef8c25785d453f0b1c143f2255a4ab55abcb2197b8f673bbc6cdf51bf68cb58285aa5ef12615a
7
- data.tar.gz: 4ff657d135abcb6aff827dbd60d547730aadd9af9a213f2a2fed3ab18d9b5f8db0d8cff708ccf40bb6bc31c1755258ae1d02092dbce8e4082064bada47bdd950
6
+ metadata.gz: 9d5230cd88886e59f0ff71dd7bbc4be9a1b6075ff901fdfa0d2586be1fb0a8ec84137c7fc0e067920e3a77d20594c99b8085dc03a5084738a9bdb2bb5b811c6c
7
+ data.tar.gz: cc88bcac7893bcc58b5e8da8dd74804f7cce0768e5cde394e7e2f4fbe7143ef0637e444b2d9725368e94d95086f0dea7dc69071b4a5312207be7dfe811e0b39e
@@ -0,0 +1,314 @@
1
+ Changelog
2
+ =========
3
+
4
+ September 3, 2015 - bake-toolkit 2.11.2
5
+ * Bugfix: all files were always be recompiled with ruby < 1.9.3
6
+ * Changed: switched to new docu style, thanks Nico!
7
+ August 4, 2015 - bake-toolkit 2.11.1
8
+ * Added: project dir output for conversion tool
9
+ * Moved: wishlist to github
10
+ July 31, 2015 - bake-toolkit 2.11.0
11
+ * Added: new parameters for includeDir: inherit and infix
12
+ * Added: dependency output for conversion tool
13
+ * Bugfix: makefile flags where not used when cleaning the workspace
14
+ July 6, 2015 - bake-toolkit 2.10.3
15
+ * Bugfix: Build stopped unintentionally when using -r
16
+ July 3, 2015 - bake-toolkit 2.10.2
17
+ * Bugfix: PostSteps were unintentionally executed if a dependent step (e.g. linking) was not executed due to an error in another project (e.g. compiler error)
18
+ July 1, 2015 - bake-toolkit 2.10.1
19
+ * Added: Possibility to add descriptions for configs which will be printed when using --show_configs
20
+ * Bugfix: link_only did not link only if not all sources of the main project were not built before
21
+ * Bugfix: Ctrl-C on command line did not work properly under Linux
22
+ July 1, 2015 - Eclipse plugin 1.5.1
23
+ * Bugfix: AdjustIncludes broken for subfolder projects (with a "^" in the name)
24
+ * Bugfix: Error parser broken for subfolder projects (with a "^" in the name)
25
+ * Bugfix: Configs with inherited DefaultToolchain were not selectable to build
26
+ June 10, 2015 - bake-toolkit 2.9.2
27
+ * Cosmetic: Redundant include directories are now removed before calling the compiler
28
+ * Bugfix: Moving cached meta files was not recognized correctly, wrong path references may have been used
29
+ June 8, 2015 - bake-toolkit 2.9.1
30
+ * Changed: "--doc" replaced by "--show_doc" to avoid confusion
31
+ June 5, 2015 - bake-toolkit 2.9.0
32
+ * Added: "--create" command line option to create project templates
33
+ * Added: "--conversion_info" command line option for bake conversion tool
34
+ * Cosmetic: made output clearer if "--link_only" is used for non ExecutableConfigs
35
+ June 5, 2015 - Eclipse plugin 1.4.5
36
+ * Bugfix: input streams from bake were closed too early under Linux - console window output and AdjustCDT feature should work correctly now
37
+ * Added: "Link This Project Only" shortcut added
38
+ * Added: Files under "build_*" and ".bake" are now automatically marked as derived (not shown in "Open Resource" dialog)
39
+ * Changed: error message dialog of AdjustCDT now displays the end instead of the beginning of very long error messages
40
+ May 19, 2015 - bake-toolkit 2.8.0
41
+ * Bugfix: when building a project with -p name, not only name was built, but all projects which start with the string name
42
+ * Added: more info why Project.meta files are reloaded
43
+ * Added: createVSProjects can create VS2013 projects
44
+ April 22, 2015 - bake-toolkit 2.7.0
45
+ * Added: possibility to use Eclipse file ordering for compilation (eclipseOrder attribute for DefaultToolchain)
46
+ * Changed: $(:) and $(/) are now mapped to Ruby internal variables File::PATH_SEPARATOR and File::SEPARATOR.
47
+ * This fixes the result in Cygwin/MinGW environments
48
+ * Bugfix: cmdline files are now written even if the build step fails
49
+ April 14, 2015 - bake-toolkit 2.6.0
50
+ * Added: validExitCodes attribute to steps (if a step has valid exit codes != 0)
51
+ * Added: StartupSteps and ExitSteps (always executed before and after a build)
52
+ April 8, 2015 - bake-toolkit 2.5.0
53
+ * Added: OS dependent variable $(:), which is used for setting the PATH variable
54
+ March 30, 2015 - bake-toolkit 2.4.3
55
+ * Added: If Project.meta files are updated, sources will only be recompiled if necessary
56
+ * Added: Set command in Project.meta has now an env attribute to store variables also in system environment which makes them accessible from user scripts
57
+ * Added: GCC_ENV toolchain (uses environment variables)
58
+ * Added: Improved MSVC support
59
+ March 16, 2015 - VS plugin 1.0.1
60
+ * Added: Support for VS2013
61
+ March 12, 2015 - bake-toolkit 2.3.4
62
+ * Changed: Clang command is now "clang" per default instead of llvm-gcc
63
+ * Added: CLANG_ANALYZE toolchain
64
+ * Added: MSVC toolchain
65
+ * Bugfix: some minor fixes
66
+ February 27, 2015 - Eclipse plugin 1.3.0
67
+ * Added: bake projects with equal names can be imported now
68
+ February 19, 2015 - bake-toolkit 2.2.2
69
+ * Changed: output dirs are now prefixed with "build\_" per default
70
+ * Changed: introduced complex variable $(OutputDir,projectName,configName)
71
+ * Changed: reworked merge strategy of two configs, especially toolchain options
72
+ * Added: variables can be nested now
73
+ * Bugfix: fixed dependency header check for Unix when running Windows on a virtual machine
74
+ * Bugfix: variable OutputDir did not take overwritten output directory from toolchain into account
75
+ * Cosmetic: do not show internal pipes anymore when printing command lines
76
+ January 26, 2015 - bake-toolkit 2.1.1
77
+ * Bugfix: dependent header file check in 2.1.0 was broken
78
+ * Changed: files defined via glob pattern are sorted alphabetically now
79
+ January 23, 2015 - bake-toolkit 2.1.0
80
+ * Bugfix: fixed crash in warning output if setting variable via cmd did not work
81
+ * Workaround: dependent header files are now ignored on Windows if path starts with "/" and file cannot be found
82
+ * Changed: output of lint is now ignored, linting will only fails if it cannot be executed
83
+ * Changed: introduced new verbose mode -v3, shifted some output to this level
84
+ * Added: a dependency project can be specified with parent folders if it is ambiguous, e.g. Dependency "my/folder/proj", config: lib
85
+ * Added: experimental CC2J output
86
+ January 23, 2015 - Eclipse plugin 1.2.1
87
+ * Bugfix: importing projects with existing .(c)project files may be placed in wrong folder
88
+ January 15, 2015 - bake-toolkit 2.0.10
89
+ * Bugfix: spaces in paths were not handled correctly in all cases
90
+ * Bugfix: dependency files of Keil compiler not treated correctly
91
+ * Added: showing why files are built in verbose mode -v2
92
+ * Added: whole workspace can be linted now (projects will be linted separately)
93
+ * Changed: removed bake-doc command, use bake --doc instead
94
+ * Changed: if no default project is specified, possible build configs are shown on command line again like in bake 1.x
95
+ January 7, 2015 - bake-toolkit 2.0.3
96
+ * Changed: default configuration is chosen if configuration name is omitted. This applies to command line as well as to Dependency definitions, e.g.:
97
+ * Project.meta
98
+
99
+ .. code-block:: console
100
+
101
+ Dependency canDriver # no config attribute
102
+
103
+ * Command line
104
+
105
+ .. code-block:: console
106
+
107
+ User@Host:~$ bake -m bla/myProj
108
+
109
+ .. note::
110
+
111
+ To show the possible configs of a project, use the `--show_configs` command line option.
112
+
113
+
114
+ * Changed: more than one config of a project can be used in one build.
115
+
116
+ Example:
117
+
118
+ .. code-block:: console
119
+
120
+ Dependency canDriver, config: C1
121
+ Dependency canDriver, config: C2
122
+
123
+
124
+ To reference a config of the current project, omit the project name, e.g.:
125
+
126
+ .. code-block:: console
127
+
128
+ Dependency config: C3
129
+
130
+ To build a single project, you can still use -p command line argument:
131
+
132
+ .. code-block:: console
133
+
134
+ User@Host:~$ bake Debug -p canDriver
135
+
136
+ However, if canDriver has more than one config in the workspace, all configs will be built. To build only a single config, use a comma separator like this:
137
+
138
+ .. code-block:: console
139
+
140
+ User@Host:~$ bake Debug -p canDriver,C1
141
+
142
+ * Changed: the default output folder has been changed due to the new feature of having several configs of a project in one workspace.
143
+ ============ ===================================== =======================================================
144
+ \ Old New
145
+ ============ ===================================== =======================================================
146
+ Main project $(MainConfigName) $(MainConfigName)
147
+
148
+ Sub Project $(MainConfigName)_$(MainProjectName) $(SubConfigName)_$(MainProjectName)_$(MainConfigName)
149
+ ============ ===================================== =======================================================
150
+
151
+ .. warning::
152
+ Be careful if you have something like this in Project.meta:
153
+
154
+ .. code-block:: console
155
+
156
+ ExternalLibrary "bspCoreZ6/$(MainConfigName)_$(MainProjectName)/src/coreZ6/startup/startupCode.o", search:false
157
+
158
+ This refers to the old output directory. Change it or if you want to support old and new bake versions,
159
+ write a PreStep which copies the file from the new location to the old one.
160
+
161
+ * Changed: with -f a pattern can be specified, not only a single file. All files matching this string will be compiled.
162
+ * Changed: variables in Dependency definitions are not allowed anymore to avoid inconsistencies.
163
+ * Changed: no error will be reported anymore if makefile has no clean target.
164
+ * Changed: source files will now be compiled and archived ordered by the Files definition in Project.meta, not by a Eclipse-backward-compatibility-ordering.
165
+ * Changed: reworked some error messages, more error annotations are shown in IDEs
166
+ * Added: "--include_filter" and "--exclude_filter" also work for main step of CustomConfig
167
+ * Added: possibility to add comments in roots.bake
168
+ * Added: new variables CPPPath, CPath, ASMPath, ArchiverPath and LinkerPath. These variables can also be used in InternalDefines and InternalInclude files.
169
+ * Added: lint is not restricted to GCC toolchain anymore.
170
+ * Added: --docu option. Specify the docu command line in Docu tag of the (Default)Toolchain.
171
+ * Removed: support for Ruby 1.8. Use Ruby 1.9 or higher.
172
+ * Removed: dependencies to cxxproject and rake gems
173
+ * Removed: "-j" as default flag when calling makefiles. This must be explicitly specified.
174
+ * Removed: option to check for unnecessary includes
175
+ * Removed: hardcoded TI compiler commands and flags
176
+ ======================= ========================================================================== ===========
177
+ \ Old New
178
+ ======================= ========================================================================== ===========
179
+ Compiler command $(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470 ti_cl
180
+
181
+ Compiler flags -mv7A8 -g --include_path="#{ti_home}/ccsv5/tools/compiler/tms470/include"
182
+ --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile
183
+
184
+ Archiver command $(ti_home)/ccsv5/tools/compiler/tms470/bin/ar470 ti_ar
185
+
186
+ Linker command $(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470 ti_cl
187
+
188
+ Linker flags -mv7A8 -g --diag_warning=225 -me --abi=eabi --code_state=32 -z
189
+ --warn_sections -i"$(ti_home)/ccsv5/tools/compiler/tms470/lib"
190
+ -i"$(ti_home)/ccsv5/tools/compiler/tms470/include"
191
+
192
+ Linker lib prefix flags -lDebug/configPkg/linker.cmd
193
+ ======================= ========================================================================== ===========
194
+
195
+ * Bugfix: variables in add and remove attributes of Flags now work as intended
196
+ * Bugfix: output folder was not created if no sources are specified for LibraryConfig and ExecutableConfig.
197
+ * Bugfix: "-p" was not forwarded in bakery.
198
+ * Cosmetic: bakery now calls bake with relative pathnames, which results in nicer outputs.
199
+ December 19, 2014 - Eclipse plugin 1.2.0
200
+ * Bugfix: it is now ensured, that bake will be started from Eclipse working directory
201
+ * Bugfix: projects created with the "new bake project wizard" are now placed in the correct folder.
202
+ * Added: Eclipse working directory shown in bake preference dialog (important if -w option is used with relative paths)
203
+ * Added: Options to recreate .(c)project files when importing bake projects
204
+ * Changed: Eclipse configurations will be named "bake" and not "Do not use this config, use bake instead"
205
+ December 16, 2014 - Eclipse plugin 1.1.1
206
+ * Bugfix: Adjust include and defines broken feature used wrong command line option.
207
+ November 7, 2014 - bake-toolkit 1.8.0, Eclipse plugin 1.1.0
208
+ * Added: InternalIncludes and InternalDefines in DefaultToolchain, which are forwarded to the IDE.
209
+ * Changed: No default options for PC-lint in combination with GCC will be provided anymore. Use the official way, see co-gcc.lnt in PC-lint installation.
210
+ * Bugfix: verbose output for replacing non-existing environment variables broken.
211
+ November 4, 2014 - bake-toolkit 1.7.0
212
+ * Added: Option to define output directory relative/absolute for each project or for all projects.
213
+ * Added: --set command line option to set variables
214
+ * Added: Optional "Description" tag for projects in Project.meta
215
+ * Changed: Variables in DefaultToolchain will be substituted separately for each project.
216
+ August 8, 2014 - bake-toolkit 1.6.3
217
+ * Fixed: possible uninitialized variable could lead to crash bake
218
+ August 6, 2014 - bake-toolkit 1.6.2
219
+ * Fixed: clear clearn- and clobber-lists at startup
220
+ * Fixed: Variables not substituted in ArtifactName and ArtifactNameBase
221
+ * Added: Cyclic variable substitution
222
+ August 5, 2014 - bake-toolkit 1.6.1
223
+ * Added: Fixed variable substitution
224
+ August 1, 2014 - bake-toolkit 1.6.0
225
+ * Added: The value of a variable can be the result of a command line
226
+ July 18, 2014 - bake-toolkit 1.5.0
227
+ * Added: Dependencies can be overwritten in inherited projects
228
+ * Removed: defines cannot be filtered anymore via command line
229
+ June 6, 2014 - bake-toolkit 1.4.0
230
+ * Bugfix: variables can be used in "Set" now
231
+ * Added: variable "MainProjectDir"
232
+ May 23, 2014 - bake-toolkit 1.3.0
233
+ * Added: defines can be filtered now via command line
234
+ May 2, 2014 - bake-toolkit 1.2.1
235
+ * Added: Set keyword for defining variables
236
+ * Changed: "executed in"-output now in separate line
237
+ March 14, 2014 - bake-toolkit 1.1.0
238
+ * Added: Lint support
239
+ * Added: $(ProjectDir) variable
240
+ March 7, 2014 - bake-toolkit 1.0.27
241
+ * Cosmetic: some pictures in documentation were missing
242
+ March 5, 2014 - bake-toolkit 1.0.26
243
+ * Bugfix: in rare cases invalid characters from compiler output were not handled correctly
244
+ * Bugfix: changing workspace roots on command line now always regenerates build tree
245
+ * Added: Variable $(Roots) for IncludeDir directives
246
+ * Changed: dependency files for all compilers will be generated inclusive system headers
247
+ * Changed: abort earlier if main directory has no Project.meta
248
+ * Changed: every environment variable is expanded to an empty string if not defined
249
+ January 21, 2014 - bake-toolkit 1.0.25
250
+ * Added: configs can now be inherited
251
+ * Added: command bake-doc opens bake doc
252
+ * Changed: dependency files for Greenhills compiler will be generated with -MD instead of -MMD
253
+ September 10, 2013 - bake-toolkit 1.0.24
254
+ * Changed: Improved Keil linker error parser.
255
+ September 9, 2013 - bake-toolkit 1.0.23
256
+ * Added: Keil support.
257
+ * Bugfix: minor fixes.
258
+ August 21, 2013 - bake-toolkit 1.0.22
259
+ * Bugfix: Searching for project folders did not work correctly.
260
+ August 20, 2013 - Eclipse plugin 1.0.5.0
261
+ * Bugfix: Adjust includes in CDT is working again after Java Update.
262
+ August 1, 2013 - bake-toolkit 1.0.21
263
+ * Bugfix: projects folders which are junctions were not found anymore after the last update.
264
+ July 25, 2013 - bake-toolkit 1.0.20, Eclipse plugin 1.0.4.0
265
+ * Added: projects can be placed more than one level below workspaces roots
266
+ June 21, 2013 - bake-toolkit 1.0.19
267
+ * Added: support for GreenHills compiler.
268
+ May 29, 2013 - bake-toolkit 1.0.18
269
+ * Bugfix: typo in require, which has broken bake in case sensitive file systems.
270
+ May 28, 2013 - bake-toolkit 1.0.17
271
+ * Bugfix: error levels greater than 255 of external processes were not be recognized correctly in some cases.
272
+ May 16, 2013 - Eclipse plugin 1.0.2.0
273
+ * Bugfix: bake did not start correctly with latest Java version installed.
274
+ April 22, 2013 - bake-toolkit 1.0.16
275
+ * Changed: default roots of bakery are now directory of Collection.meta and it's parent directory.
276
+ April 19, 2013 - bake-toolkit 1.0.15
277
+ * Bugfix: bakery could not build projects with spaces in oathname.
278
+ April 19, 2013 - bake-toolkit 1.0.13
279
+ * Bugfix: some bake options specified on bakery command line were not accepted.
280
+ April 17, 2013 - bake-toolkit 1.0.12
281
+ * Changed: Output folders are not deleted and rebuilt if no source files are available but the archive file.
282
+ * Added: Option --clobber deletes .bake cache file.
283
+ * Added: Collections can reference collections.
284
+ * Added: collection names can be specified without typing "-b"
285
+ April 4, 2013 - bake-toolkit 1.0.11
286
+ * Bugfix: Executing batch files in CommandLine on Windows were broken.
287
+ * April 2, 2013 - bake-toolkit 1.0.10
288
+ * Bugfix: options "--toolchain_names" now working as intended
289
+ * Bugfix: default flags for makefiles (-j) no longer ignored
290
+ * Changed: flags for makefiles are now defined in subtags instead in attributes to be consistent with other flag definitions
291
+ * Added: ".." in Files and ExcludeFiles now allowed
292
+ * Added: command line switch to turn off "directory magic"
293
+ * Added: build config can be specified without typing "-b"
294
+ * Cosmetic: better error output if compiler not found
295
+ March 22, 2013 - bake-toolkit 1.0.9
296
+ * Cosmetic: Changed option --print_less to -v0 and -v to -v2. Default is -v1.
297
+ March 7, 2013 - bake-toolkit 1.0.8
298
+ * Added: Linkerscript can be referenced from other projects
299
+ February 13, 2013 - bake-toolkit 1.0.7
300
+ * Added: OS dependent variable $(/)
301
+ January 21, 2013 - bake-toolkit 1.0.6
302
+ * Added: support for Visual Studio
303
+ January 15, 2013 - bake-toolkit 1.0.5
304
+ * Changed: no indirect dependency to progressbar gem anymore
305
+ January 14, 2013 - bake-toolkit 1.0.4
306
+ * Added: a new cache validation check.
307
+ January 2, 2013 - bake-toolkit 1.0.3
308
+ * Bugfix: option to build a single file did not accept a filename with absolute path.
309
+ October 7, 2012 - bake-toolkit 1.0.2
310
+ * Changed: Renamed gem from "bake" to "bake-toolkit".
311
+ September 18, 2012 - bake 1.0.1
312
+ * Changed: bake now based on rgen 0.6.0 and rtext 0.2.0, which are available on rubygems.
313
+ August 31, 2012 - bake 1.0.0
314
+ * First official release
@@ -0,0 +1,107 @@
1
+ Commandline
2
+ ===========
3
+
4
+ How to get help
5
+ ***************
6
+
7
+ .. code-block:: console
8
+
9
+ User@Host:~$ bake -h
10
+
11
+ The most important options
12
+ **************************
13
+
14
+ #. *-b* the build configuration name
15
+
16
+ #. *-m* the main project directory (default is current directory)
17
+
18
+ #. *-p* the project to build (if not specified, the main project will be built with all dependencies)
19
+
20
+ .. note::
21
+
22
+ All configs of the project will be built, which is usually just one config, but if you have more than one config of the project in the workspace, use a comma separator.
23
+
24
+ Examples
25
+ ********
26
+
27
+ Building an application
28
+ -----------------------
29
+
30
+ .. code-block:: console
31
+
32
+ User@Host:~$ bake -b Debug
33
+
34
+ .. note::
35
+
36
+ It is possible to omit *-b*:
37
+
38
+ .. code-block:: console
39
+
40
+ User@Host:~$ bake Debug
41
+
42
+ Building from within an arbitrary directory
43
+ -------------------------------------------
44
+
45
+ .. code-block:: console
46
+
47
+ User@Host:~$ bake Debug -m w:/root/mainProj
48
+
49
+ Building just one specific project
50
+ -----------------------------------
51
+ Assuming the project name to build s myProj.
52
+
53
+ .. code-block:: console
54
+
55
+ User@Host:~$ bake Debug -m w:/root1/myProj -p myProj
56
+
57
+ Building specific projects with differnt roots
58
+ ----------------------------------------------
59
+ Assuming mainProj has several configs really included in the build (which is uncommon), you can choose one of the configs.
60
+
61
+
62
+ .. code-block:: console
63
+
64
+ User@Host:~$ bake Debug -m w:/root1/myProj -p myProj,abc
65
+
66
+
67
+ Building a project which has more than one root
68
+ -----------------------------------------------
69
+ Assuming code has been checked out into two roots, the console supports ansi colors, you want to stop on first error and build only the project bspAbc.
70
+
71
+ .. code-block:: console
72
+
73
+ User@Host:~$ bake Debug -m w:/root1/myProj -w w:/root1 -w w:/root2 -r -a black -p bspAbc
74
+
75
+
76
+ Clean a project(s)
77
+ ------------------
78
+
79
+ .. code-block:: console
80
+
81
+ User@Host:~$ bake Debug -m w:/root1/myProj -w w:/root1 -w w:/root2 -r -a black -p bspAbc -c
82
+
83
+ Build a single file(s)
84
+ ----------------------
85
+ .. code-block:: console
86
+
87
+ User@Host:~$ bake Debug -p bspAbc -f main.cpp
88
+ User@Host:~$ bake Debug -f .asm
89
+
90
+ .. note::
91
+
92
+ All files matching the pattern will be compiled (no wildcards allowed)
93
+
94
+
95
+ roots.bake
96
+ **********
97
+
98
+ Workspace roots can be defined in a file called "roots.bake", which will be searched from main project directory to root folder.
99
+ Example:
100
+
101
+ .. code-block:: console
102
+
103
+ ../..
104
+ C:/another/root # comments written like this
105
+ something/else
106
+
107
+ If -w and roots.bake are not specified, the default workspace root is the parent directory of the main project.