kc3-lang/libqrencode

Branch :


Log

Author Commit Date CI Message
715e29fd 2020-09-28 14:42:00 Level check failure in QRinput_new2() on Windows has been fixed.
50b3e572 2020-09-28 03:01:27 Bumped version to 4.1.1.
d6f495ad 2020-09-28 02:37:46 Fixed some minor bugs in Micro QR Code generation.
0f6149e4 2020-08-29 18:40:16 Document updates.
186ccf5d 2020-08-29 18:16:09 Added 'test-driver' to the list.
1f0ccfc6 2020-08-29 16:20:25 Document updates.
f63b5e6e 2020-08-29 14:41:19 getopt library's name has been corrected.
50232236 2020-08-29 14:05:31 Testing script for Windows has been added.
e1d9b66d 2020-08-29 14:04:52 Applied the fix of #157.
e1d43757 2020-08-29 12:49:39 Document updates.
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.
f542dc08 2020-08-29 00:05:03 New action script.
b74a761e 2020-08-28 23:43:33 Create cmake.yml
d3ba592a 2020-08-28 17:16:36 Fix for Visual C++ (#157) * Fix tests failing when compiled with Visual C++.
afa6ce68 2020-08-28 22:54:13 Added 'UTF8i' and 'ANSIUTF8i' to the descriptions of the corresponding options.
77de38ef 2018-11-18 00:30:52 usage: document the existence of the UTF8i and ANSIUTF8i options
557995b1 2020-08-28 22:30:24 Document improvements.
29f0434d 2020-08-28 21:38:08 Bumped version to 4.1.0.
7d08c0e2 2020-08-28 21:19:19 Follows old C standard.
b06b5fd0 2020-08-28 21:12:25 Documentation updates.
5d4043e8 2020-08-28 19:12:25 Return value was ignored. (Thanks to @xiaoyur347) (closed #143)
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.
b7b47609 2020-08-28 17:25:00 A tail recursion has been eliminated. (Thanks to @4061N) (closes #144)
4fdf22ac 2020-08-28 16:47:35 Documentation updates.
df6d4a9b 2020-08-28 16:36:12 A new option '--strict-version' has been introduced.
d9692de8 2020-08-28 16:27:27 Micro QR Code no longer requires to specify the version number.
9ec12724 2020-08-28 16:24:53 Now Micro QR Code also allows auto version adjustment.
1c38b7f3 2020-08-28 14:58:21 QRinput_encodeMode*() now throws ERANGE for some cases.
53b637a1 2020-08-28 13:33:40 The manpage and help messages have been improved. (Thanks to @jidanni)
9a0f6c6b 2020-08-28 13:15:41 Some documentation improvements. (Thanks to @jidanni) (closes #155)
8273d891 2020-08-28 13:11:11 Some documentation updates.
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.
ff25c882 2020-07-27 19:04:10 Added github ID to the last commit.
58e3a811 2020-07-27 19:03:07 Thanks to @neheb.
ba51efc3 2020-07-07 17:24:51 fix qrencode without libpng Signed-off-by: Rosen Penev <rosenp@gmail.com>
e5cbbafe 2020-02-23 15:12:09 Indentation fixes and some updates.
3486d173 2020-02-12 01:37:28 Add vcpkg installation instructions
13b159f9 2018-11-09 10:26:54 Document updates.
7f4e55a9 2018-11-07 10:07:39 configure.ac, png_CFLAGS needs to be quoted Otherwise this error: ./configure: line 13170: test: too many arguments
953a31e5 2018-07-28 01:00:35 Merged #133. (Thanks to @sdf5)
43949633 2018-07-27 11:51:40 Change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH
ccbcb77b 2018-06-14 18:29:56 UTF8 mode now supports ANSI256 color. Thanks to András Veres-Szentkirályi.
6eae956f 2018-06-12 17:05:13 added ANSI256UTF8 format ANSI256 uses full blocks (1 pixel -> 2 characters), while ANSIUTF8 uses 3/4 bit color codes, and qrencode missed a combination of the two, which - uses UTF-8 half blocks (2 pixel -> 1 character) and - uses 8 bit color codes.
b0920af9 2018-06-07 16:22:24 Merged #131. (Thanks to @mgorny)
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.
8cfd42d7 2018-06-07 08:05:25 cmake: Support pthread in the main library Improve pthread support for the main library when building via CMake. Explicitly request pthread when multiple threading options are available since the code is using pthread directly. Set HAVE_LIBPTHREAD to trigger the code, link the library and list it in pkg-config file.
73e9c83b 2018-06-07 07:54:03 cmake: Update paths in generated pkg-config file Update paths inside the pkg-config file to respect GNUInstallDirs. Fixes: 07805253ab5d115cb2918b4860a559967ab98bed
6b344a1e 2018-06-06 17:05:24 Some documentation updates.
6e18eb2c 2018-06-06 17:01:26 Merged #129.
9a857559 2018-06-06 17:00:56 Cherry-picked 4.0.2 release news manually.
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.
c89ac125 2018-06-06 16:51:10 Cherry-picked 4.0.2 release log manually.
bdf58142 2018-06-06 16:31:42 Merged #127 and #128.
5b40b9b7 2018-06-06 16:25:25 Acknowledgments updated.
fa8b13c5 2018-06-06 16:20:44 Preparing 4.1 branch.
07805253 2018-06-05 17:44:45 cmake: Use GNUInstallDirs for configurable install directories Use CMake GNUInstallDirs module to provide variables for configurable install directories. This is necessary to install libqrencode on amd64 systems where libraries belong in /usr/lib64 rather than /usr/lib. While at it, make all install directories configurable for user's convenience.
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.
7c83deb8 2018-06-04 20:13:56 Bumped version to 4.0.1.
e1a91d08 2018-06-04 19:44:31 Tabs expanded.
fb59fd29 2018-06-04 18:21:53 STATIC_IN_RELEASE is now set to "static" when WITH_TESTS is disabled. (closes #126)
3dd0cd51 2018-06-03 00:05:39 Cherry-picked 62538e.
201a5e27 2018-06-02 21:36:46 Added "WITHOUT_PNG" option that builds qrencode without PNG support. (closes #125)
34bba927 2018-06-01 18:04:43 Added some notes of how to use autogen.sh. (closed #122) (Thanks to @thebunnyrules)
17acddff 2017-10-20 12:32:29 Documentation work.
2b9af95c 2017-10-20 12:32:20 Short option '-I' for '--inline' disabled.
22296ecf 2017-10-16 11:59:23 Adds the --inline option, which omits the xml tag for SVG output.
a50e2db8 2017-10-13 13:12:45 Documentation modified.
1a0db718 2017-10-13 12:11:39 Merged #108. Thanks to @Ation.
bbfe139c 2017-10-13 02:05:57 Fix build on windows with Visual Studio
06494038 2017-10-08 02:17:28 Fixed some warnings. (closing #89 and #102)
c4e3b9c6 2017-10-06 14:01:48 Fixed some warnings. (closing #89 and #102)
7a43e4d5 2017-10-06 13:46:30 Some variables' type changed from int to unsigned int.
f4031267 2017-10-06 13:36:54 Fixed some warnings. (closing #89 and #102)
b25ff860 2017-10-06 01:53:02 Fixed some warnings.
f318155d 2017-10-06 01:27:50 Revert "Some variables' type changed from int to unsigned int. (closing #89 and #102)" This reverts commit 44290eb817f6f5ccb1137372f115d4b7633f0cb3.
72c039f4 2017-10-06 01:23:13 Fixed some warnings.
f6e8ba63 2017-10-06 00:05:45 A new testing script introduced.
cf2b1a81 2017-09-21 15:55:51 Revert 67c89c40.
da259339 2017-09-12 21:07:31 Documentation fix.
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.
30a987bc 2017-10-02 23:12:23 Comment format fixes.
a4ce9a97 2017-10-02 22:53:24 Fixed some warnings.
44290eb8 2017-10-02 22:07:55 Some variables' type changed from int to unsigned int. (closing #89 and #102)
f3d7e2fa 2017-10-02 21:53:21 Fixed some warnings.
0fcd787a 2017-10-02 13:34:01 Format fixes.
2e0c31d4 2017-10-02 13:17:04 Fixed some warnings.
63eca205 2017-10-02 12:56:24 Some variables' type changed from int to size_t. (closing #89 and #102)
96623244 2017-10-02 12:46:33 Reserved macro names are replaced.
6b9b2148 2017-10-02 12:38:12 Memory alignment improved.
5c403063 2017-09-29 14:02:52 Some variables' type changed from int to size_t. (see #89 and #102)
38327c28 2017-09-29 13:50:29 Format fixes.
07f3c5d4 2017-09-21 15:11:23 Documentation updated.