- Added support for rotation in our blackbox test framework, and refactored the ways...
[zxing.git] / core / test / src / com / google / zxing / common /
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-21 dswitkinAdded some simple sharpening for 1D decoding which...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-26 srowenRestored a corrected Reed-Solomon optimization and...
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-24 srowenOptimized 0- and 1-error case of Reed Solomon decoding...
2008-03-17 srowenAdded overdue Reed-Solomon tests
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-03 srowenTries TRY_HARDER too in tests now, to confirm it only...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 srowenMore minor javadoc, code tweaks
2008-02-12 srowenSmall optimization to check ranges of bits set in BitAr...
2008-01-15 srowenOverhaul unit tests to include more test cases, and...
2007-11-07 srowenFix compile problem for JDK 1.4
2007-11-07 srowenAdded more test cases