summaryrefslogtreecommitdiffstats
path: root/Utilities/cmjsoncpp/src/lib_json/json_value.cpp
Commit message (Collapse)AuthorAgeFilesLines
* jsoncpp: Drop doxygen comments not recognized by ClangBrad King2017-08-301-1/+1
| | | | | Some Clang versions warn with `-Wdocumentation-unknown-command` about the `\internal` and `\snippet` command tag names.
* Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2017-08-301-355/+535
| | | | | * upstream-jsoncpp: jsoncpp 2017-08-27 (4cfae897)
* jsoncpp: Add missing assert before strcmp in json_value.cppBrad King2015-01-151-2/+6
| | | | | | The strcmp function does not allow NULL pointers, so add an assert to tell Clang scan-build that the code does not expect a NULL pointer.
* jsoncpp: Include C headers since we use APIs without std::Brad King2015-01-151-2/+2
|
* Merge branch 'jsoncpp-upstream' into import-jsoncppBrad King2015-01-131-0/+1478
Use a subtree merge to place the upstream content in the Utilities/cmjsoncpp directory.