Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation of src/ with MSVC #19416

Merged
merged 6 commits into from
Dec 3, 2016
Merged

Commits on Nov 25, 2016

  1. un-export jl_interpreter_toplevel_expr_in

    MSVC needs consistent linkage between prototype and implementation
    tkelman committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    40d701c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a939d1 View commit details
    Browse the repository at this point in the history
  3. Work around MSVC error C2905 about in-class initializer

    in jl_codectx_t, change from typedef to struct
    tkelman committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    d1c3a28 View commit details
    Browse the repository at this point in the history
  4. Add extern C around timing.c

    prevent mangling if compiled as C++
    tkelman committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    2772c9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2c40a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Configuration menu
    Copy the full SHA
    aa8d342 View commit details
    Browse the repository at this point in the history