Commit graph

1379 commits

Author SHA1 Message Date
John Jones
38191dcc00 added boost hash header 2018-03-29 15:34:15 -05:00
John Jones
652389644c removed boost_1.51 and interprocess class 2018-03-28 11:38:20 -05:00
Abit
4441e14807
Merge pull request #32 from bitshares/abitmore-patch-1
Remove -std=c++14 flag from CMakeLists.txt
2018-03-27 18:51:39 +02:00
Abit
4dbf6ee080
Merge pull request #34 from bitshares/msvc-editline
Skip editline when building in MSVC
2018-03-27 18:45:06 +02:00
abitmore
6dc06cd598 Skip editline when building in MSVC 2018-03-27 04:08:42 -04:00
Abit
91d294feca
Remove -std=c++14 flag from CMakeLists.txt 2018-03-25 20:27:09 +02:00
oxarbitrage
88d371b0fa
Merge pull request #31 from bitshares/fix-travis-logging
Pipe output to get around logging ANSI color issue
2018-03-23 20:02:11 -03:00
abitmore
52a5956106 Pipe output to get around logging ANSI color issue 2018-03-23 18:43:29 -04:00
Abit
d286375e23
Merge pull request #27 from bitshares/oxarbitrage-patch-1
add travis build status
2018-03-23 23:20:02 +01:00
Abit
7e7e3e5fec
Merge pull request #30 from oxarbitrage/time_test
Add travis to FC
2018-03-23 23:15:30 +01:00
oxarbitrage
377235a401
comment out another test 2018-03-23 17:32:01 -03:00
oxarbitrage
6fae537fad
add notes to commented tests 2018-03-23 17:21:15 -03:00
oxarbitrage
eb9cc0be06
add note to commented test 2018-03-23 17:20:13 -03:00
Abit
0fe2e61b21
Merge pull request #28 from bitshares/variant_test
Logging fix
2018-03-23 21:11:08 +01:00
abitmore
5dcebe7b1f Suppress logging when testing mass logging 2018-03-23 14:31:46 -04:00
abitmore
f92671e1b5 Try to avoid throwing exception when logging 2018-03-23 13:19:52 -04:00
abitmore
a57879b3a9 Update test case for variant conversions 2018-03-23 12:46:14 -04:00
abitmore
1b3d53114f Add test case for variant conversions 2018-03-23 08:23:50 -04:00
Alfredo
8a96790c78 remove test 2018-03-22 21:49:27 -03:00
Alfredo
636a50f1f6 comment some failing tests 2018-03-22 21:36:28 -03:00
oxarbitrage
c2d1cfd999
add travis build status 2018-03-22 20:44:40 -03:00
abitmore
a3f8f2f004 Fix websocket_test 2018-03-22 12:42:24 -04:00
abitmore
0065cf00e1 Fix .travis.yml 2018-03-22 12:02:09 -04:00
abitmore
51ba34c586 Add .travis.yml 2018-03-22 11:52:01 -04:00
Abit
0a0d41e9a5
Merge pull request #25 from bitshares/jmjatlanta-patch-1
fixed macOS build
2018-03-22 16:33:16 +01:00
jmjatlanta
956085d72f fixed macOS build 2018-03-22 09:57:06 -05:00
Abit
3e7e0aa969
Merge pull request #24 from bitshares/abitmore-patch-1
Fix redefinition of default arg under macOS
2018-03-22 15:27:36 +01:00
Abit
6e42194f72
Fix redefinition of default arg under macOS 2018-03-22 15:08:56 +01:00
Abit
d5024e85f9
Merge pull request #12 from bitshares/oxarbitrage-patch-1
Add Doxyfile
2018-03-19 17:42:26 +01:00
Abit
2bb93c8b5d
Merge pull request #21 from pmconrad/variant_fix
Variant fix
2018-03-19 17:35:57 +01:00
Peter Conrad
1eb7b9d5c6 Added some missing checks, fixed indentation, handle different meanings of max_depth 2018-03-19 15:49:07 +01:00
Abit
efa4a504de
Merge pull request #22 from abitmore/fix-class-serialization
Fix class serialization
2018-03-18 14:48:20 +01:00
Peter Conrad
a91822616e Added max_depth to remaining variant conversions 2018-03-18 10:49:44 +01:00
abitmore
d9ac2691a1 Remove default pack/unpack functions for class 2018-03-14 17:20:48 -04:00
abitmore
85ea20e2c9 Deprecate default pack/unpack functions for class 2018-03-14 06:25:14 -04:00
abitmore
769dd980b7 Add tests for nested class object serialization 2018-03-14 06:15:01 -04:00
Peter Conrad
2f5f599e0d Moved LOG_*_DEPTH variable to new config.hpp 2018-03-13 22:33:21 +01:00
Peter Conrad
271a8377a6 Adapted API conversions, incomplete 2018-03-13 22:00:18 +01:00
Peter Conrad
dd9197c9d5 Added missing depth check 2018-03-13 22:00:18 +01:00
Peter Conrad
81c8d89341 Added max_depth parameter to variant conversions 2018-03-13 22:00:18 +01:00
Peter Conrad
32869351c9
Merge pull request #11 from openledger/sanitize
sanitizer issues
2018-03-13 21:45:53 +01:00
Peter Conrad
fca5058464
Merge branch 'master' into sanitize 2018-03-13 21:39:40 +01:00
Abit
67e60367a5
Merge pull request #15 from pmconrad/json_parsing_fix
JSON parsing fix from steem PR 2178
2018-03-13 21:36:15 +01:00
Peter Conrad
8f08591e46
Merge pull request #20 from abitmore/fix-serialization
Fix pack/unpack serialization
2018-03-13 21:13:45 +01:00
abitmore
43ac0b0520 Slightly improve performance for pack/unpack 2018-03-13 13:06:00 -04:00
abitmore
86e18663a0 Add max_depth parameter to pack/unpack functions 2018-03-11 17:31:55 -04:00
abitmore
782e7d687b Add test case for nested-object serialization 2018-03-11 17:21:44 -04:00
Peter Conrad
527daab6b7 Moved format_string from variant.cpp to string.cpp (it is declared in string.hpp), added handling of recursion errors 2018-03-09 18:52:01 +01:00
Peter Conrad
d24bee8bf4 Added test case for exception in exception handling 2018-03-09 18:51:48 +01:00
Peter Conrad
1331485c08 Stringify numbers >MAXINT or <MININT 2018-03-08 22:33:54 +01:00