-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release cleanup #530
Release cleanup #530
Conversation
These comments come from Doxygen code and are licensed under GPL only. To avoid incompatibility with Apache license, remove them.
Also use shared library versioning .so.x.y.z To create a new release, edit the main CMakeLists.txt and change PROJECT_VER_PATCH, _MINOR, or _MAJOR. CMake's builtin PROJECT_VERSION_* variables are not backward compatible and not used here.
viewer.{h,cpp} are ignored this time.
|
Tested: Debian, Ubuntu 14.04 with iai_kinect2, Windowss 8.1, Ubuntu 14.04 on Jetson. |
Add this packaging stuff which has no effect on testing results. |
Tested build and all 3 Protonect modes on Mac OSX 10.11 and everything appears to be working |
Great, all platforms done! I think that's really the last one for 0.1. Thanks everyone, and @xlz in particular. Merging. |
Release cleanup, fix memleaks, packaging helpers.
The libfreenect2.so.0.1.0 change has some potential effect on downstream iai_kinect2 etc. I'll test these together.