Peter Conrad
|
d8bec3d847
|
Resolved another begin/data inconsistency
|
2019-08-05 21:27:53 +02:00 |
|
Peter Conrad
|
2dc5ad8bac
|
Try to work around __int128 problem on mac
|
2019-08-05 21:18:17 +02:00 |
|
John Jones
|
fd0b197900
|
bump websocketpp for Boost 1.70
|
2019-08-05 10:24:12 -05:00 |
|
Peter Conrad
|
42be69c3f7
|
Removed unused var
|
2019-08-02 17:31:28 +02:00 |
|
Peter Conrad
|
cabab23e2c
|
Replaced more array::begin() with data()
|
2019-08-02 17:31:07 +02:00 |
|
Peter Conrad
|
a9a6cb94d1
|
Replaced more begin() with data()
|
2019-07-29 12:21:15 +02:00 |
|
Peter Conrad
|
ce79181dcf
|
Replaced more instances of array::begin with array::data
|
2019-07-26 15:03:22 +02:00 |
|
Peter Conrad
|
6008c96c1a
|
Allow more space for windows sockets due to fc::future changes
|
2019-07-26 15:02:17 +02:00 |
|
Peter Conrad
|
c8f3e452d3
|
Use array::data instead of array::begin
|
2019-07-26 15:02:17 +02:00 |
|
Peter Conrad
|
e160afce16
|
Attempt to fix uint128 for mac
|
2019-07-26 15:02:17 +02:00 |
|
Peter Conrad
|
451ed46ecc
|
Replace one more "new promise" with "promise::create"
|
2019-07-26 15:02:17 +02:00 |
|
Abit
|
966e9ea64e
|
Merge pull request #121 from crypto-ape/master_mingw
CMake cleanup & MinGW support
|
2019-07-25 09:44:37 +02:00 |
|
John Jones
|
5681dd1c0e
|
Add hash160 test
|
2019-07-24 10:15:10 -05:00 |
|
John Jones
|
55e2abe7d5
|
Fix spacing
|
2019-07-23 17:32:29 -05:00 |
|
John Jones
|
ea9128257c
|
Remove unnecessary predeclarations
|
2019-07-23 17:25:02 -05:00 |
|
John Jones
|
94f77ffc85
|
Add hash160 md algo
|
2019-07-23 17:14:01 -05:00 |
|
Alfredo Garcia
|
a461d2f5ae
|
Merge pull request #141 from bitshares/abitmore-patch-1
Update a comment to avoid confusing doxygen
|
2019-07-21 10:41:23 -03:00 |
|
John M. Jones
|
cd49944222
|
Merge pull request #142 from bitshares/fix-api-close
Correctly close websocket API connection
|
2019-07-19 16:33:15 -05:00 |
|
abitmore
|
2c5c30848a
|
Correctly close websocket API connection
|
2019-07-19 16:00:18 -04:00 |
|
Abit
|
e4b35e4a42
|
Update a comment to avoid confusing doxygen
|
2019-07-18 23:15:22 +02:00 |
|
crypto-ape
|
b2c2a47521
|
CheckLibcxxAtomic after Boost
|
2019-07-08 13:42:51 +02:00 |
|
crypto-ape
|
dfc0a357d3
|
Updated Boost Lockfree compilation test
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
ab617200a5
|
Removed unneeded definitions
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
86b025007a
|
Bumped Boost version
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
241f1f2f0d
|
Legacy/CMakeLists.txt EOF newline
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
a2303d3528
|
Updated CMake for MinGW
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
b8a87bde76
|
BoostConfig EOF newline
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
c453db886b
|
CMake version bump
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
8d33bb844d
|
Fixed pthread dependency
|
2019-07-08 11:46:26 +02:00 |
|
crypto-ape
|
c9b3d57b0e
|
Updated Boost searching
|
2019-07-08 11:46:19 +02:00 |
|
crypto-ape
|
e0dd942875
|
Update build system for MinGW
|
2019-07-08 10:43:02 +02:00 |
|
Alfredo
|
e336649b8f
|
lambda capture only whats required
|
2019-06-21 16:03:00 -03:00 |
|
Alfredo
|
7ec8ead573
|
chanmge comment from hostname to IP
|
2019-06-21 15:48:48 -03:00 |
|
Alfredo
|
e90742995b
|
fix tests
|
2019-06-21 15:46:29 -03:00 |
|
Alfredo Garcia
|
5d8e9e110e
|
fix remove appender()
|
2019-06-21 15:05:47 -03:00 |
|
Alfredo Garcia
|
550e092267
|
Merge branch 'master' into jmj_844b
|
2019-06-21 14:53:36 -03:00 |
|
Peter Conrad
|
6ed94317ab
|
Merge pull request #137 from pmconrad/1584_more_simplification
More simplifications
|
2019-06-19 18:34:59 +02:00 |
|
Peter Conrad
|
deb9d4f0a6
|
Make task internal storage private
|
2019-06-19 17:40:22 +02:00 |
|
Peter Conrad
|
491fd31734
|
Replace 0 with nullptr
|
2019-06-19 17:39:45 +02:00 |
|
Peter Conrad
|
3fa4fa6148
|
Fixed typo
|
2019-06-19 17:31:54 +02:00 |
|
crypto-ape
|
d5fb99b41f
|
SSE intrinsic rename
|
2019-06-19 16:06:40 +02:00 |
|
Abit
|
a87a99bbeb
|
Merge pull request #139 from pmconrad/1791_fix_linking_order
Fixes https://github.com/bitshares/bitshares-core/issues/1791
|
2019-06-12 16:27:32 +02:00 |
|
Peter Conrad
|
2e98d5cc2b
|
Fixes https://github.com/bitshares/bitshares-core/issues/1791
|
2019-06-12 13:15:41 +02:00 |
|
Alfredo Garcia
|
4cfb54fd56
|
Merge pull request #138 from crypto-ape/issue_1769-extend_static_variant_with_is_type_method
extend static_variant with is_type() method
|
2019-06-11 13:34:18 -03:00 |
|
crypto-ape
|
f29248d139
|
extend static_variant with is_type() method
|
2019-06-11 18:00:01 +02:00 |
|
Peter Conrad
|
ed7eefec67
|
Avoid array copy
|
2019-06-11 13:32:04 +02:00 |
|
Peter Conrad
|
1bda001b8c
|
Use common inline functions for splitting/combining uint128 to/from two uint64 values
|
2019-06-11 08:51:59 +02:00 |
|
Peter Conrad
|
b16bf00a10
|
Made task_base destructor virtual
|
2019-06-10 23:25:56 +02:00 |
|
Peter Conrad
|
f1746b705a
|
Make data_size static in hash classes
|
2019-06-10 23:24:09 +02:00 |
|
Peter Conrad
|
40797b1026
|
Fixed typo
|
2019-06-10 18:52:46 +02:00 |
|