Tiny optimizations to boolean logic to avoid extra byte code and branches in semi...
[zxing.git] / core / src / com / google / zxing / datamatrix / detector / Detector.java
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-01-14 srowenSeparated rectangle detection from decoder for reuse
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-08 srowenAddress a small but clear bug in detector logic
2008-11-06 srowenSmall additional error check in decoder
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.