# HG changeset patch # User Alain Mazy # Date 1666868249 -7200 # Node ID ea3224848d05da7b5fdb46546739b18acb70d736 # Parent 899f303613fb44545bbff1c29d12e99f131bb21c# Parent 071e1faee1c1dcc673c397421ae80979dea8630e merge diff -r 071e1faee1c1 -r ea3224848d05 OrthancFramework/Sources/Enumerations.h --- a/OrthancFramework/Sources/Enumerations.h Thu Oct 27 10:48:41 2022 +0200 +++ b/OrthancFramework/Sources/Enumerations.h Thu Oct 27 12:57:29 2022 +0200 @@ -906,7 +906,7 @@ ORTHANC_PUBLIC const char* GetResourceTypeText(ResourceType type, bool isPlural, - bool isLowerCase); + bool isUpperCase); ORTHANC_PUBLIC void GetAllDicomTransferSyntaxes(std::set& target); diff -r 071e1faee1c1 -r ea3224848d05 OrthancServer/CMakeLists.txt --- a/OrthancServer/CMakeLists.txt Thu Oct 27 10:48:41 2022 +0200 +++ b/OrthancServer/CMakeLists.txt Thu Oct 27 12:57:29 2022 +0200 @@ -591,6 +591,8 @@ -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} -DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} + + INSTALL_COMMAND "" ) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") @@ -607,8 +609,8 @@ list(GET CMAKE_FIND_LIBRARY_PREFIXES 0 Prefix) list(GET CMAKE_FIND_LIBRARY_SUFFIXES 0 Suffix) install(FILES - ${CMAKE_CURRENT_BINARY_DIR}/${Prefix}ConnectivityChecks${Suffix} - ${CMAKE_CURRENT_BINARY_DIR}/${Prefix}ConnectivityChecks${Suffix}.${ORTHANC_VERSION} + ${CMAKE_CURRENT_BINARY_DIR}/ConnectivityChecks-build/${Prefix}ConnectivityChecks${Suffix} + ${CMAKE_CURRENT_BINARY_DIR}/ConnectivityChecks-build/${Prefix}ConnectivityChecks${Suffix}.${ORTHANC_VERSION} DESTINATION "share/orthanc/plugins") endif() endif() @@ -662,6 +664,8 @@ -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} -DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} + + INSTALL_COMMAND "" ) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") @@ -678,8 +682,8 @@ list(GET CMAKE_FIND_LIBRARY_PREFIXES 0 Prefix) list(GET CMAKE_FIND_LIBRARY_SUFFIXES 0 Suffix) install(FILES - ${CMAKE_CURRENT_BINARY_DIR}/${Prefix}DelayedDeletion${Suffix} - ${CMAKE_CURRENT_BINARY_DIR}/${Prefix}DelayedDeletion${Suffix}.${ORTHANC_VERSION} + ${CMAKE_CURRENT_BINARY_DIR}/DelayedDeletion-build/${Prefix}DelayedDeletion${Suffix} + ${CMAKE_CURRENT_BINARY_DIR}/DelayedDeletion-build/${Prefix}DelayedDeletion${Suffix}.${ORTHANC_VERSION} DESTINATION "share/orthanc/plugins") endif() endif() diff -r 071e1faee1c1 -r ea3224848d05 TODO --- a/TODO Thu Oct 27 10:48:41 2022 +0200 +++ b/TODO Thu Oct 27 12:57:29 2022 +0200 @@ -83,8 +83,6 @@ Short-term ---------- -* Add "KeepSource" to "/modify" and "/anonymize" routes - https://groups.google.com/g/orthanc-users/c/svS3YOqA2Mo/m/wcoE18IcAAAJ -------- Mid-term