Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
overrides/ | 03-May-2024 | - | 3,962 | 3,010 | ||
BUILD.gn | D | 03-May-2024 | 1,003 | 40 | 34 | |
LICENSE | D | 03-May-2024 | 2.6 KiB | 56 | 44 | |
OWNERS | D | 03-May-2024 | 46 | 3 | 2 | |
README.chromium | D | 03-May-2024 | 451 | 15 | 12 | |
jsoncpp.gyp | D | 03-May-2024 | 418 | 22 | 19 | |
jsoncpp.gypi | D | 03-May-2024 | 1.1 KiB | 39 | 37 | |
jsoncpp_nacl.gyp | D | 03-May-2024 | 955 | 35 | 33 |
README.chromium
1Name: jsoncpp 2URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp 3Version: 248 4License: MIT 5License File: LICENSE 6Security Critical: yes 7 8Description: 9The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message 10serialization and deserialization. 11 12Local modifications: 13The overrides are used to eliminate static initializers in json_value.cpp and 14json_reader.cpp adds includes for <string> and <istream> to build on libc++. 15