Commit Graph

1306 Commits

Author SHA1 Message Date
Krunoslav Zaher 22b9de44c0 Removes RxCocoaTests links from Sources. 2015-12-26 04:50:32 +01:00
Krunoslav Zaher e3df171b3f Fixes build for Darwin. 2015-12-26 04:47:04 +01:00
Krunoslav Zaher b5dbdc452c RxTests compiles first time on Linux. 2015-12-25 19:32:52 -08:00
Krunoslav Zaher a982be0942 RxSwift compiles first time on Linux. 2015-12-25 19:29:39 -08:00
Krunoslav Zaher 4651df2317 Adds initial version of Swift package manager. 2015-12-26 02:28:27 +01:00
Krunoslav Zaher f26167e10a Adds initial `Package.swift`. 2015-12-26 00:44:45 +01:00
Krunoslav Zaher d377f61794 Linux fixes. 2015-12-25 23:33:25 +01:00
Krunoslav Zaher e2819880f0 Linux porting changes. 2015-12-25 22:31:58 +01:00
Krunoslav Zaher 78c83fdaad Moves extensions from `RxTest` file. 2015-12-25 22:14:59 +01:00
Krunoslav Zaher 839239f7dd Adds Linux support to RxTest. 2015-12-25 21:48:18 +01: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 e1a2daa0a5 Removes C style for loops. 2015-12-25 20:59:52 +01:00
Krunoslav Zaher 5bff7acc44 Removes spin lock from unit tests. 2015-12-25 20:55:52 +01:00
Krunoslav Zaher bee92f9700 Cleanup. 2015-12-25 20:30:40 +01:00
Krunoslav Zaher f183ac08e0 Moves `Driver` tests from RxSwift tests to RxCocoa tests. 2015-12-25 18:34:55 +01:00
Krunoslav Zaher 9cae95d3ef Fixes Swift 2.2 warnings. 2015-12-25 12:50:42 +01:00
Krunoslav Zaher 0a864f1f0c Fixes `Debug` operator Linux issues. 2015-12-25 11:58:55 +01:00
Krunoslav Zaher 56847dd7f9 Fixes storyboard warnings. 2015-12-24 20:26:45 +01:00
Krunoslav Zaher 3d2c2af3b4 Small fixes for example app. 2015-12-24 19:50:59 +01:00
Krunoslav Zaher 26b38e3444 Transforms strong into weak reference for `rx_notification` wrapper. 2015-12-24 19:50:22 +01:00
Krunoslav Zaher d387f91afa Removes `SchedulerType` associated types in favor of concrete types. 2015-12-23 21:17:57 +01:00
Krunoslav Zaher fd28645051 Fixes warnings in playgrounds. 2015-12-23 11:23:54 +01:00
Krunoslav Zaher 0a6a377c5f Deprecates free functions `timer` and `interval` in favor of `Observable<E>.timer` and `Observable<E>.interval`. 2015-12-23 11:23:15 +01:00
Krunoslav Zaher 7f64228ae3 Updates sequence grammar. 2015-12-23 11:04:40 +01:00
Krunoslav Zaher 9116fee6f8 Updates documentation. 2015-12-21 22:17:33 +01:00
Krunoslav Zaher 49017a6565 Fixes warnings. 2015-12-21 22:17:22 +01:00
Krunoslav Zaher c8f7b13586 Fixes driver warnings in unit tests. 2015-12-21 21:50:44 +01:00
Krunoslav Zaher d09832edff Small polish. 2015-12-21 21:48:11 +01:00
Krunoslav Zaher 6040789f93 Fixes warnings. 2015-12-21 21:45:13 +01:00
Krunoslav Zaher a905b6bdc7 Factory methods for `Driver` are moved from `Drive` to `Driver`. 2015-12-21 21:39:25 +01:00
Krunoslav Zaher 5e1732134c Fixes warnings in unit tests. 2015-12-21 21:34:48 +01:00
Krunoslav Zaher 5716cc3cec Transforms free functions to factory functions on `Observable`. (just, never, error, generate, combineLatest, zip ...) 2015-12-21 20:55:37 +01:00
Krunoslav Zaher f2d49adc32 Updates `CHANGELOG.md`. 2015-12-21 12:59:38 +01:00
Krunoslav Zaher ea265109fd Changes wording to use passive form. 2015-12-21 12:51:11 +01:00
Krunoslav Zaher 411a9cca1b Fixes template files. 2015-12-21 12:50:30 +01:00
Krunoslav Zaher ecdf0a9898 Adds `seealso` references to `reactivex.io`. 2015-12-21 12:50:13 +01:00
Krunoslav Zaher 8d0f514b6d Release 2.0.0-rc.0 2015-12-21 03:29:03 +01:00
Krunoslav Zaher 135de0f5fa Adds links to `Units.md` unit. 2015-12-21 03:23:02 +01:00
Krunoslav Zaher 93572bb5d7 Updates `Units.md` documentation. 2015-12-21 03:19:48 +01:00
Krunoslav Zaher f39917d1e9 Fixes CocoaPods deprecated warning. 2015-12-21 03:02:24 +01:00
Krunoslav Zaher b7b092247e Temporary turns off control automation test since those cases are already covered in unit tests, and re-enables example app signing. 2015-12-21 03:01:00 +01:00
Krunoslav Zaher a6aa088dca Updates `cellType` parameter in README.md. 2015-12-21 03:00:22 +01:00
Krunoslav Zaher a2d7fc9c74 Increases resource count time to 0.2 sec. 2015-12-21 02:12:18 +01:00
Krunoslav Zaher b89f3f35c7 Fixes compilation error with OSX example. 2015-12-21 02:12:00 +01:00
Krunoslav Zaher e86516891f Replaces `unowned` with `weak`. 2015-12-21 01:33:54 +01:00
Krunoslav Zaher 4ba729f7ad Refactors calculator example to be more clear. 2015-12-21 01:33:32 +01:00
Krunoslav Zaher 415af045ec Add tests for optional `cellType`. 2015-12-21 01:20:28 +01:00
Krunoslav Zaher 3d55baa4e1 Adds `cellType` parameter to `rx_itemsWithCellIdentifier`. 2015-12-21 01:19:08 +01:00
Krunoslav Zaher 26819fff60 Adds documentation to xcworkspace. 2015-12-20 22:47:22 +01:00
Krunoslav Zaher 5bb551438b Documents `KVORepresentable` optional initializer. 2015-12-20 22:46:42 +01:00