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.8.5
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.8.6
Choose a head ref
  • 20 commits
  • 19 files changed
  • 3 contributors

Commits on Dec 31, 2013

  1. implementation of libuuid

    fadams committed Dec 31, 2013
    Configuration menu
    Copy the full SHA
    32e1d73 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

  1. Added crypto quality random number generators for Node.js and browser…

    … environment if available
    fadams committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    385a660 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. changed != to !== in a couple of places. Added fix to prevent closure…

    … minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too
    fadams committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    3bdbd00 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Configuration menu
    Copy the full SHA
    82743f0 View commit details
    Browse the repository at this point in the history
  2. refactor lua benchmark

    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    f424d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7417dc View commit details
    Browse the repository at this point in the history
  4. refactor lua benchmark

    kripken committed Jan 7, 2014
    1 Configuration menu
    Copy the full SHA
    addca15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f6f3c6 View commit details
    Browse the repository at this point in the history
  6. benchmark updates

    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    6fee37f View commit details
    Browse the repository at this point in the history
  7. benchmark updates

    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    5016d1c View commit details
    Browse the repository at this point in the history
  8. Added ENVIRONMENT_IS_WEB test prior to checking window.crypto etc. so…

    … we are sure that window is defined
    fadams committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    a4b3e03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36d711c View commit details
    Browse the repository at this point in the history
  10. Fix old link in ChangeLog.

    juj committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    ad83790 View commit details
    Browse the repository at this point in the history
  11. clean up test runner output

    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    2fd4cb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6344b5c View commit details
    Browse the repository at this point in the history
  13. Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming

    Conflicts:
    	tools/shared.py
    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    f034e39 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04b5c9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    582e3e6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4e8063 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'incoming' into llvm-3.4

    Conflicts:
    	tests/test_benchmark.py
    	tools/shared.py
    kripken committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    0b3416a View commit details
    Browse the repository at this point in the history
Loading