Project Nayuki
|
3a28ba7dfd
|
Added missing null check in C code after malloc.
|
6 years ago |
Project Nayuki
|
67bb2b4267
|
Removed C macros for MALLOC() to not support compiling code verbatim in C++ mode (undoing commit eb536b43c5 ).
|
6 years ago |
Project Nayuki
|
8ec5d75766
|
Simplified a bit of C code.
|
7 years ago |
Project Nayuki
|
4d6185a5d3
|
Reorganized a chunk of code in worker program of {Java, Python, C, C++} language versions, without changing behavior.
|
7 years ago |
Project Nayuki
|
eb536b43c5
|
Tweaked C test program sto be more C++-friendly by adding macro to cast malloc(), refactored existing code to use the macro.
|
8 years ago |
Project Nayuki
|
546029090c
|
Changed C API functions qrcodegen_encodeText() and qrcodegen_encodeBinary() to return boolean status instead of integer version number, updated runnable programs to work with modified API.
|
8 years ago |
Project Nayuki
|
454534ee33
|
Changed C API function qrcodegen_getSize() to receive array instead of int, updated runnable programs, deleted test cases for this function.
|
8 years ago |
Project Nayuki
|
df1c49cc39
|
Changed C API function qrcodegen_getModule() to remove version argument, updated runnable programs.
|
8 years ago |
Project Nayuki
|
b0123fee3d
|
Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed ).
|
8 years ago |
Project Nayuki
|
771bdaf069
|
Updated C worker program code to properly check return value of scanf() (due to GCC warning).
|
8 years ago |
Project Nayuki
|
e1f8c2df7a
|
Added and deleted some comments in Python and C programs.
|
8 years ago |
Project Nayuki
|
6c5f8d087b
|
Added test worker programs for Java, Python, C; added batch tester in Python.
|
8 years ago |