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: fastfloat/fast_float
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.0
Choose a base ref
...
head repository: fastfloat/fast_float
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.1
Choose a head ref
  • 20 commits
  • 24 files changed
  • 4 contributors

Commits on Jan 28, 2023

  1. We do not need a fallback.

    lemire committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    39e04ea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    be60848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6991ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4b873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e320512 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    3f3fc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1c4a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #177 from leni536/easy-constexpr

    Low-risk C++11 and C++14 constexpr functions
    lemire authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    52fed52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06333da View commit details
    Browse the repository at this point in the history
  5. Merge pull request #178 from lemire/dlemire/adding_bloat_analysis

    This adds bloat analysis to the tests.
    lemire authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a64cfc9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #173 from fastfloat/nofallbacknecessary

    We do not need a fallback.
    lemire authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b1d2773 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Simplify to_float

    * Use right-sized uint type for bit fiddling
    ** This removes the need to special casing on endianness
    * Replace ternary with just shifting the sign at the right place
    ** This seems to improve codegen (less instructions, no cmov)
    leni536 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6d2fb68 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Merge pull request #179 from leni536/simplify-to_float

    Simplify to_float
    lemire authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a3e00ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5261885 View commit details
    Browse the repository at this point in the history
  3. Constexpr bigint

    leni536 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5243dd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Merge pull request #180 from leni536/constexpr-big_int

    Constexpr big_int
    lemire authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c487a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c3b36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #181 from leni536/patch-1

    Add my name to CONTRIBUTORS
    lemire authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    808cd24 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c8886eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from redis-performance/fix.parse_infnan.plus.inf

    Added missing FASTFLOAT_ALLOWS_LEADING_PLUS ifdef check in parse_infnan
    lemire authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    eb8c001 View commit details
    Browse the repository at this point in the history
Loading