Alexander Arlt
|
aac7a1e434
|
Apply modernize-pass-by-value.
|
2020-04-14 10:32:13 -05:00 |
|
chriseth
|
ae336fe1c1
|
Fix 32 bit build failure.
|
2020-04-09 17:01:26 +02:00 |
|
Alexander Arlt
|
50776133b5
|
Fix ownership, part two.
|
2020-04-08 11:04:44 -05:00 |
|
Alexander Arlt
|
6cf830742d
|
Fix ownership.
|
2020-04-07 15:39:18 -05:00 |
|
Jason Cobb
|
4fcc33c5e5
|
Remove byte-reinterpret conversion operator from vector_ref
|
2020-03-15 18:38:59 -04:00 |
|
Djordje Mijovic
|
37878cf8d2
|
Adding support for ipfs large files.
|
2020-03-11 13:55:46 +01:00 |
|
Jason Cobb
|
6db0d50094
|
Don't use identifiers starting with an underscore followed by an uppercase letter
|
2020-02-17 12:44:39 -05:00 |
|
cameel
|
c4f8df3272
|
Workaround for clang 5.0.0 on Ubuntu Trusty in Travis CI failing to compile a structural binding
clang fails with:
/home/travis/build/ethereum/solidity/libsolutil/CommonData.h:167:19: error: unused variable '' [-Werror,-Wunused-variable]
for (auto const& [key, value]: originalMap)
|
2020-02-03 12:22:47 +01:00 |
|
cameel
|
9c8187bd29
|
CommonData: Add invertMap() function
|
2020-02-03 12:06:26 +01:00 |
|
Alex Beregszaszi
|
00f3c42d17
|
Use multiprecision::msb() in GasMeter and remove FixedHash dependency
|
2020-01-17 14:24:55 +01:00 |
|
Alex Beregszaszi
|
b3d2413a1f
|
Remove unused features of FixedHash
|
2020-01-16 17:18:03 +00:00 |
|
Alex Beregszaszi
|
4d8758fcc3
|
Remove operator~ from FixedHash
|
2020-01-16 17:18:03 +00:00 |
|
Alex Beregszaszi
|
3c88d295b3
|
Remove FixedHash(unsigned) constructor
|
2020-01-16 16:18:08 +00:00 |
|
Christian Parpart
|
abb9f1eed7
|
CMake: Renaming devcore static library to solutil (to match source code paths)
|
2020-01-13 15:52:46 +01:00 |
|
Christian Parpart
|
345f9928ab
|
Library libdevcore renamed to libsolutil.
|
2020-01-07 15:51:50 +01:00 |
|