bake-toolkit 2.12.0 → 2.12.1

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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_images/logo_conformant_1024.png +0 -0
  3. data/documentation/_build/html/_images/logo_conformant_48.png +0 -0
  4. data/documentation/_build/html/_sources/changelog.txt +6 -1
  5. data/documentation/_build/html/_sources/index.txt +1 -1
  6. data/documentation/_build/html/_static/agogo.css +509 -0
  7. data/documentation/_build/html/_static/background_b01.png +0 -0
  8. data/documentation/_build/html/_static/bgfooter.png +0 -0
  9. data/documentation/_build/html/_static/bgtop.png +0 -0
  10. data/documentation/_build/html/_static/bizstyle.css +490 -0
  11. data/documentation/_build/html/_static/bizstyle.js +41 -0
  12. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +1 -1
  13. data/documentation/_build/html/_static/css/badge_only.css +2 -0
  14. data/documentation/_build/html/_static/css/theme.css +5 -0
  15. data/documentation/_build/html/_static/css3-mediaqueries.js +1 -0
  16. data/documentation/_build/html/_static/css3-mediaqueries_src.js +1104 -0
  17. data/documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf +0 -0
  18. data/documentation/_build/html/_static/fonts/Inconsolata.ttf +0 -0
  19. data/documentation/_build/html/_static/fonts/Lato-Bold.ttf +0 -0
  20. data/documentation/_build/html/_static/fonts/Lato-Regular.ttf +0 -0
  21. data/documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf +0 -0
  22. data/documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf +0 -0
  23. data/documentation/_build/html/_static/fonts/fontawesome-webfont.eot +0 -0
  24. data/documentation/_build/html/_static/fonts/fontawesome-webfont.svg +414 -0
  25. data/documentation/_build/html/_static/fonts/fontawesome-webfont.ttf +0 -0
  26. data/documentation/_build/html/_static/fonts/fontawesome-webfont.woff +0 -0
  27. data/documentation/_build/html/_static/js/modernizr.min.js +4 -0
  28. data/documentation/_build/html/_static/js/theme.js +113 -0
  29. data/documentation/_build/html/_static/logo_conformant_1024.png +0 -0
  30. data/documentation/_build/html/_static/logo_conformant_24.png +0 -0
  31. data/documentation/_build/html/_static/logo_conformant_256.png +0 -0
  32. data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
  33. data/documentation/_build/html/_static/logo_tiny_32.ico +0 -0
  34. data/documentation/_build/html/changelog.html +18 -6
  35. data/documentation/_build/html/commandline/commandline.html +6 -5
  36. data/documentation/_build/html/concepts/build_hierarchy.html +6 -5
  37. data/documentation/_build/html/concepts/concepts.html +6 -5
  38. data/documentation/_build/html/concepts/the_main_project.html +6 -5
  39. data/documentation/_build/html/concepts/the_project_meta_file.html +6 -5
  40. data/documentation/_build/html/genindex.html +6 -5
  41. data/documentation/_build/html/ide/eclipse/eclipse.html +6 -5
  42. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +6 -5
  43. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +6 -5
  44. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +6 -5
  45. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +6 -5
  46. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +6 -5
  47. data/documentation/_build/html/ide/ide_integrations.html +6 -5
  48. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +6 -5
  49. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +6 -5
  50. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +6 -5
  51. data/documentation/_build/html/ide/vs/vs.html +6 -5
  52. data/documentation/_build/html/ide/vs/vs_install.html +6 -5
  53. data/documentation/_build/html/index.html +9 -8
  54. data/documentation/_build/html/install/install_bake.html +6 -5
  55. data/documentation/_build/html/internal.html +6 -5
  56. data/documentation/_build/html/known_issues.html +6 -5
  57. data/documentation/_build/html/license.html +6 -5
  58. data/documentation/_build/html/performance/performance.html +6 -5
  59. data/documentation/_build/html/quickstart/quickstart.html +6 -5
  60. data/documentation/_build/html/search.html +6 -5
  61. data/documentation/_build/html/searchindex.js +1 -1
  62. data/documentation/_build/html/syntax/derive_configs.html +6 -5
  63. data/documentation/_build/html/syntax/project_meta_syntax.html +6 -5
  64. data/documentation/_build/html/syntax/syntax.html +6 -5
  65. data/documentation/_build/html/syntax/variable_substitutions.html +6 -5
  66. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +6 -5
  67. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +6 -5
  68. data/documentation/_build/html/tips_and_tricks/the_bakery.html +6 -5
  69. data/documentation/_build/html/tips_and_tricks/the_clang.html +6 -5
  70. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +6 -5
  71. data/documentation/_build/html/why_bake/why_bake.html +8 -7
  72. data/lib/blocks/compile.rb +19 -7
  73. data/lib/common/version.rb +1 -1
  74. metadata +31 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d588c859f464b27581aa1d4990f5b8938bd7c6c2
