Commit Graph

57 Commits

Author SHA1 Message Date
Florian Sundermann b066487b3e moved checksum function to its own interface
its not needed that all barcodes have an integer checksum
so it should not be needed in every implementation.
2017-01-26 08:20:38 +01:00
boombuler fe0f26ff6d updated readme again
... its late...
2016-12-26 22:19:16 +01:00
boombuler d2ce980b7f updated readme 2016-12-26 22:18:30 +01:00
boombuler d039b6bd02 finished aztec code generator.
fixes #10
2016-12-26 22:16:28 +01:00
boombuler 3dbe04fe04 started with aztec code 2016-12-25 11:27:46 +01:00
Florian Sundermann 8b1271e880 fixed datarace 2016-10-12 09:13:12 +02:00
Florian Sundermann 3e02de6fc1 fixes shouldUseCTable
depending on the position of FNC1 the results should be different...
2016-10-06 15:00:55 +02:00
Florian Sundermann f8b9e11d84 Fixes #13
FNC1 could also be encoded using C-Table
2016-10-06 14:46:55 +02:00
Florian Sundermann a8e04f9666 fixes issue #12
due to a race condition some DM codes were created incorrectly
2016-09-01 16:56:45 +02:00
boombuler 56a31058a9 fixes issue #11 2016-07-18 18:56:27 +02:00
Florian d1c739eed5 Merge pull request #8 from alexjg/master
Add checksum calculation to relevant barcode types
2016-04-26 15:18:33 +02:00
Alex Good 7435af80e5 Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
Florian Sundermann 63f4aa2c46 fixed issue #5 (new error correction code)
replaced the error correction code with some code based on xzing
2015-02-25 14:08:58 +01:00
boombuler 37c3048240 added test case for issue #5 2015-02-24 21:00:55 +01:00
Florian Sundermann 5a0018c9b8 test cleanup 2014-08-13 08:23:10 +02:00
boombuler a8ac393109 updated readme 2014-08-12 20:31:54 +02:00
boombuler bc131f9157 added 2 of 5 barcodes 2014-08-12 20:29:52 +02:00
boombuler ecbfc39708 moved rune2int and int2rune to utils package 2014-08-12 20:29:20 +02:00
Florian Sundermann ea51d46359 fixed code128 and added some tests 2014-08-12 14:04:17 +02:00
Florian Sundermann b1ca18cc4c test cleanup 2014-08-12 13:53:36 +02:00
Florian Sundermann d0cdae0475 updated docs and code cleanup 2014-08-11 11:11:24 +02:00
Florian Sundermann bccb3d2ede added test + code cleanup 2014-08-11 10:34:45 +02:00
Florian Sundermann dcebd7d65f fixed typo 2014-08-11 08:55:43 +02:00
boombuler 03fa651512 added license 2014-06-15 21:33:44 +02:00
boombuler a1250996a3 added code39 full ASCII mode 2013-12-23 19:28:49 +01:00
boombuler 5ae56e6a77 added codabar test 2013-12-21 01:17:58 +01:00
boombuler e8eca3ad75 fixed bug in ean encoder and added some tests 2013-12-20 15:37:07 +01:00
boombuler b63e15f7ff added testscase for ean encoding 2013-12-20 09:24:20 +01:00
boombuler 6a44551dc4 fixed bugs + code cleanup 2013-12-16 21:12:46 +01:00
Florian Sundermann 9741f0ff8d cleanup 2013-12-16 14:10:24 +01:00
boombuler a4167688a0 added basic code128 support 2013-12-15 21:56:38 +01:00
boombuler 987cf1bccc added codabar support 2013-12-13 18:43:18 +01:00
Florian Sundermann e5d11acdbf bugfix for datamatrix error correction
more tests and code cleanup
2013-12-13 13:53:27 +01:00
boombuler e754f1b44c code cleanup 2013-12-12 21:55:30 +01:00
boombuler a4e3d9eecf added example 2013-12-12 21:02:54 +01:00
boombuler 9fb741398c Iterate has one 't' 2013-12-12 20:40:42 +01:00
Florian 671aacf51c Merge pull request #2 from extemporalgenome/patch-2
Iterate has one 't'
2013-12-12 11:39:55 -08:00
Florian 54a6c5bdec Merge pull request #1 from extemporalgenome/patch-1
Iterate has one 't'
2013-12-12 11:39:47 -08:00
boombuler 071ad082b1 added datamatrix support 2013-12-12 20:36:57 +01:00
Kevin Gillette a92b3b24ba Iterate has one 't' 2013-12-12 11:59:49 -07:00
Kevin Gillette c147a86b15 Iterate has one 't' 2013-12-12 11:57:18 -07:00
Florian Sundermann 0ab1322172 fixed bug in calcPenaltyRule1 2013-12-12 14:04:36 +01:00
Florian Sundermann 49e4105259 more tests 2013-12-12 14:04:21 +01:00
Florian Sundermann 3ddff87dab more tests renamed utf8.go 2013-12-12 14:04:10 +01:00
Florian Sundermann 4c758a440a fixed bug with reminder bits in some qr versions 2013-12-12 09:08:33 +01:00
Florian Sundermann e9d2d310c8 new test file 2013-12-12 09:07:59 +01:00
boombuler a1e5ccbc48 fixed code39 content field 2013-12-11 22:09:08 +01:00
boombuler e863c80622 improved test coverage 2013-12-11 22:08:12 +01:00
boombuler bbd6a37d76 fixed automatic_test 2013-12-11 21:48:57 +01:00
boombuler 29d3fcfa98 added unicode support for qr codes and some minor fixes 2013-12-11 20:26:35 +01:00