aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityEndToEndTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-0/+51
|\
| * Padding fixes.Christian2015-01-301-3/+3
| * Code generation for events.Christian2015-01-301-0/+51
* | Fallback functions.Christian2015-01-301-0/+31
|/
* Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulationchriseth2015-01-291-1/+1
|\
| * No longer exposing retrieveValueFromStorage() as a public functionLefteris Karapetsas2015-01-291-1/+1
* | Merge pull request #887 from chriseth/sol_excludeStdchriseth2015-01-291-0/+1
|\ \ | |/ |/|
| * Exclude standard contracts by default.Christian2015-01-291-0/+1
* | Super keyword.Christian2015-01-291-0/+24
|/
* Multiple elementary state variable accessors testLefteris Karapetsas2015-01-291-0/+25
* EVM Code for simple accessor function is properly generatedLefteris Karapetsas2015-01-291-0/+12
* Fix stack size of typetypes.Christian2015-01-291-0/+16
* Cleaner solution to provide standard sources.Christian2015-01-281-0/+15
* Merge pull request #857 from LianaHus/StringToHashchriseth2015-01-271-0/+91
|\
| * -added test case for hash8 to string1 conversionliana2015-01-271-1/+15
| * - modifications according to PR reviewliana2015-01-261-7/+18
| * - added conversion for string/hash of equal sizesliana2015-01-241-0/+66
* | Merge pull request #856 from chriseth/sol_modifiersGav Wood2015-01-271-0/+121
|\ \
| * | Call modifiers on constructor.Christian2015-01-261-0/+17
| * | Modifier overrides and callgraph analysis.Christian2015-01-261-2/+36
| * | Compilation of function modifiers.Christian2015-01-261-10/+60
| * | Type resolution for function modifiers.Christian2015-01-261-0/+20
| |/
* / Reverse order of inheritance in base list.Christian2015-01-261-2/+2
|/
* Include virtual function overrides in constructor context.Christian2015-01-201-0/+22
* Call constructors of base classes.Christian2015-01-201-0/+60
* Explicit calls to base class function.Christian2015-01-201-0/+15
* Inheritance in compiler.Christian2015-01-201-0/+60
* Merge pull request #805 from LianaHus/deleteStructchriseth2015-01-191-0/+89
|\
| * - corrected delete in case we have more than one localsliana2015-01-161-3/+5
| * removed spacesliana2015-01-161-4/+0
| * Corrected "delete" for local variables i.e. set them to 0liana2015-01-161-2/+31
| * - added functionality to set values to 0 when deleting structure(not for mapp...liana2015-01-151-0/+62
* | Re-enable MSVC warning 4307.Christian2015-01-151-8/+8
* | Specify value for contract creation.Christian2015-01-141-0/+28
* | Modify gas and value for external function call.Christian2015-01-141-1/+79
|/
* fixed warnings for msvc buildarkpar2015-01-131-0/+4
* Merge pull request #768 from chriseth/sol_contractsAreAddressesGav Wood2015-01-111-0/+33
|\
| * Contracts are Addresses.Christian2015-01-101-3/+21
| * Correct type conversions.Christian2015-01-101-0/+15
* | Coding style: Prefix for const variables.Christian2015-01-101-19/+19
* | Padding for ABI types.Christian2015-01-101-68/+67
|/
* Some changes to the log functions.Christian2015-01-091-20/+25
* Buildfix after semantical merge conflict.Christian2015-01-091-5/+5
* Merge pull request #754 from LefterisJP/sol_abiFunctionHashchriseth2015-01-091-142/+142
|\
| * Adjustments to Solidity compiler code for Function HashLefteris Karapetsas2015-01-091-1/+1
| * Compiler EVM generation now takes into account for the new function hashLefteris Karapetsas2015-01-091-142/+142
* | Documentation update.Gav Wood2015-01-091-0/+1
* | Unit testing for log in Solidity.Gav Wood2015-01-091-0/+92
|/
* Bugfix: Additional swap for compound assignment.Christian2014-12-191-0/+35
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+1137