bake-toolkit 2.12.0 → 2.12.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/_build/html/_images/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_images/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_sources/changelog.txt +6 -1
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_static/agogo.css +509 -0
- data/documentation/_build/html/_static/background_b01.png +0 -0
- data/documentation/_build/html/_static/bgfooter.png +0 -0
- data/documentation/_build/html/_static/bgtop.png +0 -0
- data/documentation/_build/html/_static/bizstyle.css +490 -0
- data/documentation/_build/html/_static/bizstyle.js +41 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +1 -1
- data/documentation/_build/html/_static/css/badge_only.css +2 -0
- data/documentation/_build/html/_static/css/theme.css +5 -0
- data/documentation/_build/html/_static/css3-mediaqueries.js +1 -0
- data/documentation/_build/html/_static/css3-mediaqueries_src.js +1104 -0
- data/documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Inconsolata.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/Lato-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf +0 -0
- data/documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.eot +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.svg +414 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.ttf +0 -0
- data/documentation/_build/html/_static/fonts/fontawesome-webfont.woff +0 -0
- data/documentation/_build/html/_static/js/modernizr.min.js +4 -0
- data/documentation/_build/html/_static/js/theme.js +113 -0
- data/documentation/_build/html/_static/logo_conformant_1024.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_24.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_256.png +0 -0
- data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
- data/documentation/_build/html/_static/logo_tiny_32.ico +0 -0
- data/documentation/_build/html/changelog.html +18 -6
- data/documentation/_build/html/commandline/commandline.html +6 -5
- data/documentation/_build/html/concepts/build_hierarchy.html +6 -5
- data/documentation/_build/html/concepts/concepts.html +6 -5
- data/documentation/_build/html/concepts/the_main_project.html +6 -5
- data/documentation/_build/html/concepts/the_project_meta_file.html +6 -5
- data/documentation/_build/html/genindex.html +6 -5
- data/documentation/_build/html/ide/eclipse/eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +6 -5
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +6 -5
- data/documentation/_build/html/ide/ide_integrations.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +6 -5
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +6 -5
- data/documentation/_build/html/ide/vs/vs.html +6 -5
- data/documentation/_build/html/ide/vs/vs_install.html +6 -5
- data/documentation/_build/html/index.html +9 -8
- data/documentation/_build/html/install/install_bake.html +6 -5
- data/documentation/_build/html/internal.html +6 -5
- data/documentation/_build/html/known_issues.html +6 -5
- data/documentation/_build/html/license.html +6 -5
- data/documentation/_build/html/performance/performance.html +6 -5
- data/documentation/_build/html/quickstart/quickstart.html +6 -5
- data/documentation/_build/html/search.html +6 -5
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/derive_configs.html +6 -5
- data/documentation/_build/html/syntax/project_meta_syntax.html +6 -5
- data/documentation/_build/html/syntax/syntax.html +6 -5
- data/documentation/_build/html/syntax/variable_substitutions.html +6 -5
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +6 -5
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +6 -5
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +6 -5
- data/documentation/_build/html/tips_and_tricks/the_clang.html +6 -5
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +6 -5
- data/documentation/_build/html/why_bake/why_bake.html +8 -7
- data/lib/blocks/compile.rb +19 -7
- data/lib/common/version.rb +1 -1
- metadata +31 -2
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Tips and Tricks — bake 2.12.
|
8
|
+
<title>Tips and Tricks — bake 2.12.1 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.12.
|
18
|
+
VERSION: '2.12.1',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -28,7 +28,8 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
|
-
<link rel="
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
32
33
|
<link rel="next" title="The Bakery" href="the_bakery.html" />
|
33
34
|
<link rel="prev" title="How to Debug in Visual Studio" href="../ide/vs/how_to_debug_in_vs.html" />
|
34
35
|
<meta charset='utf-8'>
|
@@ -48,8 +49,8 @@
|
|
48
49
|
<span class="icon-bar"></span>
|
49
50
|
<span class="icon-bar"></span>
|
50
51
|
</button>
|
51
|
-
<a class="navbar-brand" href="../index.html">
|
52
|
-
|
52
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
53
|
+
</a>
|
53
54
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
54
55
|
</div>
|
55
56
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
7
|
|
8
|
-
<title>Why you should use bake — bake 2.12.
|
8
|
+
<title>Why you should use bake — bake 2.12.1 documentation</title>
|
9
9
|
|
10
10
|
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '2.12.
|
18
|
+
VERSION: '2.12.1',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -28,9 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
30
|
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
|
-
<link rel="
|
31
|
+
<link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
|
32
|
+
<link rel="top" title="bake 2.12.1 documentation" href="../index.html" />
|
32
33
|
<link rel="next" title="Install bake" href="../install/install_bake.html" />
|
33
|
-
<link rel="prev" title="bake 2.
|
34
|
+
<link rel="prev" title="bake 2.12.1" href="../index.html" />
|
34
35
|
<meta charset='utf-8'>
|
35
36
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
36
37
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
@@ -48,8 +49,8 @@
|
|
48
49
|
<span class="icon-bar"></span>
|
49
50
|
<span class="icon-bar"></span>
|
50
51
|
</button>
|
51
|
-
<a class="navbar-brand" href="../index.html">
|
52
|
-
|
52
|
+
<a class="navbar-brand" href="../index.html"><img src="../_static/logo_conformant_48.png">
|
53
|
+
</a>
|
53
54
|
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
54
55
|
</div>
|
55
56
|
|
@@ -107,7 +108,7 @@
|
|
107
108
|
|
108
109
|
|
109
110
|
<li>
|
110
|
-
<a href="../index.html" title="Previous Chapter: bake 2.
|
111
|
+
<a href="../index.html" title="Previous Chapter: bake 2.12.1"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« bake 2.12.1</span>
|
111
112
|
</a>
|
112
113
|
</li>
|
113
114
|
<li>
|
data/lib/blocks/compile.rb
CHANGED
@@ -417,21 +417,33 @@ module Bake
|
|
417
417
|
getSubBlocks(@block, method)
|
418
418
|
return @otherBlocks
|
419
419
|
end
|
420
|
-
|
421
|
-
def mapInclude(inc,
|
422
|
-
|
420
|
+
|
421
|
+
def mapInclude(inc, orgBlock)
|
422
|
+
|
423
|
+
if inc.name == "___ROOTS___"
|
424
|
+
return Bake.options.roots.map { |r| File.rel_from_to_project(@projectDir,r,false) }
|
425
|
+
end
|
426
|
+
|
427
|
+
i = orgBlock.convPath(inc)
|
428
|
+
if orgBlock != @block
|
429
|
+
if not File.is_absolute?(i)
|
430
|
+
i = File.rel_from_to_project(@projectDir,orgBlock.config.parent.get_project_dir) + i
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
434
|
+
Pathname.new(i).cleanpath
|
423
435
|
end
|
424
436
|
|
425
437
|
def calcIncludes
|
426
438
|
|
427
439
|
@include_list = @config.includeDir.uniq.map do |dir|
|
428
|
-
mapInclude(dir, @
|
440
|
+
mapInclude(dir, @block)
|
429
441
|
end
|
430
442
|
|
431
443
|
getBlocks(:childs).each do |b|
|
432
444
|
b.config.includeDir.each do |inc|
|
433
445
|
if inc.inherit == true
|
434
|
-
@include_list << mapInclude(inc, b
|
446
|
+
@include_list << mapInclude(inc, b)
|
435
447
|
end
|
436
448
|
end if b.config.respond_to?("includeDir")
|
437
449
|
end
|
@@ -441,9 +453,9 @@ module Bake
|
|
441
453
|
include_list_front = []
|
442
454
|
b.config.includeDir.each do |inc|
|
443
455
|
if inc.infix == "front"
|
444
|
-
include_list_front << mapInclude(inc, b
|
456
|
+
include_list_front << mapInclude(inc, b)
|
445
457
|
elsif inc.infix == "back"
|
446
|
-
@include_list << mapInclude(inc, b
|
458
|
+
@include_list << mapInclude(inc, b)
|
447
459
|
end
|
448
460
|
end
|
449
461
|
@include_list = include_list_front + @include_list
|
data/lib/common/version.rb
CHANGED
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.12.
|
4
|
+
version: 2.12.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Schaal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rtext
|
@@ -179,6 +179,8 @@ files:
|
|
179
179
|
- documentation/_build/html/_images/cygwin_ruby.png
|
180
180
|
- documentation/_build/html/_images/cygwin_tty.png
|
181
181
|
- documentation/_build/html/_images/keys.png
|
182
|
+
- documentation/_build/html/_images/logo_conformant_1024.png
|
183
|
+
- documentation/_build/html/_images/logo_conformant_48.png
|
182
184
|
- documentation/_build/html/_images/pref.png
|
183
185
|
- documentation/_build/html/_images/problem.png
|
184
186
|
- documentation/_build/html/_images/vs_2010_install.png
|
@@ -247,10 +249,16 @@ files:
|
|
247
249
|
- documentation/_build/html/_static/SelectNew.png
|
248
250
|
- documentation/_build/html/_static/TrustMe.png
|
249
251
|
- documentation/_build/html/_static/WrongSelect.png
|
252
|
+
- documentation/_build/html/_static/agogo.css
|
250
253
|
- documentation/_build/html/_static/ajax-loader.gif
|
254
|
+
- documentation/_build/html/_static/background_b01.png
|
251
255
|
- documentation/_build/html/_static/bake_build_hierachy.png
|
252
256
|
- documentation/_build/html/_static/bake_tagcloud.png
|
253
257
|
- documentation/_build/html/_static/basic.css
|
258
|
+
- documentation/_build/html/_static/bgfooter.png
|
259
|
+
- documentation/_build/html/_static/bgtop.png
|
260
|
+
- documentation/_build/html/_static/bizstyle.css
|
261
|
+
- documentation/_build/html/_static/bizstyle.js
|
254
262
|
- documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css
|
255
263
|
- documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css
|
256
264
|
- documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css
|
@@ -318,6 +326,10 @@ files:
|
|
318
326
|
- documentation/_build/html/_static/comment-close.png
|
319
327
|
- documentation/_build/html/_static/comment.png
|
320
328
|
- documentation/_build/html/_static/console.png
|
329
|
+
- documentation/_build/html/_static/css/badge_only.css
|
330
|
+
- documentation/_build/html/_static/css/theme.css
|
331
|
+
- documentation/_build/html/_static/css3-mediaqueries.js
|
332
|
+
- documentation/_build/html/_static/css3-mediaqueries_src.js
|
321
333
|
- documentation/_build/html/_static/cvsp.png
|
322
334
|
- documentation/_build/html/_static/cygwin_mount.png
|
323
335
|
- documentation/_build/html/_static/cygwin_ruby.png
|
@@ -326,11 +338,28 @@ files:
|
|
326
338
|
- documentation/_build/html/_static/down-pressed.png
|
327
339
|
- documentation/_build/html/_static/down.png
|
328
340
|
- documentation/_build/html/_static/file.png
|
341
|
+
- documentation/_build/html/_static/fonts/Inconsolata-Bold.ttf
|
342
|
+
- documentation/_build/html/_static/fonts/Inconsolata.ttf
|
343
|
+
- documentation/_build/html/_static/fonts/Lato-Bold.ttf
|
344
|
+
- documentation/_build/html/_static/fonts/Lato-Regular.ttf
|
345
|
+
- documentation/_build/html/_static/fonts/RobotoSlab-Bold.ttf
|
346
|
+
- documentation/_build/html/_static/fonts/RobotoSlab-Regular.ttf
|
347
|
+
- documentation/_build/html/_static/fonts/fontawesome-webfont.eot
|
348
|
+
- documentation/_build/html/_static/fonts/fontawesome-webfont.svg
|
349
|
+
- documentation/_build/html/_static/fonts/fontawesome-webfont.ttf
|
350
|
+
- documentation/_build/html/_static/fonts/fontawesome-webfont.woff
|
329
351
|
- documentation/_build/html/_static/jquery-1.11.1.js
|
330
352
|
- documentation/_build/html/_static/jquery.js
|
331
353
|
- documentation/_build/html/_static/js/jquery-1.11.0.min.js
|
332
354
|
- documentation/_build/html/_static/js/jquery-fix.js
|
355
|
+
- documentation/_build/html/_static/js/modernizr.min.js
|
356
|
+
- documentation/_build/html/_static/js/theme.js
|
333
357
|
- documentation/_build/html/_static/keys.png
|
358
|
+
- documentation/_build/html/_static/logo_conformant_1024.png
|
359
|
+
- documentation/_build/html/_static/logo_conformant_24.png
|
360
|
+
- documentation/_build/html/_static/logo_conformant_256.png
|
361
|
+
- documentation/_build/html/_static/logo_conformant_48.png
|
362
|
+
- documentation/_build/html/_static/logo_tiny_32.ico
|
334
363
|
- documentation/_build/html/_static/minus.png
|
335
364
|
- documentation/_build/html/_static/plus.png
|
336
365
|
- documentation/_build/html/_static/pref.png
|