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.21.9
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.21.10
Choose a head ref
  • 20 commits
  • 38 files changed
  • 3 contributors

Commits on Jul 28, 2014

  1. Add a new tool that examines the given text file for line endings, an…

    …d returns whether they are consistent. Adjust the test suite to test that each test file that is being run has proper line endings. This uncovers issue #2133 to show in the test suite.
    juj committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    97ad2b9 View commit details
    Browse the repository at this point in the history
  2. Creation of new Community page and removal of news and contact page. …

    …Fixes as result of feedback
    hamishwillee committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    337f6df View commit details
    Browse the repository at this point in the history
  3. fix other.test_returncode by emitting exit code in node if we waited …

    …too long for it to drain stdout
    kripken committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    77f8d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65eb97c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6db3be4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    47c46fe View commit details
    Browse the repository at this point in the history
  2. Fixes to html5 and preamble.js in line with feedback from ChrisM. Min…

    …or tidy changes to other files
    hamishwillee committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    d9640cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2594 from hamishwillee/incoming

    New Community Page. Fixes to api reference
    juj committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    8d9bbe8 View commit details
    Browse the repository at this point in the history
  4. Add declarations for new HTML5 functions emscripten_webgl_create_cont…

    …ext(), emscripten_webgl_make_context_current(), emscripten_webgl_get_current_context(), emscripten_webgl_destroy_context() and emscripten_webgl_enable_extension() and a type structure EmscriptenWebGLContextAttributes. Yet unimplemented.
    juj committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    3f74d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    129a90a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f04118 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    714aa5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64a2dea View commit details
    Browse the repository at this point in the history
  9. Implement HTML5 WebGL context creation API. Add support to library_gl…

    ….js to manage multiple simultaneous GL contexts.
    juj committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    6f78cfb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e79f8ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    183ad0f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2583 from juj/emscripten_webgl_context

    Emscripten webgl context
    kripken committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    d323e4d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2591 from juj/test_line_endings

    Test and fix line endings issue #2133.
    kripken committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    02dfc7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19ec188 View commit details
    Browse the repository at this point in the history
  15. 1.21.10

    kripken committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    1db37d7 View commit details
    Browse the repository at this point in the history
Loading