Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.10.0 - Static Language Support #304

Commits on Jul 4, 2013

  1. Configuration menu
    Copy the full SHA
    7f1a989 View commit details
    Browse the repository at this point in the history
  2. Add Code generator that adapts the core Observable to a dynamic langu…

    …age's native function support
    
    * Only hooked up to rxjava-groovy in this commit
    mattrjacobs committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    c93ba88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbedef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698508f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ac401d View commit details
    Browse the repository at this point in the history
  6. Added rxjava-dynamic language-adaptor

    * Adds an Object overload to Observable methods via code generation
    mattrjacobs committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    d4efc29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d45c10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d10dbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73c8631 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2013

  1. Merge branch 'multi-static' of git://github.com/mattrjacobs/RxJava in…

    …to version_0.10.0_multi-static
    
    Conflicts:
    	rxjava-core/src/main/java/rx/Observable.java
    benjchristensen committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    8beb820 View commit details
    Browse the repository at this point in the history
  2. Remove '? super' generic definitions

    I couldn't get these to work once we removed the Object overloads that was apparently being invoked instead of the staticly typed method so removing them.
    If someone else can get these generics working then please submit a new pull request.
    benjchristensen committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    227c442 View commit details
    Browse the repository at this point in the history
  3. Removing zip FuncN overloads - they conflict with dynamic languages

    These methods will need different names as they have the same argument count so break with dynamic overloads once we do static handling of dynamic languages.
    benjchristensen committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    b831bf8 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Gradle 1.6

    - needed for Scala build to succeed
    benjchristensen committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    add859f View commit details
    Browse the repository at this point in the history
  5. Version 0.10.0

    benjchristensen committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    e8373fa View commit details
    Browse the repository at this point in the history