|
1fbb517a
|
2020-08-28T12:52:03
|
|
A precise boundary check has been introduced to QRinput_estimateVersion(). (closes #160)
|
|
06494038
|
2017-10-08T02:17:28
|
|
Fixed some warnings. (closing #89 and #102)
|
|
c4e3b9c6
|
2017-10-06T14:01:48
|
|
Fixed some warnings. (closing #89 and #102)
|
|
b25ff860
|
2017-10-06T01:53:02
|
|
Fixed some warnings.
|
|
6d503504
|
2017-09-07T12:43:21
|
|
Copyright year updated for the next major update.
|
|
319c2da1
|
2016-09-19T13:14:45
|
|
Renamed reserved identifiers.
|
|
3d06f966
|
2015-08-17T17:32:41
|
|
Remove empty statements.
|
|
d6e262a7
|
2015-08-17T17:24:23
|
|
Make functions static.
|
|
08069c6e
|
2015-08-17T17:22:15
|
|
Remove trailing whitespaces.
|
|
31a73bc6
|
2015-05-05T16:43:21
|
|
Suppress a warning message of 'unused variable'.
|
|
fb7c9805
|
2015-05-05T04:15:21
|
|
Some code cleanups.
|
|
68a3112e
|
2014-07-24T18:30:46
|
|
More code cleanups.
|
|
6a73cc29
|
2014-07-24T18:13:37
|
|
Code refactoring (QRinput_Struct_count has been added).
|
|
8ceba943
|
2014-07-08T06:24:38
|
|
Some possible minor bug fixes and code cleanups.
|
|
379a1d1f
|
2014-07-04T09:37:41
|
|
Copyright year updated.
|
|
5914c0cd
|
2014-02-14T09:01:15
|
|
Messages improved.
|
|
c3af4c44
|
2013-10-27T11:44:26
|
|
Code cleanup.
|
|
d76c9a64
|
2013-10-27T10:50:55
|
|
Bug in QRinput_insertFNC1Header() has been fixed. (Thanks to David Binderman)
|
|
d3e40e84
|
2013-09-07T04:01:52
|
|
Merge branch 'reduce_malloc'
|
|
8a4fbce7
|
2013-09-04T20:10:45
|
|
Bugfix: Numerical result out of range
function getMinimumVersion does not return -1 if QRSPEC_VERSION_MAX
is reached any more. Testing for maximum character is done by
function QRinput_appendPaddingBit[MQR]? This test was redundant some how.
|
|
65410aff
|
2013-08-22T19:11:23
|
|
Merge branch 'master' into reduce_malloc.
|
|
fd06c8ab
|
2013-07-16T11:09:16
|
|
Missing breaks in switch. (Thanks to ßlúèÇhîp)
|
|
f3d5ecc4
|
2013-03-30T12:30:10
|
|
Renamed a variable ("index") to avoid compile-time warning. (Thanks to Emmanuel Blot). Range check improved.
|
|
959f6f9a
|
2012-11-09T01:48:28
|
|
Code cleanup.
|
|
80b60e26
|
2012-11-08T16:57:11
|
|
Memory leak bug has been fixed. (issue #24) (Thanks to chisj)
|
|
ebe3bbd5
|
2012-10-21T19:40:11
|
|
Typo fixes in comments.
|
|
1b881dea
|
2012-10-21T05:20:30
|
|
Unnecessary "goto ABORT" eliminated.
|
|
8cb6e6e3
|
2012-09-29T10:36:59
|
|
Interface of QRinput_getBitStream() have been changed.
|
|
3a84f58f
|
2012-09-29T09:55:38
|
|
QRinput_mergeBitStream() now requires a BitStream.
|
|
b2f1d922
|
2012-09-29T01:15:05
|
|
Reduced the use of dynamic memory allocation, and performance improved.
|
|
ca6ef766
|
2012-09-25T19:41:28
|
|
Reducing BitStream_new().
|
|
1cb37499
|
2012-09-25T12:54:23
|
|
Reduced the use of dynamic memory allocation.
|
|
fe2e1e8e
|
2011-10-17T18:57:43
|
|
Copyright year updated.
|
|
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.
|
|
ad4d46ae
|
2010-01-27T06:24:59
|
|
|
|
6befd5b7
|
2010-01-25T05:53:10
|
|
- Added new functions to set FNC1 flag.
- FNC1 second position encoding now supported.
|
|
a9c33062
|
2010-01-25T01:16:28
|
|
* qrencode.h:
- QR_MODE_{ECI,FNC1A,FNC1B} have been added to QRencodeMode.
* qrspec.h, mqrspec.h, qrinput.c:
- QRSPEC_MODEID_* and MQRSPEC_MODEID_* have been added, and hard coded
numbers were replaced with them.
|
|
6b89e6b2
|
2010-01-20T06:55:26
|
|
Possible memory errors fixed.
|
|
fa3bb063
|
2009-06-05T19:24:24
|
|
VERSION_MAX moved to qrencode.h.
Some functions now throws ERANGE.
|
|
4006013a
|
2009-06-05T16:17:59
|
|
QRinput_setVersionAndErrorCorrectionLevel() has been added.
|
|
db35a2ee
|
2009-06-03T20:44:42
|
|
Follows changes of mqrspec.c.
|
|
d4b18563
|
2009-06-01T07:50:00
|
|
mqr check has been added.
|
|
01ad2291
|
2009-05-30T07:30:57
|
|
Functions for Micro QR Code encoding have been added.
|
|
fc33e4fc
|
2009-05-20T15:08:16
|
|
Merged from 3.1.0.
|
|
b62c8256
|
2009-05-14T02:51:54
|
|
More return value checks. Mainly for ENOMEM error.
|
|
d725a783
|
2009-05-13T12:26:05
|
|
Merged from 3.1.0.
|
|
10f960ef
|
2009-05-01T08:02:32
|
|
|
|
c7b998e5
|
2008-10-10T19:09:47
|
|
* configure.ac:
- Now config.h offers "__STATIC" macro becomes "static" when
"--without-tests" is specified. This macro is useful for functions
that are called from test programs but not from other library codes.
* qrinput.c:
- Very little performance improvement.
|
|
f8898ad7
|
2008-05-13T17:33:38
|
|
|
|
7dbf4f65
|
2008-04-23T14:51:12
|
|
QRinput_splitQRinputToStruct() now returns NULL when version = 0.
|
|
608b9488
|
2008-04-22T04:57:34
|
|
3.0.0rc2 is merged to the main trunk.
|
|
5600a477
|
2008-04-17T06:37:46
|
|
3.0.0rc1 is merged to the main trunk.
|
|
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.
|
|
acff5a5c
|
2006-12-04T17:50:22
|
|
|
|
5c34170c
|
2006-12-04T17:12:18
|
|
|
|
9a3b86c4
|
2006-12-02T07:37:46
|
|
|
|
7f8ae3d9
|
2006-12-01T19:21:08
|
|
|
|
61c843c9
|
2006-11-25T02:03:28
|
|
|
|
151db759
|
2006-11-22T09:37:32
|
|
|
|
4cb5019b
|
2006-11-20T06:22:26
|
|
|
|
9bd569bf
|
2006-11-20T05:48:43
|
|
|
|
65d2dba0
|
2006-11-18T09:13:39
|
|
|
|
98ae1dd0
|
2006-11-17T21:28:13
|
|
|
|
0be96615
|
2006-11-17T20:10:07
|
|
|
|
7685c222
|
2006-11-16T13:47:07
|
|
|