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

Commits on Jan 24, 2016

  1. Adding in CLI -help option and -version option

    Ryan Gordon committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    ad3f2b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Merge pull request #540 from RyanGordon/cli_version

    Adding in CLI -help and -version options
    floe committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    e0b0beb View commit details
    Browse the repository at this point in the history
  2. Prepare v0.1.1 hotfix

    floe committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    94901b3 View commit details
    Browse the repository at this point in the history
  3. update list of contributors

    floe committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    81ba50b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95301a5 View commit details
    Browse the repository at this point in the history
  5. tools: Add mkcontrib.py

    xlz authored and floe committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    a819be4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Fix zero length resources array

    xlz authored and floe committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    dc72c97 View commit details
    Browse the repository at this point in the history
  2. Add Zenodo DOI badge

    floe committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    ba8205e View commit details
    Browse the repository at this point in the history
  3. Remove test_opengl_depth_packet_processor.cpp

    Dumping of raw USB data and device tables is now provided by
    Dump Processors.
    xlz authored and floe committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    eea850b View commit details
    Browse the repository at this point in the history
  4. build: Update libusb build script

    Josh Blake's winiso is now broken by merge conflicts.
    
    Provide a new libusb winiso branch to solve the conflicts.
    xlz authored and floe committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    35a5ca7 View commit details
    Browse the repository at this point in the history
  5. usb: Do not reboot

    Freenect2Device::close() issues ShutdownCommand which reboots
    the device and makes it disappear for 3 seconds.
    
    Do not do that.
    xlz authored and floe committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    3c4d0a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. build: Update libusb build script for VS2013

    xlz authored and floe committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    6f12796 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. usb: Issue reboot command on Mac OS X

    Without the ShutdownCommand, the Kinect still disappears randomly
    on Mac OS X. Painstaking effort did not determine the cause.
    
    So take the suboptimal way and shut it down explicitly.
    
    Fixed #539.
    hanyazou authored and floe committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    bd08eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e376c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d06c84 View commit details
    Browse the repository at this point in the history
Loading