Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing extra default cases to force compile time error, instead of runtime. | Anurag Dashputre | 2018-09-30 | 7 | -28/+5 |
| | |||||
* | Removed default case from "ExpressionCompiler::visit(FunctionCall...)". | Anurag Dashputre | 2018-09-13 | 1 | -2/+0 |
| | |||||
* | Merge pull request #4941 from liangdzou/properly_truncate_referenced_src | chriseth | 2018-09-13 | 14 | -4/+90 |
|\ | | | | | Properly truncate referenced src | ||||
| * | give more information (at most 35 chars before and after) for too long lines | liangdzou | 2018-09-13 | 14 | -4/+90 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | add tests for giving more informations for too long lines add edge tests for giving more informations for too long lines avoid printing out tailing white space update test case after avoiding printing out trailing whitespace update test case for removing the pre-release warning from reference refactor the code to if-else flavor rename folder to cmdlineErrorReports under test rename folder to cmdlineErrorReports under test ignore whitespace for reference files avoiding to modify the file stderr_path by call sed without -i option print ' ...' instead of ' ... ' at the end of a line | ||||
* | Merge pull request #4953 from ethereum/addressPayableTests | chriseth | 2018-09-12 | 26 | -67/+121 |
|\ | | | | | Update test suite to use address payable. | ||||
| * | Update test suite to use address payable. | Daniel Kirchner | 2018-09-12 | 26 | -67/+121 |
|/ | |||||
* | Merge pull request #4926 from ethereum/addressPayableParser | chriseth | 2018-09-11 | 25 | -12/+285 |
|\ | | | | | Accept ``address payable`` during parsing. | ||||
| * | Accept ``address payable`` during parsing. | Daniel Kirchner | 2018-09-11 | 25 | -12/+285 |
|/ | |||||
* | Merge pull request #4935 from elopio/patch-5 | chriseth | 2018-09-11 | 1 | -1/+3 |
|\ | | | | | On a yul switch, at least one case is required when there is no default statement | ||||
| * | On a yul switch, at least one case is required when there is no default ↵ | Leo Arias | 2018-09-11 | 1 | -1/+3 |
|/ | | | | statement | ||||
* | Merge pull request #4940 from elopio/patch-6 | chriseth | 2018-09-11 | 1 | -2/+2 |
|\ | | | | | Clarify a little the function hoister optimization | ||||
| * | Clarify a little the function hoister optimization | Leo Arias | 2018-09-11 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4896 from ethereum/expCleanup | chriseth | 2018-09-10 | 6 | -1/+131 |
|\ | | | | | Exp cleanup | ||||
| * | Update bug description, add regex and tests. | chriseth | 2018-09-10 | 3 | -48/+83 |
| | | |||||
| * | Changelog entry and bug list. | chriseth | 2018-09-10 | 3 | -0/+53 |
| | | |||||
| * | Always perform cleanup for EXP. | chriseth | 2018-09-10 | 1 | -1/+3 |
| | | |||||
| * | Tests. | chriseth | 2018-09-10 | 1 | -0/+40 |
|/ | |||||
* | Merge pull request #4912 from ethereum/fixNewline | chriseth | 2018-09-10 | 4 | -33/+167 |
|\ | | | | | Fix bugs in comments. | ||||
| * | Changelog. | chriseth | 2018-09-06 | 1 | -0/+3 |
| | | |||||
| * | Tests. | chriseth | 2018-09-06 | 1 | -0/+98 |
| | | |||||
| * | This fixes several bugs with regards to line breaks and comments: | chriseth | 2018-09-06 | 3 | -28/+66 |
| | | | | | | | | | | | | | | | | | | | | | | - any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/' | ||||
| * | Refactor handling of whitespace. | chriseth | 2018-09-06 | 1 | -5/+0 |
| | | |||||
* | | Merge pull request #4929 from flantony/patch-1 | chriseth | 2018-09-10 | 1 | -0/+5 |
|\ \ | | | | | | | Add YAKINDU Solidity Tools to Integrations list | ||||
| * | | Add YAKINDU Solidity Tools to Integrations list | Florian Antony | 2018-09-07 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #4841 from ethereum/struct_event_jsonpath | chriseth | 2018-09-07 | 5 | -53/+199 |
|\ \ | | | | | | | Buglist check script json path support | ||||
| * | | Buglist check script supports json paths | Leonardo Alt | 2018-09-07 | 5 | -53/+199 |
|/ / | |||||
* | | Merge pull request #4844 from ethereum/docs-1644-bytecode | chriseth | 2018-09-07 | 1 | -17/+17 |
|\ \ | | | | | | | Clean up metadata and clarify what small changes affect | ||||
| * | | Clean up metadata and clarify what small changes affect | Chris Ward | 2018-09-06 | 1 | -18/+18 |
| | | | | | | | | | | | | Updates from review | ||||
* | | | Merge pull request #4903 from ethereum/chriseth-patch-1 | chriseth | 2018-09-07 | 1 | -9/+13 |
|\ \ \ | | | | | | | | | Some tuning of the documentation index. | ||||
| * | | | Update index.rst | chriseth | 2018-09-05 | 1 | -9/+13 |
| | | | | |||||
* | | | | Merge pull request #4905 from ethereum/chriseth-patch-2 | chriseth | 2018-09-06 | 1 | -18/+21 |
|\ \ \ \ | | | | | | | | | | | Update first part of example. | ||||
| * | | | | Update first part of example. | chriseth | 2018-09-06 | 1 | -18/+21 |
| |/ / / | |||||
* | | | | Merge pull request #4918 from lazaridiscom/develop | chriseth | 2018-09-06 | 1 | -0/+2 |
|\ \ \ \ | |_|_|/ |/| | | | ignore deps install and cache dirs | ||||
| * | | | ignore deps install and cache dirs | Lazaridis | 2018-09-06 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #4917 from ethereum/parserCleanup | Daniel Kirchner | 2018-09-06 | 2 | -46/+64 |
|\ \ \ \ | |/ / / |/| | | | Parser cleanup. | ||||
| * | | | More consistently use parse*() functions without argument in the parser. | Daniel Kirchner | 2018-09-06 | 2 | -46/+64 |
|/ / / | |||||
* | | | Merge pull request #4846 from ethereum/docs-4574-infofeed | chriseth | 2018-09-06 | 1 | -13/+5 |
|\ \ \ | | | | | | | | | Update Infofeed example code and explanation | ||||
| * | | | Remove unneeded paragraph | Chris Ward | 2018-09-05 | 1 | -3/+0 |
| | | | | |||||
| * | | | Update Infofeed example code and explanation | Chris Ward | 2018-08-22 | 1 | -12/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #4872 from bakaoh/issue4716 | chriseth | 2018-09-06 | 3 | -4/+14 |
|\ \ \ | | | | | | | | | Crash when array index value is too large | ||||
| * | | | Fix #4716: Crash when array index value is too large | bakaoh | 2018-09-05 | 3 | -4/+14 |
| |/ / | |||||
* | | | Merge pull request #4887 from ethereum/addressSplit | chriseth | 2018-09-06 | 12 | -102/+174 |
|\ \ \ | | | | | | | | | Split IntegerType into IntegerType and AddressType. | ||||
| * | | | Split IntegerType into IntegerType and AddressType. | Daniel Kirchner | 2018-09-05 | 12 | -102/+174 |
| | |/ | |/| | |||||
* | | | Merge pull request #4889 from liangdzou/develop | chriseth | 2018-09-05 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | add more vim temp files to gitignore file | ||||
| * | | change the vim temp files pattern to more accurate version | liangdzou | 2018-09-05 | 1 | -1/+2 |
| | | | |||||
| * | | add more vim temp files to gitignore file | liangdzou | 2018-09-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4590 from ethereum/msgValueModifier | chriseth | 2018-09-05 | 13 | -66/+142 |
|\ \ \ | | | | | | | | | Warn if modifier uses msg.value in non-payable function | ||||
| * | | | Update changelog. | chriseth | 2018-09-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix endToEnd test | Leonardo Alt | 2018-09-04 | 1 | -0/+10 |
| | | | | |||||
| * | | | Turn warning into error. | chriseth | 2018-09-04 | 4 | -8/+10 |
| | | | | |||||
| * | | | Warns if modifier uses msg.value in non-payable function. | Erik Kundt | 2018-09-04 | 11 | -65/+129 |
| | | | | |||||
* | | | | Merge pull request #4895 from ethereum/abidecodesingle | chriseth | 2018-09-05 | 5 | -21/+37 |
|\ \ \ \ | | | | | | | | | | | Fix abi.decode returning single value. | ||||
| * | | | | Fix abi.decode returning single value. | chriseth | 2018-09-05 | 5 | -21/+37 |
| | | | | | |||||
* | | | | | Merge pull request #4866 from bakaoh/issue4743 | chriseth | 2018-09-05 | 40 | -49/+51 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix#4743: Incorrect source location for nameless parameters | ||||
| * | | | | | Update test to correct source location for nameless parameters | bakaoh | 2018-08-31 | 39 | -45/+46 |
| | | | | | | |||||
| * | | | | | Fix#4743: Incorrect source location for nameless parameters | bakaoh | 2018-08-28 | 1 | -4/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #4883 from ethereum/docs_json_urls_allow_paths | chriseth | 2018-09-05 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Mention in docs that standard json url files need --allow-paths | ||||
| * | | | | | Mention in the standard json documentation that files in urls need their ↵ | Leonardo Alt | 2018-09-03 | 1 | -0/+2 |
| |/ / / / | | | | | | | | | | | | | | | | directories allowed via --allow-paths | ||||
* | | | | | Merge pull request #4880 from ethereum/fix_cmdlineTest_tmpdir | chriseth | 2018-09-05 | 1 | -13/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename TMPDIR to SOLTMPDIR in cmdlineTests | ||||
| * | | | | | mktemp might use variable TMPDIR. Renaming it in our script to avoid conflicts. | Leonardo Alt | 2018-09-03 | 1 | -13/+13 |
| |/ / / / | |||||
* | | | | | Merge pull request #4878 from federicobond/patch-1 | chriseth | 2018-09-05 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Add hex numbers with uppercase X to grammar.txt | ||||
| * | | | | | Add hex numbers with uppercase X to grammar.txt | Federico Bond | 2018-09-02 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #4897 from ethereum/trailingWhitespaceDetection | chriseth | 2018-09-05 | 3 | -1/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Trailing whitespace detection script and circleci job. | ||||
| * | | | | | Remove trailing whitespace. | Daniel Kirchner | 2018-09-04 | 2 | -4/+2 |
| | | | | | | |||||
| * | | | | | Trailing whitespace detection script and circleci job. | Daniel Kirchner | 2018-09-04 | 2 | -0/+27 |
| | | | | | | |||||
* | | | | | | Merge pull request #4890 from ethereum/msvcVersionFix | chriseth | 2018-09-05 | 1 | -5/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Use wildcards for MSVC version in scripts/release.bat. | ||||
| * | | | | | Use wildcards for MSVC version in scripts/release.bat. | Daniel Kirchner | 2018-09-04 | 1 | -5/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #4888 from ↵ | chriseth | 2018-09-04 | 8 | -2/+84 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | ethereum/disallow_single_statement_vardecl_if_while_for Disallow single statement var decl in if/while/for without blocks | ||||
| * | | | | Review suggestions | Leonardo Alt | 2018-09-04 | 3 | -12/+12 |
| | | | | | |||||
| * | | | | Changed error message and added tests | Leonardo Alt | 2018-09-04 | 6 | -1/+59 |
| | | | | | |||||
| * | | | | Disallow single statement var decl in if/while/for without blocks | Leonardo Alt | 2018-09-04 | 3 | -2/+26 |
| | | | | | |||||
* | | | | | Merge pull request #4829 from ethereum/callBytesReturn | chriseth | 2018-09-04 | 18 | -138/+413 |
|\ \ \ \ \ | | | | | | | | | | | | | Add return data to bare calls. | ||||
| * | | | | | Add another end-to-end test. | Daniel Kirchner | 2018-09-04 | 1 | -0/+127 |
| | | | | | | |||||
| * | | | | | Update documentation. | Daniel Kirchner | 2018-09-04 | 2 | -3/+6 |
| | | | | | | |||||
| * | | | | | Update compilation tests. | Daniel Kirchner | 2018-09-04 | 4 | -16/+11 |
| | | | | | | |||||
| * | | | | | Add return data to bare calls. | Daniel Kirchner | 2018-09-04 | 12 | -119/+269 |
| | | | | | | |||||
* | | | | | | Merge pull request #4856 from ethereum/fix_docs_remix_url | chriseth | 2018-09-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix local remix-ide url in docs | ||||
| * | | | | | | Fix remix-ide url in docs | Leonardo Alt | 2018-09-04 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4836 from ethereum/docs-1532-remapping | chriseth | 2018-09-04 | 1 | -34/+36 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Clarify remapping | ||||
| * | | | | | Clarify remapping | Chris Ward | 2018-09-04 | 1 | -34/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | Update layout-of-source-files.rst | ||||
* | | | | | | Merge pull request #4882 from ethereum/removeTrailingWhitespace | chriseth | 2018-09-04 | 20 | -711/+711 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Remove trailing whitespace for all files in the repository. | ||||
| * | | | | | Update generation of bugs_by_version.json. | Daniel Kirchner | 2018-09-04 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Remove trailing whitespace for all files in the repository. | Daniel Kirchner | 2018-09-04 | 19 | -710/+710 |
|/ / / / / | |||||
* | | | | | Merge pull request #4837 from chase1745/default-to-unspecified | chriseth | 2018-09-04 | 6 | -12/+12 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Rename `Location::Default` to `Location::Unspecified` | ||||
| * | | | | Rename Location::Default to Location::Unspecified. | Chase McDermott | 2018-08-18 | 6 | -12/+12 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4578 from aj07/patch-1 | chriseth | 2018-09-04 | 1 | -10/+55 |
|\ \ \ \ | | | | | | | | | | | Update README.md | ||||
| * | | | | Update README.md | Ankit Raj | 2018-09-04 | 1 | -10/+55 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Upgradation of readme page in standard format of https://github.com/RichardLitt/standard-readme There i have added few sections like maintainers, examples and made it more user freindly. I have taken help from wiki page of solidity and read the docs regarding content ethereum#4491 | ||||
* | | | | Merge pull request #4851 from anurag-git/anurag_issue_4824 | chriseth | 2018-09-03 | 3 | -9/+3 |
|\ \ \ \ | |_|_|/ |/| | | | Removed unused "FunctionType::Kind::CallCode" | ||||
| * | | | Removed unused "FunctionType::Kind::CallCode" from Types.h and all its usage | Anurag Dashputre | 2018-08-23 | 3 | -9/+3 |
| |/ / | |||||
* | | | Merge pull request #4848 from RichardLitt/patch-1 | chriseth | 2018-09-03 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | docs(bug_report.md): Small grammar fixes | ||||
| * | | | docs(bug_report.md): Small grammar fixes | Richard Littauer | 2018-08-23 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | - Data is plural, but 'there are a lot of data' sounds odd to most readers. I used the word information, instead. 'There is a lot of data' isn't grammatical. - There was an errant space before a comma. I've substituted in a semicolon for readability. These are small changes, almost pathetically so. But they make the bug report easier to read, thus reducing some friction at scale. | ||||
* | | | Merge pull request #4850 from anurag-git/anurag_issue_3667 | chriseth | 2018-09-03 | 1 | -7/+0 |
|\ \ \ | |/ / |/| | | Fix for Ensure that missed enum values are tested for in Types #3667 | ||||
| * | | Merge branch 'develop' into anurag_issue_3667 | Anurag Dashputre | 2018-08-23 | 217 | -922/+3812 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #4629 from ethereum/mapping_dynamic_key | chriseth | 2018-08-16 | 8 | -1/+50 |
|\ \ \ | | | | | | | | | Dynamic type as mapping key returns error instead of assertion fail | ||||
| * | | | Dynamic type as mapping key returns error instead of assertion fail | Leonardo Alt | 2018-08-16 | 8 | -1/+50 |
| | | | | |||||
* | | | | Merge pull request #4818 from ethereum/clarifyConstructorArgs | chriseth | 2018-08-16 | 1 | -4/+8 |
|\ \ \ \ | | | | | | | | | | | Clarify constructor arguments. | ||||
| * | | | | Clarify constructor arguments. | chriseth | 2018-08-16 | 1 | -4/+8 |
| | | | | | |||||
* | | | | | Merge pull request #4825 from ethereum/expressionCompBareCall | chriseth | 2018-08-16 | 2 | -5/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | More safeguards for (library) function types. | ||||
| * | | | | | More safeguards for (library) function types. | chriseth | 2018-08-15 | 2 | -5/+16 |
| | | | | | | |||||
* | | | | | | Merge pull request #4831 from liangdzou/develop | chriseth | 2018-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | fix a typo: declaratoion => declaration | ||||
| * | | | | | fix a typo: declaratoion => declaration | liangdzou | 2018-08-16 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #4822 from ethereum/addressStaticCall | chriseth | 2018-08-16 | 12 | -17/+161 |
|\ \ \ \ \ | | | | | | | | | | | | | Add ``staticcall`` to ``address``. | ||||
| * | | | | | Add some more documentation. | Daniel Kirchner | 2018-08-15 | 3 | -7/+10 |
| | | | | | | |||||
| * | | | | | Add syntax test for ``address.staticcall.value``. | Daniel Kirchner | 2018-08-15 | 1 | -0/+15 |
| | | | | | | |||||
| * | | | | | Add view pure checker tests for ``address.staticcall(...)``. | Daniel Kirchner | 2018-08-15 | 1 | -1/+20 |
| | | | | | | |||||
| * | | | | | Add ``staticcall`` to ``address``. | Daniel Kirchner | 2018-08-15 | 8 | -9/+116 |
| |/ / / / | |||||
* | | | | | Merge pull request #4820 from ethereum/disallow_indexed_ref_v2 | chriseth | 2018-08-16 | 11 | -2/+275 |
|\ \ \ \ \ | | | | | | | | | | | | | Disallow indexed reference types in events when using ABIEncoderV2 | ||||
| * | | | | | Bug list entry | Leonardo Alt | 2018-08-15 | 2 | -2/+20 |
| | | | | | | |||||
| * | | | | | Review suggestions | Leonardo Alt | 2018-08-15 | 4 | -6/+6 |
| | | | | | | |||||
| * | | | | | Add end to end tests | Leonardo Alt | 2018-08-15 | 1 | -0/+203 |
| | | | | | | |||||
| * | | | | | Disallow indexed reference types in events when using ABIEncoderV2 | Leonardo Alt | 2018-08-15 | 8 | -0/+52 |
| |/ / / / | |||||
* | | | | | Merge pull request #4826 from fvictorio/patch-2 | chriseth | 2018-08-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add missing parentheses in units-and-global-variables.rst | ||||
| * | | | | Add missing parentheses in ABI Encoding section | Franco Victorio | 2018-08-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4496 from ethereum/faq-reorg-contracts | chriseth | 2018-08-15 | 2 | -39/+54 |
|\ \ \ \ | |_|_|/ |/| | | | Move contract related FAQ points | ||||
| * | | | Move contract related FAQ points | Chris Ward | 2018-08-15 | 2 | -39/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from feedback Changes from feedback Further changes from review Changes from review Changes from review Changes from review | ||||
* | | | | Merge pull request #4390 from ethereum/abidecode | chriseth | 2018-08-15 | 18 | -8/+384 |
|\ \ \ \ | | | | | | | | | | | Add abi.decode | ||||
| * | | | | Changelog entry. | chriseth | 2018-08-15 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Documentation. | chriseth | 2018-08-15 | 2 | -2/+4 |
| | | | | | |||||
| * | | | | Add abi.decode(bytes data, (...)) | chriseth | 2018-08-15 | 15 | -6/+379 |
| | | | | | |||||
* | | | | | Merge pull request #4583 from ethereum/nested_array_library_changelog | chriseth | 2018-08-15 | 6 | -4/+187 |
|\ \ \ \ \ | | | | | | | | | | | | | Bugfix Changelog entry regarding nested arrays returned by library functions | ||||
| * | | | | | Update bug list and add regular expression to bug list and add test. | Leonardo Alt | 2018-08-14 | 6 | -16/+176 |
| | | | | | | |||||
| * | | | | | Bugfix entry regarding nested arrays returned by library functions | Leonardo Alt | 2018-08-14 | 2 | -4/+27 |
| | | | | | | |||||
* | | | | | | Merge pull request #4797 from bakaoh/issue4718 | chriseth | 2018-08-15 | 7 | -4/+27 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixes #4718: High CPU usage when using large variable names | ||||
| * | | | | | Fixes #4718: High CPU usage when using large variable names | bakaoh | 2018-08-15 | 7 | -4/+27 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docs | chriseth | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in documentation. | ||||
| * | | | | | Fix typo in documentation. | Crypto Jerônimo | 2018-08-15 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #4815 from gftea/develop | chriseth | 2018-08-15 | 1 | -3/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | multiple inheritance in solidity search from right-to-left, different from python | ||||
| * | | | | clarify multiple inheritance in solidity and its differences against to python | Simon Chen | 2018-08-15 | 1 | -3/+14 |
| | | | | | |||||
* | | | | | Merge pull request #4816 from ethereum/typeConversionDoc | chriseth | 2018-08-15 | 2 | -11/+103 |
|\ \ \ \ \ | | | | | | | | | | | | | Extend documentation about conversions between integers, bytes and literal types. | ||||
| * | | | | | Extend documentation about explicit and implicit conversions between ↵ | Daniel Kirchner | 2018-08-15 | 2 | -11/+103 |
|/ / / / / | | | | | | | | | | | | | | | | (u)intXX, bytesYY and literals. | ||||
* | | | | | Merge pull request #4738 from ethereum/dataloc_merged | chriseth | 2018-08-15 | 90 | -310/+586 |
|\ \ \ \ \ | | | | | | | | | | | | | Enforce data location. | ||||
| * | | | | | Make joinHumanReadable work for input iterators. | chriseth | 2018-08-15 | 1 | -16/+12 |
| | | | | | | |||||
| * | | | | | Update external tests. | chriseth | 2018-08-15 | 9 | -23/+23 |
| | | | | | | |||||
| * | | | | | Update tests. | chriseth | 2018-08-15 | 62 | -113/+179 |
| | | | | | | |||||
| * | | | | | New test cases. | mingchuan | 2018-08-15 | 20 | -0/+126 |
| | | | | | | |||||
| * | | | | | Update tests | Chase McDermott | 2018-08-15 | 8 | -39/+39 |
| | | | | | | |||||
| * | | | | | Update documentation. | chriseth | 2018-08-15 | 3 | -37/+36 |
| | | | | | | |||||
| * | | | | | Refactor data location check. | Chase McDermott | 2018-08-15 | 6 | -131/+220 |
| | | | | | | |||||
* | | | | | | Merge pull request #4542 from aarlt/constructor_natspec | chriseth | 2018-08-15 | 5 | -27/+216 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix: natspec annotations on constructors | ||||
| * | | | | | Fix: natspec annotations on constructors | Alexander Arlt | 2018-08-09 | 5 | -27/+216 |
| | | | | | | | | | | | | | | | | | | | | | | | | - natspec annotations on constructore where ignored. | ||||
* | | | | | | Merge pull request #4776 from ethereum/const-opt-cost | chriseth | 2018-08-14 | 3 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Calculate the dataGas correctly in the constant optimiser | ||||
| * | | | | | | Calculate the dataGas correctly in the constant optimiser | Alex Beregszaszi | 2018-08-14 | 3 | -3/+3 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This may cause a wrong decision about cost (and as a result choosing the least efficient code), but will not cause any miscompilation or invalid output. | ||||
* | | | | | | Merge pull request #4765 from ethereum/fixes-issue-4673 | chriseth | 2018-08-14 | 4 | -2/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash). | ||||
| * | | | | | | Fixes issue where computing storage size for a number would take too long. | Christian Parpart | 2018-08-14 | 4 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4673. | ||||
* | | | | | | | Merge pull request #4372 from JesseBusman/implicit-convertibility-functions | chriseth | 2018-08-14 | 7 | -23/+263 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add implicit convertibility to function pointer with higher state mutability | ||||
| * | | | | | | | Add implicit convertibility to function pointer with higher state mutability | Jesse Busman | 2018-08-14 | 7 | -23/+263 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4780 from ethereum/enumData | chriseth | 2018-08-14 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Clarify data representation of enums. | ||||
| * | | | | | | | | Clarify data representation of enums. | chriseth | 2018-08-14 | 1 | -1/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4787 from ethereum/updateLinks | chriseth | 2018-08-14 | 1 | -27/+41 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Update links | ||||
| * | | | | | | | | Re-group links. | chriseth | 2018-08-09 | 1 | -24/+37 |
| | | | | | | | | | |||||
| * | | | | | | | | Update links and deprecated unmaintained tools. | chriseth | 2018-08-09 | 1 | -3/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4792 from ethereum/someABIDocFixes | chriseth | 2018-08-14 | 1 | -48/+56 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Some style fixes to the ABI documentation. | ||||
| * | | | | | | | | Some style fixes to the ABI documentation. | chriseth | 2018-08-10 | 1 | -48/+56 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4788 from ethereum/noWarnDoc | chriseth | 2018-08-14 | 13 | -180/+262 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Test that documentation does not contain any warnings. | ||||
| * | | | | | | | | | Update documentation. | chriseth | 2018-08-14 | 4 | -39/+100 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Also extract tests that do not start with a pragma. | chriseth | 2018-08-14 | 2 | -24/+25 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update documentation examples. | chriseth | 2018-08-14 | 10 | -86/+99 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Test that documentation does not contain any warnings. | chriseth | 2018-08-14 | 2 | -37/+44 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructs | chriseth | 2018-08-14 | 4 | -10/+30 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Encode packed array of structs | ||||
| * | | | | | | | | | Changelog entry. | chriseth | 2018-08-10 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Tests. | chriseth | 2018-08-10 | 2 | -0/+19 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Disallow packed encoding of arrays of structs. | chriseth | 2018-08-10 | 1 | -10/+10 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4796 from ethereum/structs-in-interfaces | chriseth | 2018-08-14 | 5 | -7/+72 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | [BREAKING] Adds support for structs in interfaces. | ||||
| * | | | | | | | | Adds support for structs in interfaces. | Christian Parpart | 2018-08-14 | 5 | -7/+72 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4733. | ||||
* | | | | | | | | Merge pull request #4813 from ethereum/replace_safety_stop | chriseth | 2018-08-14 | 4 | -8/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Replace safety stop by invalid | ||||
| * | | | | | | | | Replace safety stop by invalid | Leonardo Alt | 2018-08-14 | 4 | -8/+8 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4799 from ethereum/semanticsTestsGasEtAl | chriseth | 2018-08-14 | 5 | -0/+122 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Semantics tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ``block.gaslimit`` | ||||
| * | | | | | | | | Fix tests for constantinople (expect zero for the time being). | Daniel Kirchner | 2018-08-14 | 1 | -9/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ↵ | Daniel Kirchner | 2018-08-14 | 5 | -0/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``block.gaslimit``. | ||||
* | | | | | | | | | Merge pull request #4777 from ethereum/typeConversionMemory | chriseth | 2018-08-14 | 5 | -5/+14 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Defaul data location for type conversions is memory. | ||||
| * | | | | | | | | Defaul data location for type conversions is memory. | chriseth | 2018-08-13 | 5 | -5/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturns | chriseth | 2018-08-13 | 36 | -7/+438 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Mapping arguments and returns | ||||
| * | | | | | | | | | Add tests for mappings in function types. | Daniel Kirchner | 2018-08-13 | 4 | -0/+20 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Allow mappings of arrays as arguments and return values of internal functions. | Daniel Kirchner | 2018-08-13 | 13 | -4/+101 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Consider mappings return values in control flow analysis. | Daniel Kirchner | 2018-08-13 | 6 | -1/+25 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Allow mapping arguments and return values in all internal functions. | Daniel Kirchner | 2018-08-13 | 6 | -11/+57 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Allow mapping arguments and return values in internal library functions. | Daniel Kirchner | 2018-08-13 | 15 | -1/+245 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 26 | -126/+316 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Disallow ambiguous implicit and explicit conversions from number literals to bytesXX | ||||
| * | | | | | | | | | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 26 | -126/+316 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4618 from ethereum/docs-1211-contract-type | chriseth | 2018-08-13 | 1 | -10/+23 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add contract type to types documentation | ||||
| * | | | | | | | | | Update from feedback | Chris Ward | 2018-08-13 | 1 | -3/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove initial sentence. | chriseth | 2018-08-06 | 1 | -8/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Changes after rebasing | Chris Ward | 2018-08-01 | 1 | -12/+18 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add contract type to types doc | Chris Ward | 2018-08-01 | 1 | -0/+7 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4794 from ethereum/tableWrap | chriseth | 2018-08-13 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | Fix table css. | ||||
| * | | | | | | | | | Fix table css. | chriseth | 2018-08-10 | 2 | -4/+4 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4793 from ethereum/emptyRemappings | chriseth | 2018-08-13 | 10 | -43/+82 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Disallow remappings with empty prefix. | ||||
| * | | | | | | | | Update documentation. | Daniel Kirchner | 2018-08-11 | 2 | -11/+11 |
| | | | | | | | | | |||||
| * | | | | | | | | Disallow remappings with empty prefix. | Daniel Kirchner | 2018-08-11 | 8 | -32/+71 |
|/ / / / / / / / | |||||
| | | | | | | * | Removed the default cases related to assertion to detect the problem at ↵ | Anurag Dashputre | 2018-08-23 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile-time instead of run-time | ||||
| | | | | | | * | Default case removed to detect errors at comoile time rather than run time | Anurag Dashputre | 2018-08-17 | 1 | -1/+0 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge pull request #4791 from ethereum/useCodeBlock | chriseth | 2018-08-10 | 2 | -23/+23 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Use code-block when using a different language. | ||||
| * | | | | | | Use code-block when using a different language. | chriseth | 2018-08-10 | 2 | -23/+23 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4790 from ethereum/fixCalldata | chriseth | 2018-08-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix data location of external reference parameters. | ||||
| * | | | | | | Fix data location of external reference parameters. | chriseth | 2018-08-09 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4767 from ethereum/cvc4Build | Daniel Kirchner | 2018-08-09 | 5 | -13/+39 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add workarounds for building against CVC4 on ArchLinux. | ||||
| * | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-08-09 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Do not force GMP to be present as dependency of CVC4, but also allow CLN ↵ | Daniel Kirchner | 2018-08-09 | 3 | -17/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead. | ||||
| * | | | | | | Add workarounds for building against CVC4 on ArchLinux. | Daniel Kirchner | 2018-08-09 | 3 | -2/+21 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4786 from gftea/develop | chriseth | 2018-08-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | add "ref for text "fallback function" in Types.rst | ||||
| * | | | | | add link for text "fallback function" | gftea | 2018-08-09 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #4785 from f-daniel/patch-1 | chriseth | 2018-08-09 | 1 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Extension of tools list in documentation | ||||
| * | | | | | | Extension of tools list | f-daniel | 2018-08-09 | 1 | -0/+9 |
|/ / / / / / | | | | | | | | | | | | | Adding some recent and reliable tools to work with smart contracts and analyze their security. | ||||
* | | | | | | Merge pull request #4783 from elopio/test/function-call-syntactical-equality | chriseth | 2018-08-09 | 1 | -1/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | tests: add yul simplifier not applied with function calls | ||||
| * | | | | | | tests: add yul simplifier not applied with function calls | Leo Arias | 2018-08-09 | 1 | -1/+27 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4784 from ethereum/fixes-msvc-compilation | chriseth | 2018-08-09 | 1 | -24/+25 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fixes compilation under MSVC introduced in PR #4772. | ||||
| * | | | | | Fixes compilation under MSVC. | Christian Parpart | 2018-08-09 | 1 | -24/+25 |
|/ / / / / | |||||
* | | | | | Merge pull request #4781 from ethereum/stdNext | chriseth | 2018-08-09 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Explicitly use std::next to avoid boost version. | ||||
| * | | | | | Explicitly use std::next to avoid boost version. | chriseth | 2018-08-09 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #4778 from ethereum/dynamicArraysDocs | chriseth | 2018-08-09 | 1 | -8/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Change note about returning dynamic arrays. | ||||
| * | | | | | Change note about returning dynamic arrays. | chriseth | 2018-08-09 | 1 | -8/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #4775 from ethereum/sha3-to-keccak256 | chriseth | 2018-08-09 | 6 | -15/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in libevmasm) | ||||
| * | | | | | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in ↵ | Alex Beregszaszi | 2018-08-09 | 6 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | libevmasm) | ||||
* | | | | | | Merge pull request #4773 from ethereum/chriseth-patch-1 | chriseth | 2018-08-09 | 1 | -7/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Clarify packed encoding. | ||||
| * | | | | | Clarify packed encoding. | chriseth | 2018-08-09 | 1 | -7/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4772 from ethereum/asm-json | Alex Beregszaszi | 2018-08-09 | 3 | -3/+182 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add tests for the assembler object (and avoid misusing string{} for u256) | ||||
| * | | | | Use dev::toString() in Assembly instead of misusing string{} for u256 | Alex Beregszaszi | 2018-08-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Test for legacyAssembly in StandardCompiler | Alex Beregszaszi | 2018-08-09 | 1 | -1/+29 |
| | | | | | |||||
| * | | | | Add tests for the assembler object | Alex Beregszaszi | 2018-08-09 | 1 | -0/+151 |
| |/ / / | |||||
* | | | | Merge pull request #4684 from ethereum/underscores_in_numeric_literals | chriseth | 2018-08-09 | 15 | -14/+256 |
|\ \ \ \ | |/ / / |/| | | | [BREAKING] Underscores in numeric literals | ||||
| * | | | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 12 | -200/+180 |
| | | | | |||||
| * | | | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 7 | -20/+86 |
| | | | | |||||
| * | | | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 5 | -2/+198 |
| | | | | |||||
* | | | | Merge pull request #4665 from mattaereal/cmake-patch-solver | Alex Beregszaszi | 2018-08-09 | 5 | -11/+43 |
|\ \ \ \ | | | | | | | | | | | cmake option added to make solvers optional | ||||
| * | | | | cmake flags to make solvers optional. Implementation of #4651 | Matías Aereal Aeón | 2018-08-08 | 5 | -11/+43 |
| | | | | | |||||
* | | | | | Merge pull request #4770 from ethereum/throw-codegen | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove code generation for Throw statement | ||||
| * | | | | | Remove code generation for Throw statement | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is disallowed in the type system. | ||||
* | | | | | | Merge pull request #4769 from ethereum/inlineasm-overloading-resolution | Alex Beregszaszi | 2018-08-09 | 3 | -0/+15 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Provide nicer error message when referencing overloaded references | ||||
| * | | | | | Provide nicer error message when referencing overloaded references | Alex Beregszaszi | 2018-08-08 | 3 | -0/+15 |
| | | | | | | |||||
* | | | | | | Merge pull request #4753 from mattaereal/boost-to-string-patch | Alex Beregszaszi | 2018-08-08 | 14 | -36/+32 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Replace boost:lexical_cast<std::string> for std::to_string. | ||||
| * | | | | | | Removing std:: from std::to_string and include for boost/lexical_cast | Matías Aereal Aeón | 2018-08-08 | 13 | -35/+31 |
| | | | | | | | |||||
| * | | | | | | Replace boost:lexical_cast<std::string> for std::to_string. | Matías Aereal Aeón | 2018-08-08 | 4 | -11/+11 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4761 from ethereum/libsolc-exceptions | Alex Beregszaszi | 2018-08-08 | 4 | -22/+28 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Mark libsolc external C functions as noexcept | ||||
| * | | | | | Mark libsolc external C functions as noexcept | Alex Beregszaszi | 2018-08-08 | 2 | -18/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | These are part of the external C API where leaking through exceptions makes no sense. | ||||
| * | | | | | Mark StandardCompiler::compile as noexcept | Alex Beregszaszi | 2018-08-08 | 2 | -4/+4 |
| | |/ / / | |/| | | | | | | | | | | | | | It has a generic catch statement and shouldn't leak out exceptions. | ||||
* | | | | | Merge pull request #4763 from ethereum/remove-experimental-050 | Alex Beregszaszi | 2018-08-08 | 3 | -6/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove experimental 0.5.0 pragma | ||||
| * | | | | | Remove experimental 0.5.0 pragma | Alex Beregszaszi | 2018-08-08 | 3 | -6/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValues | chriseth | 2018-08-08 | 13 | -38/+101 |
|\ \ \ \ \ | | | | | | | | | | | | | Disallow empty return in function with return arguments. | ||||
| * | | | | | Add back lost test case to a more reasonable location. | Daniel Kirchner | 2018-08-08 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Adjust return expressions in compilation tests. | Daniel Kirchner | 2018-08-08 | 2 | -9/+8 |
| | | | | | | |||||
| * | | | | | Update and extend tests for return expressions. | Daniel Kirchner | 2018-08-08 | 8 | -28/+84 |
| | | | | | | |||||
| * | | | | | Disallow empty return expressions in functions with non-empty return parameters. | Daniel Kirchner | 2018-08-08 | 2 | -1/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #4589 from sifmelcara/fix/dynamic-link-boost-test | Alex Beregszaszi | 2018-08-08 | 2 | -0/+19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix shared boost test library build by customizing main | ||||
| * | | | | | | Define BOOST_TEST_DYN_LINK for building soltest if Boost_USE_STATIC_LIBS is ↵ | Daniel Kirchner | 2018-08-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not set. | ||||
| * | | | | | | Fix shared boost test library build by customizing main | mingchuan | 2018-08-02 | 1 | -0/+15 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4528 from guidovranken/propagate_CMAKE_CXX_FLAGS_jsoncpp | Alex Beregszaszi | 2018-08-08 | 1 | -3/+11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Propagate original CMAKE_CXX_FLAGS to jsoncpp compilation | ||||
| * | | | | | | | Rename JSONCPP_EXTRA_FLAGS to JSONCPP_CXX_FLAGS, add EMSCRIPTEN workaround ↵ | Daniel Kirchner | 2018-08-08 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove obsolete MSVC workaround. | ||||
| * | | | | | | | Propagate original CMAKE_CXX_FLAGS to jsoncpp compilation | Guido Vranken | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4747 from ethereum/enum-docs | chriseth | 2018-08-08 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update enum with lifting the restriction for interfaces | ||||
| * | | | | | | | | Update enum with lifting the restriction for interfaces | Alex Beregszaszi | 2018-08-08 | 1 | -1/+0 |
| | |_|_|/ / / / | |/| | | | | | |