bake-toolkit 2.11.4 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +4 -1
  3. data/documentation/_build/html/_sources/index.txt +2 -3
  4. data/documentation/_build/html/_static/syntax.html +2 -4
  5. data/documentation/_build/html/changelog.html +11 -5
  6. data/documentation/_build/html/commandline/commandline.html +4 -4
  7. data/documentation/_build/html/concepts/build_hierarchy.html +4 -4
  8. data/documentation/_build/html/concepts/concepts.html +4 -4
  9. data/documentation/_build/html/concepts/the_main_project.html +4 -4
  10. data/documentation/_build/html/concepts/the_project_meta_file.html +4 -4
  11. data/documentation/_build/html/genindex.html +4 -4
  12. data/documentation/_build/html/ide/eclipse/eclipse.html +4 -4
  13. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +4 -4
  14. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +4 -4
  15. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +4 -4
  16. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +4 -4
  17. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +4 -4
  18. data/documentation/_build/html/ide/ide_integrations.html +4 -4
  19. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +4 -4
  20. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +4 -4
  21. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +4 -4
  22. data/documentation/_build/html/ide/vs/vs.html +4 -4
  23. data/documentation/_build/html/ide/vs/vs_install.html +4 -4
  24. data/documentation/_build/html/index.html +7 -7
  25. data/documentation/_build/html/install/install_bake.html +4 -4
  26. data/documentation/_build/html/internal.html +4 -4
  27. data/documentation/_build/html/known_issues.html +4 -4
  28. data/documentation/_build/html/license.html +4 -4
  29. data/documentation/_build/html/objects.inv +0 -0
  30. data/documentation/_build/html/performance/performance.html +4 -4
  31. data/documentation/_build/html/quickstart/quickstart.html +4 -4
  32. data/documentation/_build/html/search.html +4 -4
  33. data/documentation/_build/html/searchindex.js +1 -1
  34. data/documentation/_build/html/syntax/derive_configs.html +4 -4
  35. data/documentation/_build/html/syntax/project_meta_syntax.html +6 -8
  36. data/documentation/_build/html/syntax/syntax.html +4 -4
  37. data/documentation/_build/html/syntax/variable_substitutions.html +4 -4
  38. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +4 -4
  39. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +4 -4
  40. data/documentation/_build/html/tips_and_tricks/the_bakery.html +4 -4
  41. data/documentation/_build/html/tips_and_tricks/the_clang.html +4 -4
  42. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +4 -4
  43. data/documentation/_build/html/why_bake/why_bake.html +6 -6
  44. data/lib/bake/util.rb +1 -1
  45. data/lib/blocks/block.rb +11 -14
  46. data/lib/common/version.rb +1 -1
  47. data/lib/tocxx.rb +7 -7
  48. metadata +2 -70
  49. data/doc/cmd/install.html +0 -74
  50. data/doc/cmd/mount.png +0 -0
  51. data/doc/cmd/ruby.png +0 -0
  52. data/doc/cmd/tty.png +0 -0
  53. data/doc/cmd/usecmd.html +0 -80
  54. data/doc/cmd/usecygwin.html +0 -49
  55. data/doc/concepts/buildhierarchy.html +0 -42
  56. data/doc/concepts/configfile.html +0 -102
  57. data/doc/concepts/hier.png +0 -0
  58. data/doc/concepts/mainproject.html +0 -87
  59. data/doc/deployDoc.bat +0 -2
  60. data/doc/dyk/clang.html +0 -50
  61. data/doc/dyk/keys.png +0 -0
  62. data/doc/dyk/lint.html +0 -78
  63. data/doc/dyk/tipps.html +0 -45
  64. data/doc/eclipse/build/buildFile.png +0 -0
  65. data/doc/eclipse/build/buildMain.png +0 -0
  66. data/doc/eclipse/build/console.png +0 -0
  67. data/doc/eclipse/build/problem.png +0 -0
  68. data/doc/eclipse/export.html +0 -39
  69. data/doc/eclipse/export/Script.png +0 -0
  70. data/doc/eclipse/export/Select.png +0 -0
  71. data/doc/eclipse/import.html +0 -31
  72. data/doc/eclipse/import/Import.png +0 -0
  73. data/doc/eclipse/import/Select.png +0 -0
  74. data/doc/eclipse/install.html +0 -26
  75. data/doc/eclipse/install/AddRepository.png +0 -0
  76. data/doc/eclipse/install/AvailableSoftware.png +0 -0
  77. data/doc/eclipse/install/InstallNewSoftware.png +0 -0
  78. data/doc/eclipse/install/Licenses.png +0 -0
  79. data/doc/eclipse/install/Restart.png +0 -0
  80. data/doc/eclipse/install/TrustMe.png +0 -0
  81. data/doc/eclipse/misc/pref.png +0 -0
  82. data/doc/eclipse/new.html +0 -17
  83. data/doc/eclipse/new/New.png +0 -0
  84. data/doc/eclipse/new/Result.png +0 -0
  85. data/doc/eclipse/new/Select.png +0 -0
  86. data/doc/eclipse/select/FirstSelect.png +0 -0
  87. data/doc/eclipse/select/SecondSelect.png +0 -0
  88. data/doc/eclipse/select/WrongSelect.png +0 -0
  89. data/doc/eclipse/use.html +0 -59
  90. data/doc/further/bakery/cmd.html +0 -33
  91. data/doc/further/bakery/syntax.html +0 -203
  92. data/doc/further/change.html +0 -525
  93. data/doc/further/collections.html +0 -21
  94. data/doc/further/internal.html +0 -42
  95. data/doc/further/issues.html +0 -20
  96. data/doc/further/perf.html +0 -54
  97. data/doc/index.html +0 -80
  98. data/doc/src/ok.png +0 -0
  99. data/doc/syntax/derive.html +0 -58
  100. data/doc/syntax/subst.html +0 -121
  101. data/doc/syntax/syntax.html +0 -718
  102. data/doc/vs/create.html +0 -16
  103. data/doc/vs/create/cvsp.png +0 -0
  104. data/doc/vs/debug.html +0 -50
  105. data/doc/vs/echse/echse.png +0 -0
  106. data/doc/vs/install.html +0 -28
  107. data/doc/vs/install/install1.png +0 -0
  108. data/doc/vs/install/install2010.png +0 -0
  109. data/doc/vs/install/installed.png +0 -0
  110. data/doc/vs/install/site.png +0 -0
  111. data/doc/vs/install/update.png +0 -0
  112. data/doc/vs/use.html +0 -24
  113. data/doc/vs/use/error.png +0 -0
  114. data/doc/vs/use/options.png +0 -0
  115. data/doc/vs/use/select.png +0 -0
  116. data/doc/vs/use/show.png +0 -0
