OSDN Git Service

add comment
[ccunit/ccunit.git] / ChangeLog
index 6ef7875..5cd5f11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-09-11  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+2003-09-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * testSuite.c: corresponding to new library version.
+       * configure.ac: add prefix to macros in config.h
 
-       * Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
+       * tests/runSuccess.c, tests/runFailure.c: delete duplicate includes
 
-2003-09-11  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+       * tests/Makefile.am: delete invalid flag
+
+       * src/tools/ccunit_makeSuite.c: delete duplicate includes
+
+       * src/tools/Makefile.am, src/ccunit/Makefile.am: delete invalid flag
+
+       * src/ccunit/CCUnitWriteSuite.c: delete duplicate includes
+
+       * src/ccunit/CCUnitVersion.c: add prefix to config macros
+
+       * src/ccunit/CCUnitTestSuite.c: delete duplicate includes
+
+       * src/ccunit/CCUnitTestRunner.c: delete duplicate includes
+       add prefix to config macros
+
+       * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
+       delete duplicate includes
+
+       * src/ccunit/CCUnitTestCase.h: add config header
+
+       * src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitReadSuite.c:
+       delete duplicate includes
+
+       * src/ccunit/CCUnitMakeSuite.c: add prefix to config macros
+
+       * src/ccunit/CCUnitList.h: delete duplicate includes
+
+       * src/ccunit/CCUnitConfig.h: add prefix to config macros
+
+       * src/ccunit/CCUnitAssert.h: add missing quad_t condition
+       add prefix to config macros
+
+       * src/ccunit/CCUnitAssert.c: add missing quad_t condition
+
+       * doc/mainpage.dox: add Id
+
+       * doc/Makefile.am: add mainpage.dox
+
+       * config/ac_create_prefix_config_h.m4: new
+
+2003-09-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * NEWS, configure.ac: update version
+
+       * src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitTestSuite.h:
+       add doxycomment
+
+       * src/ccunit/CCUnitTestSuite.c: delete doxycomment
+
+       * 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:
+       add doxycomment
+
+       * src/ccunit/CCUnitConfig.h: move typdefs to CCUnitAssert.h
+
+       * src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c: add doxycomment
+
+       * src/ccunit/CCUnit.h: moved mainpage comment to doc/mainpage.dox
+
+       * doc/mainpage.dox: new
+
+       * doc/Doxyfile.in: add mainpage source file to input
+
+       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c:
+       remade more type safe function
+
+       * configure.ac: check u_XXXX types
+
+2003-09-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * doc/Doxyfile.in: change DOT to DOT_PATH
+
+       * config/arg_with_doxygen.m4: output DOT_PATH variable
+
+       * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
+       add cleanup files
+
+       * src/ccunit/CCUnitReadSuite.c: change include header
+
+       * src/ccunit/CCUnitMakeSuite.c: removed unused header
+
+       * src/Makefile.am: add cleanup file
+
+       * doc/Makefile.am: add cleanup file
+       add dist target
+
+       * bootstrap: add autoheader option
+
+       * Makefile.am: add cleanup files
+
+       * NEWS: add release news
+
+       * configure.ac: change version
+
+       * src/ccunit/CCUnit.h: add mainpage comment
+
+       * src/tools/Makefile.am: add dependencies
+
+       * src/tools/ccunit_makeSuite.c: add doxycomment
+
+       * tests/makeTest.c: delete
+
+       * tests/testReadSuite.c: new
+
+       * src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestFailure.h:
+       rename from CCUnitFailure.[ch]
+
+       * src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h:
+       rename to CCUnitTestFailure.[ch]
+
+       * config/cu_enable_doxygen.m4: rename to with_argument_doxygen.m4
+
+       * src/ccunit/Makefile.am: add new files
+
+       * src/ccunit/CCUnitWriteSuite.c: add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+
+       * src/ccunit/CCUnitVersion.c: add doxycomment
+
+       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
+       add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+
+       * src/ccunit/CCUnitTestRunner.h: add doxycomment
+
+       * src/ccunit/CCUnitTestRunner.c: add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+
+       * src/ccunit/CCUnitTestResult.h: add doxycomment
+
+       * src/ccunit/CCUnitTestResult.c: add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+
+       * src/ccunit/CCUnitTestListener.h: add doxycomment
+
+       * src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
+       add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+
+       * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c: add doxycomment
+
+       * src/ccunit/CCUnitMakeSuite.h:
+       include prototypes of ReadSuite and WriteSuite
+
+       * src/ccunit/CCUnitReadSuite.c: add doxycomment
+       The role of the test fixture was exchanged for the test
+       case.
+       tried to ignore the command of doxygen.
+
+       * src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitLogMessage.c:
+       add doxycomment
+
+       * src/ccunit/CCUnitList.h:
+       The position of the struct was collected in every group which related.
+
+       * src/ccunit/CCUnitList.c:
+       The position of the function was collected in every group which related.
+
+       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h: add doxycomment
+
+       * src/ccunit/CCUnitAssert.c: add doxycomment and change function name
+
+       * src/Makefile.am: add new file and change file name
+
+       * doc/Makefile.am: add dependent files
+
+       * doc/FAQ: new
+
+       * doc/Doxyfile.in: include tools source
+       set DOT_PATH
+
+       * config/arg_with_doxygen.m4: rename cu_enable_doxygen.m4
+
+       * configure.ac: change enable doxygen argument to with argument
+
+2003-09-11  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
+
+       * ChangeLog: add changes
+
+       * tests/testSuite.c: corresponding to new library version.
+
+       * tests/Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
+
+       * NEWS: add news of new version
+
+       * configure.ac: change version
 
        * doc/Makefile.am: disable man support
 
        * src/ccunit/CCUnitMakeSuite.c: Change the function name.
        Tried to do the error check of the object creation.
 
-2003-09-10  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+2003-09-10  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
 
        * src/ccunit/CCUnitConfig.h: remove print format string