Commit Graph

15 Commits (df1c49cc392d631691637813ff9872987320c19f)

Author SHA1 Message Date
Project Nayuki df1c49cc39 Changed C API function qrcodegen_getModule() to remove version argument, updated runnable programs.
8 years ago
Project Nayuki 339efc46b8 Changed C code to prepend a size info byte to beginning of QR Code arrays. This has no visible behavioral change when using qrcodegen APIs, but the array data will be different and all buffers need one extra byte. Old code using the API needs to be recompiled because the buffer length calculation macros changed.
8 years ago
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed).
8 years ago
Project Nayuki 9a100aed7d Updated and added numerous comments in C code.
8 years ago
Project Nayuki 26b4cf557c Added new integer constants to C code, updated existing code to make use of them.
8 years ago
Project Nayuki 0cfed8c5de Updated function-level comments in C code.
8 years ago
Project Nayuki d704cc074b Added and updated section comments in C code.
8 years ago
Project Nayuki be2e9e7a3a Continued implementing C library by adding logic to support boosting ECC level.
8 years ago
Project Nayuki 47fc47938a Continued implementing C library by adding main QR Code encoding function for text, including support for alphanumeric and numeric mode segments.
8 years ago
Project Nayuki 53359d7ef2 Deleted text-testing functions in C library code.
8 years ago
Project Nayuki d332c4a91c Continued implementing C library by adding a main QR Code encoding function and auxiliary functions.
8 years ago
Project Nayuki 5e415ae08b Continued implementing C library by adding enums and macros.
8 years ago
Project Nayuki f49bee7a2d Fixed and tweaked some pieces of C library code.
8 years ago
Project Nayuki f18ababe0d Continued implementing C library by adding low-level QR Code get/set functions.
8 years ago
Project Nayuki 18a10b6b99 Continued implementing C library by adding header file and text-testing functions.
8 years ago