Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.chromium | D | 03-May-2024 | 738 | 15 | 11 | |
SConstruct | D | 03-May-2024 | 73 | 3 | 2 | |
modp_b64.cc | D | 03-May-2024 | 7.4 KiB | 264 | 160 | |
modp_b64.gyp | D | 03-May-2024 | 583 | 28 | 25 | |
modp_b64.h | D | 03-May-2024 | 4.3 KiB | 168 | 35 | |
modp_b64.scons | D | 03-May-2024 | 7.2 KiB | 277 | 260 | |
modp_b64_data.h | D | 03-May-2024 | 29.2 KiB | 484 | 453 | |
modp_b64_main.scons | D | 03-May-2024 | 9.7 KiB | 328 | 272 |
README.chromium
1This directory contains files extracted from modp-base64-v2.0.0.tar.bz2, 2downloaded from http://modp.com/release/base64/ 3 4See the header of modp_b64.cc for the license terms. 5 6The modp_b64.c file was modified to remove the inclusion of modp's config.h 7and to fix compilation errors that occur under VC8. The file was renamed 8modp_b64.cc to force it to be compiled as C++ so that the inclusion of 9basictypes.h could be possible. 10 11The file modp_b64_data.h was generated by modp_b64_gen.c (under Linux), which 12is not included in this directory. The resulting header was modified to remove 13the "#include <stdint.h>" since that header file does not exist under VC8. The 14required typedefs for uint8_t and uint32_t were defined in its place. 15