Patch |
File delta |
Description |
0001 do not build mono samples.patch | (download) |
Platform/Linux/Build/Makefile |
14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-) |
do-not-build-mono-samples
|
0002 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
|
0003 Change path of config files to etc openni.patch | (download) |
Samples/NiAudioSample/NiAudioSample.cpp |
2 1 + 1 - 0 !
Samples/NiCRead/NiCRead.c |
2 1 + 1 - 0 !
Samples/NiHandTracker/main.cpp |
4 2 + 2 - 0 !
Samples/NiRecordRaw/NiRecordRaw.cpp |
2 1 + 1 - 0 !
Samples/NiRecordSynthetic/NiRecordSynthetic.cpp |
2 1 + 1 - 0 !
Samples/NiSimpleRead/NiSimpleRead.cpp |
2 1 + 1 - 0 !
Samples/NiSimpleSkeleton/NiSimpleSkeleton.cpp |
2 1 + 1 - 0 !
Samples/NiSimpleViewer/NiSimpleViewer.cpp |
2 1 + 1 - 0 !
Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp |
2 1 + 1 - 0 !
Samples/NiUserSelection/UserTracker.cpp |
2 1 + 1 - 0 !
Samples/NiUserTracker/main.cpp |
2 1 + 1 - 0 !
Samples/NiViewer/NiViewer.cpp |
2 1 + 1 - 0 !
12 files changed, 13 insertions(+), 13 deletions(-) |
change path of config files to /etc/openni
|
0004 Disable SSE.patch | (download) |
Platform/Linux/Build/Common/Platform.x86 |
4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-) |
disable sse
|
0005 Silence asserts.patch | (download) |
Include/Linux-x86/XnPlatformLinux-x86.h |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
silence asserts
|
0006 Use system wide libjpeg.patch | (download) |
Platform/Linux/Build/Modules/nimCodecs/Makefile |
13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-) |
use system wide libjpeg
|
0007 Use system wide tinyxml.patch | (download) |
Platform/Linux/Build/OpenNI/Makefile |
13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-) |
use system wide tinyxml
|
0008 Fix preprocessor macro to be C 11 compatible.patch | (download) |
Include/XnPlatform.h |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
fix preprocessor macro to be c++11 compatible
g++-4.7 -std=c++11 doesn't export the symbol linux anymore because it's
obsolete.
|
0009 Remove superfluous printf.patch | (download) |
Source/OpenNI/Linux/XnUSBLinux.cpp |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
remove superfluous printf
taken from
https://github.com/rbrusu/OpenNI/commit/d80f5dcd7ef2f320af0346fa12537c0af22b4977
|
0011 do not compile windows chm file.patch | (download) |
Source/DoxyGen/Doxyfile |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
do not compile the windows .chm help file
CHM aka Compiled HTML is the native help format for Windows. While it is
possible to view .chm files on Debian, the content is already included in
better formats for Debian (HTML, PDF).
|
0012 Remove j from make flags fixes bug on arm.patch | (download) |
Platform/Linux/CreateRedist/Redist_OpenNi.py |
2 0 + 2 - 0 !
1 file changed, 2 deletions(-) |
remove -j from make flags (fixes bug on arm)
|
0013 Enabled ppc.patch | (download) |
Include/Linux-Powerpc/XnPlatformLinux-Powerpc.h |
44 44 + 0 - 0 !
Include/XnOS.h |
2 1 + 1 - 0 !
Include/XnPlatform.h |
3 3 + 0 - 0 !
Include/XnUSBDevice.h |
2 1 + 1 - 0 !
Platform/Linux/Build/Common/CommonDefs.mak |
4 3 + 1 - 0 !
Platform/Linux/Build/Common/Platform.Powerpc |
11 11 + 0 - 0 !
Platform/Linux/CreateRedist/Redist_OpenNi.py |
3 3 + 0 - 0 !
Samples/NiViewer/NiViewer.cpp |
4 2 + 2 - 0 !
Source/OpenNI/XnOpenNI.cpp |
2 1 + 1 - 0 !
9 files changed, 69 insertions(+), 6 deletions(-) |
[patch] enabled ppc
|
0013 Add ARM support.patch | (download) |
Externals/PSCommon/Linux/Build/Platform.Arm |
2 1 + 1 - 0 !
Platform/Linux/Build/Common/Platform.Arm |
8 7 + 1 - 0 !
Platform/Linux/CreateRedist/Redist_OpenNi.py |
1 0 + 1 - 0 !
3 files changed, 8 insertions(+), 3 deletions(-) |
[patch] quick changes to support armhf.
|
0014 Add arm64 support.patch | (download) |
Include/Linux-AArch64/XnPlatformLinux-AArch64.h |
43 43 + 0 - 0 !
Include/XnOS.h |
2 1 + 1 - 0 !
Include/XnPlatform.h |
3 3 + 0 - 0 !
Include/XnUSBDevice.h |
2 1 + 1 - 0 !
Platform/Linux/Build/Common/CommonDefs.mak |
2 2 + 0 - 0 !
Platform/Linux/Build/Common/Platform.AArch64 |
11 11 + 0 - 0 !
Platform/Linux/CreateRedist/Redist_OpenNi.py |
3 3 + 0 - 0 !
Samples/NiViewer/NiViewer.cpp |
4 2 + 2 - 0 !
Source/OpenNI/XnOpenNI.cpp |
2 1 + 1 - 0 !
9 files changed, 67 insertions(+), 5 deletions(-) |
add arm64 support
|
0015 Add mipsel support.patch | (download) |
Include/Linux-Mips/XnPlatformLinux-Mips.h |
43 43 + 0 - 0 !
Include/XnOS.h |
2 1 + 1 - 0 !
Include/XnPlatform.h |
3 3 + 0 - 0 !
Include/XnUSBDevice.h |
2 1 + 1 - 0 !
Platform/Linux/Build/Common/CommonDefs.mak |
2 2 + 0 - 0 !
Platform/Linux/Build/Common/Platform.Mips |
11 11 + 0 - 0 !
Platform/Linux/CreateRedist/Redist_OpenNi.py |
3 3 + 0 - 0 !
Samples/NiViewer/NiViewer.cpp |
4 2 + 2 - 0 !
Source/OpenNI/XnOpenNI.cpp |
2 1 + 1 - 0 !
9 files changed, 67 insertions(+), 5 deletions(-) |
---
|
0016 Rename equivalent to fix compilation on gcc6.patch | (download) |
Samples/NiViewer/glh/glh_linear.h |
20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-) |
rename equivalent to fix compilation on gcc6
Closes: #811848
|
0017 Remove wrong compiler flags for arm.patch | (download) |
Externals/PSCommon/Linux/Build/Platform.Arm |
3 0 + 3 - 0 !
Platform/Linux/Build/Common/Platform.Arm |
3 0 + 3 - 0 !
2 files changed, 6 deletions(-) |
remove wrong compiler flags for arm.
|
0018 Disable mono build.patch | (download) |
Platform/Linux/CreateRedist/Redist_OpenNi.py |
6 0 + 6 - 0 !
1 file changed, 6 deletions(-) |
disable mono build
|
0019 Port to Python 3.patch | (download) |
Platform/Linux/Build/Res/AssemblyInfo-OpenNI.cs |
2 1 + 1 - 0 !
Platform/Linux/CreateRedist/RedistMaker |
2 1 + 1 - 0 !
Platform/Linux/CreateRedist/Redist_OpenNi.py |
85 43 + 42 - 0 !
3 files changed, 45 insertions(+), 44 deletions(-) |
port to python 3
|
0020 Switch to __i386__ as i386 is not defined in std c 1.patch | (download) |
Include/XnPlatform.h |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
switch to __i386__ as i386 is not defined in -std=c++14
|