bake-toolkit 1.0.26 → 1.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/doc/deployDoc.bat +2 -0
  2. data/doc/eclipse/build/buildFile.png +0 -0
  3. data/doc/eclipse/build/buildMain.png +0 -0
  4. data/doc/eclipse/build/console.png +0 -0
  5. data/doc/eclipse/build/problem.png +0 -0
  6. data/doc/eclipse/export/Script.png +0 -0
  7. data/doc/eclipse/export/Select.png +0 -0
  8. data/doc/eclipse/import/Import.png +0 -0
  9. data/doc/eclipse/import/Select.png +0 -0
  10. data/doc/eclipse/install/AddRepository.png +0 -0
  11. data/doc/eclipse/install/AvailableSoftware.png +0 -0
  12. data/doc/eclipse/install/InstallNewSoftware.png +0 -0
  13. data/doc/eclipse/install/Licenses.png +0 -0
  14. data/doc/eclipse/install/Restart.png +0 -0
  15. data/doc/eclipse/install/TrustMe.png +0 -0
  16. data/doc/eclipse/misc/pref.png +0 -0
  17. data/doc/eclipse/new/New.png +0 -0
  18. data/doc/eclipse/new/Result.png +0 -0
  19. data/doc/eclipse/new/Select.png +0 -0
  20. data/doc/eclipse/select/FirstSelect.png +0 -0
  21. data/doc/eclipse/select/SecondSelect.png +0 -0
  22. data/doc/eclipse/select/WrongSelect.png +0 -0
  23. data/doc/further/bakery/cmd.html +33 -0
  24. data/doc/further/bakery/syntax.html +203 -0
  25. data/doc/further/change.html +6 -0
  26. data/doc/index.html +1 -1
  27. data/doc/vs/create/cvsp.png +0 -0
  28. data/doc/vs/install/install1.png +0 -0
  29. data/doc/vs/install/install2010.png +0 -0
  30. data/doc/vs/install/installed.png +0 -0
  31. data/doc/vs/install/site.png +0 -0
  32. data/doc/vs/install/update.png +0 -0
  33. data/doc/vs/use/error.png +0 -0
  34. data/doc/vs/use/options.png +0 -0
  35. data/doc/vs/use/select.png +0 -0
  36. data/doc/vs/use/show.png +0 -0
  37. data/lib/bake/version.rb +1 -1
  38. metadata +36 -2
