281 Commits

Author SHA1 Message Date
Krunoslav Zaher
749800f7c3 Release 3.0.0-beta.1 2016-09-11 17:13:27 +02:00
Loïs Di Qual
443cbd53df Migrate to Xcode 8 GM 2016-09-07 17:00:18 -07:00
Krunoslav Zaher
72122e3e43 Updates documentation for 3.0.0.alpha.1 2016-08-21 18:40:08 +02:00
Krunoslav Zaher
e1f72cb566 Improves version detection. 2016-08-21 03:49:56 +02:00
Krunoslav Zaher
154ac2583d Release 3.0.0.alpha.1 2016-08-21 03:44:23 +02:00
Krunoslav Zaher
6763f1a4b7 Replaces open with public. 2016-08-16 22:10:41 +02:00
Mo Ramezanpoor
819635d9aa Fixes RxTests. 2016-08-16 15:36:44 +01: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
75971c61c6 Replaces all calls to AnonymousDisposable.init() with Disposables.create(). 2016-08-10 15:00:29 +01:00
Mo Ramezanpoor
1fe15bb9da Replaces all calls to NopDisposable.instance with Disposables.create(). 2016-08-10 14:47:53 +01:00
Yuki Nagai
7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher
e79457dcd3 Fixes for Xcode beta 3. 2016-07-20 22:14:59 +02:00
Krunoslav Zaher
6770c8a4c0 Fixes .self warnings. 2016-07-08 00:02:45 +02:00
sergdort
cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03:00
Krunoslav Zaher
f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Łukasz Mróz
8989ea3a0a [RxTests] Make equatable Recorded public 2016-07-02 23:04:41 +02:00
Jamie Pinkham
c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Jamie Pinkham
0e38ecbc87 Merge branch 'develop' into swift-3.0
# Conflicts:
#	Documentation/DesignRationale.md
#	Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift
#	RxCocoa/Common/DelegateProxyType.swift
#	RxCocoa/iOS/UICollectionView+Rx.swift
#	RxCocoa/iOS/UIControl+Rx.swift
#	RxCocoa/iOS/UIScrollView+Rx.swift
#	RxCocoa/iOS/UITableView+Rx.swift
#	RxExample/RxDataSources/DataSources+Rx/ObservableConvertibleType+Differentiator.swift
#	RxSwift/Concurrency/Lock.swift
#	RxSwift/Disposables/CompositeDisposable.swift
#	RxSwift/Event.swift
#	RxSwift/Extensions/String+Rx.swift
#	RxSwift/Schedulers/OperationQueueScheduler.swift
2016-06-17 21:14:06 -07:00
Krunoslav Zaher
52c6e6dc31 Improves version checking logic. #707 2016-05-31 21:33:38 +02:00
Krunoslav Zaher
c4ca775bdc Changes for Swift 3.0. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher
65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Jorge Bernal
e5be80763d Use StaticString for file in XCTest helpers 2016-03-22 10:14:53 +01:00
Denis Lebedev
0567020538 Simplify computed properties 2016-03-07 17:31:00 +00:00
Krunoslav Zaher
439ca291bc Updates Scheduler documentation. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher
c389e21e90 Fixes Linux version. 2015-12-29 19:04:45 -08:00
Krunoslav Zaher
e5b07f6c41 Adds resolution and simulateProcessingDelay to TestScheduler. Adds additional prints in case two sequences of events aren't equal. 2015-12-29 17:01:33 +01:00
Krunoslav Zaher
5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher
419a057fa9 Hides HotObservable and ColdObservable behind TestableObservable. Renames MockObserver to TestableObserver. 2015-12-28 02:46:18 +01:00
Krunoslav Zaher
cadd4c02d7 Makes TestScheduler subclass of VirtualTimeScheduler. 2015-12-28 01:24:33 +01:00
Krunoslav Zaher
b10a0cc3d7 Moves VirtualTimeScheduler to RxSwift. 2015-12-28 01:24:32 +01:00
Krunoslav Zaher
c54521fb08 Adds PriorityQueue. 2015-12-28 01:24:32 +01:00
Krunoslav Zaher
37d1cb8db0 Fixes RxTests compilation with Swift Package Manager. 2015-12-27 02:19:36 +01:00
Krunoslav Zaher
b5dbdc452c RxTests compiles first time on Linux. 2015-12-25 19:32:52 -08:00
Krunoslav Zaher
75a528ea6d Replaces spin lock with expectation mechanism, removes C style for loop, error comparison reuses logic from event comparison. 2015-12-25 21:43:05 +01:00
Krunoslav Zaher
9cae95d3ef Fixes Swift 2.2 warnings. 2015-12-25 12:50:42 +01:00
Krunoslav Zaher
d387f91afa Removes SchedulerType associated types in favor of concrete types. 2015-12-23 21:17:57 +01:00
Krunoslav Zaher
e383aae249 Documents VirtualTimeSchedulerBase and TestScheduler. 2015-12-20 18:18:51 +01:00
Krunoslav Zaher
b9018f69af Renamed MockObserver property messages to events. 2015-12-20 17:43:19 +01:00
Krunoslav Zaher
1506071b15 Documents HotObservable and ColdObservable. 2015-12-20 15:34:26 +01:00
Krunoslav Zaher
43064439c2 Fixes building RxTests for devices. 2015-12-20 12:32:40 +01:00
Krunoslav Zaher
1e28105ed3 Makes Recorded more generic. 2015-12-20 11:45:47 +01:00
Krunoslav Zaher
7147629173 Improves failure reporting. 2015-12-20 11:11:08 +01:00
Krunoslav Zaher
6748d884d6 Unit tests pass for first time after extracting RxTests. 2015-12-20 00:44:51 +01:00
Krunoslav Zaher
6dfec96820 Fixes directory structure, adds Podspec, fixes pre-release-tests.sh. 2015-12-19 18:40:09 +01:00
Krunoslav Zaher
57ca792dc6 Creates RxTests targets. 2015-12-19 18:12:54 +01:00
Krunoslav Zaher
86ec1acbcf Removes RxBox and RxMutableBox from public interface. 2015-12-19 17:55:49 +01:00
Krunoslav Zaher
33c9226169 Unhides external parameter name for reduce operator (breaking change in reduce). 2015-12-19 14:49:20 +01:00
Krunoslav Zaher
637b19947c Deprecates versions with hidden external parameter name (scheduler, count ...). 2015-12-19 14:30:19 +01:00
Krunoslav Zaher
b328cef22c Merge branch 'develop' into feature/observe_method_calls 2015-12-19 01:06:38 +01:00