Skip to content
Commits on Source (2)
fast (3.0.0-rc1-1) UNRELEASED; urgency=medium
fast (3.0.0-rc3-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
......
......@@ -6,8 +6,8 @@ Last-Update: 2019-08-08
Index: fast/source/FAST/Streamers/OpenIGTLinkStreamer.cpp
===================================================================
--- fast.orig/source/FAST/Streamers/OpenIGTLinkStreamer.cpp 2019-08-08 20:20:52.599054344 +0100
+++ fast/source/FAST/Streamers/OpenIGTLinkStreamer.cpp 2019-08-08 20:20:52.591054278 +0100
--- fast.orig/source/FAST/Streamers/OpenIGTLinkStreamer.cpp 2019-08-11 12:39:37.573218562 +0100
+++ fast/source/FAST/Streamers/OpenIGTLinkStreamer.cpp 2019-08-11 12:39:37.565218493 +0100
@@ -1,14 +1,14 @@
#include "OpenIGTLinkStreamer.hpp"
#include "FAST/Data/Image.hpp"
......@@ -33,8 +33,8 @@ Index: fast/source/FAST/Streamers/OpenIGTLinkStreamer.cpp
namespace fast {
Index: fast/source/FAST/Streamers/Tests/DummyIGTLServer.cpp
===================================================================
--- fast.orig/source/FAST/Streamers/Tests/DummyIGTLServer.cpp 2019-08-08 20:20:52.599054344 +0100
+++ fast/source/FAST/Streamers/Tests/DummyIGTLServer.cpp 2019-08-08 20:20:52.595054312 +0100
--- fast.orig/source/FAST/Streamers/Tests/DummyIGTLServer.cpp 2019-08-11 12:39:37.573218562 +0100
+++ fast/source/FAST/Streamers/Tests/DummyIGTLServer.cpp 2019-08-11 12:39:37.565218493 +0100
@@ -1,9 +1,9 @@
#include "DummyIGTLServer.hpp"
......@@ -51,8 +51,8 @@ Index: fast/source/FAST/Streamers/Tests/DummyIGTLServer.cpp
Index: fast/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp
===================================================================
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp 2019-08-08 20:20:52.599054344 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp 2019-08-08 20:20:52.595054312 +0100
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp 2019-08-11 12:39:37.573218562 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp 2019-08-11 12:39:37.565218493 +0100
@@ -7,9 +7,9 @@
#include <QMessageBox>
#include <QListWidget>
......@@ -75,8 +75,8 @@ Index: fast/source/FAST/Tools/OpenIGTLinkServer/GUI.cpp
+}
Index: fast/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp
===================================================================
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp 2019-08-08 20:20:52.599054344 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp 2019-08-08 20:20:52.595054312 +0100
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp 2019-08-11 12:39:37.573218562 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp 2019-08-11 12:39:37.569218527 +0100
@@ -2,7 +2,7 @@
#define FAST_OPENIGTLINKSERVER_GUI_HPP_
......@@ -88,8 +88,8 @@ Index: fast/source/FAST/Tools/OpenIGTLinkServer/GUI.hpp
Index: fast/source/FAST/Tools/OpenIGTLinkServer/main.cpp
===================================================================
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/main.cpp 2019-08-08 20:20:52.599054344 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/main.cpp 2019-08-08 20:20:52.595054312 +0100
--- fast.orig/source/FAST/Tools/OpenIGTLinkServer/main.cpp 2019-08-11 12:39:37.573218562 +0100
+++ fast/source/FAST/Tools/OpenIGTLinkServer/main.cpp 2019-08-11 12:39:37.569218527 +0100
@@ -23,4 +23,4 @@
Reporter::setGlobalReportMethod(Reporter::COUT);
window->getReporter().setReportMethod(Reporter::COUT);
......
......@@ -6,8 +6,8 @@ Last-Update: 2019-08-11
Index: fast/source/FAST/Algorithms/NeuralNetwork/CMakeLists.txt
===================================================================
--- fast.orig/source/FAST/Algorithms/NeuralNetwork/CMakeLists.txt 2019-08-11 08:27:52.570019237 +0100
+++ fast/source/FAST/Algorithms/NeuralNetwork/CMakeLists.txt 2019-08-11 08:27:52.562019167 +0100
--- fast.orig/source/FAST/Algorithms/NeuralNetwork/CMakeLists.txt 2019-08-11 12:39:37.245215709 +0100
+++ fast/source/FAST/Algorithms/NeuralNetwork/CMakeLists.txt 2019-08-11 12:39:37.241215674 +0100
@@ -16,17 +16,17 @@
fast_add_process_object(ClassificationToText ImageClassificationNetwork.hpp)
fast_add_process_object(SegmentationNetwork SegmentationNetwork.hpp)
......
......@@ -6,9 +6,9 @@ Last-Update: 2019-08-08
Index: fast/cmake/InstallFAST.cmake
===================================================================
--- fast.orig/cmake/InstallFAST.cmake 2019-08-10 14:33:29.761600902 +0100
+++ fast/cmake/InstallFAST.cmake 2019-08-10 14:33:57.401871110 +0100
@@ -47,9 +47,9 @@
--- fast.orig/cmake/InstallFAST.cmake 2019-08-11 12:39:38.341225233 +0100
+++ fast/cmake/InstallFAST.cmake 2019-08-11 12:39:38.337225198 +0100
@@ -50,9 +50,9 @@
endif()
# Install Qt plugins
......@@ -21,7 +21,7 @@ Index: fast/cmake/InstallFAST.cmake
# Install qt.conf
install(FILES ${PROJECT_SOURCE_DIR}/cmake/InstallFiles/qt.conf
@@ -81,10 +81,10 @@
@@ -84,10 +84,10 @@
DESTINATION fast/include/
FILES_MATCHING PATTERN "*.hpp"
)
......@@ -36,7 +36,7 @@ Index: fast/cmake/InstallFAST.cmake
@@ -179,36 +179,36 @@
@@ -182,36 +182,36 @@
# Install license files for depedencies
# Qt5
......@@ -96,7 +96,7 @@ Index: fast/cmake/InstallFAST.cmake
if(FAST_MODULE_TensorFlow)
# Tensorflow license
@@ -217,8 +217,8 @@
@@ -220,8 +220,8 @@
)
endif()
......
fix_test.patch
fix_source_openigtlink.patch
prevent_cmake_downloading.patch
remove_unneeded_installs.patch
......
......@@ -6,8 +6,8 @@ Last-Update: 2019-08-08
Index: fast/CMakeLists.txt
===================================================================
--- fast.orig/CMakeLists.txt 2019-08-11 07:16:23.604778105 +0100
+++ fast/CMakeLists.txt 2019-08-11 07:16:41.540933812 +0100
--- fast.orig/CMakeLists.txt 2019-08-11 12:39:38.949230514 +0100
+++ fast/CMakeLists.txt 2019-08-11 12:39:38.945230480 +0100
@@ -18,7 +18,7 @@
option(FAST_BUILD_TESTS "Build FAST tests." ON)
option(FAST_BUILD_EXAMPLES "Build examples." OFF)
......
......@@ -5,8 +5,8 @@ Author: Shayan Doust <hello@shayandoust.me>
Index: fast/CMakeLists.txt
===================================================================
--- fast.orig/CMakeLists.txt 2019-08-09 05:56:37.211023586 +0100
+++ fast/CMakeLists.txt 2019-08-09 05:57:42.647561464 +0100
--- fast.orig/CMakeLists.txt 2019-08-11 12:39:38.645227873 +0100
+++ fast/CMakeLists.txt 2019-08-11 12:39:38.641227839 +0100
@@ -34,7 +34,7 @@
option(FAST_MODULE_WholeSlideImaging "Build whole slide imaging module" OFF)
option(FAST_MODULE_Clarius "Build clarius ultrasound module" OFF)
......