Branch :
| 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. | ||
| 186ccf5d | 2020-08-29 18:16:09 | Added 'test-driver' to the list. | ||
| 1f0ccfc6 | 2020-08-29 16:20:25 | Document updates. | ||
| e1d43757 | 2020-08-29 12:49:39 | Document updates. | ||
| afa6ce68 | 2020-08-28 22:54:13 | Added 'UTF8i' and 'ANSIUTF8i' to the descriptions of the corresponding options. | ||
| 557995b1 | 2020-08-28 22:30:24 | Document improvements. | ||
| 29f0434d | 2020-08-28 21:38:08 | Bumped version to 4.1.0. | ||
| b06b5fd0 | 2020-08-28 21:12:25 | Documentation updates. | ||
| 953a31e5 | 2018-07-28 01:00:35 | Merged #133. (Thanks to @sdf5) | ||
| ccbcb77b | 2018-06-14 18:29:56 | UTF8 mode now supports ANSI256 color. Thanks to András Veres-Szentkirályi. | ||
| b0920af9 | 2018-06-07 16:22:24 | Merged #131. (Thanks to @mgorny) | ||
| 6e18eb2c | 2018-06-06 17:01:26 | Merged #129. | ||
| 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. | ||
| 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. | ||
| a50e2db8 | 2017-10-13 13:12:45 | Documentation modified. | ||
| 1a0db718 | 2017-10-13 12:11:39 | Merged #108. Thanks to @Ation. | ||
| 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. | ||
| 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. | ||
| 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. | ||
| 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) | ||
| 07f3c5d4 | 2017-09-21 15:11:23 | Documentation updated. | ||
| 839e9b33 | 2017-09-21 14:48:39 | Version 4.0.0 has been released. | ||
| f82122a5 | 2017-09-11 21:40:57 | Fixed the URL to the badge of Travis CI. | ||
| 321665a5 | 2017-09-11 16:30:53 | Almost ready to release version 4.0.0. | ||
| b6769119 | 2017-09-11 16:25:19 | Documentation work. | ||
| 817e167d | 2017-09-11 15:15:47 | SPEC file has been removed. (closes #105) | ||
| 60eb011a | 2017-09-11 15:10:40 | Test script for qrencode command has been added. Dedicated to @c-273 (#102). | ||
| b64fad4d | 2017-09-11 14:49:15 | Some documentation work. | ||
| 8e4c09e4 | 2017-09-11 14:40:42 | Documentation updates. | ||
| 077f357c | 2017-09-08 00:15:11 | Added 'README' to the ignore list. | ||
| 0d5d1d09 | 2017-09-07 23:43:12 | Added 'Katsumi Saito' to the section of ACKNOWLEDGMENTS. | ||
| 6af0665b | 2017-09-07 15:25:50 | Configuration improved. | ||
| c520fac6 | 2017-09-07 14:42:27 | Bumped version to 4.0.0. | ||
| 6d503504 | 2017-09-07 12:43:21 | Copyright year updated for the next major update. | ||
| 85a3f66c | 2017-09-07 00:09:07 | Copyright year updated. | ||
| 7d196877 | 2017-09-06 23:48:12 | Updated to the newer version bundled with gettext-0.19.8.1. | ||
| d43d4c07 | 2017-09-06 04:47:11 | Documentation updates. | ||
| b6fc0275 | 2017-09-06 04:37:14 | Documentation updated. | ||
| 6f2c0794 | 2017-09-06 03:08:52 | Documentation update. | ||
| e6fe3f1d | 2017-09-02 13:22:26 | Replaced AC_PROG_RANLIB with LT_INIT. | ||
| a4fa46b5 | 2017-08-04 18:27:11 | Merged #101. Thanks to @KangLin. | ||
| 1ef82bd2 | 2017-03-15 15:24:02 | Merged #96. Thanks to @vanillahsu. | ||
| 785c5875 | 2017-03-15 12:12:05 | The URI to the primary site has been updated. | ||
| b6a1c7ce | 2017-03-15 12:07:05 | ACKNOWLEDGMENTS has been updated. | ||
| bfb798ca | 2017-02-28 12:02:21 | Fix typos. | ||
| e3410bfd | 2017-02-05 14:47:23 | ACKNOWLEDGMENTS has been updated. | ||
| d3535011 | 2017-02-05 14:41:55 | Added a note for tests programs. (closes #93) | ||
| b88c1bc6 | 2017-02-03 16:39:48 | Bug fix. | ||
| 6a638336 | 2017-02-03 14:00:36 | Test data packed. | ||
| c92aeaa8 | 2017-02-03 13:24:11 | Acknowledges @aleksey-nikolaev. | ||
| 06b0dc03 | 2016-11-20 00:14:37 | Some warnings suppressed. | ||
| 9a525f3c | 2016-11-17 17:10:23 | Release note has been updated. | ||
| ad32a953 | 2016-11-17 10:10:28 | Merged #85. (Thanks to @misery) | ||
| a119d72a | 2016-09-19 13:54:17 | Removed unnecessary 'extern' from some functions. | ||
| 319c2da1 | 2016-09-19 13:14:45 | Renamed reserved identifiers. | ||
| 95e8c05b | 2016-09-19 13:05:32 | Merged #82. | ||
| 7eb1629e | 2016-09-18 17:37:58 | Added some notes about CMake. | ||
| 1126e261 | 2016-05-18 02:57:28 | ACKNOWLEDGMENTS has been updated. | ||
| 5b2e0a10 | 2016-05-18 02:38:41 | Merge pull request #72 from UniQP/master Cleanups / Compiler warnings | ||
| 39a56d13 | 2016-05-18 02:32:01 | Memory leak bug fixed. (Closes #81) | ||
| 5690f921 | 2016-05-18 02:22:08 | ACKNOWLEDGMENTS has been updated. | ||
| 38bf8874 | 2016-05-18 02:11:05 | MinGW support has been improved. | ||
| c1856736 | 2016-05-18 00:21:52 | iconv.m4 has been updated to serial 19. | ||
| ed60ec46 | 2016-04-02 23:47:08 | Code refactoring. | ||
| 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. | ||
| 47f61014 | 2016-02-21 02:13:14 | ACKNOWLEDGMENTS has been updated. | ||
| 95425628 | 2016-02-21 02:11:11 | Improved the install instruction. (Thanks to Ronald Michaels) |