8000 Tags · School-Scope/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: School-Scope/core

Tags

3.10.2

Toggle 3.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove useless zlib dependency

3.10.1

Toggle 3.10.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
0xTim Tim Condon
Fix compilation error in Xcode 13

3.10.0

Toggle 3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Conform File to ReflectionDecodable/Equatable (vapor#212)

3.9.3

Toggle 3.9.3's commit message
Use NIO's primitive functions for flatMap and its siblings. (vapor#211)

* Use NIO's primitive functions for flatMap and its siblings.

Also fixes a stack overflow in case of many nested flat maps (see the tests). Plus, it speeds up `testFlatMapPerformance` by about 20%.

* Bump test swift version to 5

* Fix JWT tests and revert to Swift 4.2

* Update redis tests

3.9.2

Toggle 3.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
xcode 11 file fixes (vapor#208)

3.9.1

Toggle 3.9.1's commit message
iOS integration through SPM and Xcode 11 (vapor#206)

3.9.0

Toggle 3.9.0's commit message
Use NIO's `whenAll` for `Collection`.flatten now. (vapor#203)

3.8.1

Toggle 3.8.1's commit message
Fix file extension (vapor#198)

* Fix file extension

* Rename variable

3.8.0

Toggle 3.8.0's commit message
Significantly improve the performance of `Collection<FutureType>.flat…

…ten (vapor#199)

* Significantly improve the performance of `Collection<FutureType>.flatten`.

This further halves the runtime in vapor/template-kit#50 from 0.1s to 50ms.

* Add a benchmark for `flatten`.

3.7.3

Toggle 3.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
swift 5 #compiler check (vapor#197)

0