Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of C++ `= default` constructor declarations as well as more ↵ | Christian Parpart | 2018-12-19 | 1 | -2/+0 |
| | | | | non-static member initialization syntax. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+2 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace for all files in the repository. | Daniel Kirchner | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Fix: natspec annotations on constructors | Alexander Arlt | 2018-08-09 | 1 | -0/+125 |
| | | | | - natspec annotations on constructore where ignored. | ||||
* | Be explicit about which contract to test for in the Natspec tests | Alex Beregszaszi | 2018-08-06 | 1 | -25/+26 |
| | |||||
* | Updates unit test to specify visibility. | Erik Kundt | 2018-07-04 | 1 | -29/+29 |
| | |||||
* | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Correctly set evm version in tests | chriseth | 2018-03-02 | 1 | -0/+2 |
| | |||||
* | Add new JSON API for better abstraction and for supporting strict JSON parsing | Alexander Arlt | 2018-02-21 | 1 | -3/+2 |
| | |||||
* | Implement CompilerStack.lastContractName() | Alex Beregszaszi | 2017-10-19 | 1 | -2/+2 |
| | |||||
* | Cleanup test helper macros. | chriseth | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Remove DocumentationType from natspec | Alex Beregszaszi | 2017-08-16 | 1 | -2/+2 |
| | |||||
* | Remove unused interfaces from CompilerStack | Alex Beregszaszi | 2017-07-26 | 1 | -1/+3 |
| | |||||
* | Do not use obscure CompilerStack methods in tests | Alex Beregszaszi | 2017-07-18 | 1 | -1/+3 |
| | |||||
* | Rename CompilerStack.metadata to CompilerStack.natspec | Alex Beregszaszi | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | refactoring parse() into two separate functions | djuju | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Tests for natspect parsing failure cases | Lefteris Karapetsas | 2017-01-27 | 1 | -0/+42 |
| | |||||
* | Doc tags followed by newline are now parsed properly | Lefteris Karapetsas | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | Fix and better output for tests | Lefteris Karapetsas | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Accept any kind of whitespace after natspec tags | Lefteris Karapetsas | 2017-01-25 | 1 | -0/+23 |
| | |||||
* | Migrate remaining source code in tests to R literals | Federico Bond | 2016-12-04 | 1 | -151/+191 |
| | |||||
* | Fix typos (existant -> existent) | Federico Bond | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Change natspec/abi JSON expected message to be the same | Alex Beregszaszi | 2016-11-16 | 1 | -4/+3 |
| | |||||
* | Move JSON helpers to libdevcore/json | Alex Beregszaszi | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | Update tests to use JSON | Alex Beregszaszi | 2016-11-16 | 1 | -6/+4 |
| | |||||
* | Fix version pragmas in tests. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Remove standard contracts | Denton Liu | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -0/+31 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | - added tests to test empty comment | LianaHus | 2015-09-10 | 1 | -0/+16 |
| | | | | | - fixed skipSingleLineComment - some style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -2/+2 |
| | |||||
* | Move Solidity tests. | chriseth | 2015-08-20 | 1 | -0/+534 |