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: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.35.7
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.35.8
Choose a head ref
  • 17 commits
  • 19 files changed
  • 5 contributors

Commits on Nov 5, 2015

  1. Configuration menu
    Copy the full SHA
    e1bd3f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Document recent changes to the SDL2_image port

    With info taken from here: #3831
    Sven-Hendrik Haase committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    a725944 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3897 from waywardmonkeys/sanity-check-python

    Sanity check that PYTHON is valid.
    kripken committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    207b01c View commit details
    Browse the repository at this point in the history
  3. Adding myself to AUTHORS

    Sven-Hendrik Haase committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    da6ec79 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'patch-2' of https://github.com/svenstaro/emscripten int…

    …o incoming
    
    Conflicts:
    	AUTHORS
    kripken committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    83f79d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    024683f View commit details
    Browse the repository at this point in the history
  6. comment

    kripken committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    acf6fac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2015

  1. Configuration menu
    Copy the full SHA
    ec855b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. update documentation for cwrap

    gurka committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    05642f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3902 from gurka/incoming

    update documentation for cwrap
    kripken committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    bff0861 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    48c8a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b186271 View commit details
    Browse the repository at this point in the history
  3. fix realpath on directories

    kripken committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    4623330 View commit details
    Browse the repository at this point in the history
  4. Implement glfwSetInputMode when mode is GLFW_CURSOR and value is GLFW…

    …_CURSOR_NORMAL|GLFW_CURSOR_DISABLED
    Robert Goulet authored and kripken committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    595477b View commit details
    Browse the repository at this point in the history
  5. Add test_glfw_pointerlock and fix indentation

    Robert Goulet authored and kripken committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    dd1892a View commit details
    Browse the repository at this point in the history
  6. fix emterpreter debug print

    kripken committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    73d9f57 View commit details
    Browse the repository at this point in the history
  7. implement round/roundf ourselves, which is more optimized than musl a…

    …nd also lets it work without PRECISE_F32 #3876
    kripken committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    fecf842 View commit details
    Browse the repository at this point in the history
Loading