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: audiocogs/opus.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: audiocogs/opus.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 17, 2015

  1. Better error detection during build

    emcc has unexpected exit status of 0 (success) when build fails. Not
    always, but in this particular case. So test for the existence of the
    compiled file instead as an indication of build success.
    hraban committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    f5d1a56 View commit details
    Browse the repository at this point in the history
  2. Use Makefile for entire build process

    Better dependency and error management
    hraban committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    b2a0288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9840581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b33d7d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Merge pull request #2 from hraban/buildprocess

    Better error detection during build
    devongovett committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    03ea8f6 View commit details
    Browse the repository at this point in the history
Loading