@@ -1,525 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
- <html>
3
- <head>
4
- <title>Documentation of the bake-tookit</title>
5
-
6
- </head>
7
- <body>
8
- <h1>Changelog</h1>
9
-
10
- August 4, 2015 - bake-toolkit 2.11.1<br>
11
- <ul>
12
- <li><b>Added: project dir output for conversion tool</b>
13
- <li><b>Moved: wishlist to github</b>
14
- </ul>
15
-
16
- July 31, 2015 - bake-toolkit 2.11.0<br>
17
- <ul>
18
- <li><b>Added: new parameters for <i>includeDir</i>: <i>inherit</i> and <i>infix</i></b>
19
- <li><b>Added: dependency output for conversion tool</b>
20
- <li><b>Bugfix: makefile flags where not used when cleaning the workspace</b>
21
- </ul>
22
-
23
-
24
- July 6, 2015 - bake-toolkit 2.10.3<br>
25
- <ul>
26
- <li><b>Bugfix: Build stopped unintentionally when using -r</b>
27
- </ul>
28
-
29
- July 3, 2015 - bake-toolkit 2.10.2<br>
30
- <ul>
31
- <li><b>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)</b>
32
- </ul>
33
-
34
- July 1, 2015 - bake-toolkit 2.10.1<br>
35
- <ul>
36
- <li><b>Added: Possibility to add descriptions for configs which will be printed when using <i>--show_configs</i></b>
37
- <li><b>Bugfix: link_only did not link <i>only</i> if not all sources of the main project were not built before</b>
38
- <li><b>Bugfix: Ctrl-C on command line did not work properly under Linux</b>
39
- </ul>
40
-
41
- July 1, 2015 - Eclipse plugin 1.5.1<br>
42
- <ul>
43
- <li><b>Bugfix: AdjustIncludes broken for subfolder projects (with a "^" in the name)</b>
44
- <li><b>Bugfix: Error parser broken for subfolder projects (with a "^" in the name)</b>
45
- <li><b>Bugfix: Configs with inherited DefaultToolchain were not selectable to build</b>
46
- </ul>
47
-
48
- June 10, 2015 - bake-toolkit 2.9.2<br>
49
- <ul>
50
- <li><b>Cosmetic: Redundant include directories are now removed before calling the compiler</b>
51
- <li><b>Bugfix: Moving cached meta files was not recognized correctly, wrong path references may have been used</b>
52
- </ul>
53
-
54
- June 8, 2015 - bake-toolkit 2.9.1<br>
55
- <ul>
56
- <li><b>Changed: "--doc" replaced by "--show_doc" to avoid confusion</b>
57
- </ul>
58
-
59
- June 5, 2015 - bake-toolkit 2.9.0<br>
60
- <ul>
61
- <li><b>Added: "--create" command line option to create project templates</b>
62
- <li><b>Added: "--conversion_info" command line option for bake conversion tool</b>
63
- <li><b>Cosmetic: made output clearer if "--link_only" is used for non ExecutableConfigs</b>
64
- </ul>
65
-
66
- June 5, 2015 - Eclipse plugin 1.4.5<br>
67
- <ul>
68
- <li><b>Bugfix: input streams from bake were closed too early under Linux - console window output and AdjustCDT feature should work correctly now</b>
69
- <li><b>Added: "Link This Project Only" shortcut added</b>
70
- <li><b>Added: Files under "build_*" and ".bake" are now automatically marked as derived (not shown in "Open Resource" dialog)</b>
71
- <li><b>Changed: error message dialog of AdjustCDT now displays the end instead of the beginning of very long error messages</b>
72
- </ul>
73
-
74
- May 19, 2015 - bake-toolkit 2.8.0<br>
75
- <ul>
76
- <li><b>Bugfix: when building a project with <i>-p name</i>, not only <i>name</i> was built, but all projects which start with the string <i>name</i></b>
77
- <li><b>Added: more info why Project.meta files are reloaded</b>
78
- <li><b>Added: <i>createVSProjects</i> can create VS2013 projects</b>
79
- </ul>
80
-
81
- April 22, 2015 - bake-toolkit 2.7.0<br>
82
- <ul>
83
- <li><b>Added: possibility to use Eclipse file ordering for compilation (<i>eclipseOrder</i> attribute for <i>DefaultToolchain</i>)</b>
84
- <li><b>Changed: $(:) and $(/) are now mapped to Ruby internal variables File::PATH_SEPARATOR and File::SEPARATOR.<br>
85
- This fixes the result in Cygwin/MinGW environments</b>
86
- <li><b>Bugfix: cmdline files are now written even if the build step fails</b>
87
- </ul>
88
-
89
- April 14, 2015 - bake-toolkit 2.6.0<br>
90
- <ul>
91
- <li><b>Added: validExitCodes attribute to steps (if a step has valid exit codes != 0)</b>
92
- <li><b>Added: StartupSteps and ExitSteps (always executed before and after a build)</b>
93
- </ul>
94
-
95
- April 8, 2015 - bake-toolkit 2.5.0<br>
96
- <ul>
97
- <li><b>Added: OS dependent variable $(:), which is used for setting the PATH variable</b>
98
- </ul>
99
-
100
- March 30, 2015 - bake-toolkit 2.4.3<br>
101
- <ul>
102
- <li><b>Added: If Project.meta files are updated, sources will only be recompiled if necessary</b>
103
- <li><b>Added: <i>Set</i> command in Project.meta has now an <i>env</i> attribute to store variables also in system environment which makes them accessible from user scripts</b>
104
- <li><b>Added: GCC_ENV toolchain (uses environment variables)</b>
105
- <li><b>Added: Improved MSVC support</b>
106
- </ul>
107
-
108
- March 16, 2015 - VS plugin 1.0.1 <br>
109
- <ul>
110
- <li><b>Added: Support for VS2013</b>
111
- </ul>
112
-
113
- March 12, 2015 - bake-toolkit 2.3.4<br>
114
- <ul>
115
- <li><b>Changed: Clang command is now "clang" per default instead of llvm-gcc</b>
116
- <li><b>Added: CLANG_ANALYZE toolchain</b>
117
- <li><b>Added: MSVC toolchain</b>
118
- <li><b>Bugfix: some minor fixes</b>
119
- </ul>
120
-
121
- February 27, 2015 - Eclipse plugin 1.3.0<br>
122
- <ul>
123
- <li><b>Added: bake projects with equal names can be imported now</b>
124
- </ul>
125
-
126
- February 19, 2015 - bake-toolkit 2.2.2<br>
127
- <ul>
128
- <li><b>Changed: output dirs are now prefixed with "build_" per default</b>
129
- <li><b>Changed: introduced complex variable $(OutputDir,projectName,configName)</b>
130
- <li><b>Changed: reworked merge strategy of two configs, especially toolchain options</b>
131
- <li><b>Added: variables can be nested now</b>
132
- <li><b>Bugfix: fixed dependency header check for Unix when running Windows on a virtual machine</b>
133
- <li><b>Bugfix: variable OutputDir did not take overwritten output directory from toolchain into account</b>
134
- <li><b>Cosmetic: do not show internal pipes anymore when printing command lines</b>
135
- </ul>
136
-
137
- January 26, 2015 - bake-toolkit 2.1.1<br>
138
- <ul>
139
- <li><b>Bugfix: dependent header file check in 2.1.0 was broken</b>
140
- <li><b>Changed: files defined via glob pattern are sorted alphabetically now</b>
141
- </ul>
142
-
143
- January 23, 2015 - bake-toolkit 2.1.0<br>
144
- <ul>
145
- <li><b>Bugfix: fixed crash in warning output if setting variable via cmd did not work</b>
146
- <li><b>Workaround: dependent header files are now ignored on Windows if path starts with "/" and file cannot be found</b>
147
- <li><b>Changed: output of lint is now ignored, linting will only fails if it cannot be executed</b>
148
- <li><b>Changed: introduced new verbose mode <i>-v3</i>, shifted some output to this level</b>
149
- <li><b>Added: a dependency project can be specified with parent folders if it is ambiguous, e.g. <i>Dependency "my/folder/proj", config: lib</i></b>
150
- <li><b>Added: experimental CC2J output</b>
151
- </ul>
152
-
153
- January 23, 2015 - Eclipse plugin 1.2.1<br>
154
- <ul>
155
- <li><b>Bugfix: importing projects with existing .(c)project files may be placed in wrong folder</b>
156
- </ul>
157
-
158
- January 15, 2015 - bake-toolkit 2.0.10<br>
159
- <ul>
160
- <li><b>Bugfix: spaces in paths were not handled correctly in all cases</b>
161
- <li><b>Bugfix: dependency files of Keil compiler not treated correctly</b>
162
- <li><b>Added: showing why files are built in verbose mode <i>-v2</i></b>
163
- <li><b>Added: whole workspace can be linted now (projects will be linted separately)</b>
164
- <li><b>Changed: removed <i>bake-doc</i> command, use <i>bake --doc</i> instead</b>
165
- <li><b>Changed: if no default project is specified, possible build configs are shown on command line again like in bake 1.x</b>
166
- </ul>
167
-
168
- January 7, 2015 - bake-toolkit 2.0.3<br>
169
- <ul>
170
- <li><b>Changed: default configuration is chosen if configuration name is omitted. This applies to command line as well as to <i>Dependency</i> definitions, e.g.:</b><br>
171
- # Project.meta:<br>
172
- Dependency canDriver # no <i>config</i> attribute<br>
173
- # Command line:<br>
174
- bake -m bla/myProj # no configuration name specified<br>
175
- <b>To show the possible configs of a project, use the --show_configs command line option.</b>
176
- <p>
177
- <li><b>Changed: more than one config of a project can be used in one build.</b><br>
178
- Example:<br>
179
- Dependency canDriver, config: C1<br>
180
- Dependency canDriver, config: C2<br>
181
- <b>To reference a config of the current project, omit the project name, e.g.:</b><br>
182
- Dependency config: C3<br>
183
- <b>To build a single project, you can still use -p command line argument:</b><br>
184
- bake Debug -p canDriver<br>
185
- <b>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:</b><br>
186
- bake Debug -p canDriver,C1<br>
187
- <p>
188
- <li><b>Changed: the default output folder has been changed due to the new feature of having several configs of a project in one workspace.</b><br>
189
- <table border="1">
190
- <tr>
191
- <th></th>
192
- <th>Old</th>
193
- <th>New</th>
194
- </tr>
195
- <tr>
196
- <td><b>Main project</b></td>
197
- <td>$(MainConfigName)</td>
198
- <td>$(MainConfigName)</td>
199
- </tr>
200
- <tr>
201
- <td><b>Sub project</b></td>
202
- <td>$(MainConfigName)_$(MainProjectName)</td>
203
- <td>$(SubConfigName)_$(MainProjectName)_$(MainConfigName)</td>
204
- </tr>
205
- </table>
206
- <b>Be careful if you have something like this in Project.meta:</b><br>
207
- ExternalLibrary "bspCoreZ6/$(MainConfigName)_$(MainProjectName)/src/coreZ6/startup/startupCode.o", search:false<br>
208
- <b>This refers to the old output directory. Change it or if you want to support old and new bake versions,
209
- write a <i>PreStep</i> which copies the file from the new location to the old one.</b>
210
-
211
- <p>
212
- <li><b>Changed: with -f a pattern can be specified, not only a single file. All files matching this string will be compiled.</b>
213
- <li><b>Changed: variables in Dependency definitions are not allowed anymore to avoid inconsistencies.</b>
214
- <li><b>Changed: no error will be reported anymore if makefile has no clean target.</b>
215
- <li><b>Changed: source files will now be compiled and archived ordered by the <i>Files</i> definition in Project.meta, not by a Eclipse-backward-compatibility-ordering.</b>
216
- <li><b>Changed: reworked some error messages, more error annotations are shown in IDEs</b>
217
- <p>
218
- <li><b>Added: "--include_filter" and "--exclude_filter" also work for main step of <i>CustomConfig</i></b>
219
- <li><b>Added: possibility to add comments in roots.bake</b>
220
- <li><b>Added: new variables CPPPath, CPath, ASMPath, ArchiverPath and LinkerPath. These variables can also be used in <i>InternalDefines</i> and <i>InternalInclude</i> files.</b>
221
- <li><b>Added: lint is not restricted to GCC toolchain anymore.</b><br>
222
- <li><b>Added: --docu option. Specify the docu command line in <i>Docu</i> tag of the <i>(Default)Toolchain</i>.</b><br>
223
- <p>
224
- <li><b>Removed: support for Ruby 1.8. Use Ruby 1.9 or higher.</b>
225
- <li><b>Removed: dependencies to cxxproject and rake gems</b>
226
- <li><b>Removed: "-j" as default flag when calling makefiles. This must be explicitly specified.</b>
227
- <li><b>Removed: option to check for unnecessary includes</b>
228
- <li><b>Removed: hardcoded TI compiler commands and flags</b>
229
- <table border="1">
230
- <tr>
231
- <th></th>
232
- <th>Old</th>
233
- <th>New</th>
234
- </tr>
235
- <tr>
236
- <td><b>Compiler command</b></td>
237
- <td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470</td>
238
- <td>ti_cl</td>
239
- </tr>
240
- <tr>
241
- <td><b>Compiler flags</b></td>
242
- <td>-mv7A8 -g --include_path="#{ti_home}/ccsv5/tools/compiler/tms470/include" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile</td>
243
- <td></td>
244
- </tr>
245
- <tr>
246
- <td><b>Archiver command</b></td>
247
- <td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/ar470</td>
248
- <td>ti_ar</td>
249
- </tr>
250
- <tr>
251
- <td><b>Linker command</b></td>
252
- <td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470</td>
253
- <td>ti_cl</td>
254
- </tr>
255
- <tr>
256
- <td><b>Linker flags</b></td>
257
- <td>-mv7A8 -g --diag_warning=225 -me --abi=eabi --code_state=32 -z --warn_sections -i"$(ti_home)/ccsv5/tools/compiler/tms470/lib" -i"$(ti_home)/ccsv5/tools/compiler/tms470/include"</td>
258
- <td></td>
259
- </tr>
260
- <tr>
261
- <td><b>Linker lib prefix flags</b></td>
262
- <td>-lDebug/configPkg/linker.cmd</td>
263
- <td></td>
264
- </tr>
265
- </table>
266
- <p>
267
- <li><b>Bugfix: variables in <i>add</i> and <i>remove</i> attributes of <i>Flags</i> now work as intended</b>
268
- <li><b>Bugfix: output folder was not created if no sources are specified for <i>LibraryConfig</i> and <i>ExecutableConfig</i>.</b>
269
- <li><b>Bugfix: "-p" was not forwarded in bakery.</b>
270
- <p>
271
- <li><b>Cosmetic: bakery now calls bake with relative pathnames, which results in nicer outputs.</b>
272
-
273
-
274
-
275
- </ul>
276
-
277
- December 19, 2014 - Eclipse plugin 1.2.0<br>
278
- <ul>
279
- <li><b>Bugfix: it is now ensured, that bake will be started from Eclipse working directory</b>
280
- <li><b>Bugfix: projects created with the "new bake project wizard" are now placed in the correct folder.</b>
281
- <li><b>Added: Eclipse working directory shown in bake preference dialog (important if -w option is used with relative paths)</b>
282
- <li><b>Added: Options to recreate .(c)project files when importing bake projects</b>
283
- <li><b>Changed: Eclipse configurations will be named "bake" and not "Do not use this config, use bake instead"</b>
284
- </ul>
285
-
286
- December 16, 2014 - Eclipse plugin 1.1.1<br>
287
- <ul>
288
- <li><b>Bugfix: Adjust include and defines broken feature used wrong command line option.</b>
289
- </ul>
290
-
291
- November 7, 2014 - bake-toolkit 1.8.0, Eclipse plugin 1.1.0<br>
292
- <ul>
293
- <li><b>Added: InternalIncludes and InternalDefines in DefaultToolchain, which are forwarded to the IDE.</b>
294
- <li><b>Changed: No default options for PC-lint in combination with GCC will be provided anymore.
295
- Use the official way, see co-gcc.lnt in PC-lint installation.</b>
296
- <li><b>Bugfix: verbose output for replacing non-existing environment variables broken.</b>
297
- </ul>
298
-
299
- November 4, 2014 - bake-toolkit 1.7.0<br>
300
- <ul>
301
- <li><b>Added: Option to define output directory relative/absolute for each project or for all projects.</b>
302
- <li><b>Added: --set command line option to set variables</b>
303
- <li><b>Added: Optional "Description" tag for projects in Project.meta</b>
304
- <li><b>Changed: Variables in DefaultToolchain will be substituted separately for each project.</b>
305
- </ul>
306
-
307
- August 8, 2014 - bake-toolkit 1.6.3<br>
308
- <ul>
309
- <li><b>Fixed: possible uninitialized variable could lead to crash bake</b>
310
- </ul>
311
-
312
- August 6, 2014 - bake-toolkit 1.6.2<br>
313
- <ul>
314
- <li><b>Fixed: clear clearn- and clobber-lists at startup</b>
315
- <li><b>Fixed: Variables not substituted in ArtifactName and ArtifactNameBase</b>
316
- <li><b>Added: Cyclic variable substitution</b>
317
- </ul>
318
-
319
- August 5, 2014 - bake-toolkit 1.6.1<br>
320
- <ul>
321
- <li><b>Added: Fixed variable substitution</b>
322
- </b>
323
- </ul>
324
-
325
- August 1, 2014 - bake-toolkit 1.6.0<br>
326
- <ul>
327
- <li><b>Added: The value of a variable can be the result of a command line</b>
328
- </ul>
329
-
330
- July 18, 2014 - bake-toolkit 1.5.0<br>
331
- <ul>
332
- <li><b>Added: Dependencies can be overwritten in inherited projects</b>
333
- <li><b>Removed: defines cannot be filtered anymore via command line</b>
334
- </ul>
335
-
336
- June 6, 2014 - bake-toolkit 1.4.0<br>
337
- <ul>
338
- <li><b>Bugfix: variables can be used in "Set" now</b>
339
- <li><b>Added: variable "MainProjectDir"</b>
340
- </ul>
341
-
342
- May 23, 2014 - bake-toolkit 1.3.0<br>
343
- <ul>
344
- <li><b>Added: defines can be filtered now via command line</b>
345
- </ul>
346
-
347
- May 2, 2014 - bake-toolkit 1.2.1<br>
348
- <ul>
349
- <li><b>Added: Set keyword for defining variables</b>
350
- <li><b>Changed: "executed in"-output now in separate line</b>
351
- </ul>
352
-
353
- March 14, 2014 - bake-toolkit 1.1.0<br>
354
- <ul>
355
- <li><b>Added: Lint support</b>
356
- <li><b>Added: $(ProjectDir) variable</b>
357
- </ul>
358
-
359
- March 7, 2014 - bake-toolkit 1.0.27<br>
360
- <ul>
361
- <li><b>Cosmetic: some pictures in documentation were missing</b>
362
- </ul>
363
-
364
- March 5, 2014 - bake-toolkit 1.0.26<br>
365
- <ul>
366
- <li><b>Bugfix: in rare cases invalid characters from compiler output were not handled correctly</b>
367
- <li><b>Bugfix: changing workspace roots on command line now always regenerates build tree</b>
368
- <li><b>Added: Variable $(Roots) for IncludeDir directives</b>
369
- <li><b>Changed: dependency files for all compilers will be generated inclusive system headers</b>
370
- <li><b>Changed: abort earlier if main directory has no Project.meta</b>
371
- <li><b>Changed: every environment variable is expanded to an empty string if not defined</b>
372
- </ul>
373
-
374
- January 21, 2014 - bake-toolkit 1.0.25<br>
375
- <ul>
376
- <li><b>Added: configs can now be inherited</b>
377
- <li><b>Added: command bake-doc opens bake doc</b>
378
- <li><b>Changed: dependency files for Greenhills compiler will be generated with -MD instead of -MMD</b>
379
- </ul>
380
-
381
- September 10, 2013 - bake-toolkit 1.0.24<br>
382
- <ul>
383
- <li><b>Changed: Improved Keil linker error parser.</b>
384
- </ul>
385
-
386
- September 9, 2013 - bake-toolkit 1.0.23<br>
387
- <ul>
388
- <li><b>Added: Keil support.</b>
389
- <li><b>Bugfix: minor fixes.</b>
390
- </ul>
391
-
392
- August 21, 2013 - bake-toolkit 1.0.22<br>
393
- <ul>
394
- <li><b>Bugfix: Searching for project folders did not work correctly.</b>
395
- </ul>
396
-
397
- August 20, 2013 - Eclipse plugin 1.0.5.0<br>
398
- <ul>
399
- <li><b>Bugfix: Adjust includes in CDT is working again after Java Update.</b>
400
- </ul>
401
-
402
- August 1, 2013 - bake-toolkit 1.0.21<br>
403
- <ul>
404
- <li><b>Bugfix: projects folders which are junctions were not found anymore after the last update.</b>
405
- </ul>
406
-
407
- July 25, 2013 - bake-toolkit 1.0.20, Eclipse plugin 1.0.4.0<br>
408
- <ul>
409
- <li><b>Added: projects can be placed more than one level below workspaces roots</b>
410
- </ul>
411
-
412
- June 21, 2013 - bake-toolkit 1.0.19<br>
413
- <ul>
414
- <li><b>Added: support for GreenHills compiler.</b>
415
- </ul>
416
-
417
- May 29, 2013 - bake-toolkit 1.0.18<br>
418
- <ul>
419
- <li><b>Bugfix: typo in require, which has broken bake in case sensitive file systems.</b>
420
- </ul>
421
-
422
- May 28, 2013 - bake-toolkit 1.0.17<br>
423
- <ul>
424
- <li><b>Bugfix: error levels greater than 255 of external processes were not be recognized correctly in some cases.</b>
425
- </ul>
426
-
427
- May 16, 2013 - Eclipse plugin 1.0.2.0<br>
428
- <ul>
429
- <li><b>Bugfix: bake did not start correctly with latest Java version installed.</b>
430
- </ul>
431
-
432
- April 22, 2013 - bake-toolkit 1.0.16<br>
433
- <ul>
434
- <li><b>Changed: default roots of bakery are now directory of Collection.meta and it's parent directory.</b>
435
- </ul>
436
-
437
- April 19, 2013 - bake-toolkit 1.0.15<br>
438
- <ul>
439
- <li><b>Bugfix: bakery could not build projects with spaces in oathname.</b>
440
- </ul>
441
-
442
- April 19, 2013 - bake-toolkit 1.0.13<br>
443
- <ul>
444
- <li><b>Bugfix: some bake options specified on bakery command line were not accepted.</b>
445
- </ul>
446
-
447
- April 17, 2013 - bake-toolkit 1.0.12<br>
448
- <ul>
449
- <li><b>Changed: Output folders are not deleted and rebuilt if no source files are available but the archive file.</b>
450
- <li><b>Added: Option --clobber deletes .bake cache file.</b>
451
- <li><b>Added: Collections can reference collections.</b>
452
- <li><b>Added: collection names can be specified without typing "-b"</b>
453
- </ul>
454
-
455
- April 4, 2013 - bake-toolkit 1.0.11<br>
456
- <ul>
457
- <li><b>Bugfix: Executing batch files in CommandLine on Windows were broken.</b>
458
- </ul>
459
-
460
- April 2, 2013 - bake-toolkit 1.0.10<br>
461
- <ul>
462
- <li><b>Bugfix: options "--toolchain_names" now working as intended</b>
463
- <li><b>Bugfix: default flags for makefiles (-j) no longer ignored</b>
464
- <li><b>Changed: flags for makefiles are now defined in subtags instead in attributes to be consistent with other flag definitions</b>
465
- <li><b>Added: ".." in Files and ExcludeFiles now allowed</b>
466
- <li><b>Added: command line switch to turn off "directory magic"</b>
467
- <li><b>Added: build config can be specified without typing "-b"</b>
468
- <li><b>Cosmetic: better error output if compiler not found</b>
469
- </ul>
470
-
471
- March 22, 2013 - bake-toolkit 1.0.9<br>
472
- <ul>
473
- <li><b>Cosmetic: Changed option --print_less to -v0 and -v to -v2. Default is -v1.</b>
474
- </ul>
475
-
476
- March 7, 2013 - bake-toolkit 1.0.8<br>
477
- <ul>
478
- <li><b>Added: Linkerscript can be referenced from other projects</b>
479
- </ul>
480
-
481
- February 13, 2013 - bake-toolkit 1.0.7<br>
482
- <ul>
483
- <li><b>Added: OS dependent variable $(/)</b>
484
- </ul>
485
-
486
- January 21, 2013 - bake-toolkit 1.0.6<br>
487
- <ul>
488
- <li><b>Added: support for Visual Studio</b>
489
- </ul>
490
-
491
- January 15, 2013 - bake-toolkit 1.0.5<br>
492
- <ul>
493
- <li><b>Changed: no indirect dependency to progressbar gem anymore</b>
494
- </ul>
495
-
496
- January 14, 2013 - bake-toolkit 1.0.4<br>
497
- <ul>
498
- <li><b>Added: a new cache validation check.</b>
499
- </ul>
500
-
501
- January 2, 2013 - bake-toolkit 1.0.3<br>
502
- <ul>
503
- <li><b>Bugfix: option to build a single file did not accept a filename with absolute path.</b>
504
- </ul>
505
-
506
- October 7, 2012 - bake-toolkit 1.0.2<br>
507
- <ul>
508
- <li><b>Changed: Renamed gem from "bake" to "bake-toolkit".</b>
509
- </ul>
510
-
511
- September 18, 2012 - bake 1.0.1<br>
512
- <ul>
513
- <li><b>Changed: bake now based on rgen 0.6.0 and rtext 0.2.0, which are available on rubygems.</b>
514
- </ul>
515
-
516
- August 31, 2012 - bake 1.0.0<br>
517
- <ul>
518
- <li><b>First official release</b>
519
- </ul>
520
-
521
- <table>
522
-
523
- </body>
524
-
525
- </html>