aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityScanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add date/time language to solidity.Gav Wood2015-03-061-0/+17
|
* Addressing issues in Enum style fixLefteris Karapetsas2015-02-101-1/+1
|
* Changing Solidity Code to use CamelCase enum valuesLefteris Karapetsas2015-02-091-62/+62
|
* Minor Style fixesLefteris Karapetsas2015-02-061-4/+4
|
* Tests for ether subdenominations. Work in progressLefteris Karapetsas2015-02-051-0/+9
|
* Arbitrary precision integer constants.Christian2015-01-081-4/+8
|
* Fix for sol scanner where empty multiline comment became Natspec commentLefteris Karapetsas2015-01-051-0/+7
|
* Merge branch 'develop' into sol_natspecMultilineLefteris Karapetsas2014-12-181-2/+52
|
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+201
- 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