OSDN Git Service

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