OSDN Git Service

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