Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MoeOrganization/moe
base: 5f14183cf43e
Choose a base ref
...
head repository: MoeOrganization/moe
compare: 54ce606d8680
Choose a head ref
  • 5 commits
  • 46 files changed
  • 1 contributor

Commits on Feb 21, 2013

  1. move the native objects into their own files and adjust the names som…

    …ewhat to better match the names of the runtime classes
    Stevan Little committed Feb 21, 2013
    Copy the full SHA
    e8bcdef View commit details
    Browse the repository at this point in the history
  2. there is no reason to manually unbox native types anymore, we can use…

    … the unboxTo* methods
    Stevan Little committed Feb 21, 2013
    Copy the full SHA
    85e6c93 View commit details
    Browse the repository at this point in the history
  3. rename the unboxTo* methods to better reflect the scala types they ar…

    …e being unboxed to
    Stevan Little committed Feb 21, 2013
    Copy the full SHA
    1576319 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. making the NativeHash always use a mutable HashMap

    Stevan Little committed Feb 22, 2013
    Copy the full SHA
    3e5453a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into native-objects-breakout

    Stevan Little committed Feb 22, 2013
    Copy the full SHA
    54ce606 View commit details
    Browse the repository at this point in the history