data/doc/deployDoc.bat ADDED
@@ -0,0 +1,2 @@
1
+ scp -r "./" "aschaal@esrlabs.com:/var/www/esrlabs/wordpress/gems/doc/bake-toolkit/"
2
+ pause
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,33 @@
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
+ <style type="text/css">
6
+ #rundrum {
7
+ border-width:1px;
8
+ border-style:dashed;
9
+ border-color:blue;
10
+ padding:0.2cm;
11
+ text-align:justify; }
12
+ }
13
+ </style>
14
+ </head>
15
+ <body>
16
+ <h1>How to use bakery on command line</h1>
17
+
18
+ Call <b>bakery -h</b> to display the command line options.
19
+ <p>
20
+ The most important options are the collection name (<b>-b</b>) and the collection directory (<b>-m</b>, default is current directory).
21
+
22
+ <h3>Examples</h3>
23
+
24
+ Build all unittests:
25
+ <pre id="rundrum"><code>bakery -b AllUnitTests</code></pre>
26
+ Clean all unittests:
27
+ <pre id="rundrum"><code>bakery -b AllUnitTests -c</code></pre>
28
+ Build all unittests, workspace checked out into two roots, console supports colors, stop on first error, run the unittests after build:
29
+ <pre id="rundrum"><code>bakery -b AllUnitTests -m w:/root1/mainProj -w w:/root2 -r -a black --include_filter run</code></pre>
30
+
31
+ </body>
32
+
33
+ </html>
@@ -0,0 +1,203 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
+ "http://www.w3.org/TR/html4/strict.dtd">
3
+ <html>
4
+ <head></head>
5
+ <title>Documentation of the bake-tookit</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
+
8
+ <body >
9
+ <h1>Syntax of Collection.meta</h1>
10
+
11
+ Move the mouse cursor over the blue elements to display more information.<p>
12
+
13
+ <style type="text/css">
14
+ #rundrum {
15
+ border-width:1px;
16
+ border-style:dashed;
17
+ border-color:blue;
18
+ padding:0.2cm;
19
+ text-align:justify; }
20
+ }
21
+ </style>
22
+
23
+ <style type="text/css">
24
+
25
+ #dhtmltooltip{
26
+ position: absolute;
27
+ width: 150px;
28
+ border: 2px solid black;
29
+ padding: 2px;
30
+ background-color: lightyellow;
31
+ visibility: hidden;
32
+ z-index: 100;
33
+ }
34
+
35
+ </style>
36
+
37
+ <style type="text/css">
38
+ .hide {
39
+ display:none;
40
+ }
41
+ .show {
42
+ display:block
43
+ }
44
+ .showInline {
45
+ display:inline
46
+ }
47
+ .help {
48
+ color:blue
49
+ }
50
+ .showRadio {
51
+ font-weight:bold;color:blue;text-decoration:overline underline
52
+ }
53
+ .hideRadio {
54
+ color:#AAAAFF;
55
+ }
56
+ .mycomment {
57
+ color:green
58
+ }
59
+ </style>
60
+
61
+
62
+
63
+
64
+
65
+ <table border="1" style="font-family:monospace"; font-size:10><td>
66
+
67
+ <span class="help" onMouseover="showCollection()" onMouseout="notip()">Collection</span> &#60;name&#62; {<br>
68
+ &nbsp; <span class="help" onMouseover="showProject()" onMouseout="notip()">Project</span> &#60;name&#62;, config: &#60;name&#62;<br>
69
+ &nbsp; <span class="help" onMouseover="showExclude()" onMouseout="notip()">Exclude</span> &#60;name&#62;, config: &#60;name&#62;<br>
70
+ &nbsp; <span class="help" onMouseover="showSubCollection()" onMouseout="notip()">SubCollection</span> &#60;name&#62;<br>
71
+ }
72
+
73
+
74
+
75
+
76
+
77
+ <div id="dhtmltooltip"></div>
78
+
79
+ <script type="text/javascript">
80
+
81
+
82
+ function showCollection() {
83
+ str = 'This is a collection of builds. The name must be unique within this file.'
84
+ ddrivetip("Collection", "Yes", "1..n", "-",str)
85
+ }
86
+
87
+ function showProject() {
88
+ str = "Specify the projects with it's configs to build. It is possible to use \"*\" as wildcards."
89
+ ddrivetip("Project", "Yes,", "1..n", "-",str)
90
+ }
91
+
92
+ function showConfig() {
93
+ str = "Specify the configs. It is possible to use \"*\" as wildcard."
94
+ ddrivetip("config", "Yes", "-", "-",str)
95
+ }
96
+
97
+ function showExclude() {
98
+ str = "Specify the projects with it's configs to exclude from build. It is possible to use \"*\" as wildcards."
99
+ ddrivetip("Exclude", "No", "0..n", "-",str)
100
+ }
101
+
102
+ function showSubCollection() {
103
+ str = 'This references another collection.'
104
+ ddrivetip("SubCollection", "No", "0..n", "-",str)
105
+ }
106
+
107
+
108
+
109
+ var offsetxpoint=20 //Customize x offset of tooltip
110
+ var offsetypoint=20 //Customize y offset of tooltip
111
+ var ie=document.all
112
+ var ns6=document.getElementById && !document.all
113
+ var enabletip=false
114
+ if (ie||ns6)
115
+ var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
116
+
117
+ function ietruebody(){
118
+ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
119
+ }
120
+
121
+ function ddrivetip(item, manda, quan, def, desc){
122
+ if (ns6||ie){
123
+
124
+ var abc=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth
125
+
126
+ tipobj.style.width=(abc/2-offsetxpoint*2).toString()+"px"
127
+ tipobj.style.backgroundColor="#DDFFDD"
128
+ tipobj.innerHTML="<b><u>"+item+"</u><br><br>Mandatory:</b> "+manda+"<br><b>Quantity</b>: "+quan+"<br><b>Default</b>: "+def+"<br><br><b>Description</b>:<br>"+desc
129
+ enabletip=true
130
+ return false
131
+ }
132
+ }
133
+
134
+ function positiontip(e){
135
+ if (enabletip){
136
+ var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
137
+ var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
138
+ //Find out how close the mouse is to the corner of the window
139
+ var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint
140
+ var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint*2 : window.innerHeight-e.clientY-offsetypoint
141
+ var bottom=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight
142
+
143
+ var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
144
+
145
+ //if the horizontal distance isn't enough to accomodate the width of the context menu
146
+ if (rightedge<tipobj.offsetWidth+offsetxpoint/2)
147
+ //move the horizontal position of the menu to the left by it's width
148
+ tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth-offsetxpoint+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth-offsetxpoint+"px"
149
+ else if (curX<leftedge)
150
+ tipobj.style.left="5px"
151
+ else
152
+ //position the horizontal position of the menu where the mouse is positioned
153
+ tipobj.style.left=curX+offsetxpoint+"px"
154
+
155
+ //same concept with the vertical position
156
+ if (bottomedge<tipobj.offsetHeight)
157
+ tipobj.style.top=ie? ietruebody().scrollTop+bottom-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+bottom-tipobj.offsetHeight-offsetypoint+"px"
158
+ else
159
+ tipobj.style.top=curY+offsetypoint+"px"
160
+ tipobj.style.visibility="visible"
161
+ }
162
+ }
163
+
164
+ function notip(){
165
+ if (ns6||ie){
166
+ enabletip=false
167
+ tipobj.style.visibility="hidden"
168
+ tipobj.style.left="-1000px"
169
+ tipobj.style.backgroundColor=''
170
+ tipobj.style.width=''
171
+ }
172
+ }
173
+
174
+ document.onmousemove=positiontip
175
+
176
+ </script>
177
+
178
+ </td></table>
179
+
180
+ <h3>General Notes</h3>
181
+ <ul>
182
+ <li>Use double quotes (") if the strings have wildcards
183
+ <li>Use hash marks (#) for comments.
184
+ </ul>
185
+ <h3>Example</h3>
186
+
187
+ <pre id="rundrum"><code>Collection AllUnitTests {
188
+ Project "*", config: UnitTest
189
+ }
190
+ Collection UnitTestLibsWithoutBsp {
191
+ Project "*", config: "UnitTestLib*"
192
+ Exclude "bsp*", config: "*"
193
+ }
194
+ Collection MySpecialCollection {
195
+ Project Main1, config: Debug
196
+ Project Main2, config: Release
197
+ Project Sub3, config: Debug
198
+ SubCollection UnitTestLibsWithoutBsp
199
+ }</code></pre>
200
+
201
+
202
+ </body>
203
+ </html>
@@ -7,6 +7,12 @@
7
7
  <body>
8
8
  <h1>Changelog</h1>
9
9
 
10
+ March 7, 2014 - bake-toolkit 1.0.27<br>
11
+ <ul>
12
+ <li><b>Cosmetic: some pictures in documentation were missing</b>
13
+ </ul>
14
+
15
+
10
16
  March 5, 2014 - bake-toolkit 1.0.26<br>
11
17
  <ul>
12
18
  <li><b>Bugfix: in rare cases invalid characters from compiler output were not handled correctly</b>
data/doc/index.html CHANGED
@@ -71,7 +71,7 @@ bake is used to build software <font color="#009900"><b>fast</b></font> and <fon
71
71
 
72
72
  <p>
73
73
  <hr>
74
- <table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 1.0.26</td><td align="right">March 5, 2014</td></tr></table>
74
+ <table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 1.0.27</td><td align="right">March 7, 2014</td></tr></table>
75
75
 
76
76
  </body>
77
77
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/bake/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Cxxproject
2
2
  class Version
3
3
  def self.bake
4
- "1.0.26"
4
+ "1.0.27"
5
5
  end
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.26
4
+ version: 1.0.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -104,27 +104,61 @@ files:
104
104
  - doc/concepts/configfile.html
105
105
  - doc/concepts/hier.png
106
106
  - doc/concepts/mainproject.html
107
+ - doc/deployDoc.bat
107
108
  - doc/dyk/keys.png
108
109
  - doc/dyk/tipps.html
110
+ - doc/eclipse/build/buildFile.png
111
+ - doc/eclipse/build/buildMain.png
112
+ - doc/eclipse/build/console.png
113
+ - doc/eclipse/build/problem.png
114
+ - doc/eclipse/export/Script.png
115
+ - doc/eclipse/export/Select.png
109
116
  - doc/eclipse/export.html
117
+ - doc/eclipse/import/Import.png
118
+ - doc/eclipse/import/Select.png
110
119
  - doc/eclipse/import.html
120
+ - doc/eclipse/install/AddRepository.png
121
+ - doc/eclipse/install/AvailableSoftware.png
122
+ - doc/eclipse/install/InstallNewSoftware.png
123
+ - doc/eclipse/install/Licenses.png
124
+ - doc/eclipse/install/Restart.png
125
+ - doc/eclipse/install/TrustMe.png
111
126
  - doc/eclipse/install.html
127
+ - doc/eclipse/misc/pref.png
128
+ - doc/eclipse/new/New.png
129
+ - doc/eclipse/new/Result.png
130
+ - doc/eclipse/new/Select.png
112
131
  - doc/eclipse/new.html
132
+ - doc/eclipse/select/FirstSelect.png
133
+ - doc/eclipse/select/SecondSelect.png
134
+ - doc/eclipse/select/WrongSelect.png
113
135
  - doc/eclipse/use.html
136
+ - doc/further/bakery/cmd.html
137
+ - doc/further/bakery/syntax.html
114
138
  - doc/further/change.html
115
139
  - doc/further/collections.html
116
140
  - doc/further/internal.html
117
141
  - doc/further/issues.html
118
142
  - doc/further/perf.html
119
143
  - doc/further/wish.html
144
+ - doc/index.html
120
145
  - doc/src/ok.png
121
146
  - doc/syntax/derive.html
122
147
  - doc/syntax/subst.html
123
148
  - doc/syntax/syntax.html
149
+ - doc/vs/create/cvsp.png
124
150
  - doc/vs/create.html
151
+ - doc/vs/install/install1.png
152
+ - doc/vs/install/install2010.png
153
+ - doc/vs/install/installed.png
154
+ - doc/vs/install/site.png
155
+ - doc/vs/install/update.png
125
156
  - doc/vs/install.html
157
+ - doc/vs/use/error.png
158
+ - doc/vs/use/options.png
159
+ - doc/vs/use/select.png
160
+ - doc/vs/use/show.png
126
161
  - doc/vs/use.html
127
- - doc/index.html
128
162
  - license.txt
129
163
  - bin/bake
130
164
  - bin/bakery