At last update to JUnit 4.x
[zxing.git] / core / test / src / com / google / zxing / common /
2010-09-30 srowenAt last update to JUnit 4.x
2010-08-14 srowenIssue 492
2010-06-16 srowenAdd support for UPC/EAN +5 extensions, plus basic tests...
2010-03-30 srowenIssue 361
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-06-29 dswitkinAdded slightly better blackbox unit test stats.
2009-06-29 dswitkin- Got the DataMatrix decoder compiling again with a...
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-22 dswitkinRewrote BitMatrix to allow rectangular 2D arrays, and...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-06-22 srowenRemove getBits()
2009-06-18 dswitkinWrote a quick command line app to calculate how many...
2009-05-21 dswitkinAdded better logging for our blackbox tests. It now...
2009-05-21 dswitkinI moved a chunk of the histogram/black point code out...
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-12-05 srowenFix apparently-inconsequential typo in QR code encoder...
2008-12-02 srowenSome formatting changes, and a few tiny optimizations
2008-11-19 srowenCorrected logic to handle case where remainder polynomi...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-14 srowenMore enhancements to Reed-Solomon tests
2008-11-14 srowenAdded Reed-Solomon encoder, suitable for QR Code encoding
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-11-02 srowenUpdated qrcode-2 with corrected output for some Japanes...
2008-09-01 srowengit-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc...
2008-07-30 srowenRe-add ECI test case and groundwork for more tests...
2008-07-10 dswitkinSmall improvement to unit test results output.
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-06-25 dswitkinAdded blackbox test of partial barcodes which should...
2008-06-25 dswitkinReworked the false positives unit tests to track each...
2008-06-23 srowenAdded ECI for values 0-2 and also standardize character...
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-19 dswitkinAdded rotation to unit test output for clarification.
2008-06-18 srowenSimple check in Code 39 reader to determine wide bars...
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-17 dswitkinCreated a library of images which do not contain barcod...
2008-06-16 srowenFinal updates to use local test images rather than...
2008-06-13 srowenMinor style tweaks
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