Commit Graph

837 Commits

Author SHA1 Message Date
mamingshuai
c07cdf428a
!22 upgrade qrcode from 1.7.0 to 1.8.0
Merge pull request !22 from guan0/master
上游社区同步, 忽略DCO检查
2023-05-06 01:33:28 +00:00
guanzengkun
16f7e447e6 Description: upgrade qrcode from 1.7.0 to 1.8.0
IssueNo: https://gitee.com/openharmony/third_party_qrcodegen/issues/I6O20W
Feature or Bugfix: Feature
Binary Source:from third patry
Signed-off-by: guanzengkun <guanzengkun@huawei.com>
2023-04-27 15:39:15 +08:00
openharmony_ci
8f73aff2fa
!20 修复未定义board_chaintool_type导致编译报错
Merge pull request !20 from suwenxiang/master
2022-09-13 06:29:03 +00:00
suwenxiang
11f1426411 Description: Fix undefined board_chaintool_type resulting in compilation error
IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I5ODQ6
Feature or Bugfix: Bugfix
Binary Source: No
Signed-off-by: suwenxiang <suwenxiang@huawei.com>
2022-09-09 17:39:19 +08:00
openharmony_ci
c20e17e4fd
!18 Mini平台 GN + iccarm 编译构建
Merge pull request !18 from suwenxiang/master
2022-07-28 02:30:53 +00:00
suwenxiang
309887640f Description: Mini platform GN + iccarm compile and build
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5IS4P
Feature or Bugfix: Feature
Binary Source: No
Signed-off-by: suwenxiang <suwenxiang@huawei.com>
2022-07-25 20:23:22 +08:00
Project Nayuki
720f62bddb Updated package version numbers. 2022-04-17 04:14:51 +00:00
openharmony_ci
ff46d5232d
!13 feat: add bundle.json
Merge pull request !13 from pjscc/master
2022-01-21 10:09:52 +00:00
pjscc
40f6d3bf49 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-20 15:09:47 +08:00
Project Nayuki
4e41cb2c72 Copied paragraphs in Rust comments for top-level QR-encoding functions for consistency. 2022-01-08 04:28:10 +00:00
Project Nayuki
f3705873ab Rewrote comments for top-level QR-encoding functions in C, to correspond better to other language ports. 2022-01-08 04:26:56 +00:00
Project Nayuki
33af976bba Fixed a misspelled word in C comments. 2022-01-08 03:42:50 +00:00
Project Nayuki
d524de6153 Changed to standard error classes in TypeScript code. 2022-01-07 17:42:50 +00:00
Project Nayuki
17e1a8a6d4 Marked Rust code to forbid unsafe. 2022-01-07 17:40:03 +00:00
Project Nayuki
33442ea74a Updated copyright year in readme document. 2022-01-07 17:25:27 +00:00
Project Nayuki
9e81969139 Added a comment in Java QrSegmentAdvanced.makeSegmentsOptimally() functions to be consistent with QrCode.encodeSegments(). 2022-01-07 06:04:32 +00:00
Project Nayuki
daa3114dcf Replaced str.format() with f-strings in Python code. 2022-01-07 06:00:18 +00:00
Project Nayuki
e6ef02e0f5 Removed run-time type assertions in Python code in favor of static type hints. 2022-01-07 05:54:28 +00:00
openharmony_ci
e456fb89ac !11 qrcode升级1.7.0及适配
Merge pull request !11 from pssea/master
2021-12-23 14:17:02 +00:00
openharmony_ci
3d36070085 !11 qrcode升级1.7.0及适配
Merge pull request !11 from pssea/master
2021-12-23 14:17:02 +00:00
pssea
e9104a60b9 Description: upgrade qrcode from 1.6.0 to 1.7.0
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I4NPYK
Feature or Bugfix: Feature
Binary Source:No
Signed-off-by: lizhiqi <lizhiqi1@huawei.com>
2021-12-22 21:00:55 +08:00
Project Nayuki
52a3273d8c Updated documentation comments for QrCode::{encode_text(),encode_binary()} in Rust-no-heap and C ports. 2021-12-03 06:05:20 +00:00
Project Nayuki
d4085a443a Revamped documentation comments about argument arrays in the C and Rust-no-heap ports. 2021-12-03 05:56:54 +00:00
openharmony_ci
67161552fb !9 build static_library for liteos_m
Merge pull request !9 from leifhuang/master
2021-12-03 04:21:08 +00:00
Project Nayuki
5990e6a99c - In the project (top-level) readme file, kept one language's code example and moved all others out to language-specific readme files.
- Added a readme file for each programming language implementation (port) if it didn't already have one, mostly by copying the project readme text, and then added/edited a couple of feature points.
2021-12-01 06:01:50 +00:00
Project Nayuki
d02fe511cc Updated the content of language-specific readme files and package-level documentation comments. 2021-12-01 05:58:37 +00:00
Project Nayuki
df44e259d1 Added a paragraph to partially synchronize all readme files and package-level documentation comments. 2021-12-01 05:56:12 +00:00
Project Nayuki
7a052cc5b2 Removed references to other programming languages within language-specific overview/readme text. 2021-11-25 04:45:32 +00:00
Project Nayuki
f39234b755 Clarified the Rust-no-heap documentation example code. 2021-11-25 04:43:16 +00:00
Project Nayuki
d0d0474e4c Merged two separate but related projects:
- QR Code generator library (6 languages) (commit d8ea85f2e2)
- Fast QR Code generator library (Java) (commit e3e8276149)
2021-11-14 21:40:35 +00:00
Project Nayuki
e3e8276149 Renamed directory, moved file. 2021-11-14 21:39:35 +00:00
Project Nayuki
d8ea85f2e2 Added another implementation in Rust, distinguished by performing no heap allocations and enabling no_std. 2021-11-14 21:37:26 +00:00
Project Nayuki
c99a727c8b Updated function-level comments in the C language port. 2021-11-14 21:34:10 +00:00
Project Nayuki
8bd5ed46b5 Revamped the DataTooLong error type in Rust to change from string to enum and remove Error.description(). 2021-11-12 04:44:46 +00:00
Project Nayuki
fb9638d591 Reformatted a long function signature in Rust. 2021-11-12 03:43:07 +00:00
Project Nayuki
253ef19a4d Reformatted some Rust code so that the expressions surrounding .. have no spaces around operators. 2021-11-12 03:31:18 +00:00
Project Nayuki
50f0c4b5bc Tweaked some of QrSegment.makeEci()'s integer literals to binary notations in most language ports. 2021-11-12 03:28:41 +00:00
Project Nayuki
86a49ba597 Tweaked Rust code to use T::try_from(x).unwrap() instead of x as T, in some cases for safety. 2021-11-06 23:11:39 +00:00
Project Nayuki
67ddbb6304 Clarified a few bits of Rust code. 2021-11-06 23:09:37 +00:00
Project Nayuki
d239c32c45 Simplified a few comparisons in Rust code. 2021-11-06 23:08:44 +00:00
Project Nayuki
cb4cecf5e3 Refactored TypeScript code to add assert() function to make it easier to read the intent and compare to other language ports. 2021-11-06 17:10:14 +00:00
Project Nayuki
ad537b93d9 Changed C++, Rust, Python code to use debug-mode assertions that can be disabled, similar to Java's assert, corresponding to the logic in the Java language port. 2021-11-06 17:03:16 +00:00
Project Nayuki
68cddb816d Improved some assertion error messages, corresponding to Rust's unreachable!(). 2021-11-06 16:59:04 +00:00
Project Nayuki
f6f91e4a7f Removed unhelpful assertion error messages from Rust code. 2021-11-06 16:48:52 +00:00
Project Nayuki
845eab6f36 Simplified a bit of code. 2021-11-06 06:32:34 +00:00
Project Nayuki
c7ab2582aa Added value range assertions to QrCode.getPenaltyScore(), in all language ports. 2021-11-06 06:15:19 +00:00
Project Nayuki
97b2d9d71c Added class section comments to C++ code, related to commit 096c70cd4d. 2021-11-06 05:49:12 +00:00
Project Nayuki
edc91c622e Renamed a local variable in Rust code for consistency with other language ports. 2021-11-06 05:45:29 +00:00
Project Nayuki
f0945bc682 Tweaked Python, Rust, TypeScript code to rename the constructor mask parameter to msk for consistency with Java and C++ language ports (related to commit 67c62461d3), and to avoid potential confusion with the object field named mask. 2021-11-06 05:42:47 +00:00
Project Nayuki
d6be9c5e44 Slightly tweaked code and comments to correspond to other language ports. 2021-11-06 05:34:38 +00:00