aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityExpressionCompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-061-18/+1
| | | | - Also use them in Solidity Parser
* Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PRLefteris Karapetsas2015-03-061-4/+21
|
* LValue refactoring.Christian2015-02-251-1/+1
|
* Reset CompilerContext's visited nodes at compile startLefteris Karapetsas2015-02-251-0/+1
|
* Camelcasing enums in Types.hLefteris Karapetsas2015-02-091-1/+1
|
* Tests and fixes for ether subdenominationsLefteris Karapetsas2015-02-051-13/+50
|
* Tests for ether subdenominations. Work in progressLefteris Karapetsas2015-02-051-1/+32
|
* Super keyword.Christian2015-01-291-3/+5
|
* Compilation of function modifiers.Christian2015-01-261-1/+4
|
* Adding blockhash test in Solidity ExpressionCompilerLefteris Karapetsas2015-01-201-2/+23
|
* Arbitrary precision integer constants.Christian2015-01-081-49/+39
|
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+408
- File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line