Mercurial > hg > orthanc-python
changeset 243:e1613ab33ec0 http-streaming
integration mainline->http-streaming
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 18 Jan 2025 10:10:16 +0100 (4 months ago) |
parents | ccf9ef6380ba (current diff) 5845def14a56 (diff) |
children | 435e693d8794 |
files | |
diffstat | 15 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Builders/Debian/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/Debian/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -67,6 +67,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python2.7/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python2.7/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.10/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.10/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.11/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.11/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.12/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.12/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.7/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.7/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.8/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.8/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW32-Python3.9/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW32-Python3.9/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python2.7/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python2.7/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.10/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.10/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.11/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.11/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.12/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.12/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.7/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.7/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.8/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.8/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build
--- a/Resources/Builders/MinGW64-Python3.9/docker-internal.sh Fri Jan 17 16:20:49 2025 +0100 +++ b/Resources/Builders/MinGW64-Python3.9/docker-internal.sh Sat Jan 18 10:10:16 2025 +0100 @@ -31,6 +31,7 @@ cp -r /source/CMakeLists.txt /tmp/source-writeable/ cp -r /source/Sources /tmp/source-writeable/ cp -r /source/Resources /tmp/source-writeable/ +cp -r /source/OrthancSDKVersion.cmake /tmp/source-writeable/ mkdir /tmp/build cd /tmp/build