Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bugfix in calldata unpacker. | chriseth | 2015-10-01 | 2 | -33/+27 | |
| | | | | | The offset was not specified correctly if memory activity preceded the unpacker. | |||||
* | Provide types for VariableDeclaration. | chriseth | 2015-09-24 | 3 | -1/+15 | |
| | ||||||
* | Merge pull request #95 from chriseth/styleCleanup | chriseth | 2015-09-24 | 1 | -39/+95 | |
|\ | | | | | Style cleanup. | |||||
| * | Style cleanup. | chriseth | 2015-09-24 | 1 | -39/+95 | |
| | | ||||||
* | | improved overflow check in memorySize for ArrayType | LianaHus | 2015-09-24 | 1 | -3/+3 | |
|/ | ||||||
* | Merge pull request #91 from chriseth/literalStringsToStoragePointer | chriseth | 2015-09-24 | 1 | -1/+3 | |
|\ | | | | | Literal strings to storage pointer | |||||
| * | Do not allow assignment from literal strings to storage pointers. | chriseth | 2015-09-23 | 1 | -1/+3 | |
| | | | | | | | | Fixes #90 | |||||
* | | improved the test | LianaHus | 2015-09-23 | 1 | -2/+3 | |
| | | ||||||
* | | style fix | LianaHus | 2015-09-23 | 1 | -1/+0 | |
| | | ||||||
* | | fixed-sized arrays as return type | LianaHus | 2015-09-23 | 4 | -10/+35 | |
|/ | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | |||||
* | Merge pull request #85 from chriseth/warnings | chriseth | 2015-09-23 | 30 | -1586/+2176 | |
|\ | | | | | Support mulitple errors and warnings. | |||||
| * | Style fix. | chriseth | 2015-09-22 | 1 | -1/+2 | |
| | | ||||||
| * | Build fix for MacOS. | chriseth | 2015-09-22 | 1 | -4/+4 | |
| | | ||||||
| * | Error formatting. | chriseth | 2015-09-22 | 4 | -36/+38 | |
| | | ||||||
| * | Refactored annotations. | chriseth | 2015-09-22 | 8 | -45/+186 | |
| | | ||||||
| * | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 29 | -1587/+2035 | |
| | | ||||||
* | | Merge pull request #87 from chriseth/fixVersion | chriseth | 2015-09-23 | 1 | -2/+4 | |
|\ \ | | | | | | | Add libevmasm version string. | |||||
| * | | Add libevmasm version string. | chriseth | 2015-09-22 | 1 | -2/+4 | |
| |/ | ||||||
* / | fixed using string as a type for struct member | LianaHus | 2015-09-17 | 2 | -4/+7 | |
|/ | ||||||
* | Merge pull request #79 from arkpar/cmake | Marek Kotewicz | 2015-09-17 | 1 | -1/+1 | |
|\ | | | | | Per project versioning | |||||
| * | per project versioning | arkpar | 2015-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | style | LianaHus | 2015-09-16 | 1 | -6/+2 | |
| | | ||||||
* | | style fixes | LianaHus | 2015-09-16 | 3 | -5/+5 | |
| | | ||||||
* | | throw statement implementation | LianaHus | 2015-09-16 | 13 | -1/+76 | |
| | | ||||||
* | | removed unneccessary check from ExpresiionCompiler | LianaHus | 2015-09-15 | 1 | -14/+0 | |
| | | ||||||
* | | style fixes | LianaHus | 2015-09-15 | 1 | -2/+3 | |
| | | ||||||
* | | fixed conflict mergeing | LianaHus | 2015-09-15 | 1 | -2/+2 | |
| | | ||||||
* | | - changed implementation | LianaHus | 2015-09-15 | 1 | -36/+53 | |
| | | | | | | | | | | | | | | - style fixes Conflicts: libsolidity/AST.cpp | |||||
* | | Update ExpressionCompiler.cpp | LianaHus | 2015-09-15 | 1 | -1/+2 | |
| | | | | | | | | | | Conflicts: libsolidity/ExpressionCompiler.cpp | |||||
* | | added compile time check for out of bounds access for ordinary arrays | LianaHus | 2015-09-15 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | todo: check for dynamicaly sized arrays Conflicts: libsolidity/ExpressionCompiler.cpp | |||||
* | | Merge pull request #70 from chriseth/sol_libraries2 | chriseth | 2015-09-14 | 3 | -4/+20 | |
|\ \ | |/ |/| | Commandline interface for linker. | |||||
| * | Commandline interface for the linker. | chriseth | 2015-09-12 | 2 | -2/+15 | |
| | | ||||||
| * | Small fixes to the type system concerning libraries. | chriseth | 2015-09-11 | 1 | -2/+5 | |
| | | ||||||
* | | Merge pull request #66 from chriseth/sol_libraries | chriseth | 2015-09-12 | 15 | -87/+159 | |
|\| | | | | | Calling libraries. | |||||
| * | Style. | chriseth | 2015-09-11 | 1 | -1/+2 | |
| | | ||||||
| * | Possibility to call library functions. | chriseth | 2015-09-11 | 4 | -18/+48 | |
| | | ||||||
| * | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 7 | -56/+68 | |
| | | ||||||
| * | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 6 | -13/+42 | |
| | | ||||||
* | | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args | chriseth | 2015-09-11 | 1 | -2/+5 | |
|\ \ | |/ |/| | too many indexed arguments for event | |||||
| * | add call for EventDefinition::checkTypeRequirements() | LianaHus | 2015-09-11 | 1 | -2/+5 | |
| | | ||||||
* | | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itself | chriseth | 2015-09-11 | 2 | -3/+12 | |
|\ \ | |/ |/| | Added error when creating a contract from within itself | |||||
| * | style fixes | LianaHus | 2015-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | added type check if the type of the var decl is one of base contract type | LianaHus | 2015-09-10 | 2 | -3/+12 | |
| | | ||||||
* | | - added tests to test empty comment | LianaHus | 2015-09-10 | 2 | -4/+7 | |
|/ | | | | | - fixed skipSingleLineComment - some style fixes | |||||
* | Stylistic corrections. | chriseth | 2015-09-09 | 1 | -1/+1 | |
| | ||||||
* | Fix for constant strings. | chriseth | 2015-09-08 | 3 | -6/+28 | |
| | ||||||
* | Merge pull request #41 from LianaHus/sol_rename_getters | chriseth | 2015-09-08 | 37 | -1418/+1444 | |
|\ | | | | | solidity interface changes. removing get prefix | |||||
| * | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 7 | -16/+23 | |
| | | | | | | | | - style fixes | |||||
| * | removed get prefix | LianaHus | 2015-09-08 | 11 | -37/+49 | |
| | | | | | | | | style fixes | |||||
| * | renamed getter functions | LianaHus | 2015-09-08 | 35 | -1391/+1398 | |
| | | ||||||
* | | changes required to compile solidity in a single project | debris | 2015-09-01 | 1 | -4/+1 | |
|/ | ||||||
* | Merge pull request #24 from LianaHus/sol_fix_error_check | Gav Wood | 2015-08-27 | 1 | -1/+1 | |
|\ | | | | | added check for having type in VariableDeclaration::checkTypeRequirem… | |||||
| * | added check for having type in VariableDeclaration::checkTypeRequirements() | LianaHus | 2015-08-24 | 1 | -1/+1 | |
| | | ||||||
* | | client refactor | debris | 2015-08-27 | 1 | -4/+1 | |
| | | ||||||
* | | Merge pull request #26 from arkpar/cmake | Marek Kotewicz | 2015-08-24 | 1 | -6/+3 | |
|\ \ | |/ |/| | Refactored CMakeLists for new module system | |||||
| * | Refactoreed CMakeLists for new module system | arkpar | 2015-08-24 | 1 | -6/+3 | |
| | | ||||||
* | | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_var | chriseth | 2015-08-22 | 5 | -4/+24 | |
|\ \ | | | | | | | fixed the issue with accessors for constant state variables | |||||
| * | | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 5 | -4/+24 | |
| |/ | | | | | | | fixed the issue with accessors for constant state variables | |||||
* / | Propagate exceptions in clone calls. | chriseth | 2015-08-21 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #7 from chriseth/moreInfoForCommandlineOptions | Gav Wood | 2015-08-20 | 1 | -1/+1 | |
|\ | | | | | More information for help screen, some fixes for argument parsing. | |||||
| * | More information for help screen, some fixes for argument parsing. | chriseth | 2015-08-20 | 1 | -1/+1 | |
| | | ||||||
* | | Modularise CMakeLists files and integrate tests. | chriseth | 2015-08-20 | 1 | -6/+6 | |
|/ | ||||||
* | include Version.h under libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -1/+1 | |
| | ||||||
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 51 | -0/+18332 | |