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: nibin/java-rust-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drrb/java-rust-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 1 contributor

Commits on May 22, 2017

  1. Fixed bad struct JNA mapping and some memory leaks

    Incorporated changes from drrb#4. Also looked into the way that we free
    memory, to fix some memory leaks.
    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    81ede5d View commit details
    Browse the repository at this point in the history
  2. Modifying travis config

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    2ca5fc6 View commit details
    Browse the repository at this point in the history
  3. Trying more travis config

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    4857006 View commit details
    Browse the repository at this point in the history
  4. Trying more travis config

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    febe65b View commit details
    Browse the repository at this point in the history
  5. Try using rustup directly

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    f6c7439 View commit details
    Browse the repository at this point in the history
  6. Add rust to path on Travis

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8c27976 View commit details
    Browse the repository at this point in the history
  7. Override rust version on Travis

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    2d6dd31 View commit details
    Browse the repository at this point in the history
  8. Fixed link line numbers

    drrb committed May 22, 2017
    Configuration menu
    Copy the full SHA
    052fd03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82fd3a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Fixed dropping of GreetingSet

    We were incorrectly passing GreetingSet by value, which was causing problems when we tried to free it.
    drrb committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    aaf9896 View commit details
    Browse the repository at this point in the history
Loading