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.34.12
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.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 13, 2015

  1. Add new function get_clang_native_env() which finds the required Visu…

    …al Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running test_sse1_full and test_sse2_full without needing to manually open up Visual Studio Command Prompt to run those tests. Add get_clang_native_env() and get_clang_native_args() to always be present in pairs to be idiomatic, even though the other locations don't strictly need it (since just building .bc and not linking).
    juj committed Oct 13, 2015
    Copy the full SHA
    78aa504 View commit details
  2. Merge pull request #3848 from juj/get_clang_native_env

    get_clang_native_env
    juj committed Oct 13, 2015
    Copy the full SHA
    a3895e8 View commit details

Commits on Oct 14, 2015

  1. Copy the full SHA
    5c9b908 View commit details
  2. Copy the full SHA
    fd78e15 View commit details
  3. Copy the full SHA
    d1bd35d View commit details
  4. update test_aaa_normal

    kripken committed Oct 14, 2015
    Copy the full SHA
    266e8d0 View commit details

Commits on Oct 15, 2015

  1. Fix test browser.test_fs_lz4fs_package on Windows. (It would fail due…

    … to mismatch in expected file sizes caused by ascii vs binary file writes).
    juj committed Oct 15, 2015
    Copy the full SHA
    3388b79 View commit details
  2. Copy the full SHA
    fad7fb2 View commit details
  3. make browser.test_sdl2_ttf not use hardware acceleration, which shoul…

    …d give a more consistent result
    kripken committed Oct 15, 2015
    Copy the full SHA
    1d798ff View commit details

Commits on Oct 19, 2015

  1. 1.35.0

    kripken committed Oct 19, 2015
    Copy the full SHA
    42fb486 View commit details
Loading