Commit Graph

29 Commits

Author SHA1 Message Date
Krunoslav Zaher
30cf72a533 Remove RxAtomic dependency and implement atomic operations by using a NSLock. 2019-03-31 21:49:57 +02:00
Keith Smiley
ffa9d223cb Fix RxBlocking Swift 5 warning
This is required for Swift 5, in this case we can't really assume what
the new case will be, but for this use case it seems logic to return
instead of crashing.
2019-03-25 21:11:31 +01:00
Krunoslav Zaher
65efb404c8 Merge branch 'LucianoPAlmeida-no-sanitize-thread-atomic' into merge_luciano 2019-01-31 14:37:09 +01:00
freak4pc
cc243d678e RxTest & RxBlocking: Force explicit self calls 2019-01-30 20:19:57 +01:00
freak4pc
2e645681e1 Add Swiftlint basic YAML 2019-01-30 20:19:57 +01:00
Krunoslav Zaher
ba930dca0c
Replaces instance methods with static methods. 2019-01-29 23:48:01 +01:00
Krunoslav Zaher
761001436d Fix deprecated atomic APIs. 2018-10-31 09:06:56 +01:00
Krunoslav Zaher
e0e3445345
Removes RX_NO_MODULE. 2017-11-04 18:53:02 +01:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Carlos García
8bc314f2e7 make final all posibles classes 2017-01-06 11:26:30 +01:00
Krunoslav Zaher
3a5eb3a336 Compilation issues. 2016-10-16 01:55:08 +02:00
Krunoslav Zaher
5901064440 Renames resourceCount to Resources.count. 2016-10-15 22:17:47 +02:00
Krunoslav Zaher
41be233ad2 Fixes run loop. 2016-10-15 19:39:41 +00:00
Krunoslav Zaher
e992fd0015 Pedantic changes. 2016-10-15 14:38:22 +02:00
Krunoslav Zaher
05f353420f Uses barrier version. 2016-10-09 22:46:06 +02:00
Krunoslav Zaher
fb75df57a2 Linux cleanup. 2016-10-09 19:13:50 +02:00
gormster
c6b0cf4838 First pass at getting Linux working
It barely, barely does. I've not even tried to *use* RxSwift in a project, just get the tests working.
2016-10-09 17:44:19 +02:00
Krunoslav Zaher
09a844e9de Adds timeout parameter to blocking observable sequence. 2016-08-28 23:34:40 +02:00
Mo Ramezanpoor
fcf8e4d092 WIP: Updates code for Xcode 8 beta 6 using the migrator with manual auditing.
The code doesn’t compile yet.
2016-08-16 14:00:14 +01:00
Mo Ramezanpoor
1fe15bb9da Replaces all calls to NopDisposable.instance with Disposables.create(). 2016-08-10 14:47:53 +01:00
Tom Burns
c33d5806fd Remove errant whitespace 2016-07-02 18:47:47 -05:00
Tom Burns
45b8b32b35 Fix RxBlocking in Swift 3
Remove force cast in favor of rawValue to fix crash at runtime
2016-07-02 18:45:08 -05:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Tyler Cloutier
94833e438d Add Swift 3 swift-DEVELOPMENT-SNAPSHOT-2016-05-09 compatibility. 2016-05-22 14:43:47 -07:00
Krunoslav Zaher
a7d96765d6 Fixes compilation on Linux. 2016-02-14 12:23:19 -08:00
Krunoslav Zaher
14e9a04ab6 Fixes problem with RunLoopLock calling run loop stop multiple times. 2016-02-05 15:36:34 +01:00
Krunoslav Zaher
d377f61794 Linux fixes. 2015-12-25 23:33:25 +01:00
Krunoslav Zaher
c515ba4b50 Adds CurrentThreadScheduler to blocking operators. 2015-11-16 00:11:30 +01:00
Krunoslav Zaher
d4cda2430e Blocking operators run runloop while blocking. 2015-11-05 12:34:20 +01:00