Patch |
File delta |
Description |
0001 Coin libraries come from the system without cmake.patch | (download) |
src/CMakeLists.txt |
12 0 + 12 - 0 !
src/aliceVision/linearProgramming/CMakeLists.txt |
12 9 + 3 - 0 !
src/software/utils/CMakeLists.txt |
6 3 + 3 - 0 !
3 files changed, 12 insertions(+), 18 deletions(-) |
coin libraries come from the system, without cmake
Because those libraries don't provide cmake hooks. Alicevision has their own
fork of the coin libraries that does provide those hooks, but I don't use this
fork
|
0002 Using system MeshSDFilter.patch | (download) |
src/CMakeLists.txt |
10 0 + 10 - 0 !
src/software/pipeline/CMakeLists.txt |
8 6 + 2 - 0 !
2 files changed, 6 insertions(+), 12 deletions(-) |
using system meshsdfilter
|
0003 Using system nanoflann.patch | (download) |
src/aliceVision/fuseCut/CMakeLists.txt |
1 0 + 1 - 0 !
src/dependencies/CMakeLists.txt |
6 0 + 6 - 0 !
2 files changed, 7 deletions(-) |
using system nanoflann
|
use proper name for lemon library.patch | (download) |
src/CMakeLists.txt |
5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-) |
---
|
dont optimize for specific architecture.patch | (download) |
src/CMakeLists.txt |
2 0 + 2 - 0 !
1 file changed, 2 deletions(-) |
---
|
sfmDataIOCompatibility_test requires alembic support.patch | (download) |
src/aliceVision/sfmDataIO/CMakeLists.txt |
16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-) |
---
|
indicate that vlsift is alicevision specific.patch | (download) |
src/aliceVision/feature/CMakeLists.txt |
2 1 + 1 - 0 !
src/nonFree/sift/CMakeLists.txt |
4 2 + 2 - 0 !
src/software/pipeline/CMakeLists.txt |
2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-) |
---
|
vlsift needs to link with lm.patch | (download) |
src/nonFree/sift/CMakeLists.txt |
2 2 + 0 - 0 !
1 file changed, 2 insertions(+) |
---
|
using config.ocio from system.patch | (download) |
src/aliceVision/image/colorspace.cpp |
5 5 + 0 - 0 !
1 file changed, 5 insertions(+) |
---
|
fix build with nanoflann 1.6.0.patch | (download) |
src/aliceVision/fuseCut/DelaunayGraphCut.cpp |
11 11 + 0 - 0 !
1 file changed, 11 insertions(+) |
---
|
removed tests that use copyrighted lena image.patch | (download) |
src/aliceVision/image/CMakeLists.txt |
2 0 + 2 - 0 !
1 file changed, 2 deletions(-) |
---
|
fix build with nanoflann 1.7.0.patch | (download) |
src/aliceVision/fuseCut/DelaunayGraphCut.cpp |
6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-) |
---
|