bake-toolkit 2.24.6 → 2.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/bake-doc +11 -11
- data/bin/bake-format +2 -2
- data/bin/bakeclean +32 -32
- data/bin/bakeqac +77 -6
- data/documentation/_build/html/_images/eclipse.png +0 -0
- data/documentation/_build/html/_images/emacs.png +0 -0
- data/documentation/_build/html/_images/notepad.png +0 -0
- data/documentation/_build/html/_images/vim.png +0 -0
- data/documentation/_build/html/_images/visualstudio-pro.png +0 -0
- data/documentation/_build/html/_sources/changelog.txt +10 -0
- data/documentation/_build/html/_sources/ide/ide_integrations.txt +40 -8
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_sources/tips_and_tricks/qac.txt +159 -152
- data/documentation/_build/html/_static/eclipse.png +0 -0
- data/documentation/_build/html/_static/emacs.png +0 -0
- data/documentation/_build/html/_static/notepad.png +0 -0
- data/documentation/_build/html/_static/syntax.html +8 -1
- data/documentation/_build/html/_static/vim.png +0 -0
- data/documentation/_build/html/_static/visualstudio-pro.png +0 -0
- data/documentation/_build/html/changelog.html +12 -0
- data/documentation/_build/html/ide/ide_integrations.html +22 -20
- data/documentation/_build/html/index.html +5 -4
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/project_meta_syntax.html +8 -1
- data/documentation/_build/html/tips_and_tricks/qac.html +10 -3
- data/lib/bake/cache.rb +16 -28
- data/lib/bake/config/loader.rb +14 -24
- data/lib/bake/model/metamodel.rb +311 -307
- data/lib/bake/model/metamodel_ext.rb +33 -27
- data/lib/bake/subst.rb +4 -4
- data/lib/bake/toolchain/clang.rb +43 -44
- data/lib/bake/toolchain/clang_analyze.rb +30 -31
- data/lib/bake/toolchain/diab.rb +52 -53
- data/lib/bake/toolchain/gcc.rb +1 -1
- data/lib/bake/toolchain/gcc_env.rb +54 -55
- data/lib/bake/toolchain/greenhills.rb +51 -52
- data/lib/bake/toolchain/keil.rb +54 -55
- data/lib/bake/toolchain/lint.rb +19 -20
- data/lib/bake/toolchain/msvc.rb +57 -58
- data/lib/bake/toolchain/provider.rb +6 -3
- data/lib/bake/toolchain/ti.rb +50 -49
- data/lib/bakeqac/options/options.rb +2 -2
- data/lib/blocks/block.rb +4 -0
- data/lib/blocks/compile.rb +36 -19
- data/lib/common/version.rb +1 -1
- data/lib/format/bake_format.rb +1 -1
- data/lib/tocxx.rb +576 -558
- metadata +26 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bake-toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Schaal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rtext
|
@@ -66,6 +66,20 @@ dependencies:
|
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.2'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rspec
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - '>='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - '>='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: simplecov
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -148,10 +162,15 @@ files:
|
|
148
162
|
- documentation/_build/html/_images/dot.png
|
149
163
|
- documentation/_build/html/_images/dotP.png
|
150
164
|
- documentation/_build/html/_images/dotPC.png
|
165
|
+
- documentation/_build/html/_images/eclipse.png
|
166
|
+
- documentation/_build/html/_images/emacs.png
|
151
167
|
- documentation/_build/html/_images/keys.png
|
152
168
|
- documentation/_build/html/_images/misra.png
|
169
|
+
- documentation/_build/html/_images/notepad.png
|
153
170
|
- documentation/_build/html/_images/pref.png
|
154
171
|
- documentation/_build/html/_images/problem.png
|
172
|
+
- documentation/_build/html/_images/vim.png
|
173
|
+
- documentation/_build/html/_images/visualstudio-pro.png
|
155
174
|
- documentation/_build/html/_images/vs_2010_install.png
|
156
175
|
- documentation/_build/html/_images/vs_debug.png
|
157
176
|
- documentation/_build/html/_images/vs_error.png
|
@@ -313,6 +332,8 @@ files:
|
|
313
332
|
- documentation/_build/html/_static/dotPC.png
|
314
333
|
- documentation/_build/html/_static/down-pressed.png
|
315
334
|
- documentation/_build/html/_static/down.png
|
335
|
+
- documentation/_build/html/_static/eclipse.png
|
336
|
+
- documentation/_build/html/_static/emacs.png
|
316
337
|
- documentation/_build/html/_static/file.png
|
317
338
|
- documentation/_build/html/_static/jquery-1.11.1.js
|
318
339
|
- documentation/_build/html/_static/jquery.js
|
@@ -323,6 +344,7 @@ files:
|
|
323
344
|
- documentation/_build/html/_static/logo_tiny_32.ico
|
324
345
|
- documentation/_build/html/_static/minus.png
|
325
346
|
- documentation/_build/html/_static/misra.png
|
347
|
+
- documentation/_build/html/_static/notepad.png
|
326
348
|
- documentation/_build/html/_static/plus.png
|
327
349
|
- documentation/_build/html/_static/pref.png
|
328
350
|
- documentation/_build/html/_static/problem.png
|
@@ -335,6 +357,8 @@ files:
|
|
335
357
|
- documentation/_build/html/_static/underscore.js
|
336
358
|
- documentation/_build/html/_static/up-pressed.png
|
337
359
|
- documentation/_build/html/_static/up.png
|
360
|
+
- documentation/_build/html/_static/vim.png
|
361
|
+
- documentation/_build/html/_static/visualstudio-pro.png
|
338
362
|
- documentation/_build/html/_static/vs_2010_install.png
|
339
363
|
- documentation/_build/html/_static/vs_debug.png
|
340
364
|
- documentation/_build/html/_static/vs_error.png
|