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
@@ -0,0 +1,490 @@
1
+ /*
2
+ * bizstyle.css_t
3
+ * ~~~~~~~~~~~~~~
4
+ *
5
+ * Sphinx stylesheet -- business style theme.
6
+ *
7
+ * :copyright: Copyright 2011-2014 by Sphinx team, see AUTHORS.
8
+ * :license: BSD, see LICENSE for details.
9
+ *
10
+ */
11
+
12
+ @import url("basic.css");
13
+
14
+ /* -- page layout ----------------------------------------------------------- */
15
+
16
+ body {
17
+ font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
18
+ 'Verdana', sans-serif;
19
+ font-size: 14px;
20
+ letter-spacing: -0.01em;
21
+ line-height: 150%;
22
+ text-align: center;
23
+ background-color: white;
24
+ background-image: url(background_b01.png);
25
+ color: black;
26
+ padding: 0;
27
+ border-right: 1px solid #336699;
28
+ border-left: 1px solid #336699;
29
+
30
+ margin: 0px 40px 0px 40px;
31
+ }
32
+
33
+ div.document {
34
+ background-color: white;
35
+ text-align: left;
36
+ background-repeat: repeat-x;
37
+
38
+ -moz-box-shadow: 2px 2px 5px #000;
39
+ -webkit-box-shadow: 2px 2px 5px #000;
40
+ }
41
+
42
+ div.bodywrapper {
43
+ margin: 0 0 0 240px;
44
+ border-left: 1px solid #ccc;
45
+ }
46
+
47
+ div.body {
48
+ margin: 0;
49
+ padding: 0.5em 20px 20px 20px;
50
+ }
51
+
52
+ div.related {
53
+ font-size: 1em;
54
+
55
+ -moz-box-shadow: 2px 2px 5px #000;
56
+ -webkit-box-shadow: 2px 2px 5px #000;
57
+ }
58
+
59
+ div.related ul {
60
+ background-color: #336699;
61
+ height: 100%;
62
+ overflow: hidden;
63
+ border-top: 1px solid #ddd;
64
+ border-bottom: 1px solid #ddd;
65
+ }
66
+
67
+ div.related ul li {
68
+ color: white;
69
+ margin: 0;
70
+ padding: 0;
71
+ height: 2em;
72
+ float: left;
73
+ }
74
+
75
+ div.related ul li.right {
76
+ float: right;
77
+ margin-right: 5px;
78
+ }
79
+
80
+ div.related ul li a {
81
+ margin: 0;
82
+ padding: 0 5px 0 5px;
83
+ line-height: 1.75em;
84
+ color: #fff;
85
+ }
86
+
87
+ div.related ul li a:hover {
88
+ color: #fff;
89
+ text-decoration: underline;
90
+ }
91
+
92
+ div.sphinxsidebarwrapper {
93
+ padding: 0;
94
+ }
95
+
96
+ div.sphinxsidebar {
97
+ margin: 0;
98
+ padding: 0.5em 12px 12px 12px;
99
+ width: 210px;
100
+ font-size: 1em;
101
+ text-align: left;
102
+ }
103
+
104
+ div.sphinxsidebar h3, div.sphinxsidebar h4 {
105
+ margin: 1em 0 0.5em 0;
106
+ font-size: 1em;
107
+ padding: 0.1em 0 0.1em 0.5em;
108
+ color: white;
109
+ border: 1px solid #336699;
110
+ background-color: #336699;
111
+ }
112
+
113
+ div.sphinxsidebar h3 a {
114
+ color: white;
115
+ }
116
+
117
+ div.sphinxsidebar ul {
118
+ padding-left: 1.5em;
119
+ margin-top: 7px;
120
+ padding: 0;
121
+ line-height: 130%;
122
+ }
123
+
124
+ div.sphinxsidebar ul ul {
125
+ margin-left: 20px;
126
+ }
127
+
128
+ div.sphinxsidebar input {
129
+ border: 1px solid #336699;
130
+ }
131
+
132
+ div.footer {
133
+ background-color: white;
134
+ color: #336699;
135
+ padding: 3px 8px 3px 0;
136
+ clear: both;
137
+ font-size: 0.8em;
138
+ text-align: right;
139
+ border-bottom: 1px solid #336699;
140
+
141
+ -moz-box-shadow: 2px 2px 5px #000;
142
+ -webkit-box-shadow: 2px 2px 5px #000;
143
+ }
144
+
145
+ div.footer a {
146
+ color: #336699;
147
+ text-decoration: underline;
148
+ }
149
+
150
+ /* -- body styles ----------------------------------------------------------- */
151
+
152
+ p {
153
+ margin: 0.8em 0 0.5em 0;
154
+ }
155
+
156
+ a {
157
+ color: #336699;
158
+ text-decoration: none;
159
+ }
160
+
161
+ a:hover {
162
+ color: #336699;
163
+ text-decoration: underline;
164
+ }
165
+
166
+ div.body a {
167
+ text-decoration: underline;
168
+ }
169
+
170
+ h1, h2, h3 {
171
+ color: #336699;
172
+ }
173
+
174
+ h1 {
175
+ margin: 0;
176
+ padding: 0.7em 0 0.3em 0;
177
+ font-size: 1.5em;
178
+ }
179
+
180
+ h2 {
181
+ margin: 1.3em 0 0.2em 0;
182
+ font-size: 1.35em;
183
+ padding-bottom: .5em;
184
+ border-bottom: 1px solid #336699;
185
+ }
186
+
187
+ h3 {
188
+ margin: 1em 0 -0.3em 0;
189
+ font-size: 1.2em;
190
+ padding-bottom: .3em;
191
+ border-bottom: 1px solid #CCCCCC;
192
+ }
193
+
194
+ div.body h1 a, div.body h2 a, div.body h3 a,
195
+ div.body h4 a, div.body h5 a, div.body h6 a {
196
+ color: black!important;
197
+ }
198
+
199
+ h1 a.anchor, h2 a.anchor, h3 a.anchor,
200
+ h4 a.anchor, h5 a.anchor, h6 a.anchor {
201
+ display: none;
202
+ margin: 0 0 0 0.3em;
203
+ padding: 0 0.2em 0 0.2em;
204
+ color: #aaa!important;
205
+ }
206
+
207
+ h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
208
+ h5:hover a.anchor, h6:hover a.anchor {
209
+ display: inline;
210
+ }
211
+
212
+ h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
213
+ h5 a.anchor:hover, h6 a.anchor:hover {
214
+ color: #777;
215
+ background-color: #eee;
216
+ }
217
+
218
+ a.headerlink {
219
+ color: #c60f0f!important;
220
+ font-size: 1em;
221
+ margin-left: 6px;
222
+ padding: 0 4px 0 4px;
223
+ text-decoration: none!important;
224
+ }
225
+
226
+ a.headerlink:hover {
227
+ background-color: #ccc;
228
+ color: white!important;
229
+ }
230
+
231
+ cite, code, tt {
232
+ font-family: 'Consolas', 'Deja Vu Sans Mono',
233
+ 'Bitstream Vera Sans Mono', monospace;
234
+ font-size: 0.95em;
235
+ letter-spacing: 0.01em;
236
+ }
237
+
238
+ code {
239
+ background-color: #F2F2F2;
240
+ border-bottom: 1px solid #ddd;
241
+ color: #333;
242
+ }
243
+
244
+ code.descname, code.descclassname, code.xref {
245
+ border: 0;
246
+ }
247
+
248
+ hr {
249
+ border: 1px solid #abc;
250
+ margin: 2em;
251
+ }
252
+
253
+ a code {
254
+ border: 0;
255
+ color: #CA7900;
256
+ }
257
+
258
+ a code:hover {
259
+ color: #2491CF;
260
+ }
261
+
262
+ pre {
263
+ background-color: transparent !important;
264
+ font-family: 'Consolas', 'Deja Vu Sans Mono',
265
+ 'Bitstream Vera Sans Mono', monospace;
266
+ font-size: 0.95em;
267
+ letter-spacing: 0.015em;
268
+ line-height: 120%;
269
+ padding: 0.5em;
270
+ border-right: 5px solid #ccc;
271
+ border-left: 5px solid #ccc;
272
+ }
273
+
274
+ pre a {
275
+ color: inherit;
276
+ text-decoration: underline;
277
+ }
278
+
279
+ td.linenos pre {
280
+ padding: 0.5em 0;
281
+ }
282
+
283
+ div.quotebar {
284
+ background-color: #f8f8f8;
285
+ max-width: 250px;
286
+ float: right;
287
+ padding: 2px 7px;
288
+ border: 1px solid #ccc;
289
+ }
290
+
291
+ div.topic {
292
+ background-color: #f8f8f8;
293
+ }
294
+
295
+ table {
296
+ border-collapse: collapse;
297
+ margin: 0 -0.5em 0 -0.5em;
298
+ }
299
+
300
+ table td, table th {
301
+ padding: 0.2em 0.5em 0.2em 0.5em;
302
+ }
303
+
304
+ div.admonition {
305
+ font-size: 0.9em;
306
+ margin: 1em 0 1em 0;
307
+ border: 3px solid #cccccc;
308
+ background-color: #f7f7f7;
309
+ padding: 0;
310
+ }
311
+
312
+ div.admonition p {
313
+ margin: 0.5em 1em 0.5em 1em;
314
+ padding: 0;
315
+ }
316
+
317
+ div.admonition li p {
318
+ margin-left: 0;
319
+ }
320
+
321
+ div.admonition pre, div.warning pre {
322
+ margin: 0;
323
+ }
324
+
325
+ div.highlight {
326
+ margin: 0.4em 1em;
327
+ }
328
+
329
+ div.admonition p.admonition-title {
330
+ margin: 0;
331
+ padding: 0.1em 0 0.1em 0.5em;
332
+ color: white;
333
+ border-bottom: 3px solid #cccccc;
334
+ font-weight: bold;
335
+ background-color: #165e83;
336
+ }
337
+
338
+ div.danger { border: 3px solid #f0908d; background-color: #f0cfa0; }
339
+ div.error { border: 3px solid #f0908d; background-color: #ede4cd; }
340
+ div.warning { border: 3px solid #f8b862; background-color: #f0cfa0; }
341
+ div.caution { border: 3px solid #f8b862; background-color: #ede4cd; }
342
+ div.attention { border: 3px solid #f8b862; background-color: #f3f3f3; }
343
+ div.important { border: 3px solid #f0cfa0; background-color: #ede4cd; }
344
+ div.note { border: 3px solid #f0cfa0; background-color: #f3f3f3; }
345
+ div.hint { border: 3px solid #bed2c3; background-color: #f3f3f3; }
346
+ div.tip { border: 3px solid #bed2c3; background-color: #f3f3f3; }
347
+
348
+ div.danger p.admonition-title, div.error p.admonition-title {
349
+ background-color: #b7282e;
350
+ border-bottom: 3px solid #f0908d;
351
+ }
352
+
353
+ div.caution p.admonition-title,
354
+ div.warning p.admonition-title,
355
+ div.attention p.admonition-title {
356
+ background-color: #f19072;
357
+ border-bottom: 3px solid #f8b862;
358
+ }
359
+
360
+ div.note p.admonition-title, div.important p.admonition-title {
361
+ background-color: #f8b862;
362
+ border-bottom: 3px solid #f0cfa0;
363
+ }
364
+
365
+ div.hint p.admonition-title, div.tip p.admonition-title {
366
+ background-color: #7ebea5;
367
+ border-bottom: 3px solid #bed2c3;
368
+ }
369
+
370
+ div.admonition ul, div.admonition ol,
371
+ div.warning ul, div.warning ol {
372
+ margin: 0.1em 0.5em 0.5em 3em;
373
+ padding: 0;
374
+ }
375
+
376
+ div.versioninfo {
377
+ margin: 1em 0 0 0;
378
+ border: 1px solid #ccc;
379
+ background-color: #DDEAF0;
380
+ padding: 8px;
381
+ line-height: 1.3em;
382
+ font-size: 0.9em;
383
+ }
384
+
385
+ .viewcode-back {
386
+ font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
387
+ 'Verdana', sans-serif;
388
+ }
389
+
390
+ div.viewcode-block:target {
391
+ background-color: #f4debf;
392
+ border-top: 1px solid #ac9;
393
+ border-bottom: 1px solid #ac9;
394
+ }
395
+
396
+ p.versionchanged span.versionmodified {
397
+ font-size: 0.9em;
398
+ margin-right: 0.2em;
399
+ padding: 0.1em;
400
+ background-color: #DCE6A0;
401
+ }
402
+
403
+ /* -- table styles ---------------------------------------------------------- */
404
+
405
+ table.docutils {
406
+ margin: 1em 0;
407
+ padding: 0;
408
+ border: 1px solid white;
409
+ background-color: #f7f7f7;
410
+ }
411
+
412
+ table.docutils td, table.docutils th {
413
+ padding: 1px 8px 1px 5px;
414
+ border-top: 0;
415
+ border-left: 0;
416
+ border-right: 1px solid white;
417
+ border-bottom: 1px solid white;
418
+ }
419
+
420
+ table.docutils td p {
421
+ margin-top: 0;
422
+ margin-bottom: 0.3em;
423
+ }
424
+
425
+ table.field-list td, table.field-list th {
426
+ border: 0 !important;
427
+ word-break: break-word;
428
+ }
429
+
430
+ table.footnote td, table.footnote th {
431
+ border: 0 !important;
432
+ }
433
+
434
+ th {
435
+ color: white;
436
+ text-align: left;
437
+ padding-right: 5px;
438
+ background-color: #82A0BE;
439
+ }
440
+
441
+ div.literal-block-wrapper div.code-block-caption {
442
+ background-color: #EEE;
443
+ border-style: solid;
444
+ border-color: #CCC;
445
+ border-width: 1px 5px;
446
+ }
447
+
448
+ /* WIDE DESKTOP STYLE */
449
+ @media only screen and (min-width: 1176px) {
450
+ body {
451
+ margin: 0 40px 0 40px;
452
+ }
453
+ }
454
+
455
+ /* TABLET STYLE */
456
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
457
+ body {
458
+ margin: 0 40px 0 40px;
459
+ }
460
+ }
461
+
462
+ /* MOBILE LAYOUT (PORTRAIT/320px) */
463
+ @media only screen and (max-width: 767px) {
464
+ body {
465
+ margin: 0;
466
+ }
467
+ div.bodywrapper {
468
+ margin: 0;
469
+ width: 100%;
470
+ border: none;
471
+ }
472
+ div.sphinxsidebar {
473
+ display: none;
474
+ }
475
+ }
476
+
477
+ /* MOBILE LAYOUT (LANDSCAPE/480px) */
478
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
479
+ body {
480
+ margin: 0 20px 0 20px;
481
+ }
482
+ }
483
+
484
+ /* RETINA OVERRIDES */
485
+ @media
486
+ only screen and (-webkit-min-device-pixel-ratio: 2),
487
+ only screen and (min-device-pixel-ratio: 2) {
488
+ }
489
+
490
+ /* -- end ------------------------------------------------------------------- */