• R/O
  • HTTP
  • SSH
  • HTTPS

ccunit: List of commits

A C Unit Test Library for C language.


RSS
Rev. Time Author
0d64358 master 2014-05-09 23:32:33 tsntsumi

deleted the ineffective keyword inline.

As for ineffective inline, LLVM 5.1 came to take out a Warning.

8048cfb 2013-07-14 17:43:04 tsntsumi

Renamed case_setUp/case_tearDown to setUpBeforeClass/tearDownAfterClass in mainpage.dox.

dadb172 2013-07-13 16:41:22 tsntsumi

Changed the mail address.

74c8aff 2013-07-13 16:36:31 tsntsumi

Started the tracking of configure.

1ed66ac 2013-07-13 15:41:37 tsntsumi

Added changes of doc/Makefile.am to ChangeLog.

45df28f 2013-07-13 15:20:01 tsntsumi

Added r option to cp, Since search directory was made by doxygen.

d36a312 2013-07-13 15:01:38 tsntsumi

Added changes of Makefile.am to ChangeLog.

0d02571 2013-07-13 15:00:03 tsntsumi

Added ChangeLog.2 to EXTRA_DIST.

a224214 2013-07-13 14:55:51 tsntsumi

Started to track ChangeLog.

f8fa0c8 2013-07-13 14:50:53 tsntsumi

Renamed ChangeLog to ChangeLog.2.

773e5c5 2013-07-13 14:20:19 tsntsumi

Added AM_PROG_AR

6260a07 2013-07-13 14:16:55 tsntsumi

Added configure and bootstrap to EXTRA_DIST.

8886dbf 2013-07-13 14:15:12 tsntsumi

Untracked auto generated files.

08c585b 2013-07-12 15:35:17 tsntsumi

upgraded version

43be9ab 2013-07-12 15:25:22 tsntsumi

Added auto generated files.

890c564 2013-07-12 13:29:05 tsntsumi

Made end-case and end-suite comments omissible.

77c873b 2013-07-12 11:38:33 tsntsumi

Fixed a typo

412e9ee 2013-07-12 08:41:33 tsntsumi

fixed typo

43555e1 2013-07-12 08:37:05 tsntsumi

fixed function name

509e48b 2013-07-06 22:08:08 tsntsumi

Changed encoding EUC-JP to UTF-8.

18f4190 2013-07-06 22:05:32 tsntsumi

Added '2013' in copyrights

cc9daa7 2013-07-06 17:48:53 tsntsumi

Added '2013' in copyrights

8319cfa 2013-07-06 17:47:30 tsntsumi

Deleted the unused source file for Fixture.

6a47784 2013-07-06 17:31:15 tsntsumi

Modified the example the test fails.

ad2937d 2013-07-06 17:13:34 tsntsumi

Add assert macros for double and float.

2fca1e9 2013-07-06 17:11:35 tsntsumi

Changed the type of snprintf's format string.

It will be able to change to customize behavior in user program.

e6dfcc1 2013-07-06 09:35:26 tsntsumi

Fixed miss spelling.

332f4ca 2013-07-06 09:33:43 tsntsumi

Changed char pointer to char array.

4d7c765 2013-07-03 23:59:11 tsntsumi

Converted cvsignore to gitignore.

71fb703 2013-07-03 23:55:36 tsntsumi

Since it depended in order of the run of TestCase, I used setUpBeforeClass.

Show on old repository browser