Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #683 | Gav Wood | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Bit operators should bind more strongly than comparison operators. | Christian | 2014-12-19 | 1 | -10/+10 |
| | |||||
* | Assertions that throw InternalCompilerErrors. | Christian | 2014-12-17 | 1 | -8/+5 |
| | |||||
* | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into ↵ | sveneh | 2014-12-13 | 1 | -0/+35 |
|\ | | | | | | | | | | | | | | | | | | | build_enhancement Conflicts: windows/LibEthereum.vcxproj windows/LibEthereum.vcxproj.filters Solved by removing files (not necessary anymore) | ||||
| * | Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants | Christian | 2014-12-13 | 1 | -0/+33 |
| |\ | | | | | | | | | | | | | Conflicts: test/solidityOptimizerTest.cpp | ||||
| | * | Support empty strings. | Christian | 2014-12-11 | 1 | -0/+1 |
| | | | |||||
| | * | String types. | Christian | 2014-12-10 | 1 | -0/+32 |
| | | | |||||
| * | | Swap literals to the end if optimizing. | Christian | 2014-12-12 | 1 | -0/+2 |
| |/ | |||||
* / | common improvements | debris | 2014-12-08 | 1 | -0/+3 |
|/ | |||||
* | Cleanup of scanner. | Christian | 2014-12-01 | 1 | -14/+0 |
| | | | | | Removed redundancy of keyword definitions and removed some unused token predicates. | ||||
* | Contracts as types and framework for special global variables. | Christian | 2014-11-24 | 1 | -1/+0 |
| | |||||
* | fixing typo and alignment | Lefteris Karapetsas | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | solidity scanner takes triple slash doc comments into account | Lefteris Karapetsas | 2014-11-19 | 1 | -0/+1 |
| | | | | | | | - Conditionally scanning for the documentation comments and gettings their contents. - Adding tests for this functionality of the scanner | ||||
* | Keywords for all integer types. | Christian | 2014-11-06 | 1 | -0/+84 |
| | |||||
* | Converted all asserts to exceptions. | Christian | 2014-11-05 | 1 | -53/+11 |
| | |||||
* | Replace BOOST_ASSERT by assert. | Christian | 2014-10-25 | 1 | -10/+9 |
| | |||||
* | Expression compiler. | Christian | 2014-10-25 | 1 | -0/+1 |
| | |||||
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -6/+6 |
| | |||||
* | Keyword cleanup | Christian | 2014-10-17 | 1 | -50/+12 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -101/+93 |
| | |||||
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -3/+10 |
| | |||||
* | Corrected indentation. | Christian | 2014-10-09 | 1 | -297/+297 |
| | |||||
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -0/+1 |
| | |||||
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -1/+34 |
| | |||||
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 1 | -0/+339 |
The scanner is a modified version of the v8 javascript scanner. |