370 Commits

Author SHA1 Message Date
Elnur Ismailzada
b63e7ff6e1 correct convert to qvariant 2019-05-13 22:02:59 +02:00
Elnur Ismailzada
c121d18605 add upc_ean extension 2019-05-10 20:55:50 +02:00
Nikolaos Ftylitakis
5ac0f75266
Merge pull request #101 from fredldotme/master
src: use ::abs() instead of abs()
2019-04-17 11:30:23 +03:00
Alfred E. Neumayer
38409776aa
Replace missing abs() with ::abs() 2019-04-15 12:34:01 +02:00
Nikolaos Ftylitakis
2162e6d935
Merge pull request #103 from Thaodan/update_example_android_gradlew
Update example android gradle
2019-04-15 12:24:55 +03:00
Björn Bidar
f51cc2fdbe update gradle build file to latest android support and gradle tools 2019-04-12 10:28:18 +02:00
Björn Bidar
006e091f91 update gradle version of example 2019-04-12 10:27:44 +02:00
Alfred Neumayer
b2dc634098 src: use ::abs() instead of abs()
Fix undefined reference errors while building with clang.
2019-04-10 16:40:00 +02:00
Alfred E. Neumayer
70c3bd8502
Merge pull request #2 from ftylitak/master
Merge pull request #100 from fredldotme/master
2019-04-10 16:33:21 +02:00
Nikolaos Ftylitakis
0211eed2af
Merge pull request #100 from fredldotme/master
avoid processing empty video frame buffers
2019-04-03 12:19:33 +03:00
Alfred E. Neumayer
30d9f94457
Merge pull request #1 from ftylitak/master
Merge upstream
2019-04-02 11:01:13 +02:00
Alfred Neumayer
a747ab7af7 avoid processing empty video frame buffers 2019-04-01 19:00:40 +02:00
favoritas37
9dfa221563 Added blocking map-reduce concurrency when executing EncoderStressTest. (still has issues.) 2019-03-25 12:32:10 +02:00
favoritas37
83243790f8 simplified CharacterSetECI initialization 2019-03-25 12:30:23 +02:00
Nikos Ftylitakis
15ddcaf181 Added support to the execution of stress test for encode / decode operation for all possible combinations of Qr code length and error correction levels.
Created as a first step to detect the bug of #83.
2019-01-18 01:38:10 +02:00
Nikos Ftylitakis
38bbed6fcb add support to QZXing::getLastDecodeOperationSucceded function, returns the success status of the last decode operation execution 2019-01-18 01:34:20 +02:00
Nikos Ftylitakis
34ec2de774 Merge branch 'igniti-gmbh-warningfixes' 2018-12-25 17:51:10 +02:00
Nikos Ftylitakis
1ef4fb175f minor fixes 2018-12-25 17:42:15 +02:00
Nikos Ftylitakis
284387fc5b Merge branch 'warningfixes' of https://github.com/igniti-gmbh/qzxing into igniti-gmbh-warningfixes 2018-12-25 16:32:10 +02:00
Nikolaos Ftylitakis
352a77f4ae
Merge pull request #95 from igniti-gmbh/imageprovider-size
Always respect requestedSize in QZXingImageProvider
2018-12-17 08:22:29 +02:00
Alexander Stillich
3f3a89b2ba Introduced ZXING_NULLPTR and ZXING_NOEXCEPT to abstract differences between C+11 and non-C++11 compilers
Fixed warnings in QZXingFilter.cpp
Removed C++11 requirement from all .pro files
Set compiler warning flags via CONFIG += warn_on instead of using GCC specific switches
2018-11-16 13:05:58 +01:00
Alexander Stillich
ac5083feea Merge branch 'master' into warningfixes 2018-11-16 12:07:35 +01:00
Alexander Stillich
f5125e4420 Fixed QZXingImageProvider ignoring requestedSize when being called without custom settings 2018-11-15 14:17:10 +01:00
Nikolaos Ftylitakis
3e3c653b21
Update README.md
added build status badge from travis-ci
2018-11-14 19:35:26 +02:00
Nikolaos Ftylitakis
678240100c
Merge pull request #93 from KangLin/master
Add ci
2018-11-14 19:30:33 +02:00
KangLin
6e5d408732 Travis: add ci for linux and android 2018-11-14 16:56:14 +08:00
KangLin
da15d888d4 Appveyor: Add ci for windows use msvc and mingw 2018-11-14 16:55:44 +08:00
Alexander Stillich
6c6999256c Fixed compiling tests & fixed warnings (except THROWS macro) 2018-11-05 17:13:34 +01:00
Alexander Stillich
076dd575bd Adopted to latest upstream changes 2018-11-05 16:41:52 +01:00
Alexander Stillich
af8d8982de Adopted to latest upstream changes 2018-11-05 16:32:07 +01:00
Alexander Stillich
36ac7dd520 More signed / unsigned warning fixes 2018-11-05 16:13:36 +01:00
favoritas37
230a796a28 changing 'byte' references to 'zxing::byte'. Triggered by #90. 2018-11-05 16:05:59 +02:00
Alexander Stillich
d2242ac24a Fixed XXX has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit in Exception and derived classes
Enabled -Wall and -Wextra
2018-11-05 14:50:45 +01:00
Alexander Stillich
83e1075792 Fixed warning in ImageHandler::extractQImage() when QZXING_QML is not defined 2018-11-05 14:11:38 +01:00
Alexander Stillich
0d67ad245f Fixed warnings in MatrixUtil.cpp 2018-11-05 14:08:39 +01:00
Alexander Stillich
1dc6534c09 Fixed warnings in ReedSolomonEncoder.cpp 2018-11-05 14:08:16 +01:00
Alexander Stillich
1106348fef Fixed warnings in MaskUtil.cpp 2018-11-05 13:55:34 +01:00
Alexander Stillich
1b51a99dd2 Removed warnings in QrEncoder.cpp 2018-11-02 17:04:39 +01:00
Alexander Stillich
5195a8d809 Removed warnings in BitArray.cpp 2018-11-02 16:58:15 +01:00
Alexander Stillich
8f631567d4 Removed warnings in BitMatrix.cpp 2018-11-02 16:54:26 +01:00
Alexander Stillich
75b8dc4f9b Removed warnings in QZXing.cpp 2018-11-02 16:53:23 +01:00
Alexander Stillich
fac57028e4 Fixed warning about unused parameters in QZXing::decodeSubImageQM when QZXING_QML is not defined 2018-11-02 16:46:36 +01:00
Alexander Stillich
b1bf4dfb01 Fixed header guards triggering 'warning: macro name is a reserved identifier' 2018-11-02 16:42:05 +01:00
Alexander Stillich
26b5ce2fbd Removed multi-line comment warning 2018-11-02 16:16:55 +01:00
Nikolaos Ftylitakis
e16429c233
Merge pull request #91 from jimmymorales/bug-fix
Add explicit namespace to byte class
2018-11-01 08:50:35 +02:00
Jimmy Morales
2b380f5483
Add explicit namespace to byte class
This avoids ambiguous compiler error
2018-10-30 12:16:15 -05:00
nikos.ftylitakis
501e0f8738 minor fix of the value of processingTime property provided by QZXing. 2018-08-02 12:00:49 +03:00
nikos.ftylitakis
16f1530c5d Change CenterComparator and FurthestFromAverageComparator return value from integer to bool to better comply with the std::sort comparator.
Fixes the segmentation fault of issue #85 though QZXing is still unable to decode multi-QrCode image.
2018-08-02 11:59:56 +03:00
Nikolaos Ftylitakis
d61f2ac982
Merge pull request #80 from err4nt/master
Add YUYV image format support to QZXingFilter
2018-04-25 19:21:39 +03:00
Danielle Grace Jackson
62e66b120f Add YUYV image format support to QZXingFilter 2018-04-24 16:22:27 -05:00