|
1fbb517a
|
2020-08-28T12:52:03
|
|
A precise boundary check has been introduced to QRinput_estimateVersion(). (closes #160)
|
|
110884e8
|
2020-08-28T12:51:54
|
|
Typo fixes.
|
|
3a6954e0
|
2018-06-07T08:09:07
|
|
cmake: Always build libdecoder as static library
libdecoder is used only for tests, and implicitly relies
on printBinary() function that is not included in the library. This
causes it to fail to build as a shared library on systems strict about
symbols (Darwin or e.g. Linux with -Wl,-z,defs). Force static library
to avoid those problems.
|
|
860b8fec
|
2018-06-05T18:08:45
|
|
Fix running test_qrspec when building out-of-source
It is a common practice for CMake builds (and less common but still
valid for autotools) to build out-of-source, that is use a separate
directory for built executables than for sources. However, when that is
used, test_qrspec is unable to find "frame" and crashes. Fix it by
passing the source directory as compile-time definition, and therefore
making test_qrspec use the correct path.
|
|
838c2e58
|
2018-06-05T17:37:58
|
|
tests: Add missing test_basic.sh to EXTRA_DIST
Add test_basic.sh to EXTRA_DIST to ensure that it's present in release
tarballs. It's missing in 4.0.1 release which breaks test_all.sh.
|
|
06494038
|
2017-10-08T02:17:28
|
|
Fixed some warnings. (closing #89 and #102)
|
|
f6e8ba63
|
2017-10-06T00:05:45
|
|
A new testing script introduced.
|
|
f653e232
|
2017-09-11T17:16:54
|
|
Symbol data representation of QRcode object has been slightly changed.
|
|
5040f2bc
|
2017-10-05T15:02:21
|
|
Code cleanups.
|
|
dc45e212
|
2017-10-03T00:43:21
|
|
Added a new test function.
|
|
45c5bb70
|
2017-10-03T00:43:10
|
|
Removed unused function.
|
|
a350b010
|
2017-10-03T00:11:30
|
|
Fixed some warnings.
|
|
a4ce9a97
|
2017-10-02T22:53:24
|
|
Fixed some warnings.
|
|
f3d7e2fa
|
2017-10-02T21:53:21
|
|
Fixed some warnings.
|
|
2e0c31d4
|
2017-10-02T13:17:04
|
|
Fixed some warnings.
|
|
96623244
|
2017-10-02T12:46:33
|
|
Reserved macro names are replaced.
|
|
6b9b2148
|
2017-10-02T12:38:12
|
|
Memory alignment improved.
|
|
60eb011a
|
2017-09-11T15:10:40
|
|
Test script for qrencode command has been added. Dedicated to @c-273 (#102).
|
|
5ef47569
|
2017-09-07T13:53:41
|
|
Added test_configure.sh to the list.
|
|
7581de60
|
2017-09-07T13:52:50
|
|
Added some EXTRA_DIST files.
|
|
c3b05cd7
|
2017-09-07T13:47:48
|
|
Added some progress messages.
|
|
6a638336
|
2017-02-03T14:00:36
|
|
Test data packed.
|
|
a4c9fda5
|
2017-01-16T14:00:32
|
|
Made imported target for ICONV. Organized the tests by dependencies.
|
|
e87c3dc4
|
2017-01-13T19:47:36
|
|
Compiled with Ladislav Sopko fork. Added FindIconv.cmake
|
|
d295d266
|
2017-01-18T00:37:36
|
|
Libraries common and rscode
|
|
b11c9395
|
2017-01-17T18:14:39
|
|
Threads::Threads dependencies for tests. The check that the current compiler could initialize the size of the fixed-size array from a variable.
|
|
06b0dc03
|
2016-11-20T00:14:37
|
|
Some warnings suppressed.
|
|
f0f0dd3f
|
2016-09-27T13:45:17
|
|
Fix cmake build and add support for tests
|
|
5b2e0a10
|
2016-05-18T02:38:41
|
|
Merge pull request #72 from UniQP/master
Cleanups / Compiler warnings
|
|
38bf8874
|
2016-05-18T02:11:05
|
|
MinGW support has been improved.
|
|
a1d6c0cc
|
2016-04-03T03:53:59
|
|
Code refactoring.
|
|
8ea1504a
|
2016-04-03T00:51:17
|
|
Code refactoring.
|
|
ed60ec46
|
2016-04-02T23:47:08
|
|
Code refactoring.
|
|
40fe3148
|
2016-04-02T23:31:44
|
|
Made some functions static.
|
|
dce64868
|
2016-04-02T22:28:16
|
|
'eccResult' has been added to QRdata.
|
|
dd00acdc
|
2016-04-02T21:48:08
|
|
QRcode_extractBits() has been extended.
|
|
c0ce2941
|
2016-04-02T21:25:30
|
|
refactoring and new functions.
|
|
0ab5c472
|
2016-03-30T02:14:58
|
|
Code refactoring.
|
|
9fee3e40
|
2016-03-30T01:52:54
|
|
Added new function BitStream_newWithBits() and tests for it.
|
|
734fd125
|
2016-03-29T03:42:06
|
|
Incorrect bit padding has been fixed.
|
|
9c77b8f4
|
2016-03-29T00:03:07
|
|
Added mask=-2 mode for debug purpose.
|
|
7c5baf08
|
2016-02-21T02:05:15
|
|
Migrated from SDL 1.2 to 2.0.
|
|
3d06f966
|
2015-08-17T17:32:41
|
|
Remove empty statements.
|
|
08069c6e
|
2015-08-17T17:22:15
|
|
Remove trailing whitespaces.
|
|
ab04a3b1
|
2015-05-06T06:15:16
|
|
Added an unfinished test script for qrencode has been added.
|
|
4d5d2efa
|
2015-05-05T16:36:46
|
|
Suppress a warning message about enum loop.
|
|
a7e4ba69
|
2015-05-05T00:59:58
|
|
Added URI_testset.inc to EXTRA_DIST.
|
|
dd730546
|
2014-09-18T19:27:43
|
|
Syndrome checker has been added.
|
|
18343276
|
2014-09-18T16:00:33
|
|
Rollbacked the previous change (6a4b2e3710b) around the main part.
|
|
cd8b1d20
|
2014-09-17T09:16:27
|
|
Explicit "-pthread" introduced.
|
|
b650d72a
|
2014-09-10T00:19:49
|
|
Frame caches have been eliminated.
|
|
52b9191e
|
2014-09-09T22:35:13
|
|
Run length calc improved.
|
|
6a4b2e37
|
2014-08-15T20:36:23
|
|
Code/Usage cleanups and updates.
|
|
0ed5072e
|
2014-08-15T19:54:26
|
|
Version number check improved for Micro QR Code.
|
|
e72cf9ef
|
2014-08-05T15:43:17
|
|
main()'s arguments now correctly declared.
|
|
518d0025
|
2014-08-05T15:12:30
|
|
Cleanups.
|
|
c83400cf
|
2014-08-05T15:04:27
|
|
Added show_QRcode() for testing purposes. (Thanks to Sunil Maganally)
|
|
d0a7499e
|
2014-08-05T14:50:07
|
|
Verbose debug message eliminated.
|
|
c9ad8021
|
2014-08-05T14:43:57
|
|
Added some conditional flags for configuration/building process.
|
|
598cab5d
|
2014-08-05T13:25:45
|
|
Use SDL_WaitEvent() instead of SDL_PollEvent().
|
|
f7a397e4
|
2014-07-25T02:20:38
|
|
New test suite test_split_urls has been added. (undertrial)
|
|
ea57eb9a
|
2014-07-24T19:24:34
|
|
New debug function has been added.
|
|
5c2635ee
|
2014-07-24T19:17:03
|
|
A new test has been added.
|
|
8ceba943
|
2014-07-08T06:24:38
|
|
Some possible minor bug fixes and code cleanups.
|
|
c3af4c44
|
2013-10-27T11:44:26
|
|
Code cleanup.
|
|
543935cc
|
2013-09-08T13:27:58
|
|
Small bug fix.
|
|
d3e40e84
|
2013-09-07T04:01:52
|
|
Merge branch 'reduce_malloc'
|
|
cb466d5c
|
2013-09-07T03:39:06
|
|
New tests for excessive or maximum input have been added.
|
|
65410aff
|
2013-08-22T19:11:23
|
|
Merge branch 'master' into reduce_malloc.
|
|
76b4461d
|
2013-08-15T16:48:48
|
|
Code cleanups and refactoring.
|
|
e6d9bf21
|
2013-08-15T10:30:23
|
|
Code cleanup.
|
|
f9f60349
|
2013-08-15T10:28:54
|
|
Reed-Solomon code routine has been completely rewritten.
|
|
085db190
|
2013-02-27T18:50:20
|
|
Messages corrected.
|
|
dde97170
|
2013-02-26T11:53:54
|
|
More bug fixes related to switching cost estimation.
|
|
82d797c0
|
2013-02-26T09:58:17
|
|
Applied Viona's bug fix patch. (Thanks to Viona)
|
|
cb3e8eca
|
2012-11-08T17:51:40
|
|
Incorrect bit extraction bug in QRcode_encodeMaskMQR() has been fixed. (issue #25) (Thanks to vlad417)
|
|
80b60e26
|
2012-11-08T16:57:11
|
|
Memory leak bug has been fixed. (issue #24) (Thanks to chisj)
|
|
279c82da
|
2012-10-19T13:51:06
|
|
Merge branch '3.4' into reduce_malloc
|
|
665285cf
|
2012-10-15T14:59:23
|
|
New test script checking autoconf-related scripts has been added.
|
|
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.
|
|
8a1cc3ba
|
2012-09-24T17:22:56
|
|
Warnings suppressed.
|
|
27b4e7f6
|
2012-09-24T17:22:56
|
|
Warnings suppressed.
|
|
0208aeda
|
2012-09-24T17:15:15
|
|
Test improved.
|
|
8f1cd654
|
2012-09-24T17:15:15
|
|
Test improved.
|
|
7954872c
|
2012-09-24T13:51:24
|
|
Stupid bug fixed.
|
|
7bf2aa77
|
2012-09-24T13:51:24
|
|
Stupid bug fixed.
|
|
dca8813e
|
2012-09-24T13:40:15
|
|
Added a new test.
|
|
d5112330
|
2012-04-10T02:06:37
|
|
Explicit link to libpthread has been eliminated.
|
|
2eddaeed
|
2012-01-19T21:56:36
|
|
Small bug fix.
|
|
a1603d55
|
2012-01-19T19:50:47
|
|
QRcode_APIVersion() and QRcode_APIVersionString() have been added.
|
|
ac625373
|
2011-11-24T02:21:14
|
|
Micro QR Code support is marked as 'experimental'. More tests and document updates.
|
|
dc3de757
|
2011-10-24T04:25:05
|
|
Some code cleanups.
|
|
63ebb09d
|
2011-10-17T18:56:11
|
|
Various test cases have been added.
|
|
296e7921
|
2011-10-16T14:21:03
|
|
Mask_calcRunLength() has been refactored out from Mask_evaluateSymbol(). New test code for Mask_calcRunLength has been added.
|
|
4a9ee653
|
2011-10-13T18:17:20
|
|
New test code for Mask_calcN2 has been added.
|
|
ea3b5904
|
2011-05-05T19:41:09
|
|
Unneeded report() has been removed.
|
|
d5fd9403
|
2011-02-09T23:15:14
|
|
Small bug fix.
|
|
4b311035
|
2011-01-02T13:56:17
|
|
Info. message improved.
|
|
68a8a6b6
|
2010-10-09T10:49:22
|
|
Copyright year and mail addresses updated.
|