2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Although CMAKE_C_COMPILER_FRONTEND_VARIANT is defined, it's not always set to some value. Fix builds for cases when it's blank. More... 7 days ago
Issue #857: fix a few places where json_tokener should have been returning json_tokener_error_memory but wasn't. More... 14 days ago
Merge pull request #858 from alurm/master More... 19 days ago
json_tokener.h: json_tokener_parse_verbose: fix typo More... 19 days ago
Issue #829: attempt to detect clang-cl.exe and pass MSVC-compatile command line arguments. More... about 1 month ago
Issue #850: fill in & adjust the "@returns" docs for several functions. More... about 1 month ago
doxygen can't handle html on heading, split that to separate lines https://github.com/doxygen/doxygen/issues/10466 More... about 1 month ago
Fix issue #854: Set error=json_tokener_error_memory in json_tokener_parser_verbose() when allocating the tokener fails. More... about 1 month ago
Merge pull request #852 from fedefrancescon/docs/micro-typo-fix More... 2 months ago
docs: micro typo in json_object_get doc More... 2 months ago
Merge pull request #831 from neheb/1 More... 3 months ago
Merge pull request #849 from rouault/random_seed_toctou More... 4 months ago
random_seed.c: add a Coverity Scan suppression More... 4 months ago
Merge pull request #846 from evo-i/CMP0153 More... 5 months ago
Update CMakeLists.txt
evo
More... 5 months ago
Update CMakeLists.txt
evo
More... 5 months ago
Fix ECHO_OUTPUT_VARIABLE
evo
More... 5 months ago
[CMP0153](https://cmake.org/cmake/help/latest/policy/CMP0153.html)
evo
More... 5 months ago
Issue #842 - fix one particular sign conversion warning. There are many others that show up if we were to add -Wsign-conversions, but this is the only one using a literal constant. More... 5 months ago
Merge pull request #839 from ffontaine/master More... 6 months ago
json_pointer.c: initialize idx More... 6 months ago
Merge pull request #837 from HansolChoe/fix-tokener-parse-ex-fuzzer More... 7 months ago
tokener_parse_ex_fuzzer: add type checking for parsed object More... 7 months ago
Take 2 fixing the placement of json_tokener_error_memory in the enum. (json_tokener_error_size is an actual error, *not* a measure of the size of the enum!) More... 8 months ago
rename WIN32 to _WIN32 More... 8 months ago
Merge pull request #827 from robert-pang/master More... 8 months ago
Merge pull request #826 from emlix/cmake-policies More... 8 months ago
Fix variable and API names in tokener_parse_ex_fuzzer.cc to resolve build issue. More... 8 months ago
CMake: request all policies up to CMake 3.12 being set to NEW More... 8 months ago
CMake: request consistent minimum version More... 8 months ago