Commit graph

1579 commits

Author SHA1 Message Date
John Jones
d5b2be2782 Equality check does not work on Windows 2019-03-04 17:02:14 -05:00
John M. Jones
6a5ba93fa9
Merge pull request #110 from bitshares/jmj_zlib
Allow zlib to be optional
2019-03-04 16:03:25 -05:00
John Jones
2fa5777038 Allow zlib to be optional 2019-02-26 13:55:42 -05:00
John M. Jones
063be69d07
Merge pull request #109 from bitshares/jmj_1548
Removal of smart_ref
2019-02-18 14:48:54 -05:00
John Jones
19590fd413 Removal of smart_ref 2019-02-15 08:23:05 -05:00
Abit
1a411b813a
Merge pull request #108 from bitshares/pr106
Enable websocket permessage-deflate (follow-up of #106)
2019-02-14 18:52:36 +01:00
abitmore
abdef068b9 Bump websocketpp version 2019-02-13 15:31:50 -05:00
Abit
11caddc13f
Merge pull request #106 from btsabc/enable-permessage
enable websocket permessage-deflate
2019-02-13 21:29:19 +01:00
Alfredo Garcia
66e97393ab
Merge pull request #107 from bitshares/missing-overloads
Add missing operator overloads for fc::unsigned_int
2019-02-13 15:48:01 -03:00
Nathan Hourt
25ae3222f8 Add missing operator overloads for fc::unsigned_int
Turns out that bitshares/bitshares-core#1506 is easier if you can
do greater-than comparisons on fc::unsigned_int. Go ahead and add
the complement of missing operators.
2019-02-13 12:21:30 -06:00
Your Name
b29da15d51 enable websocket permessage-deflate 2019-02-12 09:27:06 +08:00
John M. Jones
8ebd99b786
Merge pull request #105 from bitshares/jmj_1560
fix std::min parameter conversion
2019-02-05 16:53:04 -05:00
jmjatlanta
6fece96eae fix std::min parameter conversion 2019-02-05 15:44:06 -05:00
Peter Conrad
9e6c5ab6e2
Merge pull request #104 from bitshares/build_simplification
Build simplifications
2019-01-30 17:37:38 +01:00
Peter Conrad
4843502c48 travis: added ccache 2019-01-30 14:45:49 +01:00
Peter Conrad
0bbbb5eabf travis: Install only required stuff 2019-01-30 14:39:31 +01:00
Peter Conrad
3633cb4ac9 Switch to xenial build environment 2019-01-30 14:32:21 +01:00
Peter Conrad
98c9e62581 Remove unused boost dependencies serialization + locale 2019-01-30 14:31:08 +01:00
John M. Jones
87260fe0e1
Merge pull request #103 from bitshares/jmj_995
Remove unnecessary asserts
2019-01-22 18:16:27 -05:00
John Jones
7de33aa33a whitespace only 2019-01-21 09:15:56 -05:00
John Jones
fa07984234 fix overly agressive cleanup 2019-01-21 09:11:11 -05:00
John Jones
be4d480174 Remove unnecessary asserts 2019-01-18 12:29:38 -05:00
John M. Jones
2bf93ec086
Merge pull request #102 from bitshares/jmj_macwarn
Fix some macOS warnings
2019-01-17 12:28:56 -05:00
John Jones
9ba95190c4 make assert message more standard 2019-01-15 12:19:00 -05:00
Peter Conrad
b2e738af09
Merge pull request #100 from bitshares/fix_limits
Fix limits
2019-01-08 17:33:28 +01:00
Peter Conrad
72eeb62535 Changed MAX_PREALLOC_SIZE to 2^8 2019-01-07 19:01:33 +01:00
jmjatlanta
f7e5f7396b unneccesary capture 2019-01-07 11:18:14 -05:00
jmjatlanta
310bec6dce Fix warning adding int to string literal 2019-01-07 11:13:48 -05:00
John M. Jones
2baa7df47e
Merge pull request #101 from bitshares/jmj_1512
Remove boost signals
2019-01-06 15:51:21 -05:00
John Jones
e751cf2f2d Removed boost signals (no longer used) 2019-01-04 07:53:37 -05:00
John M. Jones
df7b4e6b52
Merge pull request #99 from bitshares/jmj_1246
Fix some compiler warnings
2019-01-02 05:25:04 -05:00
John Jones
1ed9b4f98f Revert -Wno-??? change 2019-01-01 10:25:57 -05:00
John Jones
51f27f1fcd Fix stacktrace test 2018-12-28 14:49:17 -05:00
Peter Conrad
90f8ad5722 Ported test case from STEEM 2018-12-28 20:36:34 +01:00
Peter Conrad
fb75dc9bb5 Added limits for resize() / reserve() 2018-12-28 20:36:29 +01:00
John Jones
e1bb7c6e14 Add compiler switches to squelch some warnings 2018-12-28 14:19:49 -05:00
John Jones
3f5205ad6b Fix warnings in tests 2018-12-28 14:19:19 -05:00
John M. Jones
0468884ea6
Merge pull request #92 from bitshares/mac_stacktrace
boost stacktrace does not play well with mac
2018-11-21 06:35:44 -05:00
John M. Jones
ec0de9802b
Merge pull request #90 from nathanhourt/patch-1
Fix build against boost 1.68+
2018-11-21 06:35:11 -05:00
John M. Jones
e9886b0628
Merge pull request #95 from bitshares/jmj_readsome
mac fc::io::readsome fix
2018-11-21 06:31:53 -05:00
Peter Conrad
1aecf3ccc8
Merge pull request #85 from crypto-ape/static-variant-memory-optimizations
Memory optimization of static_variant
2018-11-17 10:43:03 +01:00
Peter Conrad
460e7cccc8
Merge pull request #78 from bitshares/multithreading_improvements
Multithreading improvements
2018-11-17 10:41:49 +01:00
John Jones
84318f8d28 readsome instead of read 2018-11-15 13:46:07 -08:00
John Jones
f4dec89dc3 mac fc::io::readsome fix 2018-11-15 03:53:55 -08:00
Peter Conrad
ed775a594f Added missing include 2018-11-14 17:54:09 +01:00
John Jones
fd345e5bc2 fix #if for boost versions > 2 2018-11-13 16:06:59 -05:00
John Jones
5c0ee5d6b7 clarify comment 2018-11-12 20:57:58 -05:00
Peter Conrad
5b99b41a44 Added missing include 2018-11-10 21:29:32 +01:00
John M. Jones
0f110c3219
Merge pull request #91 from nathanhourt/patch-2
Update CMakeLists.txt
2018-11-09 19:27:59 -05:00
John Jones
0090777f34 boost stacktrace does not play well with mac 2018-11-09 14:44:41 -05:00