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 |
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 |
Tom Burns
|
c33d5806fd
|
Remove errant whitespace
|
2016-07-02 18:47:47 -05:00 |
Tom Burns
|
45b8b32b35
|
Fix RxBlocking in Swift 3
Remove force cast in favor of rawValue to fix crash at runtime
|
2016-07-02 18:45:08 -05:00 |
Łukasz Mróz
|
8989ea3a0a
|
[RxTests] Make equatable Recorded public
|
2016-07-02 23:04:41 +02:00 |
Krunoslav Zaher
|
ad96d6b0e1
|
Merge pull request #777 from baek-jinoo/minor-typo-fix
Minor typo fix
|
2016-07-01 10:42:21 +02:00 |
Krunoslav Zaher
|
5a9771e818
|
Removes no-module version.
|
2016-06-30 10:51:05 +02:00 |
Krunoslav Zaher
|
62bd1d5498
|
Fixes all-tests.sh
|
2016-06-30 10:49:07 +02:00 |
Krunoslav Zaher
|
bbea37dcda
|
Merge pull request #775 from DouglasHeriot/swift-2.3
Update for Xcode 8, Swift 2.3.
|
2016-06-30 10:47:47 +02:00 |
Krunoslav Zaher
|
b72a2ce86d
|
Merge pull request #776 from DouglasHeriot/swift-3.0
Make Travis use Xcode 8 for building Swift 3
|
2016-06-30 10:45:19 +02:00 |
Douglas Heriot
|
67160ee0dc
|
Put Travis back to Xcode 7.3
Upgrading to 8 requires all .swift build scripts to use Swift 3, which isn't appropriate in this branch.
|
2016-06-30 00:41:14 +10:00 |
Douglas Heriot
|
76a63104fa
|
Update Travis to use Xcode 8.
Also update validate-headers.swift for Swift 3.
|
2016-06-30 00:26:04 +10:00 |
Douglas Heriot
|
5a566ae183
|
Fix RxExample for Xcode 8, Swift 2.3
|
2016-06-29 22:54:12 +10:00 |
Krunoslav Zaher
|
e730955869
|
Merge pull request #770 from tonyarnold/fix/static-analysis-issues
Resolve minor static analysis issues
|
2016-06-29 13:37:57 +02:00 |
Tony Arnold
|
1a289e97fd
|
Add information about resolved static analysis issues in RxCocoa’s Objective-C classes to the changelog
|
2016-06-29 11:31:21 +10:00 |
Tony Arnold
|
e4219c8423
|
Add RX_CATCH_ERROR macro to work around implicit nullable state of NSError parameters in Objective-C methods
|
2016-06-29 10:59:13 +10:00 |
Douglas Heriot
|
d48dff3a4f
|
Update for Xcode 8, Swift 2.3.
Bump OSX Deployment Target to 10.10 to avoid libarclite duplicate linking error?
|
2016-06-29 01:54:19 +10:00 |
Tony Arnold
|
c50efe34c7
|
Initialise targetClass to NULL to silence a static analysis issue
|
2016-06-28 13:17:17 +10:00 |
Krunoslav Zaher
|
0815ea5c96
|
Merge pull request #767 from sora0077/feature/RXDelegateProxy_weak
Change _forwardToDelegate to weak reference
|
2016-06-27 17:21:24 +02:00 |