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
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
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
Nathan Hourt
d3984dd00d
Update CMakeLists.txt
...
On my Archlinux systems, linking fails unless this change is made.
2018-11-07 11:13:21 -06:00
Nathan Hourt
2e0a03ac1f
Fix build against boost 1.68+
...
In Boost 1.68, the `boost/context/all.hpp` header was removed.
Ref: 2e37599461
If building against Boost 1.68+, use `boost/context/continuation_fcontext.hpp` instead.
2018-11-07 11:07:34 -06:00
Peter Conrad
9cce60c917
Merge pull request #88 from HarukaMa/patch-1
...
Silence wrong tag warning
Still requires bumping fc in core.
2018-11-07 14:33:12 +01:00
Haruka Ma
bf36c189c2
Silence wrong tag warning
2018-11-07 16:41:20 +09:00
Peter Conrad
12e4962891
Merge pull request #87 from bitshares/reimprove_compilation_time
...
Use function pointers instead of std::function objects in static variant visitors
2018-11-05 16:22:03 +01:00
Peter Conrad
ed4a300fd5
Added missing include
2018-11-04 21:14:29 +01:00
Peter Conrad
3c3b76920e
Use function pointers instead of std::function objects in static variant visitors
2018-11-04 13:54:05 +01:00
Peter Conrad
9fa03c6786
Merge pull request #86 from cogutvalera/issue_1171
...
Safer way to handle unlock command of cli_wallet #1171
2018-11-01 14:57:42 +01:00
crypto-ape
f8b86fc757
added testcase types_edge_cases_test for static_variant
2018-10-31 10:59:51 +01:00
crypto-ape
384d4f14c4
Replaced assert with FC_ASSERT
2018-10-31 10:59:40 +01:00
crypto-ape
93a0316607
Dynamic memory allocation of static_variant & other small changes.
2018-10-31 10:59:26 +01:00
Valera Cogut
079de9e177
Check if boost::regex is empty
2018-10-30 22:05:31 +02:00
Valera Cogut
157273fb40
Check if exists regex expression
2018-10-30 11:46:57 +02:00
Peter Conrad
acfe075c5d
Merge pull request #82 from cogutvalera/issue_1171
...
Safer way to handle unlock command of cli_wallet #1171
2018-10-28 10:51:22 +01:00
Valera Cogut
edd6fa8ded
Removed pointer for regex expression
2018-10-27 19:06:24 +03:00
Valera Cogut
44896485d1
Optimized regex expression and other little improvements
2018-10-25 23:52:36 +03:00
Abit
8b6a2dd450
Merge pull request #84 from bitshares/jmj_1383
...
Fix Compiler Warnings
2018-10-25 10:41:45 +02:00
Abit
bcdaaaa651
Merge pull request #79 from bitshares/for-custom-auth
...
Changes for BSIP40 custom authorities
2018-10-25 10:40:29 +02:00
Valera Cogut
e14b7c6fc6
bump editline to latest upstream master
2018-10-25 00:01:43 +03:00
Valera Cogut
e00bbdaf72
removed not required output to console
2018-10-25 00:01:43 +03:00
Valera Cogut
c9d95c0c9a
Safer way to handle unlock command of cli_wallet #1171
2018-10-25 00:01:43 +03:00
John Jones
c298917b85
Added warning back to avoid additional logic
2018-10-22 19:02:43 -05:00
John Jones
0156023680
Fix Compiler Warnings
2018-10-22 07:38:08 -05:00