Commit Graph

68 Commits

Author SHA1 Message Date
YOCKOW 8e4de4e0fb
Merge pull request #7 from YOCKOW/development
Confirm compatibility with Swift 5.4.
2021-05-09 21:49:17 +09:00
YOCKOW da2ee929a3
Merge pull request #8 from YOCKOW/linux
Remove LinuxMain.swift and XCTestManifests.swift
2021-05-09 18:29:50 +09:00
YOCKOW b9c3ac5028 Remove LinuxMain.swift and XCTestManifests.swift
Tests are automatically discovered on all platforms in Swift 5.4.
2021-05-09 18:21:51 +09:00
YOCKOW be8c838445
Confirm compatibility with Swift 5.4. 2021-05-09 17:46:10 +09:00
YOCKOW 4b1cd83200
Merge pull request #6 from YOCKOW/development
Confirm compatibility with Swift 5.3
2020-09-21 12:23:45 +09:00
YOCKOW b69c1388ac
Confirm compatibility with Swift 5.3 2020-09-21 11:47:18 +09:00
YOCKOW 88c3e44c03
Merge pull request #5 from YOCKOW/development
v3.3.0
2020-05-29 12:01:55 +09:00
YOCKOW 6d9ab30d31
Add type aliases of `TimeSpecification`. 2020-05-28 14:40:05 +09:00
YOCKOW 1fde22be16
Add a property `Float80`. 2020-05-28 14:14:56 +09:00
YOCKOW 900e9028f6
Merge pull request #4 from YOCKOW/development
v3.2.0
2020-05-24 14:27:37 +09:00
YOCKOW 6513d36334
Add workaround for tests. 2020-05-24 14:24:43 +09:00
YOCKOW 5f285e886f
Let it conform to `Codable`. 2020-05-24 13:27:11 +09:00
YOCKOW a1f456e63d
Change `description`. 2020-05-24 13:17:37 +09:00
YOCKOW ecb0846476
Implement `static func measure(repeatCount:_:)` 2020-05-24 13:09:57 +09:00
YOCKOW bc0cfa3988
Let it work with `Date`. 2020-05-24 12:49:54 +09:00
YOCKOW ffd3d7a4d1
Use GitHub Actions. 2020-05-22 14:18:46 +09:00
YOCKOW 2fc382fcbd
Refactor an initializer. 2020-05-22 14:14:38 +09:00
YOCKOW 28d94af3eb
Merge pull request #3 from YOCKOW/development
Add some properties.
2019-04-23 20:13:13 +09:00
YOCKOW c7a3043cb2 Let `TimeSpecification` conform to `Custom[Debug]StringConvertible`. 2019-04-23 17:52:48 +09:00
YOCKOW 0f7f6ed275 Add computed properties: integerValue, doubleValue 2019-04-23 17:51:32 +09:00
YOCKOW 60755e3cc4
Fix typo in README.md 2019-04-23 13:24:53 +09:00
YOCKOW 23ab467ab8
Merge pull request #2 from YOCKOW/readme
Update README.md
2019-04-14 13:34:52 +09:00
YOCKOW 132d1b8958
Update README.md 2019-04-14 13:34:44 +09:00
YOCKOW 08cd6fac12
Merge pull request #1 from YOCKOW/development
Migrate to Swift5 & Change APIs.
2019-04-14 12:02:21 +09:00
YOCKOW 8923a2458c Migrate to Swift5 & Change APIs. 2019-04-14 11:08:03 +09:00
YOCKOW 2db7d4147c Fix .travis.yml for Linux 2017-09-26 12:30:58 +09:00
YOCKOW f599a48870 Fix .travis.yml for Linux 2017-09-26 12:26:02 +09:00
YOCKOW 9eb9c73875 fix .travis.yml 2017-09-26 12:21:10 +09:00
YOCKOW eaac8e9a53 Travis-CI for Linux 2017-09-26 12:10:22 +09:00
YOCKOW 3206a0eeba Fix .travis.yml 2017-09-26 09:38:14 +09:00
YOCKOW 41820ad043 Change .travis.yml for Xcode 9 2017-09-26 09:32:32 +09:00
YOCKOW d2c2d201ad Support for Swift 4.0 2017-09-24 00:35:12 +09:00
YOCKOW 4b7dd29f3c Merge branch 'minor-fixes' 2017-09-04 22:45:04 +09:00
YOCKOW a68a2ae761 Use lower-camel-case for enum cases. 2017-09-04 22:41:13 +09:00
YOCKOW c48a92be16 Deleted branch 'development' 2017-09-04 17:54:21 +09:00
YOCKOW 087551f79e Merge branch 'development' 2017-09-04 16:58:35 +09:00
YOCKOW d0007005ad minor fix 2017-09-04 16:57:50 +09:00
YOCKOW 8c0ee65de7 Merge branch 'development' 2017-09-04 16:50:36 +09:00
YOCKOW f1614025ea `timeSpecification` of `Clock` is now a computed property. 2017-09-04 16:48:33 +09:00
YOCKOW 35f86da970 Merge branch 'development' 2017-09-02 11:03:42 +09:00
YOCKOW b0dfeebea5 Bugfix: failed installation 2017-09-02 11:02:30 +09:00
YOCKOW aa82e622df Merge branch 'development' (SwiftPM & XCTest available) 2017-09-02 10:40:34 +09:00
YOCKOW 50d04aad0c Introduced Swift Package Manager and XCTest instead of swift-tap 2017-09-02 10:36:00 +09:00
YOCKOW 05a75c606c Merge branch 'development' 2017-05-11 13:03:35 +09:00
YOCKOW 3c86124ed7 Updated "TAP.swift" 2017-05-11 13:01:13 +09:00
YOCKOW c4a1950f40 Merge branch 'development' 2017-05-09 16:21:10 +09:00
YOCKOW 0b65f908eb Update README.md
Try to use Travis CI
2017-05-09 16:18:44 +09:00
YOCKOW 177fcfc9fb Add ".travis.yml" 2017-05-09 15:45:52 +09:00
YOCKOW d40d37a943 Merge branch 'swift3' 2017-05-09 12:40:26 +09:00
YOCKOW c5c289b2ad Modified for Swift 3.x 2017-05-09 12:36:10 +09:00