• R/O
  • SSH

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A lambda-based C++ unit-testing framework.


RSS
Rev. Hora Autor
1a928ea4f3ce 2020-02-04 10:54:53 Kaz Nishimura

Make 'forEachRegistrant' out-of-line

4babcbe0c933 2020-02-02 06:22:24 Kaz Nishimura

Rename header <cppunitx/assert> to <cppunitx/assertion>

a4f825d42d78 2020-01-31 12:50:13 Kaz Nishimura

Add a new test suite

5f0abffdf182 2020-01-31 12:46:43 Kaz Nishimura

Add the '.gitignore' file

5b84b1c8ede6 2020-01-31 12:05:21 Kaz Nishimura

Prepare for multi-stage pipelines

67d74c899831 2020-01-30 20:34:28 Kaz Nishimura

Edit the README file

1c6b26a5e011 2020-01-30 15:35:50 Kaz Nishimura

Remove 'testResultsFiles'

32f212d30393 2020-01-30 10:08:48 Kaz Nishimura

Add a new section for the License

8db9e962aa15 2020-01-30 10:05:13 Kaz Nishimura

Modify headings

80fba71b98c3 2020-01-30 09:59:42 Kaz Nishimura

Update the repository locations

Fixes AB#1.

ccec311494ff 2020-01-30 09:55:09 Kaz Nishimura

Remove a build status badge

AB#1.

ae8a10d2d537 2020-01-29 12:25:49 Kaz Nishimura

Change the constructors of 'AbstractTestRegistrant' inline

148fec117da3 2020-01-29 12:16:28 Kaz Nishimura

Rename data members

e25e1f319abd 2020-01-29 12:04:11 Kaz Nishimura

Replace member function 'runTests' with 'forEachRegistrant' in 'TestRegistry'

09b1cc4f43f0 2020-01-29 09:15:11 Kaz Nishimura

Fix locations

c0247cea6a99 2020-01-29 08:23:12 Kaz Nishimura

Implement first-time libltdl initialization

53ae5d2abad4 2020-01-29 07:55:28 Kaz Nishimura

Enhance libltdl helpers

27e86d90f07f 2020-01-29 01:37:54 Kaz Nishimura

Check '_CPPUNITX_IMPLEMENTATION' for dllexport

e18ca7257c39 2020-01-29 01:34:36 Kaz Nishimura

Define '_CPPUNITX_IMPLEMENTATION'

063f0585c24a 2020-01-29 01:27:22 Kaz Nishimura

Change the search path setting

3b4d20eefacd 2020-01-29 01:25:51 Kaz Nishimura

Add class 'library_path'

8dd153b3bf21 2020-01-29 00:26:45 Kaz Nishimura

Call 'LTDL_SET_PRELOADED_SYMBOLS'

360c9cd6f989 2020-01-29 00:00:22 Kaz Nishimura

Add function 'assertNotNull'

b46e0d210227 2020-01-28 23:57:23 Kaz Nishimura

Add a volatile specifier to 'assertNull'

0b8b74ef53f1 2020-01-28 23:29:20 Kaz Nishimura

Add new <cppunitx/exception> header

8bd4337e24b2 2020-01-28 23:16:26 Kaz Nishimura

Remove the <cppunitx/bits/test_runner.h> header

5ff8430b4a8d 2020-01-28 23:11:35 Kaz Nishimura

Remove the <cppunitx/test> header

21f1122e6d85 2020-01-28 20:09:40 Kaz Nishimura

Add constructors with a 'const char *' argument

ac2e86107eb1 2020-01-28 20:01:45 Kaz Nishimura

Add constructor overloads to class 'Test'

883d524b3eb1 2020-01-28 19:57:25 Kaz Nishimura

Rename namespace 'assert' to 'assertion'