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: libusb/hidapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iakov/hidapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 5 contributors

Commits on Jun 5, 2019

  1. Explicit cast from void* to corresponding type

    Fix compilation without -fpermissive
    iakov committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ac84fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3af10b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

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

Commits on Jun 8, 2019

  1. Add missed NULL initialisation to local variable

    Co-Authored-By: Ihor Dutchak <ihor.youw@gmail.com>
    iakov and Youw authored Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c73a9fa View commit details
    Browse the repository at this point in the history
  2. Initialize local variable with smth meaningful

    I prefer explicit INVALID rather than possible compiler warning about uninitialized var sometimes later
    iakov committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    139a79d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Remove excess incorrect space

    Co-Authored-By: Filip Kubicz <Qbicz@users.noreply.github.com>
    iakov and Qbicz authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5326fa0 View commit details
    Browse the repository at this point in the history
Loading