forked from goeb/reqflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
349 lines (238 loc) · 13.7 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
2014-04-30 fred <[email protected]>
* dev/README-cross-libs.txt, dev/TEMPLATE.rqtf, dev/TODO, dev/win32env: add
doc about my cross-compiled libraries
* NEWS, dev/req.config, dev/req.creator, dev/req.files, dev/req.includes,
req.config, req.creator, req.files, req.includes: move qtcreator files to
directory 'dev'
* Makefile.in, configure, configure.ac, reqflow.iss, reqflow.iss.in: locate
reqflow-x.x.x-setup.exe in build directory
* test/docx_rev_marks.ref, test/envtest.in, test/html.ref, test/pdf.ref,
test/req-stat-docx-rm.stdout.ref, test/req-stat-docx-rm.test,
test/req-stat.stderr.ref, test/req-stat.stdout.ref, test/req-stat.test,
test/req-trac-html.stderr.ref, test/req-trac-html.stdout.ref,
test/req-trac-html.test, test/req-trac-pdf.stderr.ref,
test/req-trac-pdf.stdout.ref, test/req-trac-pdf.test,
test/req-trac.stderr.ref, test/req-trac.stdout.ref, test/req-trac.test,
test/trac1.ref, test/trac2.ref: tests ok for windows platform also
2014-04-29 fred <[email protected]>
* INSTALL, Makefile.am, Makefile.in, NEWS, README, compile, config.guess,
config.sub, configure, configure.ac, depcomp, install-sh, missing,
reqflow.iss, src/ReqDocumentDocx.cpp, src/ReqDocumentHtml.cpp,
src/ReqDocumentPdf.cpp, src/ReqDocumentTxt.cpp, src/main.cpp, src/req.h,
src/stringTools.cpp, src/stringTools.h, test/Makefile.in, test/envtest.in,
test/req-stat-docx-rm.test, test/req-stat.test, test/req-trac-html.test,
test/req-trac-pdf.test, test/req-trac.test: req renamed reqflow tests can be
relocated (make check)
2014-04-25 fred <[email protected]>
* NEWS, src/main.cpp, src/req.cpp, test/docx_rev_marks.ref: test regex on
stdin and reomve the "Ok." when there is no error.
2014-04-24 fred <[email protected]>
* Makefile.am, Makefile.in, configure, configure.ac, src/ReqDocumentDocx.cpp,
src/ReqDocumentDocx.h: redesign loadDocxXmlNode slightly & strip req.exe
* Makefile.in, aclocal.m4, configure, configure.ac, src/ReqDocumentDocx.cpp,
src/config.h.in, test/Makefile.am, test/Makefile.in,
test/docx_rev_marks.docx, test/docx_rev_marks.ref, test/docx_rev_marks.req,
test/req-stat-docx-rm.test: manage "moveFrom" in docx documents "moveFrom"
indicates text that has been moved somewhere else and that is kept for
displaying the revision marks in Word. Therefore req should ignore it.
v1.3.2 initiated
2014-04-23 Clément DAVID <[email protected]>
* Makefile.am, Makefile.in: Autotools: Remove Fedora only workaround. A fix
is in progress, see https://bugzilla.redhat.com/show_bug.cgi?id=1089380 .
* src/ReqDocumentDocx.cpp, src/ReqDocumentHtml.cpp,
src/main_testStringCompare.cpp: Fix some warnings on printf
2014-04-22 fred <[email protected]>
* CHANGES, src/ReqDocumentDocx.cpp, src/global.h: docx input: ignore deleted
text (revision marks)
2014-04-22 Clément DAVID <[email protected]>
* .gitignore, Makefile.am, Makefile.in, test/Makefile.am, test/Makefile.in:
Autotools: "distclean" clean any generated files git clean -Xd can be use to
check generated files
* Makefile.am, Makefile.in: Autotools mingw: clean the generated InnoSetup
exe file
* .gitignore, AUTHORS, CHANGES, ChangeLog, INSTALL, Makefile.am, Makefile.in,
NEWS, README, README-win.txt, README.md, aclocal.m4, bin/gitlog2changelog.py,
compile, config.guess, config.sub, configure, configure.ac, depcomp,
install-sh, missing, reqflow.iss, src/config.h.in, test/Makefile.am,
test/Makefile.in: Use automake 1.11 instead of 1.13 * Switch to GNU
conventions (ChangeLog, NEWS, AUTHORS, README) * Call InnoSetup (through
wine) while after cross-compiling * Add a script to generate the ChangeLog
using git log
2014-04-18 Clément DAVID <[email protected]>
* .gitignore, COPYING, Makefile.am, Makefile.in, aclocal.m4, compile,
configure, configure.ac, src/config.h, src/config.h.in, src/dateTools.cpp,
src/global.h, src/main_pdf.cpp, src/main_regex.c,
src/main_testStringCompare.cpp, src/main_unzip.c, src/main_xml.c,
src/pdf.cpp, src/regex.c, src/testStringCompare.cpp, src/unzip.c, src/xml.c:
Switch the windows build to Autotools. Also compile main tests to
non-installed binaries
* .gitignore, COPYING, INSTALL, LICENSE, Makefile, Makefile.am, Makefile.in,
aclocal.m4, config.guess, config.h.in, config.sub, configure, configure.ac,
depcomp, install-sh, missing, src/.gitignore, src/ReqDocumentDocx.cpp,
src/ReqDocumentHtml.cpp, src/ReqDocumentPdf.cpp, src/ReqDocumentTxt.cpp,
src/StringIt.cpp, src/config.h, src/config.h.in, src/dateTools.cpp,
src/global.h, src/logging.cpp, src/main.cpp, src/parseConfig.cpp,
src/renderingHtml.cpp, src/req.cpp, src/stringTools.cpp, test-driver,
test/.gitignore, test/Makefile, test/Makefile.am, test/Makefile.in,
test/req-stat.test, test/req-trac-html.test, test/req-trac-pdf.test,
test/req-trac.test: Switch to the Autotools to manage compile
2014-04-06 fred <fred@fred1>
* CHANGES, LICENSE, README-win.txt, reqflow.iss, src/global.h, src/main.cpp:
finish windows installer with README
* CHANGES, Makefile, reqflow.iss, src/main.cpp: windows installer
2014-04-03 fred <fred@fred1>
* reqflow.iss, src/main.cpp: inno setup file
* CHANGES, src/logging.cpp, src/logging.h, src/main.cpp: launch web browser
in Windows (cmdOpen)
* bin/reqReport.bat, src/dateTools.cpp, src/dateTools.h, src/logging.cpp,
src/logging.h, src/main.cpp, src/renderingHtml.cpp, src/stringTools.cpp,
src/stringTools.h: direct opening of config file (usage case 2)
2014-03-26 fred <fred@fred1>
* CHANGES, req.files, src/StringIt.cpp, src/StringIt.h, src/global.h,
src/main.cpp, src/req.cpp, src/req.h: -type option in config file
2014-03-10 fred <fred@fred1>
* src/main.cpp, src/renderingHtml.cpp, src/req.cpp, src/req.h, test/conf.req:
documents in config may be broken in several lines
* LICENSE, src/ReqDocumentDocx.cpp, src/ReqDocumentDocx.h,
src/ReqDocumentHtml.cpp, src/ReqDocumentHtml.h, src/ReqDocumentPdf.cpp,
src/ReqDocumentPdf.h, src/ReqDocumentTxt.cpp, src/ReqDocumentTxt.h,
src/dateTools.cpp, src/dateTools.h, src/global.h, src/logging.cpp,
src/logging.h, src/main.cpp, src/parseConfig.cpp, src/parseConfig.h,
src/renderingHtml.cpp, src/renderingHtml.h, src/req.cpp, src/req.h,
src/stringTools.cpp, src/stringTools.h: clarify license: GPLv2+
2014-03-06 fred <fred@fred1>
* src/renderingHtml.cpp, test/SPEC.docx, test/TEST.txt, test/pdf.ref,
test/trac1.ref, test/trac2.ref: improve HTML report
2014-03-05 fred <fred@fred1>
* CHANGES, src/global.h: v1.2.1
* src/ReqDocumentHtml.cpp, src/ReqDocumentPdf.cpp, src/ReqDocumentTxt.cpp:
finalize req text at end of documents
2014-03-04 fred <fred@fred1>
* src/renderingHtml.cpp, src/req.cpp, src/req.h: errors displayed for each
document in HTML page
* src/ReqDocumentDocx.cpp, src/main.cpp, src/renderingHtml.cpp, src/req.cpp,
src/req.h, src/stringTools.cpp, src/stringTools.h, test/SPEC.docx,
test/html.ref, test/pdf.ref, test/trac1.ref, test/trac2.ref: review & errors
organized by document
2014-03-03 fred <fred@fred1>
* src/ReqDocumentDocx.cpp, src/ReqDocumentDocx.h, src/ReqDocumentHtml.cpp,
src/ReqDocumentHtml.h, src/ReqDocumentPdf.cpp, src/ReqDocumentPdf.h,
src/ReqDocumentTxt.cpp, src/ReqDocumentTxt.h, src/main.cpp,
src/renderingHtml.cpp, src/req.cpp, src/req.h: use pointers
2014-02-26 fred <fred@fred1>
* src/ReqDocumentTxt.cpp, src/main.cpp, src/req.cpp, src/req.h: capture the
text of requirements (not tested)
* src/ReqDocumentHtml.cpp, src/req.cpp, src/req.h, test/conf.req,
test/html.req, test/pdf.ref, test/pdf.req, test/trac1.ref, test/trac2.ref:
allow several refs on same line & fix HTML scanning
2014-02-25 fred <fred@fred1>
* req.files, req.includes, src/ReqDocumentDocx.cpp, src/main.cpp,
src/req.cpp, src/req.h, test/SPEC.docx, test/TEST.txt, test/conf.req:
getAllPatterns in progress
2014-02-23 fred <fred@fred1>
* test/SPEC.docx, test/SPEC.pdf, test/TEST.txt, test/conf.req, test/pdf.ref,
test/pdf.req, test/trac1.ref, test/trac2.ref: take example on man printf
2014-02-21 Frederic Hoerni <[email protected]>
* src/req.cpp, src/req.h, src/stringTools.cpp, src/stringTools.h,
src/testStringCompare.cpp: use alpha num sorting of requirements The purpose
is to keep the order of paragraphs.
2014-02-19 fred <fred@fred1>
* Makefile, src/global.h: v1.2.0, make WIN release, generate zip
* Makefile, src/main.cpp: build WIN32 with static libs poppler, iconv
2014-02-18 fred <fred@fred1>
* Makefile, src/renderingHtml.cpp, src/stringTools.cpp, src/stringTools.h:
fix CSS position "absolute" of error box
2014-02-16 fred <fred@fred1>
* src/global.h, src/main.cpp, test/Makefile, test/html.ref, test/pdf.ref,
test/req2.conf, test/req3.conf, test/trac1.ref, test/trac2.ref: invert
upstream/downstream (text and csv output)
* src/ReqDocumentHtml.cpp, src/ReqDocumentHtml.h, src/req.h: support for
input HTML documents
2014-02-15 fred <fred@fred1>
* Makefile, req.files, src/ReqDocumentDocx.cpp, src/ReqDocumentHtml.cpp,
src/ReqDocumentHtml.h, src/dateTools.cpp, src/dateTools.h, src/logging.h,
src/main.cpp, src/parseConfig.cpp, src/renderingHtml.cpp,
src/stringTools.cpp, src/stringTools.h, test/SPEC.html, test/TEST.html,
test/html.req: add support for HTML documents (in progress)
* test/SPEC.docx, test/conf.req: add undefined referenced requirement in docx
2014-02-12 fred <fred@fred1>
* bin/reqReport.bat, src/global.h, src/renderingHtml.cpp: reqReport.bat
* src/global.h, src/main.cpp, src/req.h, test/Makefile, test/conf.req,
test/req-rfc2246.conf, test/req.conf, test/req2.conf, test/req3.conf,
test/rfc2246-spec.pdf, test/rfc2246-test.txt, test/rfc2246.pdf,
test/rfc2246.req, test/rfc2246.txt, test/test-rfc2246.txt: v1.1
* src/ReqDocumentDocx.cpp, src/main.cpp, src/renderingHtml.cpp,
src/renderingHtml.h, src/req.cpp, test/req.conf: support ODT, prevent
recursive defines
* src/main.cpp, test/req-rfc2246.conf, test/req.conf: define keyword in conf
file
2014-02-12 Frederic Hoerni <[email protected]>
* src/main.cpp, src/renderingHtml.cpp: HTML report takes -nocov into account
* src/ReqDocumentDocx.cpp, src/ReqDocumentDocx.h, src/ReqDocumentPdf.cpp,
src/ReqDocumentPdf.h, src/ReqDocumentTxt.cpp, src/ReqDocumentTxt.h,
src/main.cpp, src/renderingHtml.cpp, src/req.cpp, src/req.h: command dump and
option -nocov
2014-02-11 fred <fred@fred1>
* src/renderingHtml.cpp, test/req-rfc2246.conf, test/req.conf,
test/rfc2246.pdf, test/rfc2246.txt, test/test-rfc2246.txt: improve HTML
styles and add test files
2014-02-11 Frederic Hoerni <[email protected]>
* src/ReqDocumentDocx.cpp, test/req.conf: support opend ocument (.docx)
2014-02-10 fred <fred@fred1>
* req.config, req.creator, req.files, req.includes, src/main.cpp,
src/req.cpp, src/req.h, test/req.conf, test/req2.conf, test/req3.conf:
replace -tag by -req in req.conf
* Makefile, src/global.h, src/main.cpp: win32 build ok
2014-02-09 fred <fred@fred1>
* Makefile, src/global.h, src/main.cpp, src/req.h, test/Makefile,
test/req.conf, test/req2.conf, test/req3.conf: work for WIN32 build, but no
yet ok
* src/main.cpp, src/renderingHtml.cpp, src/req.cpp, src/req.h, test/TEST.txt,
test/req.conf: dependency graph && links in HTML report
2014-02-06 fred <fred@fred1>
* src/main.cpp, src/renderingHtml.cpp, src/renderingHtml.h, src/req.cpp,
src/req.h, test/TEST.txt: html summary
* Makefile, src/main.cpp, src/parseConfig.cpp, src/renderingHtml.cpp,
src/renderingHtml.h, src/req.cpp, src/req.h, test/TEST.txt: PUSH_ERROR
2014-02-05 fred <fred@fred1>
* src/main.cpp, test/req2.conf: export to csv format
* src/main.cpp, test/Makefile: command cov [-r]
2014-02-05 Frederic Hoerni <[email protected]>
* src/ReqDocumentTxt.cpp, src/req.cpp: improve some error logging
* src/ReqDocumentDocx.cpp, src/main.cpp, src/req.cpp: add total in summary of
several files
2014-02-04 fred <fred@fred1>
* Makefile, src/ReqDocumentDocx.cpp, src/ReqDocumentDocx.h,
src/ReqDocumentPdf.cpp, src/ReqDocumentPdf.h, src/ReqDocumentTxt.cpp,
src/ReqDocumentTxt.h, src/importerDocx.cpp, src/importerDocx.h,
src/importerPdf.cpp, src/importerPdf.h, src/importerTxt.cpp,
src/importerTxt.h, src/main.cpp, src/req.cpp, src/req.h, test/req.conf: fix
-stop-after for txt, pdf, docx
* src/importerPdf.cpp, src/importerPdf.h, src/main.cpp, src/req.cpp,
src/req.h, test/Makefile, test/SPEC.docx, test/SPEC.pdf, test/TEST.txt,
test/req.conf: rework with classes
2014-02-04 Frederic Hoerni <[email protected]>
* src/main.cpp, test/req.conf: minor change
* Makefile, src/importerDocx.cpp, src/importerDocx.h, src/importerPdf.cpp,
src/importerPdf.h, src/main.cpp, src/req.h: -start-after and -stop-after
* Makefile, src/importerPdf.cpp, src/importerPdf.h, src/req.h, test/TEST.txt,
test/req.conf: not compiling yet...
2014-02-03 fred <fred@fred1>
* Makefile, src/importerDocx.cpp, src/importerDocx.h, src/importerTxt.cpp,
src/importerTxt.h, src/main.cpp, src/req.cpp, src/req.h: separate files for
importers
2014-02-02 fred <fred@fred1>
* src/main.cpp, test/TEST.txt: coverage matrixes
* Makefile, src/main.cpp, src/regex.c, test/req.conf: list requirements, and
coverage
* src/main.cpp, test/TEST.txt, test/req.conf, test/req2.conf, test/req3.conf:
capture requirements from text file
* src/logging.h, src/main.cpp: shor logging by default
2014-02-01 fred <fred@fred1>
* Makefile, req.conf, src/logging.cpp, src/main.cpp, src/parseConfig.cpp,
src/parseConfig.h, test/SPEC.docx, test/TEST.txt, test/req.conf, toto.docx:
in progress...
* Makefile, src/dateTools.cpp, src/dateTools.h, src/global.h,
src/logging.cpp, src/logging.h, src/main.cpp: main
* README.md, req.conf, src/Makefile, src/xml.c: add xml parsing sample
* README.md, src/unzip.c, toto.docx: add unzip.c