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

Added some missing C99 float operations #944

Merged
merged 16 commits into from Jun 2, 2021

Commits on May 15, 2021

  1. Added some missing C99 float operations

    mmottl authored and dra27 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    c90c24b View commit details
    Browse the repository at this point in the history
  2. Fix pr2195 reference files

    dra27 committed May 15, 2021
    Configuration menu
    Copy the full SHA
    8e5c4db View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Update float.template.mli

    dra27 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a6c336e View commit details
    Browse the repository at this point in the history
  2. Use Caml_inline

    dra27 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2c610d4 View commit details
    Browse the repository at this point in the history
  3. Simplify with AC_CHECK_FUNCS

    dra27 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ae0fae2 View commit details
    Browse the repository at this point in the history
  4. Simplify configure test

    dra27 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5c1ff66 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    309662f View commit details
    Browse the repository at this point in the history
  2. Fix ocaml_cv_cc_vendor on Windows

    Trailing \r in the value...
    dra27 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0ec28c2 View commit details
    Browse the repository at this point in the history
  3. Refactor lib-float test

    Always run all the tests (cf. fma test) and return more failure
    information in the result.
    dra27 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    d693cb2 View commit details
    Browse the repository at this point in the history
  4. Add autoconf test for runnable host exes

    When building for Windows, configuring with --build and --host enables
    cross-compilation mode but configuring with just --host doesn't (since
    the resulting executables can be run on the build machine). Adds an
    additional check to see whether executables from the C compiler can be
    run _regardless_ of autoconf's cross-compilation mode.
    dra27 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    8e8d38a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea7f89c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad6edb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8efbc31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f5e3a5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    5a70331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e566a4 View commit details
    Browse the repository at this point in the history