bake-toolkit 2.11.0 → 2.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/further/change.html +6 -0
- data/doc/index.html +1 -2
- data/lib/blocks/convert.rb +2 -0
- data/lib/common/version.rb +1 -1
- metadata +2 -3
- data/doc/further/wish.html +0 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76cc99e0d0d4999bfce2f435dc9835936cd7480d
|
4
|
+
data.tar.gz: cb6f257a4bebb0fa9fe570b48205a5217280c0ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb2283b044e92a620409e61a4bbe515b3a63e3caba694983a5efb98d94a867285c46fd3b5f26c3305b79a4f87be376ecc4a4978cf8991a1c881d661518b41cb1
|
7
|
+
data.tar.gz: 12c1b7372ab246c72589c41b6adc96e13a3158c50a143a947758fb8cde640fc8a4b89be35b5514b8fc680b422acc76c7dd873ac730a619e7e904ce1b73214339
|
data/doc/further/change.html
CHANGED
@@ -7,6 +7,12 @@
|
|
7
7
|
<body>
|
8
8
|
<h1>Changelog</h1>
|
9
9
|
|
10
|
+
August 4, 2015 - bake-toolkit 2.11.1<br>
|
11
|
+
<ul>
|
12
|
+
<li><b>Added: project dir output for conversion tool</b>
|
13
|
+
<li><b>Moved: wishlist to github</b>
|
14
|
+
</ul>
|
15
|
+
|
10
16
|
July 31, 2015 - bake-toolkit 2.11.0<br>
|
11
17
|
<ul>
|
12
18
|
<li><b>Added: new parameters for <i>includeDir</i>: <i>inherit</i> and <i>infix</i></b>
|
data/doc/index.html
CHANGED
@@ -67,14 +67,13 @@ bake is used to build software <font color="#009900"><b>fast</b></font> and <fon
|
|
67
67
|
<li><a href="further/collections.html">Build Collections</a>
|
68
68
|
<li><a href="further/perf.html">Performance Analysis</a>
|
69
69
|
<li><a href="further/change.html">Changelog</a>
|
70
|
-
<li><a href="further/wish.html">Wishlist</a>
|
71
70
|
<li><a href="further/issues.html">Known Issues</a>
|
72
71
|
<li><a href="further/internal.html">Internal developing notes</a>
|
73
72
|
</ul>
|
74
73
|
|
75
74
|
<p>
|
76
75
|
<hr>
|
77
|
-
<table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 2.11.
|
76
|
+
<table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 2.11.1</td><td align="right">August 4, 2015</td></tr></table>
|
78
77
|
|
79
78
|
</body>
|
80
79
|
|
data/lib/blocks/convert.rb
CHANGED
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.11.
|
4
|
+
version: 2.11.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-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rtext
|
@@ -201,7 +201,6 @@ files:
|
|
201
201
|
- doc/further/internal.html
|
202
202
|
- doc/further/issues.html
|
203
203
|
- doc/further/perf.html
|
204
|
-
- doc/further/wish.html
|
205
204
|
- doc/index.html
|
206
205
|
- doc/src/ok.png
|
207
206
|
- doc/syntax/derive.html
|
data/doc/further/wish.html
DELETED
@@ -1,42 +0,0 @@
|
|
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
|
-
</head>
|
6
|
-
<body>
|
7
|
-
<h1>Wishes and planned features</h1>
|
8
|
-
|
9
|
-
bake:
|
10
|
-
<ul>
|
11
|
-
<li>Add variables for output directories of sub projects, which can be used in main project
|
12
|
-
<li>Show lint output during linting. This is possible, but the error parser mechanism has to be refactored
|
13
|
-
<li>Support VS compiler
|
14
|
-
<li>Glob in Windows does not work if Project.meta is placed in root folder. Implement workaround
|
15
|
-
<li>Support read-only file systems (cache files cannot be written)
|
16
|
-
<li>Another way to define IncludeDirs, etc. which avoids repeating the work IncludeDir for every include dir (rtext change?)
|
17
|
-
<li>meta files: "{" not only at the end of a line, should be possible to place anywhere
|
18
|
-
<li>Global bake config (e.g. for -v or -a black)
|
19
|
-
<li>Support toolchain settings for files with wildcards. Clarify how to proceed with ambiguous declarations
|
20
|
-
<li>Additional redirect from errors and warnings in a log file
|
21
|
-
<li>Conditional variables like ifeq ($(VIDEO_MODE_12BIT_JPEG), 1)
|
22
|
-
<li>Better annotations for undefined symbol errors (if e.g. filename is given in error message)
|
23
|
-
<li>Cache source file names which are used for creating an archive or executable (to detect that rebuild is necessary if sources are specified with wildcards in Project.meta and some files were deleted)
|
24
|
-
</ul>
|
25
|
-
|
26
|
-
IDEs:
|
27
|
-
<ul>
|
28
|
-
<li>VS: Debugging in VS
|
29
|
-
<li>Eclipse: newlines in problems view are shown as a square sign. These signs should be somehow removed without breaking the annotations in the source files
|
30
|
-
<li>Eclipse: Word wrap in colored console (seems to be a bit tricky)
|
31
|
-
<li>Eclipse: better error log if plugin does not work
|
32
|
-
<li>Common: Add docu how to debug in IDEs
|
33
|
-
</ul>
|
34
|
-
|
35
|
-
Internal:
|
36
|
-
<ul>
|
37
|
-
<li>Cleanup names of attributes in metamodel
|
38
|
-
</ul>
|
39
|
-
|
40
|
-
</body>
|
41
|
-
|
42
|
-
</html>
|