4
- data.tar.gz: 969ae05a30f838473d232b9949b0e4aa318e60cd
3
+ metadata.gz: 8ccfd75516a6f5b774977c941d03876ca79b2964
4
+ data.tar.gz: 1ed9e46437d0331814224a6e390e13693b55d60f
5
5
  SHA512:
6
- metadata.gz: d6bcd83661b54f8ce004385189ae4039aaba3a09c359370a2839f9af8d1215fee34162d66928a39b7ba13436e19506d5a3373a368bb7a7936b699504c7f47727
7
- data.tar.gz: 761c9a2d2e9d43195a9a31fd4e1061d44e79c890dd9343aea6688c84b09561232df99847961a7f6226c5428e5472ad79679b3cd57a969b65b0aed29a025b5bf0
6
+ metadata.gz: e77ecf9f2eea055e849aadc463c1a5836101f1e61b2c18a44119fdd756f217a0bc240575a0611299c974224f636546722a71e1462af7a3a2e61b01094cd9981e
7
+ data.tar.gz: 7d672d2024d78c45071d474869132fdf22c3e932ef978ed11bd7bee3d2112901d9c67d6eacaeb956bf02e93637351a492c759dc1c52ae3f17997238dc3989308
@@ -1,8 +1,13 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ November 16, 2015 - bake-toolkit 2.12.1
5
+ * Bugfix: inherit and infix features may have calculated wrong relative paths
6
+ October 26, 2015 - Eclipse plugin 1.6.0
7
+ * Added: possibility to specify folders to exclude when importing projects
8
+ * Bugfix: fixed exception when trying to build after starting eclipse with a closed project
4
9
  October 14, 2015 - bake-toolkit 2.12.0
5
- * Changed: now ALL startup and exit steps are executed regardless if the previous step were successful even if stopOnFirstError was configured
10
+ * Changed: now ALL startup and exit steps are executed regardless if the previous steps were successful even if stopOnFirstError was configured
6
11
  * Bugfix: relative pathes between roots based on Roots.bake were calculated incorrectly
7
12
  October 2, 2015 - bake-toolkit 2.11.4
8
13
  * Bugfix: bake aborted in larger workspaces with 2.11.3 right before linking
@@ -1,4 +1,4 @@
1
- bake 2.11.4
1
+ bake 2.12.1
2
2
  ==========================================
3
3
  bake, building software **fast** and **easy**!
4
4
 
