OSDN Git Service

add libtool
[ccunit/ccunit.git] / ChangeLog
index cef937f..2f3dca9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,154 @@
+2010-08-23  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitMakeSuite.h:
+       added the @brief comment in English explanation.
+
+       * doc/cookbook.dox:
+       added the English explanation to helper_tool sections.
+
+2010-08-22  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * doc/cookbook.dox: added the English explanation to some sections.
+
+       * doc/Doxyfile.in:
+       remove value of IMAGE_PATH tag, because it is not exists.
+
+       * doc/cookbook.dox:
+       added the English explanation to the section test_runner.
+
+       * doc/cookbook.dox: adjusted the link.
+
+       * doc/mainpage.dox: The title of the group was made the capital case.
+
+       * doc/Doxyfile.in: Changed the QUIET tag to YES.
+
+       * doc/cookbook.dox:
+       I added the English explanation to the section simple_test_case.
+
+       * doc/mainpage.dox: Changed the title of Assertions group.
+       Added the english brief.
+
+       * src/ccunit/CCUnitAssert.h:
+       I replaced the turn of the macro definitions so that the Doxygen document might be easy to read.
+
+       * doc/mainpage.dox:
+       add URL attribute to the nodes in graph StructureCollaboration.
+
+       * src/ccunit/CCUnitTestFixture.h: removed
+
+       * src/ccunit/CCUnitPrintSuite.c: Erased the traces of Fixture.
+
+       * src/ccunit/CCUnitMakeSuite.h: BNF in the comment was made simple.
+
+       * examples/complex/runTestSuiteAuto.c:
+       Changed to run by the test runner.
+
+       * examples/complex/runTestSuite.c:
+       Moved the code of the suite_test_complex function into the main function. Because the explanation is easy to give this by the document.
+
+       * examples/complex/Makefile.am:
+       Deleted the runTestRunner program which became unnecessary.
+
+       * doc/dots/StructCollabo.dot: grouping the test functions into cluster.
+
+       * doc/dots/.cvsignore: add new
+
+       * doc/mainpage.dox:
+       Maybe @dotfile command has some bugs. So I made the outside file into inside.
+
+       * doc/mainpage.dox:
+       add japanese section into sample_programs group title.
+
+       * doc/cookbook.dox: added missing endif
+
+       * doc/Makefile.am: add dot file to dist source files.
+
+       * doc/mainpage.dox:
+       The figure which I described in the document directly was made the outside file, and I tried so that it could share it with other pages.
+
+       * doc/dots/StructCollabo.dot: add new
+
+       * doc/cookbook.dox, doc/mainpage.dox:
+       I arranged the explanation of the sample program which dispersed in one place.
+
+2010-08-21  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * doc/cookbook.dox: remove the post_build_check section.
+       add the sample_programs section.
+
+       * doc/cookbook.dox: revised the helper_tool section.
+
+       * doc/cookbook.dox: revised the suite section.
+
+       * doc/cookbook.dox:
+       Removed the process list with was not an explanation.
+
+       * doc/cookbook.dox:
+       Revised the figure of relations between test case and global variables.
+
+       * doc/cookbook.dox: move test runner section in the front.
+       change the sample code to the detailed thing.
+
+       * src/ccunit/CCUnitTestCase.h:
+       add delete function ccunit_deleteTestCase().
+
+       * src/ccunit/CCUnitTestCase.c:
+       add setup_setUp/setup_tearDown delete code.
+       add delete function ccunit_deleteTestCase().
+
+       * examples/complex/runTestCaseSetup.c: to run with test runner
+
+       * examples/complex/runTestCaseRunner.c, examples/complex/runTestCase.c:
+       add memory deleting code
+
+       * examples/complex/.cvsignore: add new
+
+       * examples/complex/runTestCaseRunner.c, examples/complex/runTestCaseSetup.c:
+       insert this year in Copyright strig
+
+       * examples/complex/Makefile.am:
+       add runTestCaseRunner for TestRunner example
+
+       * examples/complex/testComplexSetup.c: change header search path
+
+       * examples/complex/runTestCaseRunner.c: TestRunner example
+
+       * doc/cookbook.dox:
+       Revised the contents of the section setUp_and_tearDown
+
+2010-08-20  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * doc/cookbook.dox:
+       Revised the contents of the section simple_test_case.
+
+       * examples/complex/testComplex.c: make simple.
+
+2010-08-20  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitTestFunc.h: remove duplicated prototype.
+
+       * configure.ac: upgrade version number
+
+       * NEWS: add new news.
+
+       * src/ccunit/CCUnitTestFixture.h: fix doxygen comment error
+
+       * doc/cookbook.dox: add setup_setUp/setup_tearDown to each figure
+
+       * doc/mainpage.dox: fix doxygen command error
+
+       * src/ccunit/CCUnitMakeSuite.h:
+       add comment for setup_setUp/setup_tearDown of BNF.
+
 2010-08-19  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
+       * doc/cookbook.dox, doc/mainpage.dox:
+       specify whether setUp/tearDown isn't necessarily needed.
+
+       * ChangeLog: add log.
+
+       * AUTHORS: change mail address.
+
        * src/ccunit/CCUnitTestFixture.c:
        add functions for fixture setUp/tearDown.
        ASSERT tried in the setUp function in the unsuccessful case