Converted tabs to spaces.
[zxing.git] / cpp / core / src / zxing / common /
2010-08-24 dswitkin@google.comRemoved an extra memcpy and made getMatrix() pure virtual.
2010-08-20 flyashiGreyscaleRotatedLuminanceSource: implemented getMatrix()
2010-08-16 dswitkin@google.comFixed the double delete problem remaining in issue...
2010-08-13 dswitkin@google.comBegan removing the excessive use of exceptions in the...
2010-08-12 srowenIssue 508
2010-08-11 dswitkin@google.comFixed issue 503, adding support for getMatrix() in...
2010-08-11 dswitkin@google.comRemoved an extra BitArray, honored the result of Lumina...
2010-08-07 dswitkinSlight refinement to last change - a cached row which
2010-08-06 dswitkinFixed a bug which prevented this binarizer from caching...
2010-08-06 flyashiC++ port: some memory leak cleanups
2010-08-04 flyashiC++ port: add changes to HybridBinarizer
2010-08-04 flyashiC++ port: Make sure #indef/#define/#endif's and copyrig...
2010-07-29 flyashiC++ port: minor code and comment cleanups all over...
2010-07-19 flyashiC++: binarizer updates
2010-07-19 flyashiC++: added GreyscaleLuminanceSource
2010-07-13 flyashiUpdates to C++ port:
2010-07-09 flyashiFixed C++ port's handling of reversed barcodes:
2010-05-31 luizcrocSame change as Revision r1395 for C++ port: Small speed...
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-04-02 ralf.kistner@gmail.comFixed things broken in the last commit.
2010-04-02 ralf.kistner@gmail.comC++ port made more compatible with uSTL (no functional...
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++
2009-12-09 ralf.kistner@gmail.comC++ port: fixed warnings for Symbian build
2009-12-08 ralf.kistnerC++ port:
2009-11-05 ralf.kistner@gmail.comC++ Port:
2009-11-01 ralf.kistner@gmail.comMany changes to the C++ port.