Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added anonymous flag to event. | Liana Husikyan | 2015-03-17 | 1 | -0/+1 |
| | | | | added test | ||||
* | Style fixes and some additional hash to bytes32 renaming | Lefteris Karapetsas | 2015-03-12 | 1 | -3/+3 |
| | |||||
* | byte is now an alias for byte1 | Lefteris Karapetsas | 2015-03-12 | 1 | -3/+4 |
| | |||||
* | Most EndToEndTests are now compliant with the Bytes renaming | Lefteris Karapetsas | 2015-03-12 | 1 | -1/+2 |
| | |||||
* | Bytes Tokens properly named and NameAndTypeResolution tests work | Lefteris Karapetsas | 2015-03-12 | 1 | -32/+32 |
| | |||||
* | More changes towards getting rid of HashXX | Lefteris Karapetsas | 2015-03-12 | 1 | -3/+1 |
| | |||||
* | start of cleanup | Lefteris Karapetsas | 2015-03-12 | 1 | -66/+33 |
| | |||||
* | Add date/time language to solidity. | Gav Wood | 2015-03-06 | 1 | -8/+16 |
| | |||||
* | Consolidating macro resolution to one header file as per project owner ↵ | jhuntley | 2015-03-05 | 1 | -11/+1 |
| | | | | | | request. Added inline comments covering reasons for undef of macros. Resolves issues with problem #832: Adding UndefWindowsMacros.h to handle V8 CPP conflicts in Windows #832 | ||||
* | Update to resolve "#error : The macro "DELETE" from windows.h conflicts ↵ | jhuntley | 2015-03-05 | 1 | -1/+1 |
| | | | | with this file." on windows vs build. | ||||
* | Adding comments for #undef per project owner request. | jhuntley | 2015-03-05 | 1 | -6/+11 |
| | |||||
* | Updates for mingw support. #undef conflicting defines on windows. | jhuntley | 2015-03-05 | 1 | -0/+6 |
| | |||||
* | Replaced "inheritable" by "internal". | Christian | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | cppcheck fixes. | Gav Wood | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Rename "protected" to "inheritable". | Christian | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | "external" visibility specifier. | Christian | 2015-02-17 | 1 | -1/+3 |
| | |||||
* | Indentation fixes | Lefteris Karapetsas | 2015-02-14 | 1 | -33/+33 |
| | |||||
* | Parsing an enum AST node | Lefteris Karapetsas | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Adding enum Token and whitespace style at Token.h | Lefteris Karapetsas | 2015-02-14 | 1 | -21/+21 |
| | |||||
* | Introduced byte array type. | Christian | 2015-02-12 | 1 | -3/+3 |
| | |||||
* | add exponent operator | Lu Guanqun | 2015-02-10 | 1 | -2/+3 |
| | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/83746404 | ||||
* | Addressing issues in Enum style fix | Lefteris Karapetsas | 2015-02-10 | 1 | -40/+40 |
| | |||||
* | Changing Solidity Code to use CamelCase enum values | Lefteris Karapetsas | 2015-02-09 | 1 | -238/+233 |
| | |||||
* | Minor Style fixes | Lefteris Karapetsas | 2015-02-06 | 1 | -6/+6 |
| | |||||
* | Tests for ether subdenominations. Work in progress | Lefteris Karapetsas | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | Adding ether subdenominations after constan literals | Lefteris Karapetsas | 2015-02-05 | 1 | -0/+5 |
| | |||||
* | Visibility specifiers. | Christian | 2015-02-03 | 1 | -0/+2 |
| | |||||
* | Parsing of events. | Christian | 2015-01-30 | 1 | -0/+2 |
| | |||||
* | Function modifier parsing. | Christian | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | Inheritance parser. | Christian | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | Potential workaround for windows build. | Gav Wood | 2015-01-17 | 1 | -1/+2 |
| | |||||
* | also add compiler error if include order could cause a problem in windows | Lefteris Karapetsas | 2015-01-15 | 1 | -0/+4 |
| | |||||
* | More convenient function type construction. | Christian | 2015-01-12 | 1 | -0/+2 |
| | |||||
* | 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. |