log Plugin/Plugin.cpp @ 298:165723f96767

age author description
Wed, 06 Jan 2021 18:02:43 +0100 Sebastien Jodogne upgrade to year 2021
Fri, 06 Nov 2020 17:33:32 +0100 Sebastien Jodogne fix build
Tue, 04 Aug 2020 14:15:14 +0200 Sebastien Jodogne fix
Mon, 06 Jul 2020 11:31:08 +0200 Sebastien Jodogne link against system-wide Orthanc Framework
Tue, 30 Jun 2020 10:28:05 +0200 Sebastien Jodogne removed global variable "context_"
Wed, 10 Jun 2020 12:32:46 +0200 Sebastien Jodogne linking against orthanc framework library
Mon, 08 Jun 2020 18:05:15 +0200 Sebastien Jodogne fix
Fri, 05 Jun 2020 17:38:40 +0200 Sebastien Jodogne replacing OrthancPluginLog...() by LOG(...)
Thu, 14 May 2020 15:49:58 +0200 Sebastien Jodogne fix transcoding
Mon, 11 May 2020 15:34:12 +0200 Sebastien Jodogne Move the GDCM decoder out of the Orthanc Web viewer plugin as a separate plugin transcoding
Mon, 11 May 2020 12:06:33 +0200 Sebastien Jodogne replacing GdcmDecoder/OrthancImageWrapper.h by OrthancPluginCppWrapper.h
Fri, 13 Mar 2020 14:03:23 +0100 Sebastien Jodogne fix compilation with Holy Build Box (for LSB)
Fri, 13 Mar 2020 12:38:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Fri, 31 Jan 2020 17:41:38 +0100 Sebastien Jodogne upgrade to year 2020
Wed, 29 May 2019 16:51:35 +0200 Sebastien Jodogne Performance: Replaced "OrthancPluginRegisterRestCallback" by "OrthancPluginRegisterRestCallbackNoLock"