785 Commits (ce205f382cb1f2964f1edcbbb08e43e93bd200c9)

Author SHA1 Message Date
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
chriseth fff1a1379e Fixed error message about explicit type conversion. 10 years ago
chriseth 4c69ecf16b Bare callcode for addresses and contracts. 10 years ago
chriseth b4912db1c6 Succint interfaces. 10 years ago
chriseth 18e223e945 Reverse if and else body. 10 years ago
Liana Husikyan 6cc7bb915a updated unit test 10 years ago
Liana Husikyan ef6c158805 bug in abi. fixed external type for return parameters 10 years ago
Gav Wood 9071de1133 Build fixes. 10 years ago
Liana Husikyan 4081752e63 style changes 10 years ago
Liana Husikyan 71c2c7da45 fixed the test 10 years ago
Liana Husikyan 91b7f87c56 implemented cleanup of duplication in resolver 10 years ago
Liana Husikyan 328d40450f changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP) 10 years ago
chriseth 37440f3a01 New ABI encoding for dynamic types. 10 years ago
Liana Husikyan 14ab7baa76 adde the positions for the end of SourceLocation 10 years ago
Liana Husikyan f7338eb8cf added interface function for SourceLocation/ position convertation to compilerstack 10 years ago
chriseth 7c8de3f0ea Added assertions. 10 years ago
chriseth c57305025f Style. 10 years ago
chriseth 4ab07c6dd3 Use std::array. 10 years ago
chriseth 5b8614f178 Structural gas estimator. 10 years ago
Liana Husikyan 3cfe1cabda Update NameAndTypeResolver.cpp 10 years ago
Liana Husikyan abab0a744e Update AST.cpp 10 years ago
Liana Husikyan e25c6beb27 Update AST.cpp 10 years ago
Liana Husikyan f4b836dab3 some more style fixes 10 years ago
Liana Husikyan 1c6fcca6e2 small fix 10 years ago
Liana Husikyan 0702c58368 fixed warrning 10 years ago
Liana Husikyan 7b72aa68be fixed the order of error msgs 10 years ago
Liana Husikyan da309c3853 created secondarySoureLocation error type 10 years ago
chriseth 1e6ff441fe Fix for broken continue in for loop. 10 years ago
chriseth 6d80b0c59b Build fix after merge. 10 years ago
chriseth 2111cd4894 Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
chriseth 9524ca5e31 Utility class to find a suitable AST node for a given location. 10 years ago
chriseth 7a5d5b3af3 Fix for deleting byte array elements. 10 years ago
chriseth f6b337806a Provide a way to override default visitor function in a generic way. 10 years ago
chriseth 220fc130bd Removed visit functions for abstract AST nodes. 10 years ago
Liana Husikyan bd693e4ca8 saved returnParameterNames in FunctionType constructor 10 years ago
Liana Husikyan e612ddeafe changed the test so constructor will have input parameters 10 years ago
Liana Husikyan 376201c781 removed an unnecessary function 10 years ago
Liana Husikyan 8fe9d0a335 changed the implementation 10 years ago
Liana Husikyan b2b723400a style fix 10 years ago
Liana Husikyan f2502b01f7 fixed the output of the test 10 years ago
chriseth a895217db6 Use BUILD_SHARED_LIB 10 years ago
chriseth cdc38ab28a Use non-implemented functions for solidity interface output. 10 years ago
chriseth 0a95634543 Fix regarding memory overwrite during sha3 computation. 10 years ago
chriseth e480c7012c bytes parameters for events and sha3. 10 years ago
chriseth 49134ece7a Fixed use of libraries. 10 years ago
Christian 7971f5e83d JSON compiler. 10 years ago
chriseth 8dc135468e Fix for declarations. 10 years ago
chriseth 3146a7aeb7 Fix for Contract and Enum types as external function arguments. 10 years ago
chriseth 7386869de6 Fixed byte alignment for return type of ripemd160 built-in contract. 10 years ago
chriseth 46182cd82f Styling. 10 years ago