|
b25ff860
|
2017-10-06T01:53:02
|
|
Fixed some warnings.
|
|
f318155d
|
2017-10-06T01:27:50
|
|
Revert "Some variables' type changed from int to unsigned int. (closing #89 and #102)"
This reverts commit 44290eb817f6f5ccb1137372f115d4b7633f0cb3.
|
|
44290eb8
|
2017-10-02T22:07:55
|
|
Some variables' type changed from int to unsigned int. (closing #89 and #102)
|
|
6d503504
|
2017-09-07T12:43:21
|
|
Copyright year updated for the next major update.
|
|
319c2da1
|
2016-09-19T13:14:45
|
|
Renamed reserved identifiers.
|
|
fb7c9805
|
2015-05-05T04:15:21
|
|
Some code cleanups.
|
|
4106aca6
|
2014-09-10T00:50:56
|
|
Avoid race condition.
|
|
bf0ec2e5
|
2014-09-09T23:35:29
|
|
Reduced malloc calls.
|
|
52b9191e
|
2014-09-09T22:35:13
|
|
Run length calc improved.
|
|
dc3de757
|
2011-10-24T04:25:05
|
|
Some code cleanups.
|
|
709a4854
|
2011-10-17T18:54:56
|
|
Various bug fixes. (Thanks to Adam Shepherd)
|
|
296e7921
|
2011-10-16T14:21:03
|
|
Mask_calcRunLength() has been refactored out from Mask_evaluateSymbol(). New test code for Mask_calcRunLength has been added.
|
|
a0a187ef
|
2011-10-13T18:16:35
|
|
Mask_calcN2() has been refactored out from Mask_evaluateSymbol().
|
|
4cbbca74
|
2011-05-05T19:49:17
|
|
config.h is now included at the top of the code.
|
|
68a8a6b6
|
2010-10-09T10:49:22
|
|
Copyright year and mail addresses updated.
|
|
91662c6b
|
2009-06-08T11:37:01
|
|
Multithread problem solved.
|
|
4eb0d94e
|
2009-06-08T08:54:23
|
|
WITH_TEST introduced.
|
|
01e9b0d7
|
2009-06-03T20:40:34
|
|
Error check has been added to Mask_makeMask().
|
|
7f248720
|
2009-05-20T17:21:06
|
|
Code cleanups.
Unnecessary memcpy has been eliminated.
|
|
fc33e4fc
|
2009-05-20T15:08:16
|
|
Merged from 3.1.0.
|
|
51447782
|
2009-05-14T02:25:56
|
|
Break when malloc fails.
|
|
10f960ef
|
2009-05-01T08:02:32
|
|
|
|
cb286ecc
|
2009-01-05T17:38:44
|
|
- NULL check of malloc's return value. (splint warning)
- a type mismatch fixed. (splint warning)
|
|
ce7aa9be
|
2008-10-10T20:11:57
|
|
* qrencode_inner.h:
- Now this header is called only by test programs.
* qrencode.c, qrencode_inner.h:
- Some definitions and declares written in qrencode_inner.h have been
moved into qrencode.c:
- QRraw_*() have been declared as __STATIC.
* mask.[ch], qrencode.c, qrencode_inner.h:
- Mask_makeMask() now requires QRecLevel.
- QRencode_writeFormatInformation() has been renamed and moved to
Mask_writeFormatInformation(), and become __STATIC.
|
|
cd3dbc34
|
2008-10-10T19:57:17
|
|
Code cleanups.
|
|
3ee90bb4
|
2008-05-17T22:21:31
|
|
Merged to 3.0.2.
|
|
13fffb78
|
2008-01-23T12:24:33
|
|
Synchronized to 2.0.0.
|
|
9015768b
|
2007-12-14T04:27:31
|
|
* tests/test_qrencode.c:
- New test has been added.
* tests/view_qrcode.c:
- Options supported.
- Default mask is now -1 (auto).
* Copyright 2007.
|
|
9efd19c5
|
2007-12-13T07:54:38
|
|
Mask evaluation bug fixed.
|
|
401e3f13
|
2006-12-18T14:23:43
|
|
|
|
30742270
|
2006-12-18T14:20:57
|
|
|