-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChangeLog
executable file
·207 lines (130 loc) · 5.85 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
2014-07-06 <aheit@MINION>
* libcanmdf: bug fix: decoding of signed integer signals when
host endianess differs from log file
2014-05-24 <aheit@MINION>
* all: replaced asctomat binary by cantomat
* libcandbc: bugfix of dbcWriter output (thanks, Johannes)
* libcanvsb: added decoder for NEOVI binary files (vsb)
2014-03-15 <aheit@MINION>
* libcandbc: ignore comment lines starting with // (patch for Joe)
2014-02-09 <aheit@MINION>
* all: released version 0.10
* libcanmdf: bug fix: failure to open mdf file is not reported
2014-01-25 <aheit@MINION>
* libcanmdf: bug fixes for big endian signals
2014-01-12 <aheit@MINION>
* libcanmdf: support of big endian integer signals in MDF
* mdftomat: transformation of signal names to valid MATLAB names
2013-12-26 <aheit@MALFOY>
* asctomat: fixed Mat_VarWrite() data type to support 64 bit
* libcanmdf: fixed data types to support 64 bit
* libcanmdf: improved const qualification
* mdftomat: conversion of CCP/XCP variables
* mdftomat: new options for MAT compression and file version
* mdftomat: handling of empty signals
* mdftomat: autoconf checks for zlib and HDF5 (thanks, Sebastian)
* mdftomat: corrected handling of long signal and message names
2013-12-15 <aheit@MALFOY>
* all: released version 0.9
* all: updated matio to version 1.5.2
2013-04-21 <aheit@MALFOY>
* all: updated automake to version 1.13
* mdftomat, libcanmdf: corrected compilation errors on linux
(thanks, John)
2012-12-23 <aheit@MALFOY>
* all: released version 0.8
2012-12-13 <aheit@MALFOY>
* all: updated matio to version 1.5.0
* all: updated autoconf toolchain
* libcanmdf: new library for parsing MDF files
* mdftomat: tool for MDF to MAT conversion
2012-04-29 <aheit@MALFOY>
* libcandbc: allowed NAN as max value in signal specification
2012-04-28 <aheit@MALFOY>
* libcandbc: allowed underscore as last character in identifier to
enable parsing of multiplexor signals (thanks, Daniel!). Going
forward, a more complex dbc model might be required to deal with
these signals.
2011-09-17 <aheit@MALFOY>
* all: released version 0.7
* libcandbc: fixed DBC parser to allow for an empty symbol section
(thanks, Steven!)
2011-06-18 <aheit@MALFOY>
* all: released version 0.6
* libcanasc: fixed bit indexing in little endian signal decoder
2011-02-20 <aheit@MALFOY>
* all: updated matio to version 1.3.4
* all: updated autoconf toolchain
* dbcls: displaying full data of signal record
* dbcls: changed output to CSV format with header line
2010-10-24 <aheit@gollum>
* added J1939 message processing (29 bit single-wire CAN)
2009-04-18 <aheit@gollum>
* all: released version 0.5
* all: added GPLv3 license ('COPYING')
* config: provided strtok_r source for MSYS/MinGW compatibility
* asctomat: replaced usage of system timespec structure for
MSYS/MinGW compatibility
2009-02-22 <aheit@gollum>
* all: fixed compiler warnings
2009-02-15 <aheit@gollum>
* all: released version 0.4
* config: fixed parser table dependency
2009-02-13 <aheit@gollum>
* asctomat: new option -t for specification of the time resolution
* libcanasc: fixed atof() prototype by including stdlib.h
2009-02-01 <aheit@gollum>
* all: released version 0.3
* libcanasc: corrected signedness of work_byte variable
2009-01-17 <aheit@gollum>
* libcandbc: using double data type for all floating point values
* libcandbc: implemented parsing and serializing of VAL_TABLE
* config: selective linking of libmatio
2009-01-10 <aheit@gollum>
* all: released version 0.2
* config: check for matio added
* config: removed default -d flags for lex & yacc
2009-01-09 <aheit@gollum>
* asctomat: fixed warning on strdup protype
* libcandbc: fixed include filename in dbcReader.h and dbcWriter.h
2009-01-06 <aheit@gollum>
* libcandbc: renamed some structure elements to increase consistency
* libcandbc: changed parsing of all lists to right-recursive
parsing. This will give us the correct element order when forming
lists using element prepending.
2009-01-04 <aheit@gollum>
* all: released initial version 0.1
* dbccopy: testcode for dbcWriter added
2009-01-02 <aheit@gollum>
* libcandbc: code for serializing DBC model added (dbcWriter)
2008-12-30 <aheit@gollum>
* dbcls: show_envvars implemented
* dbcls: show_valtables implemented
* libcandbc: added parsing of value tables
* libcandbc: added parsing of environment variables
2008-12-29 <aheit@gollum>
* libcanasc: allow DLC != 8
* libcanasc: created library for processing ASC files
2008-12-28 <aheit@gollum>
* configure.in: added dmalloc memory debugger
* configure.in: added efence memory debugger
2008-12-22 <aheit@gollum>
* dbcls: show_nodes implemented
* dbcls: show_messages implemented
* libcandbc: fixed some memory leaks
2008-12-01 <aheit@gollum>
* dbcls: show_signals implemented.
2008-11-23 <aheit@gollum>
* asctomat: bugfix: numeric mode must not skip non-digits
* asctomat: bugfix: loop over bus assignments was not terminated
after assigment has been found.
2008-11-11 <aheit@gollum>
* asctomat: flexible bus assigment added
2008-11-10 <aheit@gollum>
* asctomat: first implementation
2008-11-08 <aheit@gollum>
* libcandbc/lexer.l: allowed identifiers to start with an underscore
2008-09-25 <aheit@gollum>
* Started ChangeLog
2007-12-21 <aheit@gollum>
* Started Project