8000 Comparing v0.1.42...v0.1.43 · purpleprotocol/mimalloc_rust · GitHub
[go: up one dir, main page]

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: purpleprotocol/mimalloc_rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.42
Choose a base ref
...
head repository: purpleprotocol/mimalloc_rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.43
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on May 31, 2024

  1. Fix mi_usable_size gating

    mi_usable_size was gated behind the extended feature in 310ffbe#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759
    
    but one test, `it_calculates_usable_size` was left behind in `lib.rs`.
    
    Move it to `extended.rs` as well.
    
    Signed-off-by: Michel Lind <salimma@fedoraproject.org>
    michel-slm committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4b809e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Merge pull request #122 from michel-slm/fix-usable-size-gating

    Fix mi_usable_size gating
    octavonce authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    859fbc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Remove dylib from atomic linking

    The `dylib` addition breaks static binaries causing them not never be
    static again, because the atomic lib is always added as a dynamic
    library.
    
    Removing the `dylib` should not be an issue, since the compiler will
    either add it dynamically or statically based upon the compiler
    settings.
    BlackDex committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    84ac165 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 23, 2024

  1. Update submodule to v2.1.7

    octavonce committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    406f3c6 View commit details
    Browse the repository at this point in the history
  2. Update _mi_option_last

    octavonce committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d3d2632 View commit details
    Browse the repository at this point in the history
  3. v0.1.43

    octavonce committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    880fd1f View commit details
    Browse the repository at this point in the history
Loading
0