Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing const | LianaHus | 2015-10-15 | 2 | -2/+2 |
| | |||||
* | indent | LianaHus | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | added const | LianaHus | 2015-10-15 | 2 | -4/+4 |
| | |||||
* | some more style fixes | LianaHus | 2015-10-15 | 5 | -21/+8 |
| | |||||
* | style fixes | LianaHus | 2015-10-15 | 2 | -16/+16 |
| | |||||
* | style fixes mostly | LianaHus | 2015-10-15 | 4 | -18/+42 |
| | |||||
* | removed commit | LianaHus | 2015-10-15 | 1 | -1/+0 |
| | |||||
* | mainly style fixes/renaming | LianaHus | 2015-10-15 | 5 | -13/+13 |
| | |||||
* | fixed new tests | LianaHus | 2015-10-15 | 3 | -26/+62 |
| | |||||
* | fixes error after conflict resolving | LianaHus | 2015-10-15 | 4 | -5/+3 |
| | |||||
* | errors instead of exceptions | LianaHus | 2015-10-15 | 10 | -155/+337 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | some fixes | LianaHus | 2015-10-15 | 3 | -4/+8 |
| | |||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 12 | -40/+89 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -3/+3 |
| | | | | | | | | Conflicts: libsolidity/Exceptions.h Conflicts: libsolidity/ReferencesResolver.cpp | ||||
* | Some further test fixes. | chriseth | 2015-10-13 | 2 | -25/+35 |
| | |||||
* | Some more tests and typos fixed. | chriseth | 2015-10-13 | 2 | -3/+4 |
| | |||||
* | Multi-variable declarations. | chriseth | 2015-10-13 | 7 | -65/+107 |
| | |||||
* | Introduced tuple type and added multi variable declarations to type | chriseth | 2015-10-10 | 5 | -87/+184 |
| | | | | checker. | ||||
* | Refactoring to allow multi-variable declarations. | chriseth | 2015-10-09 | 7 | -55/+120 |
| | |||||
* | Check invalid integer constants for functions accepting arbitrary arguments. | chriseth | 2015-10-08 | 1 | -4/+10 |
| | |||||
* | Resolve binary dependencies properly. | chriseth | 2015-10-07 | 6 | -20/+68 |
| | |||||
* | Merge pull request #122 from chriseth/anonymousEventsWithFourIndexedParams | chriseth | 2015-10-07 | 1 | -1/+3 |
|\ | | | | | Allow four indexed arguments for anynomous events. | ||||
| * | Allow four indexed arguments for anynomous events. | chriseth | 2015-10-07 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #118 from chriseth/rejectEtherSentToLibrary | chriseth | 2015-10-07 | 1 | -0/+3 |
|\ \ | |/ |/| | Reject ether sent to library. | ||||
| * | Reject ether sent to library. | chriseth | 2015-10-07 | 1 | -0/+3 |
| | | |||||
* | | Fix boost error. | chriseth | 2015-10-07 | 1 | -11/+12 |
|/ | |||||
* | Add const. | chriseth | 2015-10-06 | 2 | -4/+4 |
| | |||||
* | Compiler version stamp. | chriseth | 2015-10-06 | 6 | -2/+59 |
| | |||||
* | Add structs to library interface. | chriseth | 2015-10-06 | 1 | -6/+29 |
| | |||||
* | Provide access to scoped structs. | chriseth | 2015-10-06 | 7 | -21/+45 |
| | |||||
* | Compute canonical names of types for function signatures. | chriseth | 2015-10-06 | 12 | -39/+145 |
| | |||||
* | Encode storage items correctly for library calls. | chriseth | 2015-10-06 | 2 | -2/+10 |
| | |||||
* | Tests apart from new one work fine. | chriseth | 2015-10-06 | 7 | -38/+50 |
| | |||||
* | Split external type into ecoding and interface type. | chriseth | 2015-10-06 | 7 | -55/+128 |
| | |||||
* | Store small byte arrays and strings in storage in one slot with their | chriseth | 2015-10-02 | 4 | -50/+229 |
| | | | | length. | ||||
* | -fixed the warning printing | LianaHus | 2015-10-02 | 2 | -5/+6 |
| | | | | -style fixes | ||||
* | -added warning case to cl compiler | LianaHus | 2015-10-02 | 1 | -1/+1 |
| | | | | -modified warning msg | ||||
* | removed unnecessary function declaration | LianaHus | 2015-10-02 | 1 | -2/+0 |
| | |||||
* | added warning for noninitialized references in storage. | LianaHus | 2015-10-02 | 3 | -6/+26 |
| | |||||
* | style fixes | LianaHus | 2015-10-02 | 1 | -8/+16 |
| | |||||
* | style fixes | LianaHus | 2015-10-02 | 1 | -12/+31 |
| | |||||
* | 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 |