Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-30use my version of MonoDroid.Dialog which gives correct text labels.rx-oss-v1.0Atsushi Eno
2013-01-18Revert back to NOT use those generated csproj, to prove that it's not me who ↵Atsushi Eno
broke build... Now Rx_Android.sln fails to build with the following error: https://gist.github.com/82b0c92263b53cf0f793 This smells like a smcs or runtime error. monodevelop successfully resolves those types on the tooltip, so the full mono (from some old master) works.
2013-01-18fix build: maybe csc allows this missing "System.", but mcs doesn't.Atsushi Eno
2013-01-18fix compilation defs for android/tests.Atsushi Eno
2013-01-18update project structures based on the updated build project generator in mcs.Atsushi Eno
2013-01-17Add rx mobile project files. Android refs to compiled dlls are now replaced.Atsushi Eno
2013-01-17[iOS] Add [Ignore]s on nunit test run stoppers on device.Atsushi Eno
2013-01-09Add required DEFINE when building for iOS devices and add a missing ↵Sebastien Pouliot
MONOTOUCH check (fix compilation)
2013-01-09Add Rx_Xamarin solution.Atsushi Eno
2013-01-09Android does not have app base path, so use LocalApplicationData instead.Atsushi Eno
2012-12-22Add another ignored test case for MfA that prevented the entire test runner.Atsushi Eno
Maybe mis-calculation of time? Only happening in eastern side than GMT+0? Not known.
2012-12-02more !NO_WINDOWS_THREADING condition on the tests.Atsushi Eno
2012-11-21Add mono bug-dependent build condition.Atsushi Eno
2012-11-21Add mobile-specific build condition.Atsushi Eno
2012-11-14revert and remove internals-visibleto-workaround.patch now that we have fix ↵Atsushi Eno
for #8334.
2012-11-12Applied mono.patch, internals-visibleto-workaround.patch and replacer.sh for ↵Atsushi Eno
mono build.
2012-11-12partial import of 49f5a4898db8: fixed license filesAtsushi Eno
2012-11-12partial import of ca05fdeb565e: Reactive Extensions OSS V1.0Atsushi Eno
2012-11-12initial checkin for mono-specific files.Atsushi Eno