Project Nayuki
|
c3992b646f
|
Tweaked Javadoc HTML code to convert all non-XML-predefined character entities to numeric form, for better compatibility with XHTML.
|
2018-10-05 07:28:19 +00:00 |
Project Nayuki
|
f9a40a31db
|
Updated and mostly synchronized comment for BitBuffer.appendBits(), in all languages except C.
|
2018-10-04 20:07:10 +00:00 |
Project Nayuki
|
cdd1d0150d
|
Tweaked BitBuffer.appendBits() comment and code in a few language versions.
|
2018-10-02 08:56:07 +00:00 |
Project Nayuki
|
34408d66aa
|
Tweaked the BitBuffer class top-level comment in all languages except C.
|
2018-10-02 00:21:19 +00:00 |
Project Nayuki
|
e9e7363c55
|
Tweaked Java comments and added assert.
|
2018-08-28 20:27:51 +00:00 |
Project Nayuki
|
f5be9d38f6
|
Updated Javadoc and informal comments in Java code.
|
2018-08-22 20:39:45 +00:00 |
Project Nayuki
|
a2977e6351
|
Refactored a Java method to reduce indirection.
|
2018-08-22 18:33:28 +00:00 |
Project Nayuki
|
bf62065700
|
Simplified and clarified small pieces of Java code, without changing behavior.
|
2018-08-22 18:33:01 +00:00 |
Project Nayuki
|
b756fcd8b1
|
Tweaked Java BitBuffer code to add size overflow checks.
|
2018-08-22 18:03:17 +00:00 |
Project Nayuki
|
cc939b2ebe
|
Tweaked Java code to prevent arithmetic overflow for huge input data.
|
2018-08-22 17:57:40 +00:00 |
Project Nayuki
|
693304b8c3
|
Updated all language versions to add getBit() helper function and refactor existing arithmetic code to use it.
|
2018-04-13 19:48:59 +00:00 |
Project Nayuki
|
8997da4651
|
Converted Java BitBuffer comments to Javadoc, updated related comments in most other language versions.
|
2017-08-18 03:36:00 +00:00 |
Project Nayuki
|
97e0388cb7
|
Simplified the argument check in BitBuffer.appendBits() by tightening the input range, also removed some parentheses.
|
2017-08-18 03:33:03 +00:00 |
Project Nayuki
|
7e512971df
|
Fixed some arithmetic checks in Java and C code.
|
2017-08-18 03:31:35 +00:00 |
Project Nayuki
|
f6e1276b08
|
Updated Java QrSegment fields from array to BitBuffer, changed methods and updated code that depended on this design.
|
2017-08-17 20:34:52 +00:00 |
Project Nayuki
|
7a2555816b
|
Updated Java BitBuffer code to add methods and make the class public.
|
2017-08-17 20:12:42 +00:00 |
Project Nayuki
|
493d3c31f2
|
Slightly simplified Java code by making BitBuffer use BitSet instead of manual array manipulation.
|
2017-08-17 20:08:28 +00:00 |
Project Nayuki
|
b0123fee3d
|
Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed ).
|
2017-04-24 20:41:54 +00:00 |
Project Nayuki
|
e062a386d0
|
Deleted copyright year in all source files, updated year in readme document.
|
2017-02-10 03:19:39 +00:00 |
Project Nayuki
|
bd470926ca
|
Tweaked all Java code to replace explicit null checks with calls to Objects.requireNonNull() (requires Java SE 7+).
|
2017-01-25 01:13:57 +00:00 |
Nayuki Minase
|
bd52bc3252
|
Moved Java code into appropriate directory structure for packages.
|
2016-04-15 23:59:53 +00:00 |