0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Travis: test on Swift 3.1 beta More... almost 9 years ago
Simplify #if statement. More... almost 9 years ago
Readme: add header for Moderator and FileSmith. More... about 9 years ago
Remove CocoaPods test from Travis as it only fails there. More... about 9 years ago
Readme: update CocoaPods instructions and projected Swift version for ABI instability. More... about 9 years ago
Add test of pod spec to Travis. More... about 9 years ago
Fix up ReadableStream.onStringOutput, set framework as dependency for all unit test targets. More... about 9 years ago
Update podspec with iOS deployment target 9.0. More... about 9 years ago
Remove completely unintended and compile-breaking word. More... about 9 years ago
Add CocoaPods support. More... about 9 years ago
Require encoding for FileHandle.readSome and .read. Documentation. More... about 9 years ago
@discardableResult declared on a function returning Void is unnecessary. More... about 9 years ago
Enable building for iOS. Just the Stream part. So FileSmith can use it. More... about 9 years ago
String(contentsOfFile:) not implemented on Linux, use String(contentsOfFile: encoding:) instead. More... about 9 years ago
Fix testOpenForOverWritingCreatesIntermediateDirectory. More... about 9 years ago
Fix AssertNoThrow silencing test failures. Cleanup test helping code. More... about 9 years ago
Fix intermediate directories not created (#32) More... about 9 years ago
Rename WriteableStream to WritableStream. More... about 9 years ago
Make the default main.stdout a StdoutStream, which uses Swift.print(). More... about 9 years ago
Make ReadableStream.lines return type prettier. More... about 9 years ago
Turn WriteableStream and ReadableStream into protocols. More... about 9 years ago
Update to recommended settings in Xcode 8.2. More... about 9 years ago
Update Swift version to 3.0.2. More... about 9 years ago
Remove workaround for fixed compiler bug when printing errors. More... over 9 years ago
Make .encoding in WriteableStream and ReadableStream public and mutable. More... over 9 years ago
Readme: list functionality and mention readSome(). More... over 9 years ago
Small documentation fix. More... over 9 years ago
Set Swift version to 3.0.1. More... over 9 years ago
Improve output from *Stream.debugDescription. More... over 9 years ago
Add debugDescription to Streams and Contexts. More... over 9 years ago