kc3-lang/libqrencode/tests

Branch :


Log

Author Commit Date CI Message
d6f495ad 2020-09-28 02:37:46 Fixed some minor bugs in Micro QR Code generation.
e1d9b66d 2020-08-29 14:04:52 Applied the fix of #157.
5d7edaed 2020-08-29 15:35:24 ECLEVEL check has been improved.
6e3f02cd 2020-08-29 12:07:08 Make configure to define HAVE_SYS_TIME_H in config.h.
e16d2882 2020-08-29 12:06:03 A minor memory leak bug in testing program has been fixed.
d3ba592a 2020-08-28 17:16:36 Fix for Visual C++ (#157) * Fix tests failing when compiled with Visual C++.
7d08c0e2 2020-08-28 21:19:19 Follows old C standard.
7478fffb 2020-08-28 18:56:06 Now you can run all test programs by 'make check'. (see #117)
f8ceb0d2 2020-08-28 18:38:00 All test programs are now TAP-ready.
9ec12724 2020-08-28 16:24:53 Now Micro QR Code also allows auto version adjustment.
1fbb517a 2020-08-28 12:52:03 A precise boundary check has been introduced to QRinput_estimateVersion(). (closes #160)
110884e8 2020-08-28 12:51:54 Typo fixes.
3a6954e0 2018-06-07 08: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-05 18: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-05 17: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-08 02:17:28 Fixed some warnings. (closing #89 and #102)
f6e8ba63 2017-10-06 00:05:45 A new testing script introduced.
f653e232 2017-09-11 17:16:54 Symbol data representation of QRcode object has been slightly changed.
5040f2bc 2017-10-05 15:02:21 Code cleanups.
dc45e212 2017-10-03 00:43:21 Added a new test function.
45c5bb70 2017-10-03 00:43:10 Removed unused function.
a350b010 2017-10-03 00:11:30 Fixed some warnings.
a4ce9a97 2017-10-02 22:53:24 Fixed some warnings.
f3d7e2fa 2017-10-02 21:53:21 Fixed some warnings.
2e0c31d4 2017-10-02 13:17:04 Fixed some warnings.
96623244 2017-10-02 12:46:33 Reserved macro names are replaced.
6b9b2148 2017-10-02 12:38:12 Memory alignment improved.
60eb011a 2017-09-11 15:10:40 Test script for qrencode command has been added. Dedicated to @c-273 (#102).
5ef47569 2017-09-07 13:53:41 Added test_configure.sh to the list.
7581de60 2017-09-07 13:52:50 Added some EXTRA_DIST files.
c3b05cd7 2017-09-07 13:47:48 Added some progress messages.
6a638336 2017-02-03 14:00:36 Test data packed.
d295d266 2017-01-18 00:37:36 Libraries common and rscode
b11c9395 2017-01-17 18: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.
a4c9fda5 2017-01-16 14:00:32 Made imported target for ICONV. Organized the tests by dependencies.
e87c3dc4 2017-01-13 19:47:36 Compiled with Ladislav Sopko fork. Added FindIconv.cmake
06b0dc03 2016-11-20 00:14:37 Some warnings suppressed.
f0f0dd3f 2016-09-27 13:45:17 Fix cmake build and add support for tests
5b2e0a10 2016-05-18 02:38:41 Merge pull request #72 from UniQP/master Cleanups / Compiler warnings
38bf8874 2016-05-18 02:11:05 MinGW support has been improved.
a1d6c0cc 2016-04-03 03:53:59 Code refactoring.
8ea1504a 2016-04-03 00:51:17 Code refactoring.
ed60ec46 2016-04-02 23:47:08 Code refactoring.
40fe3148 2016-04-02 23:31:44 Made some functions static.
dce64868 2016-04-02 22:28:16 'eccResult' has been added to QRdata.
dd00acdc 2016-04-02 21:48:08 QRcode_extractBits() has been extended.
c0ce2941 2016-04-02 21:25:30 refactoring and new functions.
0ab5c472 2016-03-30 02:14:58 Code refactoring.
9fee3e40 2016-03-30 01:52:54 Added new function BitStream_newWithBits() and tests for it.
734fd125 2016-03-29 03:42:06 Incorrect bit padding has been fixed.
9c77b8f4 2016-03-29 00:03:07 Added mask=-2 mode for debug purpose.
7c5baf08 2016-02-21 02:05:15 Migrated from SDL 1.2 to 2.0.
3d06f966 2015-08-17 17:32:41 Remove empty statements.
08069c6e 2015-08-17 17:22:15 Remove trailing whitespaces.
ab04a3b1 2015-05-06 06:15:16 Added an unfinished test script for qrencode has been added.
4d5d2efa 2015-05-05 16:36:46 Suppress a warning message about enum loop.
a7e4ba69 2015-05-05 00:59:58 Added URI_testset.inc to EXTRA_DIST.
dd730546 2014-09-18 19:27:43 Syndrome checker has been added.
18343276 2014-09-18 16:00:33 Rollbacked the previous change (6a4b2e3710b) around the main part.
cd8b1d20 2014-09-17 09:16:27 Explicit "-pthread" introduced.
b650d72a 2014-09-10 00:19:49 Frame caches have been eliminated.
52b9191e 2014-09-09 22:35:13 Run length calc improved.
6a4b2e37 2014-08-15 20:36:23 Code/Usage cleanups and updates.
0ed5072e 2014-08-15 19:54:26 Version number check improved for Micro QR Code.
e72cf9ef 2014-08-05 15:43:17 main()'s arguments now correctly declared.
518d0025 2014-08-05 15:12:30 Cleanups.
c83400cf 2014-08-05 15:04:27 Added show_QRcode() for testing purposes. (Thanks to Sunil Maganally)
d0a7499e 2014-08-05 14:50:07 Verbose debug message eliminated.
c9ad8021 2014-08-05 14:43:57 Added some conditional flags for configuration/building process.
598cab5d 2014-08-05 13:25:45 Use SDL_WaitEvent() instead of SDL_PollEvent().
f7a397e4 2014-07-25 02:20:38 New test suite test_split_urls has been added. (undertrial)
ea57eb9a 2014-07-24 19:24:34 New debug function has been added.
5c2635ee 2014-07-24 19:17:03 A new test has been added.
8ceba943 2014-07-08 06:24:38 Some possible minor bug fixes and code cleanups.
c3af4c44 2013-10-27 11:44:26 Code cleanup.
543935cc 2013-09-08 13:27:58 Small bug fix.
d3e40e84 2013-09-07 04:01:52 Merge branch 'reduce_malloc'
cb466d5c 2013-09-07 03:39:06 New tests for excessive or maximum input have been added.
65410aff 2013-08-22 19:11:23 Merge branch 'master' into reduce_malloc.
76b4461d 2013-08-15 16:48:48 Code cleanups and refactoring.
e6d9bf21 2013-08-15 10:30:23 Code cleanup.
f9f60349 2013-08-15 10:28:54 Reed-Solomon code routine has been completely rewritten.
085db190 2013-02-27 18:50:20 Messages corrected.
dde97170 2013-02-26 11:53:54 More bug fixes related to switching cost estimation.
82d797c0 2013-02-26 09:58:17 Applied Viona's bug fix patch. (Thanks to Viona)
cb3e8eca 2012-11-08 17:51:40 Incorrect bit extraction bug in QRcode_encodeMaskMQR() has been fixed. (issue #25) (Thanks to vlad417)
80b60e26 2012-11-08 16:57:11 Memory leak bug has been fixed. (issue #24) (Thanks to chisj)
279c82da 2012-10-19 13:51:06 Merge branch '3.4' into reduce_malloc
665285cf 2012-10-15 14:59:23 New test script checking autoconf-related scripts has been added.
8cb6e6e3 2012-09-29 10:36:59 Interface of QRinput_getBitStream() have been changed.
3a84f58f 2012-09-29 09:55:38 QRinput_mergeBitStream() now requires a BitStream.
8a1cc3ba 2012-09-24 17:22:56 Warnings suppressed.
27b4e7f6 2012-09-24 17:22:56 Warnings suppressed.
0208aeda 2012-09-24 17:15:15 Test improved.
8f1cd654 2012-09-24 17:15:15 Test improved.
7954872c 2012-09-24 13:51:24 Stupid bug fixed.
7bf2aa77 2012-09-24 13:51:24 Stupid bug fixed.
dca8813e 2012-09-24 13:40:15 Added a new test.
d5112330 2012-04-10 02:06:37 Explicit link to libpthread has been eliminated.
2eddaeed 2012-01-19 21:56:36 Small bug fix.