platform/upstream/jsoncpp.git
2015-05-21 Christopher... Merge pull request #276 from bmyerz/master
2015-05-21 Christopher... Merge pull request #282 from keithkml/patch-1
2015-05-21 Christopher... Merge pull request #280 from mgorny/pkg-config-fix
2015-05-20 Keith LeaClarify which parts of README for users vs devs
2015-05-19 Michał GórnyFix custom includedir & libdir substitution in pkg...
2015-05-19 Christopher... Merge pull request #275 from stefan-it/stefan/cmake...
2015-05-19 Christopher... Merge pull request #277 from gogo40/master
2015-05-18 Péricles Lopes... fix compile error on android
2015-05-18 Brandon Myersmake the unix make example work
2015-05-17 Stefan Schweter[Documentation][Markdown] Use correct help option for...
2015-04-28 Christopher... address compilation probs for C++ Builder
2015-04-28 Christopher... another fix for BORLANDC
2015-04-28 Christopher... move ctors for BORLAND
2015-04-28 Christopher... Merge pull request #266 from cdunn2001/issue-252
2015-04-28 Christopher... a little test for issue 252, but does not fail for me
2015-04-28 Dan Liufix crash for "C++ Builder" IDE
2015-04-27 Christopher... Merge pull request #265 from cdunn2001/valgrind
2015-04-27 Christopher... run valgrind in Travis CI
2015-04-23 Christopher... Merge pull request #263 from cdunn2001/static-shared
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 GauravUse standard CMake variables - static/shared lib.
2015-04-23 Christopher... fix leak in unit-tests
2015-04-20 Christopher... swap docs for default vs. strictMode
2015-04-19 Christopher... Merge pull request #244 from cdunn2001/appveyor
2015-04-17 Christopher... maybe fix an error
2015-04-17 Christopher... add a comment, to force a build
2015-04-17 Marek Kotewiczappveyor deploy init
2015-04-17 Marek Kotewiczfixed version on appveyor build
2015-04-17 Marek Kotewiczappveyor multiple platforms
2015-04-17 Marek Kotewiczappveyor.yml
2015-04-11 Christopher... prefer std::string for setComment()
2015-04-11 Christopher... 1.6.2 <- 1.6.1 1.6.2
2015-04-11 Christopher... Merge pull request #241 from cdunn2001/fix-more-utf8
2015-04-11 Christopher... support UTF-8 in old Writers
2015-04-11 Christopher... Merge pull request #239 from sbc100/copyright
2015-04-10 Sam CleggAdd copyright information to .py files
2015-03-31 Christopher... 1.6.1 <- 1.6.0 1.6.1
2015-03-31 Christopher... Merge pull request #232 from cdunn2001/fix-snprintf
2015-03-31 Christopher... use std::snprintf for C++11
2015-03-31 Baruch SiachRevert "Use std namespace for snprintf."
2015-03-31 Christopher... Merge pull request #225 from selaselah/master
2015-03-19 selaselahfix find_program() bug: no result in not-win sys
2015-03-15 Christopher... Merge pull request #221 from btolfa/forgotten-virtual... 1.6.0
2015-03-14 Tengiz SharafievUpdate reader.h
2015-03-12 Christopher... Merge pull request #219 from cdunn2001/c-std-headers
2015-03-12 Connor ManningUse std namespace for snprintf.
2015-03-12 Connor ManningConstrain MSVC _isfinite to before 2013, remove duplica...
2015-03-12 Dani-HubFix isfinite for MSVC.
2015-03-10 Connor ManningUse C++ standard headers.
2015-03-09 Dani-HubChange exception data member
2015-03-08 Christopher... prefer ValueIterator::name() to ::memberName()
2015-03-08 Christopher... Merge pull request #212 from cdunn2001/macro-deprec
2015-03-08 Dani-HubMake preprocessor query robust against older gcc versions
2015-03-08 Dani-HubProvide JSONCPP_DEPRECATED definitions for clang and gcc
2015-03-08 Christopher... 1.6.0
2015-03-08 Christopher... comments
2015-03-08 Christopher... Merge pull request #211 from cdunn2001/except
2015-03-08 Christopher... use Json::RuntimeError
2015-03-08 Christopher... use Json::LogicError in macros
2015-03-08 Christopher... Runtime/LogicError and throwers
2015-03-08 Christopher... base Json::Exception
2015-03-08 Christopher... clarify errors
2015-03-07 Christopher... delete debug code from test 1.5.4
2015-03-07 Christopher... require length
2015-03-07 Christopher... 1.5.4 <- 1.5.3
2015-03-07 Christopher... Merge pull request #207 from cdunn2001/fix_CZString_cop...
2015-03-07 Christopher... drop unused CString ctor case
2015-03-07 datadiodeTrivial fixes in CZString constructors.
2015-03-07 Christopher... fix ValueTest/zeroes*
2015-03-06 Christopher... old-style enum namespacing
2015-03-06 Christopher... Merge pull request #205 from open-source-parsers/reject...
2015-03-06 Christopher... rejectDupKeys
2015-03-06 Christopher... add rejectDupKeys feature - not yet impld
2015-03-06 Christopher... test for repeated key in strictMode
2015-03-06 Christopher... change str_ for cross-compilation
2015-03-06 Christopher... clarify operator=
2015-03-06 Christopher... test assignment over-writes comments, but swapPayload...
2015-03-06 Christopher... test commentBefore
2015-03-06 Christopher... clarify which versions work with old compilers
2015-03-06 Christopher... 1.5.3 <- 1.5.2
2015-03-06 Christopher... generate both version.h and version from CMakelists.txt
2015-03-05 Christopher... had trouble finding Python on Windows
2015-03-05 Christopher... Merge pull request #202 from open-source-parsers/get...
2015-03-05 Christopher... fix get() for embedded zeroes in key
2015-03-05 Christopher... test get(key, default)
2015-03-05 Christopher... Merge pull request #201 from open-source-parsers/vs
2015-03-05 Christopher... drop `do{}while(0)` idiom
2015-03-05 Christopher... copy .dll for unit-test
2015-03-05 Christopher... maybe address warning
2015-03-05 Christopher... maybe fix DLL symbols for VS
2015-03-05 Christopher... 1.5.2 <- 1.5.1
2015-03-05 Christopher... Merge pull request #199 from open-source-parsers/set...
2015-03-05 Christopher... fix example in docs
next