-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: OpenKinect/libfreenect
base: serial
head repository: OpenKinect/libfreenect
compare: master
- 11 commits
- 17 files changed
- 4 contributors
Commits on Apr 3, 2023
-
build(python): remove outdated precompiled extension
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f5ba39 - Browse repository at this point
Copy the full SHA 8f5ba39View commit details -
Don't raise unless exception occurs.
This commit adds a check before `raise last_error`. `last_error` could still be `None`, in which case `raise None` itself throws an exception, which is probably not what you want. Co-authored-by: Benn Snyder <[email protected]> Signed-off-by: Benn Snyder <[email protected]> Reviewed-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 478b68b - Browse repository at this point
Copy the full SHA 478b68bView commit details -
Added manual exposure settings
Co-authored-by: Benn Snyder <[email protected]> Signed-off-by: Benn Snyder <[email protected]> Reviewed-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f8d11e - Browse repository at this point
Copy the full SHA 0f8d11eView commit details
Commits on Jan 1, 2024
-
fix(python): add noexcept to callbacks to fix #673
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5341ff6 - Browse repository at this point
Copy the full SHA 5341ff6View commit details
Commits on Jan 4, 2024
-
Use the recommended way to integrate Cython and NumPy
This follows the example code in <https://cython.readthedocs.io/en/latest/src/tutorial/numpy.html#adding-types>. The previous version results in an int-conversion error with current compilers: …-build/wrappers/python/freenect3.c:16598:3: error: returning ‘void *’ from a function with return type ‘int’ makes integer from pointer without a cast 16598 | import_array(); | ^~~~~~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 933c4ed - Browse repository at this point
Copy the full SHA 933c4edView commit details
Commits on Jan 5, 2024
-
fix(python): use legacy_implicit_noexcept to support old cython and fix
#680 Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9806d3 - Browse repository at this point
Copy the full SHA a9806d3View commit details
Commits on Jan 6, 2024
-
build: remove deprecated cmake features
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f64284 - Browse repository at this point
Copy the full SHA 6f64284View commit details -
build(examples): link to specific opengl targets
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00b4308 - Browse repository at this point
Copy the full SHA 00b4308View commit details -
refactor(examples): reduce dependencies on glu
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e2fd22 - Browse repository at this point
Copy the full SHA 0e2fd22View commit details -
Merge remote-tracking branch 'fweimer-rh/c99'
Signed-off-by: Benn Snyder <[email protected]> Reviewed-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 196f95d - Browse repository at this point
Copy the full SHA 196f95dView commit details -
build(python): properly support both new and old cython
Signed-off-by: Benn Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09a1f09 - Browse repository at this point
Copy the full SHA 09a1f09View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff serial...master