OSDN Git Service

upgraded version
[ccunit/ccunit.git] / src /
2013-07-12 tsntsumiMade end-case and end-suite comments omissible.
2013-07-11 tsntsumifixed typo
2013-07-06 tsntsumiChanged encoding EUC-JP to UTF-8.
2013-07-06 tsntsumiAdded '2013' in copyrights
2013-07-06 tsntsumiDeleted the unused source file for Fixture.
2013-07-06 tsntsumiAdd assert macros for double and float.
2013-07-06 tsntsumiChanged the type of snprintf's format string.
2013-07-06 tsntsumiFixed miss spelling.
2013-07-06 tsntsumiChanged char pointer to char array.
2013-07-03 tsntsumiConverted cvsignore to gitignore.
2013-07-03 tsntsumiRenamed .cvsignore to .gitignore.
2013-07-03 tsntsumiRenamed setup_setUp/setup_tearDown to setUpBeforeClass...
2010-08-27 tsntsumimodified the Japanese pronunciation of 'suite'.
2010-08-27 tsntsumiadd clean file.
2010-08-27 tsntsumiinserted the relative path from configure.
2010-08-27 tsntsumiprevented config.h from going into the distribution...
2010-08-24 tsntsumiI changed it from the char to the int to fit the argume...
2010-08-23 tsntsumiadded the @brief comment in English explanation.
2010-08-22 tsntsumiI replaced the turn of the macro definitions so that...
2010-08-21 tsntsumiremoved
2010-08-21 tsntsumiErased the traces of Fixture.
2010-08-21 tsntsumiBNF in the comment was made simple.
2010-08-21 tsntsumiadd delete function ccunit_deleteTestCase().
2010-08-21 tsntsumiadd setup_setUp/setup_tearDown delete code.
2010-08-20 tsntsumiremove duplicated prototype.
2010-08-20 tsntsumirename CCUnitTestFixture to CCUnitTestCase and CCUnitTe...
2010-08-20 tsntsumirename CCUnitTestFixture to CCUnitTestCase
2010-08-20 tsntsumirename CCUnitTestCase to CCUnitTestFunc
2010-08-20 tsntsumirename CCUnitTestFixture to CCUnitTestCase and CCUnitTe...
2010-08-20 tsntsumirename CCUnitTestFixture to CCUnitTestCase
2010-08-20 tsntsumirename Fixture to TestCase and Case to Func
2010-08-20 tsntsumirename CCUnitTestCase to CCUnitTestFunc
2010-08-20 tsntsumirename file name
2010-08-20 tsntsumifix doxygen comment error
2010-08-19 tsntsumiadd comment for setup_setUp/setup_tearDown of BNF.
2010-08-19 tsntsumiadd functions for fixture setUp/tearDown.
2010-08-19 tsntsumifix typo in comment
2010-08-19 tsntsumiadd functions for fixture setUp/tearDown
2010-08-19 tsntsumimodify comments
2010-08-16 tsntsumiremove unnecessary variable.
2010-08-16 tsntsumiadd this year into Copyright string
2010-08-15 tsntsumiadjust and add comments for doxygen
2010-08-15 tsntsumifix doxygen comment error
2010-08-14 tsntsumifix buffer under run.
2010-08-14 tsntsumiChanged to use a global variable though delivered a...
2010-08-14 tsntsumisuppress warning about lvalue assignment.
2010-08-14 tsntsumiChanged to use a global variable though delivered a...
2010-08-14 tsntsumisuppress warning about lvalue assignment
2003-11-01 tsntsumi# add ignores
2003-11-01 tsntsumi# fix typo
2003-10-24 tsntsumiadd japanese comment
2003-10-14 tsntsumidelete dependency
2003-10-14 tsntsumi# add ignore files
2003-10-14 tsntsumito use libtool, and enable build shared lib
2003-10-14 tsntsumi# add Id
2003-10-05 tsntsumichange for egcs-1.1.2
2003-10-05 tsntsumifor gcc 2.95.4
2003-10-05 tsntsumiadd CLEANFILES
2003-10-05 tsntsumiadd object assert macro
2003-10-05 tsntsumiadd object assert function
2003-10-04 tsntsumi# added
2003-10-04 tsntsumiadd --enable-coverage option to coverage test
2003-10-01 tsntsumiBecause how to mount an automatic TestSuite preparation...
2003-10-01 tsntsumiThe file of the un-use is deleted.
2003-10-01 tsntsumiA NULL check in the memory allocation is added.
2003-10-01 tsntsumiAn error check is added.
2003-10-01 tsntsumiThe management which TestCase was made to run to was...
2003-10-01 tsntsumictor/dtor is deleted.
2003-10-01 tsntsumiA TestFunc class is defined as the alias of TestCase.
2003-10-01 tsntsumiA function related to TestFunc is added.
2003-10-01 tsntsumictor/dtor is deleted.
2003-10-01 tsntsumictor/dtor was deleted.
2003-10-01 tsntsumiA NULL check in the memory allocation is added.
2003-10-01 tsntsumiIt was included after stdlib.h because it became a...
2003-09-29 tsntsumiadd get result from runner function
2003-09-29 tsntsumiadd testCase null check
2003-09-29 tsntsumicatch ctor/dtor/setUp/tearDown longjmp
2003-09-29 tsntsumiread ctor/dtor of fixture
2003-09-29 tsntsumiset define value
2003-09-28 tsntsumiadd comment
2003-09-28 tsntsumi# fix typo
2003-09-28 tsntsumiadd underscore prefix
2003-09-28 tsntsumirenamed
2003-09-28 tsntsumimodified document tags
2003-09-28 tsntsumichange private struct name
2003-09-28 tsntsumiadd test suite definition struct
2003-09-28 tsntsumiadd test fixture definition struct
2003-09-28 tsntsumichange struct name
2003-09-28 tsntsumichange function
2003-09-28 tsntsumirename struct.
2003-09-28 tsntsumiremove typedef
2003-09-28 tsntsumiadd ctor/dtor
2003-09-28 tsntsumiadd new module
2003-09-28 tsntsumiadd new function
2003-09-28 tsntsumi# remove unused header
2003-09-28 tsntsumi# change typedef
2003-09-28 tsntsuminew
2003-09-25 tsntsumiA setup of an option of dmalloc was added.
2003-09-25 tsntsumiMemory leakage was fixed.
2003-09-25 tsntsumiSome useful ASSERRT macros were added.
next