Commit Graph

76 Commits

Author SHA1 Message Date
Krunoslav Zaher bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Krunoslav Zaher c234adb9d7 Fixes compilation problems with 9.3 runtime. 2016-03-22 11:44:46 +01:00
Krunoslav Zaher a1c2448efe Fixes synchronization problem with `SingleAssignmentDisposable`. 2016-03-17 10:40:24 +01:00
Krunoslav Zaher dd73952b4e Fixes problems with automation. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher e3154bd2b7 Fixes automation tests. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher 896d656c3b Fixes automation tests. 2016-03-13 12:50:02 +01:00
Krunoslav Zaher 698a50b381 Returns device testing to automation scripts. 2016-02-14 23:26:39 +01:00
Krunoslav Zaher 2596f25432 Fixes automation scripts. 2016-02-14 17:21:10 +01:00
Krunoslav Zaher 300c44aced More workarounds for Swift compiler bugs. 2016-02-13 23:36:01 +01:00
Krunoslav Zaher b00d35a5ef Updates documentation. 2016-01-11 00:42:07 +01:00
Krunoslav Zaher 38cd00522d Fixes automation. 2016-01-10 22:42:15 +01:00
Krunoslav Zaher 87aa7ede42 Moves all tests into Rx.xcodeproj and enables coverage tests. 2016-01-02 22:55:43 +01:00
Krunoslav Zaher f13c35e8d0 Fixes automation scripts. 2016-01-01 23:38:23 +01:00
Krunoslav Zaher 6dd9ff1e1e Ironing scripts. 2016-01-01 20:49:36 +01:00
Krunoslav Zaher 903904b5d4 Polish for header validation script. 2016-01-01 20:09:25 +01:00
Krunoslav Zaher 91058f98d1 hanges link in `Examples.md` to point to `README.md#playgrunds`. #375 2015-12-31 13:14:37 +01:00
Krunoslav Zaher 3637e94287 Documents and polishes scripts. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher 435a84ca25 Renames `scripts/package-swift-manager.swift` to `scripts/package-spm.swift`. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher 901933454c Fixes CocoaPods validation script. 2015-12-30 04:20:26 +01:00
Krunoslav Zaher 1ca156c1a2 Adapts automation scripts to new example app. 2015-12-30 03:17:04 +01:00
Krunoslav Zaher e445d4eec3 Another fix for Swift bugs with collisions between optimizations and testability. 2015-12-29 18:24:51 +01:00
Krunoslav Zaher a66badfdb7 Includes tests for `RxExample-iOS` in `pre-release-tests.sh`. 2015-12-29 17:41:44 +01:00
Krunoslav Zaher 5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher 788aaf87e8 Changes `playgrounds.sh` in `pre-release-tests.sh` to execute `validate-playgrounds.sh`. 2015-12-29 12:15:53 +01:00
Krunoslav Zaher 79a6f59de2 Fixes warnings in playgrounds. 2015-12-28 02:54:25 +01:00
Krunoslav Zaher 9a732086ef Removes tests that are crashing compiler on Linux. 2015-12-28 02:20:23 +01:00
Krunoslav Zaher 65ba8df6d8 Returns XCTest+Rx to RxTests target. 2015-12-27 02:25:21 +01:00
Krunoslav Zaher 37d1cb8db0 Fixes `RxTests` compilation with Swift Package Manager. 2015-12-27 02:19:36 +01:00
Krunoslav Zaher 4238573c5a Removes `RxCocoa` from package. 2015-12-27 01:41:28 +01:00
Krunoslav Zaher 3f37013e44 Temporary removes `retryWhen` from unit tests on Linux. 2015-12-27 01:22:05 +01:00
Krunoslav Zaher 8a38f39444 Adds test `main.swift` generator on Linux. 2015-12-27 01:12:36 +01:00
Krunoslav Zaher aa89d2f7d4 Adds RxMutableBox to Source AllTests. 2015-12-26 04:57:55 +01:00
Krunoslav Zaher 22b9de44c0 Removes RxCocoaTests links from Sources. 2015-12-26 04:50:32 +01:00
Krunoslav Zaher 4651df2317 Adds initial version of Swift package manager. 2015-12-26 02:28:27 +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 1506071b15 Documents `HotObservable` and `ColdObservable`. 2015-12-20 15:34:26 +01:00
Krunoslav Zaher 4595982842 Makes build scripts more generic. 2015-12-20 14:03:34 +01:00
Krunoslav Zaher b6a284635c Adds `validate-podspec.sh` to `pre-release-tests.sh`(Release mode). 2015-12-20 10:18:24 +01:00
Krunoslav Zaher 6f1cb8020c Validate podspec now works for RxTests. 2015-12-20 10:17:12 +01:00
Krunoslav Zaher d338c50ade Adds RxTests podspec. 2015-12-20 01:28:29 +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 d201397fa3 Improves tail recursive optimizations for `concat`, documents then and adds additional unit tests. 2015-12-13 00:07:57 +01:00
Krunoslav Zaher c8dc9cde0d Fixes Travis. 2015-12-12 17:34:48 +01:00
Krunoslav Zaher 170d21b2fe Updates `pre-release-tests.sh` for Xcode 7.2 2015-12-12 17:28:28 +01:00
Krunoslav Zaher 08e68c66e4 Updates automation scripts. 2015-12-07 00:14:28 +01:00
Krunoslav Zaher 0b8bf6ca5a Improves validate Podspecs scheme. 2015-11-02 11:13:09 +01:00
yury af31d2155f Run playgrounds in pre-release-tests.sh 2015-10-29 01:58:11 +03:00
Krunoslav Zaher c50f5043d5 Fixes `tvOS` detection. 2015-10-19 20:08:27 +02:00
Krunoslav Zaher 4d980e6846 Fixes cleanup code. 2015-10-04 12:33:05 +02:00