Commit Graph

3239 Commits

Author SHA1 Message Date
freak4pc
d937563ff3 Add Linux-supported RxMutableBox 2019-04-06 14:03:58 +02:00
Krunoslav Zaher
6615b1bd6f Add swift-4.2 on Linux. 2019-04-06 13:23:05 +02:00
freak4pc
910ae50c46 RunLoopMode to RunLoop.mode 2019-04-06 13:22:34 +02:00
Krunoslav Zaher
f84cb05ced Add tests on Linux with Swift 5.0. 2019-04-06 13:14:42 +02:00
Keith Smiley
36104a939d Stop assigning threadDictionary on Linux
As of this change https://github.com/apple/swift-corelibs-foundation/pull/1762/files which is part of Swift 5, you can no longer assign the entire threadDictionary, instead you need to mutate it
2019-04-03 09:10:27 +02:00
Krunoslav Zaher
cce95dd704 Fix TSAN issues. 2019-04-01 19:34:02 +02:00
Krunoslav Zaher
7a8a11674e Release 4.5.0. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
be937997f3 Remove broken slack image. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
3291ff9b9b Add swiftlint info. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
30cf72a533 Remove RxAtomic dependency and implement atomic operations by using a NSLock. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
65e6e2051c Fix #1907. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
ce6cf40ad9 Fix indentation. 2019-03-31 21:49:45 +02:00
Krunoslav Zaher
ec5e954b2c Merge branch 'TaeJoongYoon-uisearchbar+rx' into develop 2019-03-31 21:43:20 +02:00
Krunoslav Zaher
4c4cf933bb Merge branch 'uisearchbar+rx' of https://github.com/TaeJoongYoon/RxSwift into TaeJoongYoon-uisearchbar+rx 2019-03-31 21:43:08 +02:00
Alan Zeino
bd084821c3 Fix Swift 5 compiler #ifdefs 2019-03-26 23:22:15 +01:00
TaeJoong Yoon
7c8154a9f1
Merge branch 'develop' into uisearchbar+rx 2019-03-26 22:20:22 +09:00
TaeJoongYoon
7f3d8e00fa Added UISearchBarDelegate TestCode 2019-03-26 22:16:30 +09:00
Alan Zeino
6f918cd22b Add a scheme for Preprocessor to generate the files 2019-03-25 21:19:48 +01: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
TaeJoongYoon
376ca815ec Added UISearchBar setDelegate method 2019-03-24 22:56:38 +09:00
Alan Zeino
9aac55ff34 Update for Swift 5 compiler and Xcode 10.2 2019-03-20 07:48:35 +02:00
Krunoslav Zaher
fc6030ea9f Release 4.4.2 2019-03-10 22:44:09 +01:00
freak4pc
9baed34344 Update CHANGELOG 2019-03-10 18:46:33 +01:00
freak4pc
ce8e3b2bd0 Make backgroundColor binder optional and add tests 2019-03-10 18:46:33 +01:00
Andrea Altea
eb539413df add Binder for backgroundColor on UIView 2019-03-10 18:46:33 +01:00
Richard Yu
2ae13c4337 Fixing Linux builds 2019-03-09 14:20:34 +01:00
Richard Yu
9d6fa88c10 Ensure running on main thread instead of being called on the main thread 2019-03-09 14:20:34 +01:00
Richard Yu
b8b9c67e1d Addressing PR comments 2019-03-09 14:20:34 +01:00
Richard Yu
bbb6a94ad8 Bugfix to ensure proxy is running on the main thread 2019-03-09 14:20:34 +01:00
Richard Yu
a2b2bec028 Fixed typo 2019-03-09 14:20:34 +01:00
Richard Yu
0687a7a698 Fixing check to see if queue is on main thread. 2019-03-09 14:20:34 +01:00
Richard Yu
5a66602312 Fixing check to see if queue is on main thread. 2019-03-09 14:20:34 +01:00
Yuya Hirayama
aa1a6bfe64 Move description to returns 2019-03-08 21:39:48 +01:00
Yuya Hirayama
46f04bddc0 Improve doc comment for asSingle and asMaybe
Fix Single -> Maybe
2019-03-08 21:39:48 +01:00
Alexey Potemkin
76e902c3d8 Rewrote 'first' operator tests to use static methods 2019-03-08 22:38:38 +02:00
Alexey Potemkin
eac7083d7b Return 'first' operator 2019-03-08 22:38:38 +02:00
Kirill Shashkov
9d80c542a0 Fix multiple dispose() on SheduledDisposable causing crash (#1892) 2019-03-07 16:02:31 +02:00
Braden Bowdish
51106ea097 Update MathBehindRX
The link to the youtube video doesn't work anymore.
2019-03-01 16:22:21 +02:00
Zev Eisenberg
763ac1c31d Fix typo. 2019-02-22 23:13:43 +02:00
Krunoslav Zaher
a2348cef2a
Release 4.4.1 2019-02-09 16:32:42 +01:00
freak4pc
268ccda7c3 Make range support a count of 0 2019-02-07 17:17:38 +01:00
mykoma
9404f893a8 Refactor run method in ObservableSequenceSink
It's enough to use the iterator, the second parameter `self._parent._elements` is no need.
2019-02-03 15:16:29 +01:00
mykoma
d7e195e2f5 Delete unused code in DelaySubscription.swift
The parent didn't used in DelaySubscriptionSink
2019-02-03 15:14:43 +01:00
Luciano Almeida
0d07eec2a1 Fixing lint warnings. (#1868) 2019-02-03 08:02:42 +02:00
mykoma
df8a1c9334 Remove unused code in AddRef.swift
The EventHandler is unused, so delete it.
2019-02-02 11:54:34 +01:00
Krunoslav Zaher
65efb404c8 Merge branch 'LucianoPAlmeida-no-sanitize-thread-atomic' into merge_luciano 2019-01-31 14:37:09 +01:00
Krunoslav Zaher
e9d711b0ec Fix CI. 2019-01-31 13:25:39 +01:00
freak4pc
9a7c3dbdd6 Align arity.tt files 2019-01-30 20:19:57 +01:00
freak4pc
120b3baa3d Fix DataStructures links 2019-01-30 20:19:57 +01:00
freak4pc
937fef1991 Rebase on develop, minor fixes 2019-01-30 20:19:57 +01:00