Commit d71da37
committed
Squashed 'src/univalue/' changes from 2740c4f712..a44caf65fe
a44caf65fe Merge bitcoin-core/univalue-subtree#28: Import fixes for sanitizer reported issues
135254331e Import fixes for sanitizer reported issues
d5fb86940e refactor: use c++11 range based for loop in checkObject
ff9c379304 refactor: Use nullptr (c++11) instead of NULL
08a99754d5 build: use ax_cxx_compile_stdcxx.m4 to check for C++11 support
66d3713ce7 Merge bitcoin-core/univalue-subtree#29: ci: travis -> cirrus
808d487292 ci: travis -> cirrus
c390ac375f Merge bitcoin-core/univalue-subtree#19: Split sources for easier buildsystem integration
4a5b0a1c65 build: Move source entries out to sources.mk
6c7d94b33c build: cleanup wonky gen usage
a222637c6d Merge dashpay#23: Merge changes from jgarzik/univalue@1ae6a23
98fadc0909 Merge dashpay#24: Push bool into array correctly
5f03f1f39a Push bool into array correctly
f77d0f718d Merge commit '1ae6a231a0169938eb3972c1d48dd17cba5947e1' into HEAD
98261b1e7b Merge dashpay#22: Clamp JSON object depth to PHP limit
54c4015415 Clamp JSON object depth to PHP limit
5a58a46671 Merge dashpay#21: Remove hand-coded UniValue destructor.
b4cdfc4f47 Remove hand-coded UniValue destructor.
1ae6a231a0 Merge pull request dashpay#57 from MarcoFalke/test_fix
92bdd11f0b univalue_write: remove unneeded sstream.h include
ffb621c130 Merge pull request dashpay#56 from drodil/remove_sstream_header
f33acf9fe8 Merge commit '7890db9~' into HEAD
7fba60b5ad Merge dashpay#17: [docs] Update readme
4577454e7e Merge dashpay#13: Fix typo
66e0adec4d Remove unnecessary sstream header from univalue.h
ac7e73cda8 [docs] Update readme
7890db99d6 Merge dashpay#11: Remove deprecated std pair wrappers
88967f6586 Version 1.0.4
40e34852ac Merge dashpay#14: Cleaned up namespace imports to reduce symbol collisions
1dc113dbef Merge pull request dashpay#50 from luke-jr/pushKV_bool
72392fb227 [tests] test pushKV for boolean values
c23132bcf4 Pushing boolean value to univalue correctly
4a4964729b Fix typo
85052a4819 Remove deprecated std::pair wrappers
81faab26a1 Merge pull request dashpay#48 from fwolfst/47-UPDATE_MIT_LINK_TO_HTTPS
b17634ef24 Update URLs to MIT license.
51d3ab34ba Merge dashpay#10: Add pushKV(key, boolean) function (replaces dashpay#5)
129bad96d5 [tests] test pushKV for boolean values
b3c44c947f Pushing boolean value to univalue correctly
07947ff2da Merge dashpay#9: [tests] Fix BOOST_CHECK_THROW macro
ec849d9a28 [tests] Fix BOOST_CHECK_THROW macro
88ab64f6b5 Merge pull request dashpay#46 from jasonbcox/master
35ed96da31 Merge pull request dashpay#44 from MarcoFalke/Mf1709-univalue-cherrypick-explicit
420c226290 Merge pull request dashpay#45 from MarcoFalke/Mf1710-univalue-revert-test
d208f986dd Cleaned up namespace imports to reduce symbol collisions
31bc9f5a49 Merge dashpay#8: Remove unused Homebrew workaround
fa042093d1 Remove HomeBrew workaround
a523e08ae4 Merge dashpay#7: Declare single-argument (non-converting) constructors "explicit"
a9e53b38ba Merge dashpay#4: Pull upstream
fe805ea74f Declare single-argument (non-converting) constructors "explicit"
8a2d6f1e36 Merge pull request dashpay#41 from jgarzik/get-obj-map
ba341a20d7 Add getObjMap() helper method. Also, constify checkObject().
ceb1194137 Handle .pushKV() and .checkObject() edge cases.
107db98299 Add ::push_back(double) method for feature parity.
d415300316 Move one-line implementation of UniValue::read() to header.
52e85b35b8 Move exception-throwing get_* methods into separate implementation module.
dac5296759 README.md: update code quotes
3e31dcffbe README.md: close code quote
d09b8429da Update README.md
f1b86edb4c Convert README to markdown style.
1dfe464eff Import UniValue class unit tests from bitcoin project.
0d3e74dd1e operator[] takes size_t index parameter (versus unsigned int)
640158fa26 Private findKey() method becomes size_t clean, and returns bool on failure.
7099135857 Merge pull request dashpay#36 from ryanofsky/pr/end-str
a31231b519 Version 1.0.3
4fd5444d18 Reject unterminated strings
81eba332b7 Merge pull request dashpay#26 from isle2983/pushBackHelpers
36405413e8 Merge PR dashpay#32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
89bb07322a Merge pull request dashpay#31 from ryanofsky/raw-literals
511008c36d Merge pull request dashpay#30 from ryanofsky/test-driver
77974f3a9f Merge pull request dashpay#34 from paveljanik/20161116_Wshadow_codepoint
a38fcd3556 Do not shadow member variable codepoint.
fd32d1ab85 Don't require nul-terminated string inputs
0bb1439d0d Support parsing raw literals in UniValue
28876d0455 Merge pull request dashpay#29 from btcdrak/exportspace
839ccd71f3 Add test driver for JSONTestSuite
26ef3fff15 Remove trailing whitespace from JSON export
16a1f7f6e9 Merge dashpay#3: Pull upstream
3f03bfd62b Merge pull request dashpay#27 from laanwj/2016_09_const_refs
5668ca397b Return const references from getKeys, getValues, get_str
cedda1473d Merge pull request dashpay#28 from MarcoFalke/patch-1
9f0b997592 [travis] Work around osx libtool issue
daf1285af6 Merge pull request dashpay#2 from jgarzik/master
cfa0384d64 Convenience wrappers for push_back-ing integer types
d9e62d3e19 Merge pull request dashpay#24 from MarcoFalke/Mf1608-cleanup
faf260f2f8 Rem unused vars and prefer prefix operator for non-primitive type
09a2693ff1 Merge pull request dashpay#22 from laanwj/2016_04_unicode
c74a04c259 Merge pull request dashpay#23 from paveljanik/20160527_Wshadow
f32df99e96 Merge branch '2016_04_unicode' into bitcoin
280b191cb1 Merge remote-tracking branch 'jgarzik/master' into bitcoin
fceb4f8e84 Do not shadow variables
c9a716c2b9 Handle UTF-8
bed8dd9258 Version 1.0.2.
5e7985a3f8 Merge pull request dashpay#14 from laanwj/2015_11_escape_plan
git-subtree-dir: src/univalue
git-subtree-split: a44caf65fe55b9dd8ddb08f04c0f70409efd53b31 parent 9827091 commit d71da37
File tree
36 files changed
+2365
-717
lines changed- build-aux/m4
- gen
- include
- lib
- test
36 files changed
+2365
-717
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
41 | 37 | | |
42 | | - | |
| 38 | + | |
43 | 39 | | |
44 | 40 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments