OSDN Git Service

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