log Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2985:32ec5078e32b

age author description
Mon, 10 Dec 2018 09:20:57 +0100 Sebastien Jodogne fix
Sat, 08 Dec 2018 20:59:37 +0100 Sebastien Jodogne OrthancPluginAutodetectMimeType()
Thu, 06 Dec 2018 13:10:00 +0100 am added C++ plugin helpers
Thu, 06 Dec 2018 10:39:08 +0100 am more defensive parsing of responses
Wed, 05 Dec 2018 16:30:28 +0100 am added few plugin helpers
Tue, 04 Dec 2018 18:58:45 +0100 Sebastien Jodogne fix
Tue, 04 Dec 2018 16:43:53 +0100 Sebastien Jodogne fix
Tue, 04 Dec 2018 16:31:29 +0100 Sebastien Jodogne OrthancPlugins::SetGlobalContext() in OrthancPluginCppWrapper
Mon, 01 Oct 2018 14:19:45 +0200 am merge
Mon, 01 Oct 2018 14:19:10 +0200 am fix
Mon, 01 Oct 2018 13:05:07 +0200 Sebastien Jodogne fix build
Mon, 01 Oct 2018 11:35:01 +0200 am added accessors in C++ wrappers
Tue, 18 Sep 2018 15:38:18 +0200 Sebastien Jodogne OrthancPluginGetPeerUserProperty()
Wed, 12 Sep 2018 15:25:50 +0200 Sebastien Jodogne C++ wrappers around OrthancPluginJob and OrthancPluginPeers
Tue, 28 Aug 2018 15:14:33 +0200 Sebastien Jodogne OrthancConfiguration::GetDictionary
Fri, 27 Jul 2018 16:40:09 +0200 Sebastien Jodogne MemoryBuffer::GetDicomInstance()
Thu, 26 Jul 2018 22:06:55 +0200 Sebastien Jodogne OrthancPlugins::MemoryBuffer::Release(), fixing openssl link
Tue, 02 Jan 2018 09:35:07 +0100 Sebastien Jodogne upgrade to year 2018
Tue, 10 Oct 2017 12:38:02 +0200 Sebastien Jodogne New pixel formats exposed in plugin SDK
Wed, 22 Feb 2017 22:04:41 +0100 Sebastien Jodogne convenience macro ORTHANC_PLUGINS_VERSION_IS_ABOVE
Wed, 22 Feb 2017 21:49:16 +0100 Sebastien Jodogne New function: OrthancPluginRegisterIncomingHttpRequestFilter2()
Tue, 14 Feb 2017 16:03:18 +0100 Sebastien Jodogne OrthancConfiguration::LookupSetOfStrings
Tue, 14 Feb 2017 15:59:19 +0100 Sebastien Jodogne allowSingleString in OrthancConfiguration::LookupListOfStrings
Mon, 13 Feb 2017 10:39:14 +0100 Sebastien Jodogne primitives for HTTP client in plugin C++ wrapper
Wed, 08 Feb 2017 15:27:20 +0100 Sebastien Jodogne OrthancPlugins::OrthancConfiguration::LookupListOfStrings
Wed, 04 Jan 2017 12:09:40 +0100 Sebastien Jodogne shared copyright with osimis
Fri, 16 Dec 2016 17:01:33 +0100 Sebastien Jodogne fix
Fri, 16 Dec 2016 14:35:35 +0100 Sebastien Jodogne cleaner separation of PluginException
Wed, 14 Dec 2016 16:41:58 +0100 Sebastien Jodogne backwards compatibility within OrthancPluginCppWrapper
Sat, 10 Dec 2016 11:41:17 +0100 Sebastien Jodogne refactoring the worklist sample
Sat, 10 Dec 2016 11:24:58 +0100 Sebastien Jodogne refactoring
Sat, 10 Dec 2016 10:17:44 +0100 Sebastien Jodogne FindMatcher::IsMatch
Sat, 10 Dec 2016 10:05:16 +0100 Sebastien Jodogne OrthancPlugins::FindMatcher
Thu, 08 Dec 2016 16:29:34 +0100 Sebastien Jodogne more refactoring of the worklist sample
Thu, 08 Dec 2016 16:16:25 +0100 Sebastien Jodogne refactoring of the worklist sample using OrthancPluginCppWrapper
Fri, 25 Nov 2016 21:33:35 +0100 Sebastien Jodogne RestApiDelete and RestApiPut
Fri, 25 Nov 2016 12:29:28 +0100 Sebastien Jodogne ORTHANC_PLUGINS_THROW_EXCEPTION macro
Fri, 25 Nov 2016 12:07:36 +0100 Sebastien Jodogne introduction of HAS_ORTHANC_EXCEPTION to avoid PluginException if not necessary
Tue, 22 Nov 2016 14:19:42 +0100 Sebastien Jodogne "Folders" sub-configuration in ServeFolders
Wed, 26 Oct 2016 13:32:02 +0200 Sebastien Jodogne OrthancPlugins::CheckMinimalOrthancVersion
Sat, 02 Jul 2016 15:09:03 +0200 Sebastien Jodogne generation of etag in ServeFolders
Thu, 30 Jun 2016 20:17:07 +0200 Sebastien Jodogne fix
Thu, 30 Jun 2016 20:02:21 +0200 Sebastien Jodogne fix
Thu, 30 Jun 2016 08:20:23 +0200 Sebastien Jodogne cont OrthancPluginCppWrapper
Wed, 29 Jun 2016 13:40:24 +0200 Sebastien Jodogne cont
Mon, 27 Jun 2016 17:35:58 +0200 Sebastien Jodogne removal of warnings in msvc
Fri, 24 Jun 2016 22:28:25 +0200 Sebastien Jodogne toolbox shared by all plugins