You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Project Nayuki
c36c4a28eb
Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
|
6 years ago |
.. |
BitBuffer.java
|
Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version.
|
6 years ago |
DataTooLongException.java
|
Added new unused "data too long" exception/error class to Java, C++, Python, Rust code.
|
6 years ago |
QrCode.java
|
Updated QrCode.encodeSegments() to throw DataTooLongException - in Java, C++, Python, Rust code. Rust code also changes return types from Option to Result. Updated Java and Rust documentation.
|
6 years ago |
QrCodeGeneratorDemo.java
|
Slightly tweaked demo programs for clarity.
|
6 years ago |
QrCodeGeneratorWorker.java
|
Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
|
6 years ago |
QrSegment.java
|
Converted Javadoc comments of non-public members of Java QrSegment class to informal comments.
|
6 years ago |
QrSegmentAdvanced.java
|
Updated Javadoc-specific sections of documentation comments in Java classes.
|
6 years ago |
package-info.java
|
Added Java package summary Javadoc comment.
|
6 years ago |