Commit Graph

106 Commits

Author SHA1 Message Date
hagmas
4724e8e056 Add using operator to primitive sequence 2017-05-09 20:59:48 +02:00
Krunoslav Zaher
fe10e966d3
Adds missing trimOutput parameter to SharedSequence.debug. 2017-04-30 01:05:29 +02:00
Krunoslav Zaher
9e723c8f78
Fixes observable sequence completion in case of empty arrays for combineLatest and zip. #1205 2017-04-30 00:32:08 +02:00
Krunoslav Zaher
3e3af7eca6
Fixes array version of merge operator completing immediatelly in case one of the observable sequences is empty. #1221 2017-04-29 21:57:50 +02:00
Krunoslav Zaher
7de3ac5e47
Divides unit tests per operator. 2017-04-29 21:29:59 +02:00
Shai Mishali
22610a5cf0 Added subscription unit tests for Single/Completable/Maybe 2017-04-08 08:55:46 +02:00
Diogo Tridapalli
f7cbfdd16c Update test files 2017-04-07 07:54:45 +02:00
Krunoslav Zaher
4ebb4f844f
Merge branch 'feature/materialize_operator' of https://github.com/sergdort/RxSwift into sergdort-feature/materialize_operator 2017-03-29 00:28:36 +02:00
Krunoslav Zaher
a826454f17
Fixes compilation errors. 2017-03-21 21:27:55 +01:00
Krunoslav Zaher
b471bf13dc
Renames Completeable to Completable. #1134 2017-03-13 19:45:22 +01:00
Krunoslav Zaher
f3a7e43922 Adds PrimitiveSequence operators: observeOn. ObservableType operators: asSingle, asMaybe, asCompleteable. 2017-03-12 19:54:37 +01:00
Krunoslav Zaher
9a7841c605 Adds zip to PrimitiveSequence. 2017-03-12 19:54:37 +01:00
Krunoslav Zaher
f867fc1c74 Adds PrimitiveSequence unit tests. 2017-03-12 19:54:37 +01:00
Krunoslav Zaher
37cecc749b
Adds zip operator overload without resultSelector. 2017-03-05 16:37:28 +01:00
Krunoslav Zaher
b677950ee3
Adds combineLatest overload without result selector. 2017-03-05 01:29:08 +01:00
Krunoslav Zaher
efd5012115
[Fix] Thread sanitizer reporting issues with merge operator. #1063 2017-03-04 21:53:53 +01:00
Krunoslav Zaher
37f9d3bef5
Adds sync merge operator to SharedSequence. 2017-03-04 20:57:50 +01:00
Krunoslav Zaher
6eb6853a60
Adds merge operator collection overloads. #579 2017-02-26 22:15:19 +01:00
Krunoslav Zaher
250590e000
Splits Observable+MultipleTest. 2017-02-26 19:58:13 +01:00
Krunoslav Zaher
971fc6410e
Adds variadic overload of Observable.concat. 2017-02-26 19:58:13 +01:00
Krunoslav Zaher
a45cd26f06
Adds onSubscribed to do operator. 2017-02-12 20:50:25 +01:00
Krunoslav Zaher
4024bf8664
Subjects polish. 2017-02-05 14:24:25 +01:00
Victor Galan
d443773ae0 Fix rebase errors 2017-02-02 23:04:45 +01:00
Victor Galan
eee57b6def Run ./scripts/package-spm.swift 2017-02-02 10:10:48 +01:00
Krunoslav Zaher
9ebfda0d22
Adds concurrent check to Variable and changes DEBUG behavior from print to rxFatalError. 2017-01-29 17:45:07 +01:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Krunoslav Zaher
f25de43f74 Merge pull request #1049 from sergdort/feature/switch_if_empty
Add switchIfEmpty operator to ObservableType
2017-01-28 19:41:58 +01:00
Krunoslav Zaher
bb60de33f5 Renames NSNotificationCenter to NotificationCenter. 2017-01-22 23:01:52 +01:00
Krunoslav Zaher
03988f1b11 [Fix] Linux. 2017-01-22 22:57:20 +01:00
Krunoslav Zaher
25f7eee53a [Fix] Linux. 2017-01-21 22:05:28 +01:00
Krunoslav Zaher
cb40709ef4 Updates package for groupBy operator. 2017-01-21 17:32:56 +01:00
sergdort
ae363a6bdd Merge branch 'develop' into feature/switch_if_empty
# Conflicts:
#	CHANGELOG.md
#	Rx.xcodeproj/project.pbxproj
2017-01-15 21:48:56 +00:00
sergdort
c10b84cc4e Run ./scripts/package-spm.swift 2017-01-04 11:46:32 +00:00
sergdort
824faa8c78 Run ./scripts/package-spm.swift 2017-01-04 11:39:53 +00:00
Krunoslav Zaher
3fc1ab5c16 Improves package-spm script to exclude additional tests that aren't applicable for SPM. 2017-01-01 13:22:37 +01:00
Krunoslav Zaher
19fc3536ef Moves ignoreElements to Observable+Single. 2017-01-01 12:54:33 +01:00
Krunoslav Zaher
533f539e41 Updates package-spm with new tests. 2017-01-01 12:49:58 +01:00
Krunoslav Zaher
fa47856515 Adds timer disposing tests. 2016-12-27 22:50:04 +01:00
tarunon
9f8531b345 run script 2016-12-16 12:17:05 +09:00
tarunon
51660e9a8f run package-spm.swift 2016-12-13 14:27:35 +09:00
Krunoslav Zaher
449fd197ad Removes antient unit tests. 2016-12-11 19:09:13 +01:00
Krunoslav Zaher
90b5b86c22 Adds Driver and NSNotificationCenter tests to Linux. 2016-10-23 01:44:26 +02:00
Krunoslav Zaher
c7fce78229 Fixes Linux. 2016-10-22 19:20:20 +02:00
Krunoslav Zaher
bd2ebd33d5 Improves dispatch queue detection logic. 2016-10-22 16:44:45 +02:00
Krunoslav Zaher
8fa6b7f5b8 Fixes issues with locking strategy for subjects. #936 2016-10-22 15:19:01 +02:00
Krunoslav Zaher
a2aeef6f9a Renames OSX to macOS. 2016-10-20 00:20:19 +02:00
Krunoslav Zaher
10f82a0b2d Removes deprecated APIs. 2016-10-19 22:02:44 +02:00
Krunoslav Zaher
584424d3e2 Adds setter to rx property to enable mutation of base object. 2016-10-16 23:29:31 +02:00
Krunoslav Zaher
2e520bf264 Makes rx.text type consistent with UIKit String? type. 2016-10-16 21:47:05 +02:00
Krunoslav Zaher
0d13f93a6f Transforms unit test runner suffix from _Sub to _ 2016-10-16 13:50:26 +02:00
Krunoslav Zaher
0a45fb4a16 Creates RxBlockingTests directory. 2016-10-16 13:08:49 +02:00
Krunoslav Zaher
3a5eb3a336 Compilation issues. 2016-10-16 01:55:08 +02:00
Krunoslav Zaher
e992fd0015 Pedantic changes. 2016-10-15 14:38:22 +02:00
Krunoslav Zaher
f5b2663d70 Fixes compilation on OSX. 2016-10-10 01:06:02 +02:00
Krunoslav Zaher
3ef88cd405 Large refactoring to support Swift Package Manager (renames RxTests to RxTest). 2016-10-09 22:08:45 +02:00
Krunoslav Zaher
ad203bfd1e Fixes all spm links. 2016-10-09 19:42:07 +02:00