[Pkg-bitcoin-commits] [libunivalue] branch upstream updated (917ba10 -> 58984e3)

Jonas Smedegaard dr at jones.dk
Sun May 21 11:57:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch upstream
in repository libunivalue.

      from  917ba10   Imported Upstream version 1.0.2
      adds  fceb4f8   Do not shadow variables
      adds  c74a04c   Merge pull request #23 from paveljanik/20160527_Wshadow
      adds  c9a716c   Handle UTF-8
      adds  09a2693   Merge pull request #22 from laanwj/2016_04_unicode
      adds  faf260f   Rem unused vars and prefer prefix operator for non-primitive type
      adds  d9e62d3   Merge pull request #24 from MarcoFalke/Mf1608-cleanup
      adds  9f0b997   [travis] Work around osx libtool issue
      adds  cedda14   Merge pull request #28 from MarcoFalke/patch-1
      adds  5668ca3   Return const references from getKeys, getValues, get_str
      adds  3f03bfd   Merge pull request #27 from laanwj/2016_09_const_refs
      adds  26ef3ff   Remove trailing whitespace from JSON export
      adds  28876d0   Merge pull request #29 from btcdrak/exportspace
      adds  a38fcd3   Do not shadow member variable codepoint.
      adds  77974f3   Merge pull request #34 from paveljanik/20161116_Wshadow_codepoint
      adds  d58e8d9   New upstream version 1.0.2+20161120
      adds  839ccd7   Add test driver for JSONTestSuite
      adds  511008c   Merge pull request #30 from ryanofsky/test-driver
      adds  0bb1439   Support parsing raw literals in UniValue
      adds  89bb073   Merge pull request #31 from ryanofsky/raw-literals
      adds  fd32d1a   Don't require nul-terminated string inputs
      adds  3640541   Merge PR #32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
      adds  cfa0384   Convenience wrappers for push_back-ing integer types
      adds  81eba33   Merge pull request #26 from isle2983/pushBackHelpers
      adds  a31231b   Version 1.0.3
      adds  58984e3   New upstream version 1.0.3

No new revisions were added by this update.

Summary of changes:
 .travis.yml              |   2 +-
 Makefile.am              |  29 ++++++++++--
 configure.ac             |   6 +--
 include/univalue.h       |  49 ++++++++++++-------
 lib/univalue.cpp         |  33 ++++++-------
 lib/univalue_read.cpp    | 110 ++++++++++++++++++++++---------------------
 lib/univalue_utffilter.h | 119 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/univalue_write.cpp   |  13 +-----
 test/fail1.json          |   2 +-
 test/fail38.json         |   1 +
 test/fail39.json         |   1 +
 test/fail40.json         |   1 +
 test/fail41.json         |   1 +
 test/fail42.json         | Bin 0 -> 37 bytes
 test/no_nul.cpp          |   8 ++++
 test/round2.json         |   1 +
 test/round3.json         |   1 +
 test/round4.json         |   1 +
 test/round5.json         |   1 +
 test/round6.json         |   1 +
 test/round7.json         |   1 +
 test/test_json.cpp       |  24 ++++++++++
 test/unitester.cpp       |  37 +++++++++++++++
 23 files changed, 333 insertions(+), 109 deletions(-)
 create mode 100644 lib/univalue_utffilter.h
 create mode 100644 test/fail38.json
 create mode 100644 test/fail39.json
 create mode 100644 test/fail40.json
 create mode 100644 test/fail41.json
 create mode 100644 test/fail42.json
 create mode 100644 test/no_nul.cpp
 create mode 100644 test/round2.json
 create mode 100644 test/round3.json
 create mode 100644 test/round4.json
 create mode 100644 test/round5.json
 create mode 100644 test/round6.json
 create mode 100644 test/round7.json
 create mode 100644 test/test_json.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list