solidity/libsolutil
2023-08-21 12:37:40 -03:00
..
Algorithms.h Add missing header to Algorithms.h. 2021-03-15 13:50:24 +01:00
AnsiColorized.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Assertions.h Adds solidity::util::unreachable() helper function. 2022-06-07 16:40:55 +02:00
CMakeLists.txt Fix incorrect CMAKE_SOURCE_DIR usage 2023-06-08 19:17:34 +08:00
Common.h libsolutil: Add missing include 2023-02-04 16:22:18 +01:00
CommonData.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
CommonData.h Update CI ubuntu version to 2204 2023-01-12 10:37:29 +01:00
CommonIO.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
CommonIO.h Function to read a number of bytes from an input stream. 2021-12-01 16:24:56 +01:00
cxx20.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ErrorCodes.h Document the panic function of library deployment 2021-05-26 15:51:46 +01:00
Exceptions.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
Exceptions.h Add solRequire() 2023-04-20 20:01:45 +02:00
FixedHash.h Drop implicit alignment argument from FixedHash 2022-09-27 17:58:32 +02:00
FunctionSelector.h Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
IndentedWriter.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
IndentedWriter.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
IpfsHash.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
IpfsHash.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
JSON.cpp Added new kind of test: check for specific properties of AST 2023-08-21 12:37:40 -03:00
JSON.h Added new kind of test: check for specific properties of AST 2023-08-21 12:37:40 -03:00
Keccak256.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
Keccak256.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
LazyInit.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
LEB128.h Add LEB128 encoding functions & tests. 2020-09-28 16:06:19 -05:00
Numeric.cpp Fix compilation error. 2022-06-15 11:14:50 +02:00
Numeric.h Allow support for older boost and adjust docs 2023-01-18 10:51:14 +01:00
picosha2.h Adding fixes for signedness warnings in libsolutil 2020-06-02 19:01:29 +02:00
Result.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SetOnce.h Make annotations `SetOnce or optional` where feasible 2020-09-22 17:38:21 +02:00
StackTooDeepString.h Recommend via-ir whenever a stack too deep error is encountered. 2022-05-05 19:22:03 +02:00
StringUtils.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
StringUtils.h Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
SwarmHash.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
SwarmHash.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
TemporaryDirectory.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
TemporaryDirectory.h Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00
UTF8.cpp Enable more C++ compiler warnings 2020-12-10 21:03:58 +00:00
UTF8.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
vector_ref.h Update CI ubuntu version to 2204 2023-01-12 10:37:29 +01:00
Views.h Dereference. 2021-01-12 14:28:27 +01:00
Visitor.h Refix MSVC Debug crash 2022-04-26 01:52:56 +02:00
Whiskers.cpp Purge using namespace std from libsolutil 2023-08-18 12:10:43 +02:00
Whiskers.h Updated Whiskers for checking invalid tags 2022-09-29 07:36:29 +05:30