OSDN Git Service

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