Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #876 from chriseth/fixppa | chriseth | 2016-08-12 | 1 | -4/+0 | |
|\ \ \ \ | | | | | | | | | | | Enable publishing again. | |||||
| * | | | | Enable publishing again. | chriseth | 2016-08-12 | 1 | -4/+0 | |
| | | | | | ||||||
* | | | | | Merge pull request #872 from Denton-L/modify-readme | Bob Summerwill | 2016-08-12 | 1 | -9/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update README | |||||
| * | | | | | Update README | Denton Liu | 2016-08-12 | 1 | -9/+6 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #874 from bobsummerwill/enable_zip | Bob Summerwill | 2016-08-12 | 1 | -1/+39 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added a lot of comments to the TravisCI ZIP release section, for Christian's benefit | |||||
| * | | | | | | Added a lot of comments to the TravisCI ZIP release section, for Christian's ↵ | Bob Summerwill | 2016-08-12 | 1 | -1/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | benefit. | |||||
* | | | | | | | Merge pull request #873 from bobsummerwill/enable_zip | Bob Summerwill | 2016-08-12 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | Flip whitelisting back to 'release' branch. | |||||
| * | | | | | | Flip whitelisting back to 'release' branch. | Bob Summerwill | 2016-08-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, it looks like my auth token is no good. Christian will likely have to create one for it to work. I that he has super-powers for solidity which I do not. I believe I am a full admin for cpp-ethereum, though, so should be able to generate working auth tokens for that. | |||||
* | | | | | | | Merge pull request #871 from bobsummerwill/enable_zip | Bob Summerwill | 2016-08-12 | 1 | -1/+10 | |
|\| | | | | | | |/ / / / / |/| | | | | | Added comments about 'auth_token' setup for Appveyor | |||||
| * | | | | | Added comments about 'auth_token' setup for Appveyor. | Bob Summerwill | 2016-08-12 | 1 | -1/+10 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Switched the white-listed branch to 'develop', so we can dry-run the Windows ZIP generation here. On success, will then delete those artifacts and switch the whitelisting back to 'release', pending creation of a release branch for the solidity repo. | |||||
* | | | | | Merge pull request #857 from cholewa1992/patch-1 | chriseth | 2016-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update installing-solidity.rst | |||||
| * | | | | | Update installing-solidity.rst | Jacob Benjamin Cholewa | 2016-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | The JsonCpp library is also a needed dependency | |||||
* | | | | | | Merge pull request #870 from chriseth/fixppa | chriseth | 2016-08-12 | 1 | -10/+5 | |
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | Debug publishing. | |||||
| * | | | | Debug publishing. | chriseth | 2016-08-12 | 1 | -10/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #867 from chriseth/fixppa | chriseth | 2016-08-11 | 1 | -0/+10 | |
|\ \ \ \ | |_|/ / |/| | | | Debug publishing. | |||||
| * | | | Debug publishing. | chriseth | 2016-08-11 | 1 | -0/+10 | |
|/ / / | ||||||
* | | | Merge pull request #862 from chriseth/fixpublish | chriseth | 2016-08-11 | 1 | -16/+16 | |
|\ \ \ | | | | | | | | | Fix the publishing script to not publish multiple times per day. | |||||
| * | | | Fix the publishing script to not publish multiple times per day. | chriseth | 2016-08-11 | 1 | -16/+16 | |
|/ / / | ||||||
* | | | Merge pull request #861 from bobsummerwill/zips | Bob Summerwill | 2016-08-11 | 4 | -52/+48 | |
|\ \ \ | | | | | | | | | Re-add the ZIP release flow for Solidity | |||||
| * | | | Re-add the ZIP release flow for Solidity. | Bob Summerwill | 2016-08-11 | 4 | -52/+48 | |
|/ / / | | | | | | | | | | | | | | | | It is all within conditionals such that it only works for 'release'. Just want to start on getting it re-enabled. Also disabled the Appveyor cache, because it is unreliable. | |||||
* | | | Merge pull request #824 from Denton-L/fix-typo | chriseth | 2016-08-11 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Fix typo | |||||
| * | | | Add missing s | Denton Liu | 2016-08-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Refix typo | Denton Liu | 2016-08-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix typo | Denton Liu | 2016-08-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #722 from NicolaiSoeborg/develop | chriseth | 2016-08-11 | 3 | -29/+83 | |
|\ \ \ \ | | | | | | | | | | | Fixes to grammar.txt [WIP] | |||||
| * | | | | Add syntax for fallback functions | Nicolai | 2016-08-09 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Split ElementaryTypeName into smaller rules | Nicolai | 2016-08-02 | 1 | -5/+11 | |
| | | | | | ||||||
| * | | | | Remove ambiguity from EventDefinition. Fix SourceUnit | Nicolai | 2016-08-02 | 1 | -9/+9 | |
| | | | | | ||||||
| * | | | | Remove 'reduce/reduce conflicts' with comma operator | Nicolai | 2016-07-31 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix reduce/reduce conflicts w/ multiple FunctionCall in Expression | Nicolai | 2016-07-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Remove TypeParameterList | Nicolai | 2016-07-30 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Fixes to expression | Nicolai | 2016-07-27 | 1 | -10/+9 | |
| | | | | | ||||||
| * | | | | Added wildcard to UsingForDeclaration | Nicolai | 2016-07-27 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Imports => ImportDirective | Nicolai | 2016-07-27 | 1 | -5/+6 | |
| | | | | | ||||||
| * | | | | Remove assignment as expr. Add functionCall as primaryExpression | Nicolai | 2016-07-26 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Fix missing seperator from commit 8b450dd8 | Nicolai | 2016-07-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Added PlaceholderStatement | Nicolai | 2016-07-25 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Add StorageLocation | Nicolai | 2016-07-25 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Allow function to call modifiers | Nicolai | 2016-07-25 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Order expression according to PR 732 | Nicolai | 2016-07-23 | 1 | -9/+18 | |
| | | | | | ||||||
| * | | | | New regex for StringLiteral | Nicolai | 2016-07-23 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Begin fixing expression syntax | Nicolai | 2016-07-23 | 1 | -14/+18 | |
| | | | | | ||||||
| * | | | | Added UsingDeclaration | Nicolai | 2016-07-21 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | Extend EventDefinition | Nicolai | 2016-07-21 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fix missing 'ether' from NumberUnit. Extend StringLiteral syntax | Nicolai | 2016-07-20 | 1 | -5/+3 | |
| | | | | | ||||||
| * | | | | Added missing (u)fixed types | Nicolai | 2016-07-20 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | Extend NumberLiteral with units | Nicolai | 2016-07-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Added imports | Nicolai | 2016-07-20 | 1 | -1/+6 | |
| | | | | | ||||||
| * | | | | Add EventDefinition | Nicolai | 2016-07-20 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | NumberLiteral: Allow 0x prefix | Nicolai | 2016-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Allow function returns to be unnamed | Nicolai | 2016-07-20 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fix StructDef. Add BoolLiteral. Def NumLiteral, StringLiteral and Identifier. | Nicolai | 2016-07-20 | 1 | -3/+8 | |
| | | | | | ||||||
| * | | | | Fix missing quotes in ElementaryTypeName | Nicolai | 2016-07-20 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Added ElementaryTypeName, removed explicit recursion | Nicolai | 2016-07-20 | 1 | -1/+8 | |
| | | | | | ||||||
| * | | | | Add forStmt to Stmt, removes BasicBinaryOperation, throw expr, explicit rec ↵ | Nicolai | 2016-07-19 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | in ArrTypeName | |||||
| * | | | | Remove "in", extra semicolons, forced function param. Added "throw". Changes ↵ | Nicolai | 2016-07-19 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | FunctionCall & IndexAccess | |||||
| * | | | | grammar.txt: Fixes to EnumDef and ArrayTypeName | Nicolai | 2016-07-19 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | grammer.txt: inheritable => internal | Nicolai | 2016-07-19 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Grammar: tab => spaces | Nicolai Søborg | 2016-07-15 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Typos + added missing grammar rules | Nicolai | 2016-07-15 | 1 | -3/+9 | |
| | | | | | ||||||
| * | | | | Remove the remains of "expresison" | Nicolai | 2016-07-15 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #859 from chriseth/fixppa | chriseth | 2016-08-11 | 2 | -4/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix ppa script | |||||
| * | | | | | Update release date. | chriseth | 2016-08-11 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix ppa script. | chriseth | 2016-08-11 | 1 | -3/+6 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #848 from bobsummerwill/alpine_linux_install_deps | Bob Summerwill | 2016-08-10 | 1 | -6/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Blind attempt at adding Alpine Linux support to release.sh | |||||
| * | | | | | Adding Alpine Linux support to release.sh | Bob Summerwill | 2016-08-09 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks for @rainbean and @VoR0220. | |||||
* | | | | | | Merge pull request #794 from chriseth/fixastsource | chriseth | 2016-08-10 | 2 | -3/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix segfault in ast output. | |||||
| * | | | | | | Fix segfault in ast output. | chriseth | 2016-08-09 | 2 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #775 from chriseth/version | chriseth | 2016-08-10 | 3 | -2/+189 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Version 0.3.6 | |||||
| * | | | | | | Version 0.3.6 | chriseth | 2016-08-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Add changelog to source tree. | chriseth | 2016-08-10 | 2 | -1/+188 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #823 from chriseth/releaseppa | chriseth | 2016-08-10 | 1 | -0/+238 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PPA release script, still work in progress. | |||||
| * | | | | | | Make aware of branches and only create source tarball once. | chriseth | 2016-08-10 | 1 | -11/+38 | |
| | | | | | | | ||||||
| * | | | | | | Correct jsoncpp versions. | chriseth | 2016-08-10 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Do not compile sphinx docs for now, so we get to a workable state. | chriseth | 2016-08-10 | 1 | -5/+4 | |
| | | | | | | | ||||||
| * | | | | | | PPA release script, still work in progress. | chriseth | 2016-08-10 | 1 | -0/+212 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #826 from axic/utf8-check | chriseth | 2016-08-10 | 4 | -1/+128 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | AST printer: do not output invalid UTF8 sequences | |||||
| * | | | | | Remove dev::utf8 namespace | Alex Beregszaszi | 2016-08-09 | 3 | -11/+1 | |
| | | | | | | ||||||
| * | | | | | Use size_t in dev::utf8::validate() | Alex Beregszaszi | 2016-08-09 | 3 | -7/+7 | |
| | | | | | | ||||||
| * | | | | | Use consts in dev::utf8::validate() | Alex Beregszaszi | 2016-08-09 | 2 | -7/+7 | |
| | | | | | | ||||||
| * | | | | | Use utf8::validate in StringLiteral::toString | Alex Beregszaszi | 2016-08-09 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | Include UTF8 helpers in libdevcore | Alex Beregszaszi | 2016-08-09 | 2 | -0/+126 | |
| | | | | | | ||||||
| * | | | | | Move LiteralString::toString from the header | Alex Beregszaszi | 2016-08-09 | 2 | -1/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #855 from chriseth/libraries | chriseth | 2016-08-10 | 8 | -13/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Rename libevmasm. | |||||
| * | | | | Rename libevmasm. | chriseth | 2016-08-10 | 8 | -12/+10 | |
| | | | | | ||||||
| * | | | | Correctly require jsoncpp | chriseth | 2016-08-10 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #828 from axic/identity-gas-fix | chriseth | 2016-08-09 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | Fix identity precompile gas calculation | |||||
| * | | | Fix identity precompile gas calculation | Alex Beregszaszi | 2016-08-06 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #820 from mocamircea/patch-3 | chriseth | 2016-08-08 | 1 | -0/+20 | |
|\ \ \ \ | | | | | | | | | | | Update layout-of-source-files.rst | |||||
| * | | | | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -0/+20 | |
| |/ / / | | | | | | | | | An example of natspec comment. | |||||
* | | | | Merge pull request #819 from mocamircea/patch-2 | chriseth | 2016-08-08 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update layout-of-source-files.rst | |||||
| * | | | | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | better reading | |||||
* | | | | Merge pull request #818 from mocamircea/patch-1 | chriseth | 2016-08-08 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update layout-of-source-files.rst | |||||
| * | | | | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | The phrase eds with the given example. | |||||
* | | | | Merge pull request #834 from chriseth/devcorecleanup | chriseth | 2016-08-08 | 13 | -296/+7 | |
|\ \ \ \ | | | | | | | | | | | Some cleanup regarding libdevcore. Also rename to avoid conflicts. | |||||
| * | | | | Correct library usage. | chriseth | 2016-08-08 | 5 | -6/+6 | |
| | | | | | ||||||
| * | | | | Some cleanup regarding libdevcore. Also rename to avoid conflicts. | chriseth | 2016-08-06 | 9 | -292/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #800 from winsvega/fixbuild | chriseth | 2016-08-08 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | fix build on windows | |||||
| * | | | | fix build on windows | Dmitry K | 2016-08-03 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #829 from bobsummerwill/xcode8 | Greg Colvin | 2016-08-07 | 1 | -0/+7 | |
|\ \ \ \ | | | | | | | | | | | Added xcode8 support to TravisCI | |||||
| * | | | | Added xcode8 support to TravisCI | Bob Summerwill | 2016-08-06 | 1 | -0/+7 | |
|/ / / / | | | | | | | | | | | | | This TravisCI profile will be the basis of macOS Sierra support. | |||||
* | | | | Merge pull request #822 from chriseth/noheaders | Bob Summerwill | 2016-08-06 | 4 | -7/+0 | |
|\ \ \ \ | |_|/ / |/| | | | Do not install headers. | |||||
| * | | | Do not install headers. | chriseth | 2016-08-05 | 4 | -7/+0 | |
|/ / / | ||||||
* | | | Merge pull request #666 from axic/feature/unicode-escape | chriseth | 2016-08-05 | 4 | -1/+88 | |
|\ \ \ | | | | | | | | | Support unicode escape characters | |||||
| * | | | Document \n, \xNN and \uNNNN | Alex Beregszaszi | 2016-08-05 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fix String Literals documentation about implicit conversions | Alex Beregszaszi | 2016-08-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rename addUnicodeChar to addUnicodeAsUTF8 | Alex Beregszaszi | 2016-08-05 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Include Unicode tests in the scanner | Alex Beregszaszi | 2016-08-05 | 1 | -0/+40 | |
| | | | | ||||||
| * | | | Support Unicode escape characters in string literals ('\uUUUU') | Alex Beregszaszi | 2016-08-05 | 2 | -0/+45 | |
| | | | | | | | | | | | | | | | | Fixes #638 | |||||
* | | | | Merge pull request #803 from bobsummerwill/ipc_flag | chriseth | 2016-08-05 | 1 | -10/+2 | |
|\ \ \ \ | | | | | | | | | | | Switch to simpler --ipc parameterization for softest | |||||
| * | | | | Switch to simpler --ipc parameterization for softest. | Bob Summerwill | 2016-08-05 | 1 | -10/+2 | |
| | |/ / | |/| | | | | | | | | | | This is now possible on macOS after winsvega's fix. | |||||
* | | | | Merge pull request #816 from ethereum/chriseth-patch-4 | chriseth | 2016-08-05 | 1 | -38/+10 | |
|\ \ \ \ | |_|/ / |/| | | | Build using solidity-standalone. | |||||
| * | | | Build using solidity-standalone. | chriseth | 2016-08-04 | 1 | -38/+10 | |
| | | | | ||||||
* | | | | Merge pull request #817 from chriseth/workaround | chriseth | 2016-08-04 | 1 | -0/+520 | |
|\ \ \ \ | |/ / / |/| | | | Add boost workaround for specific version. | |||||
| * | | | Add boost workaround for specific version. | chriseth | 2016-08-04 | 1 | -0/+520 | |
|/ / / | ||||||
* | | | Merge pull request #811 from chriseth/encrypt | chriseth | 2016-08-03 | 2 | -1/+1 | |
|\ \ \ | | | | | | | | | Change deploy key. | |||||
| * | | | Change deploy key. | chriseth | 2016-08-03 | 2 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #810 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Re-enabled Appveyor cache. | |||||
| * | | | Re-enabled Appveyor cache. | Bob Summerwill | 2016-08-03 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #809 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -6/+6 | |
|\| | | | | | | | | | | | OK - Looks like Appveyor softest automation still needs more work bef… | |||||
| * | | | OK - Looks like Appveyor softest automation still needs more work before it ↵ | Bob Summerwill | 2016-08-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | is ready to do. | |||||
* | | | | Merge pull request #808 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -2/+1 | |
|\| | | | | | | | | | | | Clear Appveyor cache. | |||||
| * | | | Clear Appveyor cache. | Bob Summerwill | 2016-08-03 | 1 | -2/+1 | |
|/ / / | ||||||
* | | | Merge pull request #807 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Re-enable code builds for Solidity unit-tests within Appveyor. | |||||
| * | | | Re-enable code builds for Solidity unit-tests within Appveyor. | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #806 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -7/+7 | |
|\| | | | | | | | | | | | Let's try Windows Tests-over-IPC and see where we are at | |||||
| * | | | Let's try Windows Tests-over-IPC and see where we are at. | Bob Summerwill | 2016-08-03 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | Will tweak-to-work or drop it back-out. In the absence of working Appveyor PRs, I'm having to do this a bit ugly. | |||||
* | | | | Merge pull request #805 from bobsummerwill/develop | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
|\| | | | | | | | | | | | Fixed up broken ifdefs in new sockets code | |||||
| * | | | Fixed up broken ifdefs in new sockets code. | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #804 from bobsummerwill/fix_build_error | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix build break in new TestHelper code | |||||
| * | | | Fix build break in new TestHelper code. | Bob Summerwill | 2016-08-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #799 from winsvega/winpipe | Bob Summerwill | 2016-08-03 | 6 | -30/+199 | |
|\ \ \ | |/ / |/| | | Winpipe | |||||
| * | | Windows pipe for soltest | Dmitry K | 2016-08-03 | 6 | -35/+176 | |
| | | | ||||||
| * | | Merge branch 'develop' of https://github.com/ethereum/solidity into develop | Dmitry K | 2016-08-02 | 82 | -218/+6041 | |
| |\ \ | ||||||
| * | | | windowspipe | Dmitry K | 2016-08-02 | 2 | -0/+28 | |
| | | | | ||||||
* | | | | Merge pull request #798 from chriseth/docs | chriseth | 2016-08-02 | 2 | -1/+3 | |
|\ \ \ \ | | | | | | | | | | | Install dependencies for docs. | |||||
| * | | | | Install dependencies for docs. | chriseth | 2016-08-02 | 2 | -1/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #793 from chriseth/parbuild | chriseth | 2016-08-02 | 4 | -21/+31 | |
|\ \ \ \ | | | | | | | | | | | Parallel builds for emscripten and docs. | |||||
| * | | | | Fix docs script. | chriseth | 2016-08-02 | 1 | -5/+4 | |
| | | | | | ||||||
| * | | | | Do not explicitly specify emscripten compiler. | chriseth | 2016-08-02 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | Make docs script executable. | chriseth | 2016-08-02 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | Only install deps for default job. | chriseth | 2016-08-02 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Show ubuntu version in error. | chriseth | 2016-08-02 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Parallel builds for emscripten and docs. | chriseth | 2016-08-02 | 2 | -11/+22 | |
| | | | | | ||||||
* | | | | | Merge pull request #797 from yann300/sourceMapping | chriseth | 2016-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | fix sourcemapping | |||||
| * | | | | sourcemapping | yann300 | 2016-08-02 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #795 from bobsummerwill/10min_timeout | chriseth | 2016-08-02 | 2 | -17/+58 | |
|\ \ \ \ | |_|/ / |/| | | | Constraint Emscripten publish step to Ubuntu runs | |||||
| * | | | Constraint Emscripten publish step to Ubuntu runs. | Bob Summerwill | 2016-08-02 | 2 | -17/+58 | |
|/ / / | | | | | | | | | | | | | More detailed comments for public step and for unit-test retry logic. Reordered caching steps alphabetically. | |||||
* | | | Merge pull request #792 from chriseth/optimizer | chriseth | 2016-08-02 | 3 | -5/+9 | |
|\ \ \ | | | | | | | | | Further fixes to the optimizer. | |||||
| * | | | Further fixes to the optimizer. | chriseth | 2016-08-02 | 3 | -5/+9 | |
|/ / / | ||||||
* | | | Merge pull request #791 from chriseth/emscrip | chriseth | 2016-08-02 | 2 | -10/+5 | |
|\ \ \ | | | | | | | | | Further tweaks to the build. | |||||
| * | | | Build emscripten in build-emscripten to separate cache. | chriseth | 2016-08-02 | 2 | -10/+4 | |
| | | | | ||||||
| * | | | Cache. | chriseth | 2016-08-02 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #774 from chriseth/srcmapruntime | chriseth | 2016-08-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Bugfix: Correctly use srcmap-runtime. | |||||
| * | | | Bugfix: Correctly use srcmap-runtime. | chriseth | 2016-08-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #786 from bobsummerwill/jsonrpcstub | chriseth | 2016-08-01 | 1 | -42/+0 | |
|\ \ \ \ | | | | | | | | | | | Remove unused jsonrpcstub code in cmake/ | |||||
| * | | | | Remove unused jsonrpcstub code in cmake/ | Bob Summerwill | 2016-08-01 | 1 | -42/+0 | |
| |/ / / | | | | | | | | | | | | | Fixes https://github.com/ethereum/solidity/issues/779 | |||||
* | | | | Merge pull request #762 from chriseth/optimizer | chriseth | 2016-08-01 | 4 | -3/+70 | |
|\ \ \ \ | | | | | | | | | | | Optimizer | |||||
| * | | | | Run the tests only three times. | chriseth | 2016-08-01 | 2 | -10/+8 | |
| | | | | | ||||||
| * | | | | Reset knowledge in optimizer for path joins. | chriseth | 2016-08-01 | 3 | -3/+12 | |
| | | | | | ||||||
| * | | | | Test case. | chriseth | 2016-08-01 | 1 | -0/+58 | |
| | | | | | ||||||
* | | | | | Merge pull request #788 from chriseth/emscrip | chriseth | 2016-08-01 | 5 | -21/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix emscripten build and add caches. | |||||
| * | | | | | Cache. | chriseth | 2016-08-01 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | Fix emscripten build. | chriseth | 2016-08-01 | 3 | -11/+7 | |
| | | | | | | ||||||
| * | | | | | Run the tests only three times. | chriseth | 2016-08-01 | 2 | -10/+8 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #776 from chriseth/deploydocs | chriseth | 2016-08-01 | 1 | -1/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Deploydocs | |||||
| * | | | | Made snippet work as is. | chriseth | 2016-08-01 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Update contracts.rst | cseberino | 2016-08-01 | 1 | -2/+6 | |
| |/ / / | ||||||
* | | | | Merge pull request #773 from bobsummerwill/enable_release_flow | chriseth | 2016-08-01 | 1 | -8/+8 | |
|\ \ \ \ | | | | | | | | | | | Enable the Emscripten release flow | |||||
| * | | | | Enable the Emscripten release flow. | Bob Summerwill | 2016-08-01 | 1 | -8/+8 | |
| |/ / / | | | | | | | | | | | | | | | | | Now that the standalone changes are committed to develop we need to "flush the pipe". When it is working we can disable the webthree-umbrella original. | |||||
* | | | | Merge pull request #761 from chriseth/fixOptimizerTests | chriseth | 2016-08-01 | 1 | -3/+6 | |
|\ \ \ \ | | | | | | | | | | | Fix optimizer tests. | |||||
| * | | | | Fix optimizer tests. | chriseth | 2016-08-01 | 1 | -3/+6 | |
| |/ / / | ||||||
* | | | | Merge pull request #750 from ethereum/chriseth-patch-2 | chriseth | 2016-08-01 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Correct source map definition. | |||||
| * | | | | Correct source map definition. | chriseth | 2016-07-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #764 from Denton-L/make-safe | chriseth | 2016-08-01 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Throw if send() fails in example code | |||||
| * | | | | | Throw if send() fails in example code | Denton Liu | 2016-07-30 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #732 from Denton-L/document-precedence | chriseth | 2016-08-01 | 3 | -1/+67 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Document precedence | |||||
| * | | | | | Add unary operations to the table | Denton Liu | 2016-07-29 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Link to order of precedence table | Denton Liu | 2016-07-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Remove >>> and >>>= operators | Denton Liu | 2016-07-27 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Revert "Remove comma operator" | Denton Liu | 2016-07-27 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1ec74f8cc4b952331b3003e2326eb90aa7fc2e55. | |||||
| * | | | | | Fix assignment operators | Denton Liu | 2016-07-27 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Remove comma operator | Denton Liu | 2016-07-27 | 1 | -3/+0 | |
| | | | | | | ||||||
| * | | | | | Add link to operator table | Denton Liu | 2016-07-21 | 2 | -0/+5 | |
| | | | | | | ||||||
| * | | | | | Create order of precedence table | Denton Liu | 2016-07-21 | 1 | -0/+58 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #770 from bobsummerwill/standalone_changes | Bob Summerwill | 2016-08-01 | 69 | -199/+5900 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Make the Solidity repository standalone | |||||
| * | | | | | Make the Solidity repository standalone. | Bob Summerwill | 2016-08-01 | 69 | -199/+5900 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-) | |||||
* | | | | | Merge pull request #756 from chriseth/alloczero | chriseth | 2016-07-29 | 3 | -3/+21 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bugfix: Allocate empty array. | |||||
| * | | | | | Bugfix: Allocate empty array. | chriseth | 2016-07-28 | 3 | -3/+21 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #751 from ethereum/chriseth-patch-3 | Bob Summerwill | 2016-07-28 | 1 | -3/+6 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Mix is discontinued | |||||
| * | | | | Mix is discontinued | chriseth | 2016-07-27 | 1 | -3/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #745 from Manidos/patch-1 | chriseth | 2016-07-27 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update contracts.rst | |||||
| * | | | | Update contracts.rst | Manidos | 2016-07-27 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | I've changed line 88, because **if (msg.sender == creator)** threw an exception in solidity browser compier. Untitled:25:13: Error: Operator == not compatible with types address and contract TokenCreator if (msg.sender == creator) ^-------------------^ | |||||
* | | | | Merge pull request #721 from ethers/patch-5 | chriseth | 2016-07-27 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | mixedCase for modifiers | |||||
| * | | | mixedCase for modifiers | ethers | 2016-07-14 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #738 from DennisBPeterson/patch-3 | chriseth | 2016-07-25 | 1 | -0/+39 | |
|\ \ \ | | | | | | | | | Added tx.origin caution | |||||
| * | | | Added tx.origin caution | DennisBPeterson | 2016-07-22 | 1 | -0/+39 | |
|/ / / | ||||||
* | | | Merge pull request #731 from Denton-L/move-token | chriseth | 2016-07-21 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Move `in` as a keyword to reserved word section | |||||
| * | | | Fix isCompareOp() | Denton Liu | 2016-07-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Move `in` as a keyword to reserved word section | Denton Liu | 2016-07-21 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #734 from ZhuWeiyang/patch-1 | chriseth | 2016-07-21 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Missing '_' in modifier 'timedTransitions' | |||||
| * | | | Missing '_' in modifier 'timedTransitions' | Weiyang Zhu | 2016-07-21 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #699 from chriseth/sourceLocation | chriseth | 2016-07-21 | 8 | -64/+365 | |
|\ \ \ | | | | | | | | | WIP: Source location as part of AST. | |||||
| * | | | Source mapping documentation. | chriseth | 2016-07-21 | 1 | -0/+53 | |
| | | | | ||||||
| * | | | Source location as part of AST. | chriseth | 2016-07-21 | 7 | -64/+312 | |
|/ / / | ||||||
* | | | Merge pull request #720 from chriseth/formalState | chriseth | 2016-07-21 | 2 | -48/+169 | |
|\ \ \ | | | | | | | | | Formal Verification: Handle external effects. | |||||
| * | | | Handle external effects. | chriseth | 2016-07-13 | 2 | -48/+169 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #728 from chriseth/formalout | chriseth | 2016-07-19 | 3 | -3/+22 | |
|\ \ \ | | | | | | | | | Provide formal version in json output. | |||||
| * | | | Provide formal version in json output. | chriseth | 2016-07-19 | 3 | -3/+22 | |
| | | | | ||||||
* | | | | Merge pull request #704 from ethereum/malleability | chriseth | 2016-07-19 | 1 | -1/+5 | |
|\ \ \ \ | |_|_|/ |/| | | | Expanded malleability risks. | |||||
| * | | | Expanded malleability risks. | chriseth | 2016-07-07 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Merge pull request #729 from Denton-L/minor-corrections | chriseth | 2016-07-19 | 3 | -4/+4 | |
|\ \ \ \ | |_|/ / |/| | | | Minor corrections to documentation | |||||
| * | | | Fix typos | Denton Liu | 2016-07-13 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Update copyright | Denton Liu | 2016-07-12 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #711 from chriseth/canonical | chriseth | 2016-07-18 | 1 | -8/+8 | |
|\ \ \ | |/ / |/| | | Store non-canonical version. | |||||
| * | | Store non-canonical version. | chriseth | 2016-07-11 | 1 | -8/+8 | |
|/ / | ||||||
* | | Merge pull request #680 from Denton-L/fix-679 | chriseth | 2016-07-09 | 2 | -4/+12 | |
|\ \ | | | | | | | Add section about default values of variables | |||||
| * | | Incorporate changes | Denton Liu | 2016-07-09 | 1 | -2/+1 | |
| | | | ||||||
| * | | Apply fixes | Denton Liu | 2016-07-05 | 1 | -5/+4 | |
| | | | ||||||
| * | | Add reference to default values in mapping section | Denton Liu | 2016-07-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix incorrect directives | Denton Liu | 2016-07-04 | 1 | -3/+5 | |
| | | | ||||||
| * | | Add section about default values of variables | Denton Liu | 2016-06-23 | 1 | -2/+10 | |
| | | | ||||||
* | | | Merge pull request #689 from redsquirrel/patch-1 | chriseth | 2016-07-09 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Removing "easy" language | |||||
| * | | | Removing "easy" language | Dave Hoover | 2016-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts. | |||||
* | | | | Merge pull request #700 from Denton-L/sec | chriseth | 2016-07-09 | 2 | -49/+52 | |
|\ \ \ \ | | | | | | | | | | | Minor Changes to #693 | |||||
| * | | | | Repharse sentence | Denton Liu | 2016-07-09 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Mention dangers of polymorphism | Denton Liu | 2016-07-08 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Incorporate corrections | Denton Liu | 2016-07-08 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Reformat code | Denton Liu | 2016-07-05 | 1 | -17/+16 | |
| | | | | | ||||||
| * | | | | Correct grammar and language | Denton Liu | 2016-07-05 | 2 | -34/+34 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #703 from raineorshine/patch-2 | chriseth | 2016-07-08 | 1 | -0/+12 | |
|\ \ \ \ | | | | | | | | | | | Documentation: Add Solidity Tools | |||||
| * | | | | Documentation: Add Solidity Tools | Raine Revere | 2016-07-06 | 1 | -0/+12 | |
| |/ / / | ||||||
* | | | | Merge pull request #701 from svantetobias/develop | chriseth | 2016-07-08 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | Fixed mix-up of variable names in Sent event | |||||
| * | | | Fixed mix-up of variable names in Sent event | svantetobias | 2016-07-06 | 1 | -2/+2 | |
|/ / / | | | | | | | event Sent(address from, address to, uint amount) defines "amount" variable but it is two times referred to as "value", which can be a bit confusing for the reader. | |||||
* | | | Merge pull request #693 from chriseth/sec | chriseth | 2016-07-05 | 7 | -32/+263 | |
|\ \ \ | | | | | | | | | Security Considerations | |||||
| * | | | Fixes. | chriseth | 2016-07-04 | 1 | -10/+23 | |
| | | | | ||||||
| * | | | Security Considerations | chriseth | 2016-07-04 | 7 | -32/+250 | |
|/ / / | ||||||
* | | | Merge pull request #608 from chriseth/testViaIPC | chriseth | 2016-07-01 | 17 | -373/+817 | |
|\ \ \ | |/ / |/| | | Test via IPC. | |||||
| * | | Do not link to libethereum for tests. | chriseth | 2016-07-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix jsoncpp includes for macos. | chriseth | 2016-07-01 | 2 | -3/+3 | |
| | | | ||||||
| * | | Fix test contracts. | chriseth | 2016-06-29 | 2 | -5/+12 | |
| | | | ||||||
| * | | Re-enable registrar tests. | chriseth | 2016-06-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | Test via ipc on travis. | chriseth | 2016-06-29 | 2 | -2/+13 | |
| | | | ||||||
| * | | Rename IPCSocket and removed unused code in TestHelper. | chriseth | 2016-06-29 | 5 | -90/+4 | |
| | | | ||||||
| * | | Fixes for gas tests. | chriseth | 2016-06-29 | 1 | -1/+16 | |
| | | | ||||||
| * | | Some more test fixes. | chriseth | 2016-06-29 | 3 | -5/+6 | |
| | | | ||||||
| * | | Fix some more tests. | chriseth | 2016-06-29 | 8 | -179/+220 | |
| | | | ||||||
| * | | Fix empty storage check. | chriseth | 2016-06-29 | 1 | -1/+3 | |
| | | | ||||||
| * | | Parse arguments in free function. | chriseth | 2016-06-29 | 2 | -18/+10 | |
| | | | ||||||
| * | | parse command line arguments | Dimitry | 2016-06-29 | 2 | -3/+32 | |
| | | | | | | | | | | | | ipcPath |