Chuvi

Results 8 issues of Chuvi

Normally digital x-ray image has DICOM format. And it has more bit depth, then jpeg.

Some crutch to fix Calsign/APDE/#95 Seems to work. Probably fix shoud be located in [SketchFile.java::getTitle()](https://github.com/Calsign/APDE/blob/9026cb0125fd322c69eb4c212597769735bafe32/APDE/src/main/java/com/calsignlabs/apde/SketchFile.java#L438)

So, is it possible to run this on Raspberry, or it's useless without Steam libs for it? And how do I compile it for AVR, using ICC?

Priority: Low
Status: Available
Type: Enhancement

Iterator received with [std::find_if](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L228) invalidates after [emplace_back](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L243), which will cause undefined behaviour in [comparation](https://github.com/troldal/KZip/blob/31df0fbb848eacfccde01e0542b127a478cb45df/KZip/KZip.cpp#L248)

I've got linking errors like this `in function `main': ld-temp.o:(.text.main+0x12): undefined reference to `pfd::settings::available()' ld-temp.o:(.text.main+0x24): undefined reference to `pfd::settings::verbose(bool)' ld-temp.o:(.text.main+0xb5): undefined reference to `pfd::notify::notify(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&, pfd::icon)' ld-temp.o:(.text.main+0x1fd): undefined...

Здравствуй. Во-первых, создай .gitignore, ибо отправлять в репу файлы, которые получились в результате компиляции кода - не есть правильно. Например, у тебя же в examples/scanner/output/ лежит перегнанный в .cpp файл...

Some additions to erkkah/tigr#36 1. Using increment instead of assignment. 2. Add empty tigrMouseWheel functions in Android & IOS implementation to prevent 'undefined reference' error. 3. Peeking ButtonPress events in...

When using miniz via add_subdirectory this definition should be passed to other targets, that use miniz. https://github.com/richgel999/miniz/blob/c883286f1a6443720e7705450f59e579a4bbb8e2/CMakeLists.txt#L184 So, here should be `target_compile_definitions(${PROJECT_NAME} PUBLIC MINIZ_NO_STDIO) `