@@ -0,0 +1,509 @@
1
+ /*
2
+ * agogo.css_t
3
+ * ~~~~~~~~~~~
4
+ *
5
+ * Sphinx stylesheet -- agogo theme.
6
+ *
7
+ * :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8
+ * :license: BSD, see LICENSE for details.
9
+ *
10
+ */
11
+
12
+ * {
13
+ margin: 0px;
14
+ padding: 0px;
15
+ }
16
+
17
+ body {
18
+ font-family: "Verdana", Arial, sans-serif;
19
+ line-height: 1.4em;
20
+ color: black;
21
+ background-color: #eeeeec;
22
+ }
23
+
24
+
25
+ /* Page layout */
26
+
27
+ div.header, div.content, div.footer {
28
+ width: 70em;
29
+ margin-left: auto;
30
+ margin-right: auto;
31
+ }
32
+
33
+ div.header-wrapper {
34
+ background: #555573 url(bgtop.png) top left repeat-x;
35
+ border-bottom: 3px solid #2e3436;
36
+ }
37
+
38
+
39
+ /* Default body styles */
40
+ a {
41
+ color: #ce5c00;
42
+ }
43
+
44
+ div.bodywrapper a, div.footer a {
45
+ text-decoration: underline;
46
+ }
47
+
48
+ .clearer {
49
+ clear: both;
50
+ }
51
+
52
+ .left {
53
+ float: left;
54
+ }
55
+
56
+ .right {
57
+ float: right;
58
+ }
59
+
60
+ .line-block {
61
+ display: block;
62
+ margin-top: 1em;
63
+ margin-bottom: 1em;
64
+ }
65
+
66
+ .line-block .line-block {
67
+ margin-top: 0;
68
+ margin-bottom: 0;
69
+ margin-left: 1.5em;
70
+ }
71
+
72
+ h1, h2, h3, h4 {
73
+ font-family: "Georgia", "Times New Roman", serif;
74
+ font-weight: normal;
75
+ color: #3465a4;
76
+ margin-bottom: .8em;
77
+ }
78
+
79
+ h1 {
80
+ color: #204a87;
81
+ }
82
+
83
+ h2 {
84
+ padding-bottom: .5em;
85
+ border-bottom: 1px solid #3465a4;
86
+ }
87
+
88
+ a.headerlink {
89
+ visibility: hidden;
90
+ color: #dddddd;
91
+ padding-left: .3em;
92
+ }
93
+
94
+ h1:hover > a.headerlink,
95
+ h2:hover > a.headerlink,
96
+ h3:hover > a.headerlink,
97
+ h4:hover > a.headerlink,
98
+ h5:hover > a.headerlink,
99
+ h6:hover > a.headerlink,
100
+ dt:hover > a.headerlink,
101
+ caption:hover > a.headerlink,
102
+ p.caption:hover > a.headerlink,
103
+ div.code-block-caption:hover > a.headerlink {
104
+ visibility: visible;
105
+ }
106
+
107
+ img {
108
+ border: 0;
109
+ }
110
+
111
+ div.admonition {
112
+ margin-top: 10px;
113
+ margin-bottom: 10px;
114
+ padding: 2px 7px 1px 7px;
115
+ border-left: 0.2em solid black;
116
+ }
117
+
118
+ p.admonition-title {
119
+ margin: 0px 10px 5px 0px;
120
+ font-weight: bold;
121
+ }
122
+
123
+ dt:target, .highlighted {
124
+ background-color: #fbe54e;
125
+ }
126
+
127
+ /* Header */
128
+
129
+ div.header {
130
+ padding-top: 10px;
131
+ padding-bottom: 10px;
132
+ }
133
+
134
+ div.header .headertitle {
135
+ font-family: "Georgia", "Times New Roman", serif;
136
+ font-weight: normal;
137
+ font-size: 180%;
138
+ letter-spacing: .08em;
139
+ margin-bottom: .8em;
140
+ }
141
+
142
+ div.header .headertitle a {
143
+ color: white;
144
+ }
145
+
146
+ div.header div.rel {
147
+ margin-top: 1em;
148
+ }
149
+
150
+ div.header div.rel a {
151
+ color: #fcaf3e;
152
+ letter-spacing: .1em;
153
+ text-transform: uppercase;
154
+ }
155
+
156
+ p.logo {
157
+ float: right;
158
+ }
159
+
160
+ img.logo {
161
+ border: 0;
162
+ }
163
+
164
+
165
+ /* Content */
166
+ div.content-wrapper {
167
+ background-color: white;
168
+ padding-top: 20px;
169
+ padding-bottom: 20px;
170
+ }
171
+
172
+ div.document {
173
+ width: 50em;
174
+ float: left;
175
+ }
176
+
177
+ div.body {
178
+ padding-right: 2em;
179
+ text-align: justify;
180
+ }
181
+
182
+ div.document h1 {
183
+ line-height: 120%;
184
+ }
185
+
186
+ div.document ul {
187
+ margin: 1.5em;
188
+ list-style-type: square;
189
+ }
190
+
191
+ div.document dd {
192
+ margin-left: 1.2em;
193
+ margin-top: .4em;
194
+ margin-bottom: 1em;
195
+ }
196
+
197
+ div.document .section {
198
+ margin-top: 1.7em;
199
+ }
200
+ div.document .section:first-child {
201
+ margin-top: 0px;
202
+ }
203
+
204
+ div.document div.highlight {
205
+ padding: 3px;
206
+ background-color: #eeeeec;
207
+ border-top: 2px solid #dddddd;
208
+ border-bottom: 2px solid #dddddd;
209
+ margin-top: .8em;
210
+ margin-bottom: .8em;
211
+ }
212
+
213
+ div.document div.literal-block-wrapper {
214
+ margin-top: .8em;
215
+ margin-bottom: .8em;
216
+ }
217
+
218
+ div.document div.literal-block-wrapper div.highlight {
219
+ margin: 0;
220
+ }
221
+
222
+ div.document div.code-block-caption span.caption-number {
223
+ padding: 0.1em 0.3em;
224
+ font-style: italic;
225
+ }
226
+
227
+ div.document div.code-block-caption span.caption-text {
228
+ }
229
+
230
+ div.document h2 {
231
+ margin-top: .7em;
232
+ }
233
+
234
+ div.document p {
235
+ margin-bottom: .5em;
236
+ }
237
+
238
+ div.document li.toctree-l1 {
239
+ margin-bottom: 1em;
240
+ }
241
+
242
+ div.document .descname {
243
+ font-weight: bold;
244
+ }
245
+
246
+ div.document .sig-paren {
247
+ font-size: larger;
248
+ }
249
+
250
+ div.document .docutils.literal {
251
+ background-color: #eeeeec;
252
+ padding: 1px;
253
+ }
254
+
255
+ div.document .docutils.xref.literal {
256
+ background-color: transparent;
257
+ padding: 0px;
258
+ }
259
+
260
+ div.document blockquote {
261
+ margin: 1em;
262
+ }
263
+
264
+ div.document ol {
265
+ margin: 1.5em;
266
+ }
267
+
268
+
269
+ /* Sidebar */
270
+
271
+ div.sidebar {
272
+ width: 20em;
273
+ float: right;
274
+ font-size: .9em;
275
+ }
276
+
277
+ div.sidebar a, div.header a {
278
+ text-decoration: none;
279
+ }
280
+
281
+ div.sidebar a:hover, div.header a:hover {
282
+ text-decoration: underline;
283
+ }
284
+
285
+ div.sidebar h3 {
286
+ color: #2e3436;
287
+ text-transform: uppercase;
288
+ font-size: 130%;
289
+ letter-spacing: .1em;
290
+ }
291
+
292
+ div.sidebar ul {
293
+ list-style-type: none;
294
+ }
295
+
296
+ div.sidebar li.toctree-l1 a {
297
+ display: block;
298
+ padding: 1px;
299
+ border: 1px solid #dddddd;
300
+ background-color: #eeeeec;
301
+ margin-bottom: .4em;
302
+ padding-left: 3px;
303
+ color: #2e3436;
304
+ }
305
+
306
+ div.sidebar li.toctree-l2 a {
307
+ background-color: transparent;
308
+ border: none;
309
+ margin-left: 1em;
310
+ border-bottom: 1px solid #dddddd;
311
+ }
312
+
313
+ div.sidebar li.toctree-l3 a {
314
+ background-color: transparent;
315
+ border: none;
316
+ margin-left: 2em;
317
+ border-bottom: 1px solid #dddddd;
318
+ }
319
+
320
+ div.sidebar li.toctree-l2:last-child a {
321
+ border-bottom: none;
322
+ }
323
+
324
+ div.sidebar li.toctree-l1.current a {
325
+ border-right: 5px solid #fcaf3e;
326
+ }
327
+
328
+ div.sidebar li.toctree-l1.current li.toctree-l2 a {
329
+ border-right: none;
330
+ }
331
+
332
+ div.sidebar input[type="text"] {
333
+ width: 170px;
334
+ }
335
+
336
+ div.sidebar input[type="submit"] {
337
+ width: 30px;
338
+ }
339
+
340
+
341
+ /* Footer */
342
+
343
+ div.footer-wrapper {
344
+ background: url(bgfooter.png) top left repeat-x;
345
+ border-top: 4px solid #babdb6;
346
+ padding-top: 10px;
347
+ padding-bottom: 10px;
348
+ min-height: 80px;
349
+ }
350
+
351
+ div.footer, div.footer a {
352
+ color: #888a85;
353
+ }
354
+
355
+ div.footer .right {
356
+ text-align: right;
357
+ }
358
+
359
+ div.footer .left {
360
+ text-transform: uppercase;
361
+ }
362
+
363
+
364
+ /* Styles copied from basic theme */
365
+
366
+ img.align-left, .figure.align-left, object.align-left {
367
+ clear: left;
368
+ float: left;
369
+ margin-right: 1em;
370
+ }
371
+
372
+ img.align-right, .figure.align-right, object.align-right {
373
+ clear: right;
374
+ float: right;
375
+ margin-left: 1em;
376
+ }
377
+
378
+ img.align-center, .figure.align-center, object.align-center {
379
+ display: block;
380
+ margin-left: auto;
381
+ margin-right: auto;
382
+ }
383
+
384
+ .align-left {
385
+ text-align: left;
386
+ }
387
+
388
+ .align-center {
389
+ text-align: center;
390
+ }
391
+
392
+ .align-right {
393
+ text-align: right;
394
+ }
395
+
396
+ table caption span.caption-number {
397
+ font-style: italic;
398
+ }
399
+
400
+ table caption span.caption-text {
401
+ }
402
+
403
+ div.figure p.caption span.caption-number {
404
+ font-style: italic;
405
+ }
406
+
407
+ div.figure p.caption span.caption-text {
408
+ }
409
+
410
+ /* -- search page ----------------------------------------------------------- */
411
+
412
+ ul.search {
413
+ margin: 10px 0 0 20px;
414
+ padding: 0;
415
+ }
416
+
417
+ ul.search li {
418
+ padding: 5px 0 5px 20px;
419
+ background-image: url(file.png);
420
+ background-repeat: no-repeat;
421
+ background-position: 0 7px;
422
+ }
423
+
424
+ ul.search li a {
425
+ font-weight: bold;
426
+ }
427
+
428
+ ul.search li div.context {
429
+ color: #888;
430
+ margin: 2px 0 0 30px;
431
+ text-align: left;
432
+ }
433
+
434
+ ul.keywordmatches li.goodmatch a {
435
+ font-weight: bold;
436
+ }
437
+
438
+ /* -- index page ------------------------------------------------------------ */
439
+
440
+ table.contentstable {
441
+ width: 90%;
442
+ }
443
+
444
+ table.contentstable p.biglink {
445
+ line-height: 150%;
446
+ }
447
+
448
+ a.biglink {
449
+ font-size: 1.3em;
450
+ }
451
+
452
+ span.linkdescr {
453
+ font-style: italic;
454
+ padding-top: 5px;
455
+ font-size: 90%;
456
+ }
457
+
458
+ /* -- general index --------------------------------------------------------- */
459
+
460
+ table.indextable td {
461
+ text-align: left;
462
+ vertical-align: top;
463
+ }
464
+
465
+ table.indextable dl, table.indextable dd {
466
+ margin-top: 0;
467
+ margin-bottom: 0;
468
+ }
469
+
470
+ table.indextable tr.pcap {
471
+ height: 10px;
472
+ }
473
+
474
+ table.indextable tr.cap {
475
+ margin-top: 10px;
476
+ background-color: #f2f2f2;
477
+ }
478
+
479
+ img.toggler {
480
+ margin-right: 3px;
481
+ margin-top: 3px;
482
+ cursor: pointer;
483
+ }
484
+
485
+ /* -- viewcode extension ---------------------------------------------------- */
486
+
487
+ .viewcode-link {
488
+ float: right;
489
+ }
490
+
491
+ .viewcode-back {
492
+ float: right;
493
+ font-family:: "Verdana", Arial, sans-serif;
494
+ }
495
+
496
+ div.viewcode-block:target {
497
+ margin: -1px -3px;
498
+ padding: 0 3px;
499
+ background-color: #f4debf;
500
+ border-top: 1px solid #ac9;
501
+ border-bottom: 1px solid #ac9;
502
+ }
503
+
504
+ div.code-block-caption {
505
+ background-color: #ddd;
506
+ color: #333;
507
+ padding: 2px 5px;
508
+ font-size: small;
509
+ }