aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_argschriseth2015-09-111-2/+5
|\
| * add call for EventDefinition::checkTypeRequirements()LianaHus2015-09-111-2/+5
* | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itselfchriseth2015-09-112-3/+12
|\ \ | |/ |/|
| * style fixesLianaHus2015-09-111-1/+1
| * added type check if the type of the var decl is one of base contract typeLianaHus2015-09-102-3/+12
* | - added tests to test empty commentLianaHus2015-09-102-4/+7
|/
* Stylistic corrections.chriseth2015-09-091-1/+1
* Fix for constant strings.chriseth2015-09-083-6/+28
* Merge pull request #41 from LianaHus/sol_rename_getterschriseth2015-09-0837-1418/+1444
|\
| * - renamed AST to ast and ABI to abiLianaHus2015-09-087-16/+23
| * removed get prefixLianaHus2015-09-0811-37/+49
| * renamed getter functionsLianaHus2015-09-0835-1391/+1398
* | changes required to compile solidity in a single projectdebris2015-09-011-4/+1
|/
* Merge pull request #24 from LianaHus/sol_fix_error_checkGav Wood2015-08-271-1/+1
|\
| * added check for having type in VariableDeclaration::checkTypeRequirements()LianaHus2015-08-241-1/+1
* | client refactordebris2015-08-271-4/+1
* | Merge pull request #26 from arkpar/cmakeMarek Kotewicz2015-08-241-6/+3
|\ \ | |/ |/|
| * Refactoreed CMakeLists for new module systemarkpar2015-08-241-6/+3
* | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_varchriseth2015-08-225-4/+24
|\ \
| * | add tests for state variables accessors. normal and constantLianaHus2015-08-215-4/+24
| |/
* / Propagate exceptions in clone calls.chriseth2015-08-211-0/+3
|/
* Merge pull request #7 from chriseth/moreInfoForCommandlineOptionsGav Wood2015-08-201-1/+1
|\
| * More information for help screen, some fixes for argument parsing.chriseth2015-08-201-1/+1
* | Modularise CMakeLists files and integrate tests.chriseth2015-08-201-6/+6
|/
* include Version.h under libsolidityLefteris Karapetsas2015-08-191-1/+1
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-1951-0/+18332