log

age author description
Mon, 25 Apr 2022 18:54:45 +0200 Alain Mazy cppcheck
Mon, 25 Apr 2022 18:38:20 +0200 Sebastien Jodogne removed cppcheck warning
Mon, 25 Apr 2022 18:25:46 +0200 Sebastien Jodogne fix build for older compilers
Mon, 25 Apr 2022 17:32:58 +0200 Sebastien Jodogne cppcheck
Mon, 25 Apr 2022 15:50:57 +0200 Alain Mazy merged more-tags -> default
Mon, 25 Apr 2022 15:30:51 +0200 Alain Mazy renamed DbOptizer into Housekeeper + add Scheduler & triggers more-tags
Wed, 20 Apr 2022 14:36:47 +0200 Alain Mazy Speed-up handling of DicomModalitiesInStudy in C-Find and tools/find queries more-tags
Wed, 20 Apr 2022 11:32:31 +0200 Alain Mazy pre-filtering studies without ModalitiesInStudies first more-tags
Wed, 13 Apr 2022 14:58:58 +0200 Alain Mazy merged default -> more-tags more-tags
Wed, 13 Apr 2022 10:51:22 +0200 Alain Mazy Improved decoding of US Images with Implicit VR
Fri, 08 Apr 2022 11:48:54 +0200 Sebastien Jodogne fix ImageProcessing::ShiftScale2() on floating-point images
Thu, 07 Apr 2022 12:04:48 +0200 Sebastien Jodogne minor improvements
Mon, 04 Apr 2022 09:52:54 +0200 Sebastien Jodogne linor fix in OrthancImport.py
Wed, 30 Mar 2022 15:45:54 +0200 Alain Mazy merge default -> more tags more-tags
Wed, 30 Mar 2022 14:50:30 +0200 Alain Mazy fix for Apple M1
Mon, 28 Mar 2022 23:33:25 +0200 Alain Mazy fix LibPNG build for Apple M1
Mon, 28 Mar 2022 21:20:48 +0200 Alain Mazy try to fix dcmtk build for Apple M1
Sat, 26 Mar 2022 09:31:54 +0100 Sebastien Jodogne pass user-specific compiler flags to the unit tests of the shared library
Sat, 26 Mar 2022 09:23:49 +0100 Sebastien Jodogne pass user-specific compiler flags to the ConnectivityChecks subproject
Wed, 23 Mar 2022 18:04:40 +0100 Sebastien Jodogne integration mainline->more-tags more-tags
Wed, 23 Mar 2022 17:51:39 +0100 Sebastien Jodogne back to mainline
Wed, 23 Mar 2022 16:37:45 +0100 Sebastien Jodogne Orthanc-1.10.1 Orthanc-1.10.1
Wed, 23 Mar 2022 12:23:11 +0100 Alain Mazy merge more-tags
Wed, 23 Mar 2022 11:56:28 +0100 Alain Mazy DbOptimizer plugin more-tags
Wed, 23 Mar 2022 11:52:19 +0100 Alain Mazy fix more-tags
Wed, 23 Mar 2022 12:19:59 +0100 Sebastien Jodogne typos
Wed, 23 Mar 2022 12:04:33 +0100 Sebastien Jodogne fix signs in unit tests
Wed, 23 Mar 2022 11:49:08 +0100 Sebastien Jodogne integration mainline->more-tags more-tags
Wed, 23 Mar 2022 11:48:47 +0100 Sebastien Jodogne cppcheck
Wed, 23 Mar 2022 11:44:40 +0100 Sebastien Jodogne fix ParsedDicomFile::DecodeOverlay() for WebAssembly
Tue, 22 Mar 2022 19:11:56 +0100 Sebastien Jodogne integration mainline->more-tags more-tags
Tue, 22 Mar 2022 12:37:24 +0100 Sebastien Jodogne added FromDcmtkBridge::LookupStringValue()
Tue, 22 Mar 2022 10:20:25 +0100 Sebastien Jodogne fix EmscriptenParameters.cmake
Tue, 22 Mar 2022 08:48:46 +0100 Sebastien Jodogne enlarged support of tags with UN value representation in ITagVisitor
Mon, 21 Mar 2022 15:19:42 +0100 Alain Mazy new field 'MainDicomTags' in the /system response more-tags
Mon, 21 Mar 2022 12:11:21 +0100 Sebastien Jodogne fix builds on recent versions of emscripten
Mon, 21 Mar 2022 09:44:01 +0100 Sebastien Jodogne fix for older gcc versions
Mon, 21 Mar 2022 08:59:20 +0100 Sebastien Jodogne added ParsedDicomFile::DecodeAllOverlays()
Sun, 20 Mar 2022 18:03:32 +0100 Sebastien Jodogne removed ReadOnlyWebDavCollection from C++ plugin wrapper
Sun, 20 Mar 2022 11:35:17 +0100 Sebastien Jodogne added ParsedDicomFile::DecodeOverlay()
Thu, 17 Mar 2022 17:03:59 +0100 Alain Mazy new Warnings configuration + InstanceAvailability tag more-tags
Wed, 16 Mar 2022 17:21:02 +0100 Sebastien Jodogne adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
Wed, 16 Mar 2022 10:55:13 +0100 Alain Mazy Improved DICOM authorization checks when multiple modalities are declared with the same AET
Wed, 16 Mar 2022 09:50:33 +0100 Alain Mazy performance warning more-tags
Tue, 15 Mar 2022 15:57:21 +0100 Alain Mazy tools/find + C-Find + list-resources now all using the same code (ExpandResource) to build 'computed tags' more-tags
Tue, 15 Mar 2022 09:09:52 +0100 Alain Mazy cleanup more-tags
Mon, 14 Mar 2022 16:44:00 +0100 Alain Mazy ExpandResource now able to return computed tags (like ModalitiesInStudies) more-tags
Mon, 14 Mar 2022 13:13:29 +0100 Alain Mazy include requested tags from storage if needed more-tags
Fri, 11 Mar 2022 17:38:16 +0100 Alain Mazy Handling RequestedTags in ExpandResource -> read parent main dicom tags if required. Not yet getting missing tags from file. Integration tests ok more-tags
Thu, 10 Mar 2022 19:00:43 +0100 Alain Mazy split ExpandResource in 2: read from DB and serialize to json. This will allow us to merge requested tags from both the DB and the file system more-tags
Thu, 10 Mar 2022 09:03:24 +0100 Alain Mazy added configuration for extra main dicom tags + save signature in metadata + show warning if inconsistent main dicom tags more-tags
Wed, 09 Mar 2022 12:16:45 +0100 Alain Mazy adding MainDicomTags signatures more-tags
Wed, 09 Mar 2022 11:17:08 +0100 Alain Mazy refactored the list of MainDicomTags to be able to change it dynamicaly. Unit tests and Integration tests ok more-tags
Mon, 07 Mar 2022 18:56:15 +0100 Sebastien Jodogne NEWS
Mon, 07 Mar 2022 10:55:43 +0100 Alain Mazy fix doc: removed 'LimitJobs' that is not used anymore
Thu, 03 Mar 2022 20:34:36 +0100 Sebastien Jodogne note about -std=c++11
Tue, 01 Mar 2022 13:09:43 +0100 Alain Mazy todo
Fri, 25 Feb 2022 17:47:59 +0100 Alain Mazy todo
Fri, 25 Feb 2022 08:11:38 +0100 Alain Mazy todo
Thu, 24 Feb 2022 17:36:20 +0100 Alain Mazy skip json comments when loading config