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: libmir/mir-cpuid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: libmir/mir-cpuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 20 files changed
  • 2 contributors

Commits on May 21, 2019

  1. Update dub.sdl (#38)

    9il committed May 21, 2019
    Configuration menu
    Copy the full SHA
    bd864f9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Fix issue #40 (#41)

    * fix issue #40
    
    * update circle ci
    
    * update docs makefile
    9il committed May 27, 2019
    Configuration menu
    Copy the full SHA
    eb9695f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Fix AMD cores count (#42)

    9il committed May 28, 2019
    5 Configuration menu
    Copy the full SHA
    8355a85 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    9il committed May 28, 2019
    Configuration menu
    Copy the full SHA
    58e949d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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

Commits on Mar 29, 2020

  1. new meson and ci configs (#43)

    9il committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    01570f8 View commit details
    Browse the repository at this point in the history
  2. fix index

    9il committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    33f0c84 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    9il committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f30e6a3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. update information for icelake

    9il committed May 2, 2020
    Configuration menu
    Copy the full SHA
    227ea32 View commit details
    Browse the repository at this point in the history
  2. update dub sdl

    9il committed May 2, 2020
    Configuration menu
    Copy the full SHA
    07f3ff5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. fixup caches

    9il committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    27ad3d4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. fix ci (#44)

    9il committed May 16, 2021
    Configuration menu
    Copy the full SHA
    4add5b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. fixup

    9il committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9950c07 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. update deps

    9il committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    fd202cc View commit details
    Browse the repository at this point in the history
  2. fixup

    9il committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e2e0554 View commit details
    Browse the repository at this point in the history
  3. update author

    9il committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    acfd7c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix buffer overflow if mir_cpuid_init() is invoked multiple times (#45)

    According to the comment, it should be safe to call multiple times,
    but e.g. the added unittest fails on my box (`_uCache_length` is
    incremented and not reset).
    
    At work, this occurs when mir-cpuid is linked statically into
    multiple D binaries of some process - the CRT constructors share the
    same global state on Linux (`_uCache_length` etc. - uniqued dynamic
    symbols).
    kinke committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    99680d1 View commit details
    Browse the repository at this point in the history
Loading