-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.15.0
head repository: emscripten-core/emscripten
compare: 1.15.1
- 16 commits
- 21 files changed
- 4 contributors
Commits on Apr 13, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 248be33 - Browse repository at this point
Copy the full SHA 248be33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bea0b9 - Browse repository at this point
Copy the full SHA 1bea0b9View commit details -
Implement SDL2 touch event timestamps and add a digital 0/1 pressure …
…if no pressure data is present.
Configuration menu - View commit details
-
Copy full SHA for 43ddbe9 - Browse repository at this point
Copy the full SHA 43ddbe9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2bbdb0c - Browse repository at this point
Copy the full SHA 2bbdb0cView commit details -
Add a way to opt out of compiler-generated type names for smart point…
…ers and wrapper types.
Configuration menu - View commit details
-
Copy full SHA for e4cfbda - Browse repository at this point
Copy the full SHA e4cfbdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b57fb6 - Browse repository at this point
Copy the full SHA 5b57fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1838f12 - Browse repository at this point
Copy the full SHA 1838f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faa69a - Browse repository at this point
Copy the full SHA 2faa69aView commit details
Commits on Apr 14, 2014
-
Remove undefined behavior reading 32-bit variables as 64-bit in print…
…f formatting in test_atomic_cxx. Fixes the test on OSX.
Configuration menu - View commit details
-
Copy full SHA for f988a17 - Browse repository at this point
Copy the full SHA f988a17View commit details -
Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify tes…
…t runner operation.
Configuration menu - View commit details
-
Copy full SHA for 96a1da2 - Browse repository at this point
Copy the full SHA 96a1da2View commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for cfecdac - Browse repository at this point
Copy the full SHA cfecdacView commit details -
Merge pull request #2290 from juj/fix_test_atomic_cxx
fix_test_atomic_cxx
Configuration menu - View commit details
-
Copy full SHA for 55b5c4b - Browse repository at this point
Copy the full SHA 55b5c4bView commit details -
Merge pull request #2291 from juj/spidermonkey_none
spidermonkey_none
Configuration menu - View commit details
-
Copy full SHA for 411e628 - Browse repository at this point
Copy the full SHA 411e628View commit details -
Merge pull request #2286 from chadaustin/embind-code-size-reduction
Embind code size reduction by using lightweight RTTI record for non-polymorphic types
Configuration menu - View commit details
-
Copy full SHA for 512b7bd - Browse repository at this point
Copy the full SHA 512b7bdView commit details -
Merge pull request #2285 from juj/sdl2-touch-api-additions
Sdl2 touch api additions
Configuration menu - View commit details
-
Copy full SHA for d990bbd - Browse repository at this point
Copy the full SHA d990bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 153e0f6 - Browse repository at this point
Copy the full SHA 153e0f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.15.0...1.15.1