zxing/cpp/core/src/zxing
srowen 17af5d13e3 Issue 1170 also fix cpp version
git-svn-id: https://zxing.googlecode.com/svn/trunk@2192 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-16 17:21:45 +00:00
..
common Issue 1170 also fix cpp version 2012-02-16 17:21:45 +00:00
datamatrix Turn on more conservative warnings in C++ and a few related cleanups. 2011-11-29 19:58:18 +00:00
multi Turn on more conservative warnings in C++ and a few related cleanups. 2011-11-29 19:58:18 +00:00
oned Turn on more conservative warnings in C++ and a few related cleanups. 2011-11-29 19:58:18 +00:00
qrcode Syntax error in C++ builds under DEBUG. Closes issue 1105. 2011-12-13 22:34:53 +00:00
BarcodeFormat.cpp Turn on more conservative warnings in C++ and a few related cleanups. 2011-11-29 19:58:18 +00:00
BarcodeFormat.h C++ port: Make sure #indef/#define/#endif's and copyright information on all header files is in a common format. 2010-08-04 13:36:20 +00:00
Binarizer.cpp port relevant parts of r1937 to C++ 2011-10-12 18:11:40 +00:00
Binarizer.h C++ port: Make sure #indef/#define/#endif's and copyright information on all header files is in a common format. 2010-08-04 13:36:20 +00:00
BinaryBitmap.cpp C++: binarizer updates 2010-07-19 20:56:17 +00:00
BinaryBitmap.h C++ port: Make sure #indef/#define/#endif's and copyright information on all header files is in a common format. 2010-08-04 13:36:20 +00:00
DecodeHints.cpp Issue 1022: updating cpp port and making DataMatrixReader almost as good as java 2011-10-28 11:24:50 +00:00
DecodeHints.h Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
Exception.cpp Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
Exception.h Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
FormatException.cpp Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
FormatException.h Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
LuminanceSource.cpp Turn on more conservative warnings in C++ and a few related cleanups. 2011-11-29 19:58:18 +00:00
LuminanceSource.h port r1899 java changes to C++ 2011-10-12 17:02:48 +00:00
MultiFormatReader.cpp Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
MultiFormatReader.h C++ port: some memory leak cleanups 2010-08-06 18:59:07 +00:00
NotFoundException.cpp Make NFE a subclass of RE to match java. Closes Issue 1055 2011-11-10 16:57:13 +00:00
NotFoundException.h Make NFE a subclass of RE to match java. Closes Issue 1055 2011-11-10 16:57:13 +00:00
Reader.cpp C++ port: Hints infrastructure was added in r1499. This changeset implements reader selection support. 2010-08-04 13:35:44 +00:00
Reader.h C++ port: Hints infrastructure was added in r1499. This changeset implements reader selection support. 2010-08-04 13:35:44 +00:00
ReaderException.cpp Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
ReaderException.h Port r1623 changes to C++ 2011-10-13 15:21:13 +00:00
Result.cpp Correctly set rotated points values. Closes Issue 1041. 2011-10-28 18:31:35 +00:00
Result.h Correctly set rotated points values. Closes Issue 1041. 2011-10-28 18:31:35 +00:00
ResultPoint.cpp Issue 1022: updating cpp port and making DataMatrixReader almost as good as java 2011-10-28 11:24:50 +00:00
ResultPoint.h Issue 1022: updating cpp port and making DataMatrixReader almost as good as java 2011-10-28 11:24:50 +00:00
ResultPointCallback.cpp Removed an extra memcpy and made getMatrix() pure virtual. 2010-08-24 18:59:26 +00:00
ResultPointCallback.h Issue 505 2010-08-12 20:51:09 +00:00