Krunoslav Zaher
|
824f23c94e
|
Merge pull request #797 from noremac/swift-3.0
Adds further Xcode 8 beta 3 fixes.
|
2016-07-20 01:10:29 +02:00 |
Cameron Pulsford
|
5c908f18b8
|
Adds further Xcode 8 beta 3 fixes.
|
2016-07-19 18:42:18 -04:00 |
Krunoslav Zaher
|
d4981303b5
|
Merge pull request #796 from noremac/swift-3.0
Updates project with Xcode 8 beta 3.
|
2016-07-20 00:04:17 +02:00 |
Cameron Pulsford
|
7c2f20cf36
|
Updates project with Xcode 8 beta 3.
|
2016-07-19 11:33:06 -04:00 |
Krunoslav Zaher
|
cba021a961
|
Adds `swift-3.0` as valid branch in Dangerfile.
|
2016-07-11 01:36:22 +02:00 |
Krunoslav Zaher
|
9cac0cc234
|
Adaptations for Swift 3.0.
|
2016-07-10 14:55:18 +02:00 |
Krunoslav Zaher
|
b47ce13eae
|
Adds printing of environment info.
|
2016-07-10 13:06:00 +02:00 |
Krunoslav Zaher
|
1124f40ef1
|
Fixes Swift version.
|
2016-07-10 12:45:41 +02:00 |
Krunoslav Zaher
|
03fae9de6f
|
Changes deployment target for example app.
|
2016-07-10 12:39:02 +02:00 |
Krunoslav Zaher
|
996caf6917
|
Fixes platform.
|
2016-07-10 12:33:55 +02:00 |
Krunoslav Zaher
|
a1b34f0f50
|
Fixes unit tests warning.
|
2016-07-10 12:29:29 +02:00 |
Krunoslav Zaher
|
125deae0c8
|
Fixes tvOS compilation.
|
2016-07-10 12:23:50 +02:00 |
Krunoslav Zaher
|
8e46d377da
|
Fixes concurrent dispatch queue scheduler initializer.
|
2016-07-10 12:18:11 +02:00 |
Krunoslav Zaher
|
348ce89e17
|
Fixes `rx_sentMessage` unit tests.
|
2016-07-10 11:33:51 +02:00 |
Krunoslav Zaher
|
e222e52223
|
Deletes RxExample-iOS-no-module scheme.
|
2016-07-09 23:11:54 +02:00 |
Krunoslav Zaher
|
edf423d42e
|
Improves KVOObservable code.
|
2016-07-08 00:20:24 +02:00 |
Krunoslav Zaher
|
e2edffc39d
|
Fixes `@warn_unused_result(message: "http://git.io/rxs.ud")` warnings.
|
2016-07-08 00:04:44 +02:00 |
Krunoslav Zaher
|
6770c8a4c0
|
Fixes `.self` warnings.
|
2016-07-08 00:02:45 +02:00 |
Krunoslav Zaher
|
bce8e9cd2d
|
Fixes example app.
|
2016-07-07 23:50:38 +02:00 |
Krunoslav Zaher
|
a64c07d1e1
|
Merge pull request #787 from sergdort/swift-3.0
Merged latest master
|
2016-07-07 23:22:57 +02:00 |
Krunoslav Zaher
|
7cc3dab5cb
|
Merge pull request #789 from kciter/remove-meaningless-line
Remove typealias Parent line in Filter.swift
|
2016-07-07 21:50:39 +02:00 |
Lee Sun-Hyoup
|
6757b82872
|
Remove typealias Parent line in Filter.swift
|
2016-07-07 18:53:59 +09:00 |
sergdort
|
d40557bbd7
|
Fixed test failing on `testObservingForAllTypes`
|
2016-07-07 10:29:04 +03:00 |
Krunoslav Zaher
|
987afd4a92
|
Merge pull request #786 from mohsenr/swift-3.0
Update for Xcode 8 beta 2.
|
2016-07-07 00:21:55 +02:00 |
Mo Ramezanpoor
|
14fa47c623
|
Update for Xcode 8 beta 2.
`Thread.current` is a class property, not a method.
|
2016-07-06 11:34:49 +01:00 |
sergdort
|
7e2a492895
|
Fixed the bug with determining property attributes in KVOObservable
|
2016-07-06 10:29:38 +03:00 |
sergdort
|
b7cd7ba56c
|
Fixes after merge conflicts
|
2016-07-05 18:07:18 +03: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
|
95ee9d0de8
|
Fixes problem with editing UITableView example. #768
|
2016-07-04 20:55:54 +02:00 |
Krunoslav Zaher
|
ca831c7321
|
Updates README with a friendly information about Xcode 8.0 beta.
|
2016-07-04 07:16:33 +02:00 |
Krunoslav Zaher
|
56e09abb11
|
Fixes problem with Swift 2.3
|
2016-07-04 07:02:49 +02:00 |
Krunoslav Zaher
|
1633a4192e
|
Disables bitcode for RxTests/tvOS because Carthage with Swift 2.3 and Xcode 8.0 fails to compile it.
|
2016-07-04 06:13:58 +02:00 |
Krunoslav Zaher
|
f51151c3d2
|
Fixes RandomAPI response Parsing.
|
2016-07-04 04:25:21 +02:00 |
Krunoslav Zaher
|
2787393621
|
Fixes for Xcode 7.3.1
|
2016-07-04 04:06:01 +02:00 |
Krunoslav Zaher
|
5c0ce0a1c8
|
Xcode 8 beta, Swift 2.3 fixes.
|
2016-07-04 03:35:41 +02:00 |
Krunoslav Zaher
|
bce72a2617
|
Fixes headers.
|
2016-07-04 02:54:32 +02:00 |
Krunoslav Zaher
|
68b5ae3e4c
|
Xcode 8.0 fixes.
|
2016-07-04 02:48:41 +02:00 |
Krunoslav Zaher
|
f86d12a53b
|
Release 2.6.0
|
2016-07-04 02:27:30 +02:00 |
Krunoslav Zaher
|
88f718ffc3
|
Updates latest version of data sources.
|
2016-07-04 02:06:08 +02:00 |
Krunoslav Zaher
|
e20ac5fbb7
|
Adds simple data source usage examples in inline docs.
|
2016-07-04 01:42:26 +02:00 |
Krunoslav Zaher
|
2d50bc135c
|
Fixes compilation for Swift 2.3 compiler.
|
2016-07-04 01:07:19 +02:00 |
Krunoslav Zaher
|
17f8aac437
|
Removes unit tests failing because of accidentally included plist.
|
2016-07-04 01:03:13 +02:00 |
Krunoslav Zaher
|
f95b1ed122
|
Unit tests, documents and improves data source/delegate interfaces.
|
2016-07-04 01:02:08 +02:00 |
Krunoslav Zaher
|
7e17ca9fde
|
Updates mdast to remark.
|
2016-07-03 22:03:26 +02:00 |
Krunoslav Zaher
|
6b031f97bd
|
Merge branch 'develop' of github.com:ReactiveX/RxSwift into develop
|
2016-07-03 16:37:32 +02:00 |
Krunoslav Zaher
|
c0939e1b4e
|
Removes RxExample-no-module scheme.
|
2016-07-03 16:05:46 +02:00 |
Krunoslav Zaher
|
e3d2305a8f
|
Fixes building playgrounds.
|
2016-07-03 13:03:47 +02:00 |
Krunoslav Zaher
|
5b95007fba
|
Merge pull request #778 from sunshinejr/feature/equatable_recorded_public
[RxTests] Make equatable operator for Recorded public.
|
2016-07-03 13:03:09 +02:00 |
Krunoslav Zaher
|
d1916b4a19
|
Merge pull request #779 from tomburns/fix-rxblocking
Fix RxBlocking in Swift 3
|
2016-07-03 13:00:57 +02:00 |
Tom Burns
|
98cf430382
|
Fix ConcurrentDispatchQueueSchd's schedulePeriodic
Fix interval conversion error (new API expects Double, not TimeInterval)
|
2016-07-02 19:58:29 -05:00 |