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/libfreenect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: OpenKinect/libfreenect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 16, 2020

  1. build: bump patch version

    piedar committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    4807de9 View commit details
    Browse the repository at this point in the history
  2. fix: set camera VID and PID (#589)

    Signed-off-by: Benn Snyder <[email protected]>
    echoline authored and piedar committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    48a5c66 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Fix headers for opencv2 and later

    opencv/cv.h is removed on opencv4
    
    Signed-off-by: Nicolas Chauvet <[email protected]>
    kwizart committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3e4f98b View commit details
    Browse the repository at this point in the history
  2. Drop PROJECT_VER_MINOR in APIVER

    This will change SONAME to libfreenect.so.0 instead of 0.6
    
    Signed-off-by: Nicolas Chauvet <[email protected]>
    kwizart committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    79e357e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. doc: refer to external ebuild repo

    Signed-off-by: Benn Snyder <[email protected]>
    piedar committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    0ae4663 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request #611 from kwizart/cv_headers_soname

    * Fix headers for opencv2 and later
    * Drop PROJECT_VER_MINOR in APIVER
    
    Reviewed-by: Benn Snyder <[email protected]>
    piedar authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7398a41 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Fix broken URL for libfreenect2 (#612)

    Signed-off-by: Benn Snyder <[email protected]>
    samyk authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    fd3d159 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. fix(build): compile cpp targets with cxx_std_11

    Signed-off-by: Benn Snyder <[email protected]>
    piedar committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    aa36dce View commit details
    Browse the repository at this point in the history
Loading