Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Tags: gerddie/ginkgocadx

Tags

3.8.8

Toggle 3.8.8's commit message
Update travis environment to xenial [ci skip]

3.8.7

Toggle 3.8.7's commit message
Manually set c++11 compiler is not g++ >= 6

clang++ doesn't still defaults to c++98 or c++03. Thanks to Sergey Alirzaev
for pointing that out.

3.8.6

Toggle 3.8.6's commit message
Send qlite return code to DEBUG log.

3.8.5

Toggle 3.8.5's commit message
Make it compile with dcmtk > 20170228 Closes: #32

The newDicomElement functions were moved into DcmItem and are now
exposed as static methods. Test for this with CMake and if the new version
is found, forward the calls to newDicomElement to DcmItem::newDicomElement.

3.8.4

Toggle 3.8.4's commit message
Currect shader call and prepare new release. Closes: #18

3.8.3

Toggle 3.8.3's commit message
Remove some code that is not used and bump version

3.8.2

Toggle 3.8.2's commit message
Make yet another release. Closes: #18

The shadder code using the if-statement did not compile with the
Intel shader compiler, but using "clamp" corrected the problem.

3.8.1

Toggle 3.8.1's commit message
Update Changelog

3.8.0

Toggle 3.8.0's commit message
New release.

3.7.5

Toggle 3.7.5's commit message
New release to fix PACS communication regression