GreyscaleRotatedLuminanceSource: implemented getMatrix()
[zxing.git] / cpp / core / src / zxing / oned /
2010-08-18 dswitkin@google.comFixed a bug I introduced while removing exceptions...
2010-08-16 dswitkin@google.comRemoved as many exceptions as possible from the C+...
2010-08-13 dswitkin@google.comChanged OneDReader::recordPattern to not throw exceptio...
2010-08-13 dswitkin@google.comBegan removing the excessive use of exceptions in the...
2010-08-06 flyashiC++ port: add header file change
2010-08-06 flyashiC++ port: some memory leak cleanups
2010-08-06 flyashiFixes two virtual calls and one local variable referenc...
2010-08-04 flyashiC++ port: Make sure #indef/#define/#endif's and copyrig...
2010-08-04 flyashiC++ port: Hints infrastructure was added in r1499....
2010-07-29 flyashiC++ port: add decode hints system
2010-07-29 flyashiC++ port: UPCEAN reader fixes
2010-07-29 flyashiC++ port: minor code and comment cleanups all over...
2010-07-27 flyashiC++: ITFReader.cpp was throwing wrong exception
2010-07-09 flyashiFixed C++ port's handling of reversed barcodes:
2010-06-23 luizcrocFixing some issues in C++ port regarding 1D barcode...
2010-05-07 dmaclachAdded David Phillip Oster's fixes for compiling and...
2010-05-04 dmaclachCleaned up the iPhone code so that it compiles with...
2010-05-04 srowenIssue 396
2010-02-15 ralf.kistner@gmail.comFixed the C++ port to compile on a Linux system.
2010-02-02 warcholukeOne-D barcodes reader port on c++