164 Commits (0e247e0282edaaf1f2cff9b424407be60c481a67)

Author SHA1 Message Date
Lefteris Karapetsas 830f0ec52a ExpressionCompiler's enums to CamelCase 10 years ago
Lefteris Karapetsas 46dfdc97af Camelcasing enums in Types.h 10 years ago
Lefteris Karapetsas 6bb8233d15 Changing Solidity Code to use CamelCase enum values 10 years ago
Liana Husikyan 1db350b06a - removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else" 10 years ago
Liana Husikyan 2fd33d98cc - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified. 10 years ago
Christian a7a14c07ba Small cleanup. 10 years ago
Lefteris Karapetsas 8d239921e9 SHA3 of string literals now should work 10 years ago
Christian a90ec7576c Some fixes for the ether units parser. 10 years ago
Lefteris Karapetsas bbede4c31c appendArgumentsCopyToMemory() has more complicated logic now 10 years ago
Lefteris Karapetsas d3f9c89ee0 Fixes after rebase 10 years ago
Lefteris Karapetsas 5b1adccf6d Renaming a function for clarity 10 years ago
Lefteris Karapetsas 04aa0cc9ba Solidity SHA3 can now take multiple arguments 10 years ago
Lu Guanqun 07ecb2c1f2 disallow declaration of void type 10 years ago
Lefteris Karapetsas e296d86cc6 More style changes in enums 10 years ago
Lefteris Karapetsas c0151476ad Minor Style fixes 10 years ago
Lefteris Karapetsas 13d9cbf5ab Tests for ether subdenominations. Work in progress 10 years ago
Lu Guanqun 0a25d83f27 fix string comparision bug revealed by previous test case 10 years ago
Lefteris Karapetsas 28e99bbd7d Adding ether subdenominations after constan literals 10 years ago
Gav Wood f6955b370e Fixes for named-args. 10 years ago
Christian 76da204e17 Visibility specifiers. 10 years ago
arkpar de531cb274 json and solidity ABI generted for events 10 years ago
Christian edefb95aae Fallback functions. 10 years ago
Christian d3e2d2adf3 Parsing of events. 10 years ago
Lu Guanqun b0c3579e25 implement named arguments 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
Lefteris Karapetsas 2fcfb45760 Various fixes pertaining to State Variable accessors 10 years ago
Lefteris Karapetsas ffa06e1a05 Explicitly specify insertion to exported functions 10 years ago
Lefteris Karapetsas 50a4b6055b Fixes after rebasing on develop 10 years ago
Lefteris Karapetsas 94ca9f0040 All interface functions are external. 10 years ago
Lefteris Karapetsas 3732d42ce8 Various small fixes for Sol Automatic Accessors 10 years ago
Lefteris Karapetsas 3d1c0a9bef Modifications to Mix to adapt to FunctionDescription 10 years ago
Lefteris Karapetsas 06764f026e State variable accessors code is now more organized 10 years ago
Lefteris Karapetsas 818742dac9 Work in progress for state variable accessors 10 years ago
Christian fd1f7b527f Cleaner solution to provide standard sources. 10 years ago
Christian fdf791149d Compilation of function modifiers. 10 years ago
Christian 2566466a6c Type resolution for function modifiers. 10 years ago
Christian 133610be56 Function modifier parsing. 10 years ago
Christian 747bf7f2d4 Include virtual function overrides in constructor context. 10 years ago
Christian 50c0a0ed66 Constructor arguments for base classes. 10 years ago
Christian 4fe47c5014 Explicit calls to base class function. 10 years ago
Christian ffead7b4d5 Check overrides and provide inherited public interface. 10 years ago
Christian e16d88c894 Check for hash collisions already before compiling. 10 years ago
Christian de3e6a09db Specify value for contract creation. 10 years ago
Christian a017d2b1de Remove const from make_shared to allow enable_shared_from_this to work on MacOS. 10 years ago
Christian e1338c7e6c Arbitrary precision integer constants. 10 years ago
Christian f6ddd3fd33 Possibility for unary operators to change type. 10 years ago
Christian 874b2b34ea Use shared_from_this instead of manually supplying a shared_ptr to this. 10 years ago
Lefteris Karapetsas 5e77063c38 Fixing a solAssert in getInterfacefunctions() 10 years ago