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.9.4
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.9.5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 24, 2014

  1. spinner during startup; #2050

    kripken committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    d54f3e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

  1. Fix inconsistent linkage warnings from Visual Studio caused by mismat…

    …ched dllexport specifiers.
    
    Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport.
    juj committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    198d96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f43e7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2057 from juj/relooper_linkage

    Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.
    kripken committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    ed697cc View commit details
    Browse the repository at this point in the history
Loading