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.15.0
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.15.1
Choose a head ref
  • 16 commits
  • 21 files changed
  • 4 contributors

Commits on Apr 13, 2014

  1. Added preliminary support for the SDL2 touch api. Missing items:

      1. Timestamps
      2. TouchID (the Device ID)
          As inline with the SDL spec, we will pass a touch ID of
          `SDL_TOUCH_MOUSEID` for touch events that are simulated by the
          mouse so games can rely solely on touch events if they like.
    
    Includes the SDL2 Copyright notice on the headers that contain SDL2
    content.
    Includes a fix to SDL_PeepEvents.
    michaeljbishop authored and juj committed Apr 13, 2014
    Copy the full SHA
    248be33 View commit details
  2. Copy the full SHA
    1bea0b9 View commit details
  3. Implement SDL2 touch event timestamps and add a digital 0/1 pressure …

    …if no pressure data is present.
    juj committed Apr 13, 2014
    Copy the full SHA
    43ddbe9 View commit details
  4. embind doesn't always need the full std::type_info record. if EMSCRIP…

    …TEN_HAS_UNBOUND_TYPE_NAMES=0, then use a lighter type identifier. This shaves 175 KB off of our engine's minified JavaScript.
    Chad Austin authored and chadaustin committed Apr 13, 2014
    Copy the full SHA
    2bbdb0c View commit details
  5. Add a way to opt out of compiler-generated type names for smart point…

    …ers and wrapper types.
    Chad Austin authored and chadaustin committed Apr 13, 2014
    Copy the full SHA
    e4cfbda View commit details
  6. Copy the full SHA
    5b57fb6 View commit details
  7. some compile fixes

    Chad Austin authored and chadaustin committed Apr 13, 2014
    Copy the full SHA
    1838f12 View commit details
  8. Copy the full SHA
    2faa69a View commit details

Commits on Apr 14, 2014

  1. Remove undefined behavior reading 32-bit variables as 64-bit in print…

    …f formatting in test_atomic_cxx. Fixes the test on OSX.
    juj committed Apr 14, 2014
    Copy the full SHA
    f988a17 View commit details
  2. Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify tes…

    …t runner operation.
    juj committed Apr 14, 2014
    Copy the full SHA
    96a1da2 View commit details
  3. Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values per…

    …sist to user CMake toolchain files. Also CACHE the variable Emscripten, in the hope of that fixing the visibility issue with variable. Some users have reported that in their CMakeLists.txt files the variable EMSCRIPTEN is not always visible, even though in the Emscripten cmake unit tests it always works. Fixes #2288. Thanks mhenschel!
    juj committed Apr 14, 2014
    Copy the full SHA
    cfecdac View commit details
  4. Merge pull request #2290 from juj/fix_test_atomic_cxx

    fix_test_atomic_cxx
    kripken committed Apr 14, 2014
    Copy the full SHA
    55b5c4b View commit details
  5. Merge pull request #2291 from juj/spidermonkey_none

    spidermonkey_none
    kripken committed Apr 14, 2014
    Copy the full SHA
    411e628 View commit details
  6. Merge pull request #2286 from chadaustin/embind-code-size-reduction

    Embind code size reduction by using lightweight RTTI record for non-polymorphic types
    kripken committed Apr 14, 2014
    Copy the full SHA
    512b7bd View commit details
  7. Merge pull request #2285 from juj/sdl2-touch-api-additions

    Sdl2 touch api additions
    kripken committed Apr 14, 2014
    Copy the full SHA
    d990bbd View commit details
  8. 1.15.1

    kripken committed Apr 14, 2014
    Copy the full SHA
    153e0f6 View commit details
Loading