OSDN Git Service

print usage when file not specified.
[ccunit/ccunit.git] / ChangeLog
1 2003-09-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
2
3         * configure.ac: add prefix to macros in config.h
4
5         * tests/runSuccess.c, tests/runFailure.c: delete duplicate includes
6
7         * tests/Makefile.am: delete invalid flag
8
9         * src/tools/ccunit_makeSuite.c: delete duplicate includes
10
11         * src/tools/Makefile.am, src/ccunit/Makefile.am: delete invalid flag
12
13         * src/ccunit/CCUnitWriteSuite.c: delete duplicate includes
14
15         * src/ccunit/CCUnitVersion.c: add prefix to config macros
16
17         * src/ccunit/CCUnitTestSuite.c: delete duplicate includes
18
19         * src/ccunit/CCUnitTestRunner.c: delete duplicate includes
20         add prefix to config macros
21
22         * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
23         delete duplicate includes
24
25         * src/ccunit/CCUnitTestCase.h: add config header
26
27         * src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitReadSuite.c:
28         delete duplicate includes
29
30         * src/ccunit/CCUnitMakeSuite.c: add prefix to config macros
31
32         * src/ccunit/CCUnitList.h: delete duplicate includes
33
34         * src/ccunit/CCUnitConfig.h: add prefix to config macros
35
36         * src/ccunit/CCUnitAssert.h: add missing quad_t condition
37         add prefix to config macros
38
39         * src/ccunit/CCUnitAssert.c: add missing quad_t condition
40
41         * doc/mainpage.dox: add Id
42
43         * doc/Makefile.am: add mainpage.dox
44
45         * config/ac_create_prefix_config_h.m4: new
46
47 2003-09-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
48
49         * NEWS, configure.ac: update version
50
51         * src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitTestSuite.h:
52         add doxycomment
53
54         * src/ccunit/CCUnitTestSuite.c: delete doxycomment
55
56         * src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitList.h:
57         add doxycomment
58
59         * src/ccunit/CCUnitConfig.h: move typdefs to CCUnitAssert.h
60
61         * src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c: add doxycomment
62
63         * src/ccunit/CCUnit.h: moved mainpage comment to doc/mainpage.dox
64
65         * doc/mainpage.dox: new
66
67         * doc/Doxyfile.in: add mainpage source file to input
68
69         * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c:
70         remade more type safe function
71
72         * configure.ac: check u_XXXX types
73
74 2003-09-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
75
76         * doc/Doxyfile.in: change DOT to DOT_PATH
77
78         * config/arg_with_doxygen.m4: output DOT_PATH variable
79
80         * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
81         add cleanup files
82
83         * src/ccunit/CCUnitReadSuite.c: change include header
84
85         * src/ccunit/CCUnitMakeSuite.c: removed unused header
86
87         * src/Makefile.am: add cleanup file
88
89         * doc/Makefile.am: add cleanup file
90         add dist target
91
92         * bootstrap: add autoheader option
93
94         * Makefile.am: add cleanup files
95
96         * NEWS: add release news
97
98         * configure.ac: change version
99
100         * src/ccunit/CCUnit.h: add mainpage comment
101
102         * src/tools/Makefile.am: add dependencies
103
104         * src/tools/ccunit_makeSuite.c: add doxycomment
105
106         * tests/makeTest.c: delete
107
108         * tests/testReadSuite.c: new
109
110         * src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestFailure.h:
111         rename from CCUnitFailure.[ch]
112
113         * src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h:
114         rename to CCUnitTestFailure.[ch]
115
116         * config/cu_enable_doxygen.m4: rename to with_argument_doxygen.m4
117
118         * src/ccunit/Makefile.am: add new files
119
120         * src/ccunit/CCUnitWriteSuite.c: add doxycomment
121         The role of the test fixture was exchanged for the test
122         case.
123
124         * src/ccunit/CCUnitVersion.c: add doxycomment
125
126         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
127         add doxycomment
128         The role of the test fixture was exchanged for the test
129         case.
130
131         * src/ccunit/CCUnitTestRunner.h: add doxycomment
132
133         * src/ccunit/CCUnitTestRunner.c: add doxycomment
134         The role of the test fixture was exchanged for the test
135         case.
136
137         * src/ccunit/CCUnitTestResult.h: add doxycomment
138
139         * src/ccunit/CCUnitTestResult.c: add doxycomment
140         The role of the test fixture was exchanged for the test
141         case.
142
143         * src/ccunit/CCUnitTestListener.h: add doxycomment
144
145         * src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
146         add doxycomment
147         The role of the test fixture was exchanged for the test
148         case.
149
150         * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c: add doxycomment
151
152         * src/ccunit/CCUnitMakeSuite.h:
153         include prototypes of ReadSuite and WriteSuite
154
155         * src/ccunit/CCUnitReadSuite.c: add doxycomment
156         The role of the test fixture was exchanged for the test
157         case.
158         tried to ignore the command of doxygen.
159
160         * src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitLogMessage.c:
161         add doxycomment
162
163         * src/ccunit/CCUnitList.h:
164         The position of the struct was collected in every group which related.
165
166         * src/ccunit/CCUnitList.c:
167         The position of the function was collected in every group which related.
168
169         * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h: add doxycomment
170
171         * src/ccunit/CCUnitAssert.c: add doxycomment and change function name
172
173         * src/Makefile.am: add new file and change file name
174
175         * doc/Makefile.am: add dependent files
176
177         * doc/FAQ: new
178
179         * doc/Doxyfile.in: include tools source
180         set DOT_PATH
181
182         * config/arg_with_doxygen.m4: rename cu_enable_doxygen.m4
183
184         * configure.ac: change enable doxygen argument to with argument
185
186 2003-09-11  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
187
188         * ChangeLog: add changes
189
190         * tests/testSuite.c: corresponding to new library version.
191
192         * tests/Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
193
194         * NEWS: add news of new version
195
196         * configure.ac: change version
197
198         * doc/Makefile.am: disable man support
199
200         * doc/Doxyfile.in: make MAN_OUTPUT to NO
201
202         * src/ccunit/CCUnitReadSuite.c: add convenience function
203
204         * src/ccunit/CCUnitMakeSuite.h: make function to inline
205
206         * src/ccunit/Makefile.am: add new files
207
208         * src/ccunit/CCUnitWriteTestAdd.c: rename to CCUnitWriteSuite.c
209
210         * src/ccunit/CCUnitWriteSuite.c: rename from WriteTestAdd
211
212         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
213         add convenience function
214
215         * src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestListener.h:
216         change TestCase to TestFixture
217
218         * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h: new
219
220         * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
221         TestFixture was separated from TestCase.
222
223         * src/ccunit/CCUnitMakeSuite.h: rename some structure and function
224
225         * src/ccunit/CCUnitReadSuite.c: new
226
227         * src/ccunit/CCUnitReadTestDef.c: rename to CCUniteReadSuite.c
228
229         * src/ccunit/CCUnitMakeSuite.c: Change the function name.
230         Tried to do the error check of the object creation.
231
232 2003-09-10  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
233
234         * src/ccunit/CCUnitConfig.h: remove print format string
235
236         * src/Makefile.am: add CCUnitTestFixture.h
237
238         * configure.ac: add memset check
239
240 2003-09-09  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
241
242         * src/ccunit/CCUnitReadTestDef.c: integrated test func to test case
243
244         * src/tools/ccunit_makeTest.c: rename to makeSuite
245
246         * configure.ac: A revision was renewed.
247
248         * doc/Doxyfile.in: add predefined macro
249
250         * src/ccunit/CCUnitReadTestDef.c: The most part is changed.
251
252         * src/ccunit/CCUnitTestSuite.h: change comments
253
254         * src/ccunit/CCUnitTestSuite.c: The most part is changed.
255
256         * src/ccunit/CCUnitTestRunner.h: add doxycomment
257
258         * src/ccunit/CCUnitTestRunner.c:
259         It is changed because the definition of the size type varies in the environment.
260
261         * src/ccunit/CCUnitTestResult.h: Delete unise function
262
263         * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
264         Integrate TestFunc class to TestCase class
265
266         * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c:
267         Cange Test class to interface
268
269         * src/ccunit/CCUnitMakeSuite.h: add doxycomment
270
271         * src/ccunit/CCUnitAssert.c: rename jmp_buf
272
273         * src/tools/Makefile.am: rename makeTest to makeSuite
274
275         * src/tools/ccunit_makeSuite.c: rename from makeTest
276
277         * doc/header.html: fix project name and site url.
278
279         * doc/footer.html: fix mail address
280
281 2003-09-08  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
282
283         * NEWS: add new revision
284
285         * ChangeLog.0: new
286
287         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h:
288         add doxycomment
289
290         * src/ccunit/CCUnitList.c: delete duplicate doxycomment
291
292         * tests/Makefile.am: test case files are collected in the configure.
293
294         * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
295
296         * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
297
298         * src/ccunit/CCUnitFailure.c:
299         don't print expect/actual pair if their are NULL.
300
301         * configure.ac: update revision.
302         add test case file collect code.
303
304         * src/ccunit/CCUnitLogMessage.h: add C mode tag
305
306         * src/ccunit/CCUnitLogMessage.c: add doxycomment and copyright header
307
308         * src/ccunit/CCUnitList.h, src/ccunit/CCUnitList.c: add doxycomment
309
310         * src/ccunit/CCUnitConfig.h: add doxycomment
311         add stdbool.h fall down definition
312
313         * src/ccunit/CCUnitAssert.h: add doxycomment
314
315         * Makefile.am: add ChangeLog to EXTRA_DIST
316
317 2003-09-07  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
318
319         * doc/footer.html: fix hosting site name
320
321         * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitWriteTestAdd.c, src/ccunit/Makefile.am, src/ccunit/malloc.c, src/ccunit/realloc.c, src/ccunit/strdup.c, src/tools/.cvsignore, src/tools/Makefile.am, src/tools/ccunit_makeTest.c, tests/.cvsignore, tests/Makefile.am, tests/failAssert.c, tests/makeTest.c, tests/runFailure.c, tests/runSuccess.c, tests/testAssert.c, tests/testSuite.c:
322
323         * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitWriteTestAdd.c, src/ccunit/Makefile.am, src/ccunit/malloc.c, src/ccunit/realloc.c, src/ccunit/strdup.c, src/tools/.cvsignore, src/tools/Makefile.am, src/tools/ccunit_makeTest.c, tests/.cvsignore, tests/Makefile.am, tests/failAssert.c, tests/makeTest.c, tests/runFailure.c, tests/runSuccess.c, tests/testAssert.c, tests/testSuite.c:
324         New file.
325
326         * doc/Makefile.am, doc/header.html, src/.cvsignore, src/Makefile.am, src/ccunit/.cvsignore, src/ccunit/CCUnit.h, src/ccunit/CCUnitAssert.c, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h, src/ccunit/CCUnitList.c, src/ccunit/CCUnitList.h, src/ccunit/CCUnitLogMessage.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitReadTestDef.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTestCase.c:
327
328         * doc/Makefile.am, doc/header.html, src/.cvsignore, src/Makefile.am, src/ccunit/.cvsignore, src/ccunit/CCUnit.h, src/ccunit/CCUnitAssert.c, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h, src/ccunit/CCUnitList.c, src/ccunit/CCUnitList.h, src/ccunit/CCUnitLogMessage.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitReadTestDef.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTestCase.c:
329         New file.
330
331         * COPYING.LESSER, INSTALL, Makefile.am, NEWS, README, README-alpha, TODO, config/.cvsignore, config/cu_enable_doxygen.m4, doc/.cvsignore, doc/Doxyfile.in, doc/footer.html:
332
333         * COPYING.LESSER, INSTALL, Makefile.am, NEWS, README, README-alpha, TODO, config/.cvsignore, config/cu_enable_doxygen.m4, doc/.cvsignore, doc/Doxyfile.in, doc/footer.html:
334         New file.
335
336         * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
337
338         * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
339         New file.