| Patch |
File delta |
Description |
| 0001 Disable SSE.patch | (download) |
Platform/Linux/Build/Common/Platform.x86 |
4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-) |
disable sse
Disable error when no SSE optimization is selected and disables SSE as
well to get clean CFLAGS.
|
| 0002 Don t write log file upon OpenNI invocation.patch | (download) |
Data/GlobalDefaults.ini |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
don't write log file upon openni invocation
|
| 0003 Fix parallel build.patch | (download) |
Platform/Linux/CreateRedist/RedistMaker |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix parallel build
taken from https://kforge.ros.org/openni/drivers
|
| 0004 Add SONAME to libraries.patch | (download) |
Platform/Linux/Build/Common/CommonCppMakefile |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
add soname to libraries
|
| 0005 Use system wide libjpeg.patch | (download) |
Platform/Linux/Build/XnFormats/Makefile |
11 8 + 3 - 0 !
Source/XnFormats/XnStreamCompression.h |
2 1 + 1 - 0 !
2 files changed, 9 insertions(+), 4 deletions(-) |
use system wide libjpeg
|
| 0006 Fix include dirs.patch | (download) |
Platform/Linux/Build/EngineLibMakefile |
2 1 + 1 - 0 !
Platform/Linux/Build/Utils/EngineUtilMakefile |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-) |
fix include dirs
|
| 0007 Remove call to XnLockedServerStreamsHash.patch | (download) |
Source/XnDeviceSensorV2/XnServerSensorInvoker.h |
8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-) |
remove call to xnlockedserverstreamshash
taken from https://github.com/rbrusu/Sensor
|
| 0008 Move XnSensorServer to usr lib libopenni sensor prim.patch | (download) |
Source/XnDeviceSensorV2/XnSensorClient.cpp |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
move xnsensorserver to /usr/lib/libopenni-sensor-primesense0
|
| 0009 Add support for Powerpc Thanks to Roland Stigge.patch | (download) |
Platform/Linux/Build/Common/CommonDefs.mak |
2 2 + 0 - 0 !
Platform/Linux/Build/Common/Platform.Powerpc |
9 9 + 0 - 0 !
Platform/Linux/CreateRedist/RedistMaker |
2 2 + 0 - 0 !
Source/Utils/XnSensorServer/SensorServer.cpp |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnDeviceSensorInit.h |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnSensorClient.cpp |
2 1 + 1 - 0 !
6 files changed, 16 insertions(+), 3 deletions(-) |
add support for powerpc (thanks to roland stigge)
|
| 0010 Add ARMhf support.patch | (download) |
Platform/Linux/Build/Common/Platform.Arm |
2 1 + 1 - 0 !
Platform/Linux/CreateRedist/RedistMaker |
2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-) |
add armhf support.
|
| 0011 Add Arm64 support thanks Edmund Grimley Evans.patch | (download) |
Platform/Linux/Build/Common/CommonDefs.mak |
2 2 + 0 - 0 !
Platform/Linux/Build/Common/Platform.AArch64 |
9 9 + 0 - 0 !
Platform/Linux/CreateRedist/RedistMaker |
2 2 + 0 - 0 !
Source/Utils/XnSensorServer/SensorServer.cpp |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnDeviceSensorInit.h |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnSensorClient.cpp |
2 1 + 1 - 0 !
6 files changed, 16 insertions(+), 3 deletions(-) |
add arm64 support (thanks edmund grimley evans)
|
| 0012 Add mips support thanks Daniel Knezevic.patch | (download) |
Platform/Linux/Build/Common/CommonDefs.mak |
2 2 + 0 - 0 !
Platform/Linux/Build/Common/Platform.Mips |
9 9 + 0 - 0 !
Platform/Linux/CreateRedist/RedistMaker |
2 2 + 0 - 0 !
Source/Utils/XnSensorServer/SensorServer.cpp |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnDeviceSensorInit.h |
2 1 + 1 - 0 !
Source/XnDeviceSensorV2/XnSensorClient.cpp |
2 1 + 1 - 0 !
6 files changed, 16 insertions(+), 3 deletions(-) |
add mips support (thanks daniel knezevic)
|
| 0013 Reproducible builds.patch | (download) |
Platform/Linux/Build/Common/CommonDefs.mak |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
sort list of source files for deterministic linking order
|