4893 Commits (5f523e146d9a339d6b3ce3e7098fa7fddb8fc138)
 

Author SHA1 Message Date
Gav Wood 5f523e146d Dev. 10 years ago
Gav Wood c921b25aef Compiles. 10 years ago
Gav Wood 5fd79ae914 First little commit - not workign yet. 10 years ago
Gav Wood fbe7bb7e73 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 39abdd5f81 git push origin developMerge branch 'chriseth-sol_defaultFunction' into develop 10 years ago
Gav Wood 1973f77c96 Merge branch 'sol_defaultFunction' of https://github.com/chriseth/cpp-ethereum into chriseth-sol_defaultFunction 10 years ago
Gav Wood ce9b9a0344 Merge pull request #893 from chriseth/sol_events 10 years ago
Gav Wood 9089f4c952 Merge pull request #892 from debris/ethereumjs 10 years ago
Gav Wood 3219a09af4 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Christian edefb95aae Fallback functions. 10 years ago
Christian 47f6c9a5de Padding fixes. 10 years ago
Christian c38dd9765b Whitespace and error messages. 10 years ago
Christian f57dc81889 Code generation for events. 10 years ago
Christian d3e2d2adf3 Parsing of events. 10 years ago
Gav Wood 152940bf2c Merge pull request #894 from LefterisJP/sol_FunctionTypeEnchancement 10 years ago
Lefteris Karapetsas 93abe45771 FunctionType now returns const ref for Declaration 10 years ago
Lefteris Karapetsas 941a424e71 Minor fixes plus a rebase merge fix 10 years ago
Lefteris Karapetsas 23d92e0d2e Removing Function and Param Description 10 years ago
Lefteris Karapetsas 122aada70f Contract Interface Functions now return FunctionType 10 years ago
Marek Kotewicz ee4b254a33 topics -> topic 10 years ago
Marek Kotewicz c986ee03a1 Merge commit 'f3012d7dc0222eec540a810def136e09d62c5675' into ethereumjs 10 years ago
Marek Kotewicz f3012d7dc0 Squashed 'libjsqrc/ethereumjs/' changes from 94e0e5a..600c9dd 10 years ago
Marek Kotewicz 01e36fa193 Merge commit '86b70485a615c65919513426d407d7ab3c498a6f' into ethereumjs 10 years ago
Marek Kotewicz 86b70485a6 Squashed 'libjsqrc/ethereumjs/' changes from 6d59047..94e0e5a 10 years ago
chriseth a5d348d7af Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation 10 years ago
chriseth f72fbf5f82 Merge pull request #890 from chriseth/sol_documentationClass 10 years ago
Lefteris Karapetsas 51fb3b6f75 No longer exposing retrieveValueFromStorage() as a public function 10 years ago
Christian 74cacce2da Common class that contains AST node documentations. 10 years ago
chriseth da414f8d82 Merge pull request #887 from chriseth/sol_excludeStd 10 years ago
Gav Wood 86db09cf66 Revert to using require for Solidity - it works. 10 years ago
Christian b3252b3e5d Exclude standard contracts by default. 10 years ago
Gav Wood dc47aa50f1 Merge pull request #877 from chriseth/sol_super 10 years ago
Gav Wood 050a9f005c Merge pull request #883 from debris/cors 10 years ago
Gav Wood 16eeb7b66e Merge pull request #719 from winsvega/develop 10 years ago
Christian 88cedee836 Remove test different_argument_numbers. 10 years ago
Christian 104e726847 Style changes. 10 years ago
Christian 7dc695e840 Super keyword. 10 years ago
Gav Wood e28ba01280 Merge pull request #858 from LefterisJP/sol_AutomaticAccessors 10 years ago
Lefteris Karapetsas 2fcfb45760 Various fixes pertaining to State Variable accessors 10 years ago
Lefteris Karapetsas 762aa2d0f3 Function name clashing with Statevariable accessor test 10 years ago
Lefteris Karapetsas ffa06e1a05 Explicitly specify insertion to exported functions 10 years ago
Lefteris Karapetsas eb51218af4 Simplify FunctionType's Vardecl constructor 10 years ago
Lefteris Karapetsas 9d809f5520 Multiple elementary state variable accessors test 10 years ago
Lefteris Karapetsas 309ffb8948 EVM Code for simple accessor function is properly generated 10 years ago
Lefteris Karapetsas 50a4b6055b Fixes after rebasing on develop 10 years ago
Lefteris Karapetsas 85e4b29260 Work on ExpressionCompiler preparing for Accessors from storage 10 years ago
Lefteris Karapetsas 94ca9f0040 All interface functions are external. 10 years ago
Lefteris Karapetsas 37eb587dd9 Adding isStateVariable attribute to a VarDecl 10 years ago
Lefteris Karapetsas 10da71f90e Solidity EntryLabel now uses a generic declaration 10 years ago
Lefteris Karapetsas 3732d42ce8 Various small fixes for Sol Automatic Accessors 10 years ago