aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/StandardCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support constantinople in evm-versionAlex Beregszaszi2018-03-131-0/+2
* Add TangerineWhistle.chriseth2018-03-021-0/+4
* Some tests.chriseth2018-03-021-0/+33
* Ensure that library addresses supplied are of correct length and hex prefixed...Alex Beregszaszi2018-03-011-7/+27
* Properly validate invalid hex characters in JSONIO librariesAlex Beregszaszi2018-02-281-0/+23
* Add more comprehensive tests and checks for libraries in JSONIOAlex Beregszaszi2018-02-281-0/+110
* Add new JSON API for better abstraction and for supporting strict JSON parsingAlexander Arlt2018-02-211-4/+23
* Minor improvement: check sourcesAlexander Arlt2018-02-171-0/+36
* Properly support library file names containing a colon (such as URLs).Alex Beregszaszi2018-01-051-0/+35
* Properly handle colons in file names within jsonioAlex Beregszaszi2018-01-031-0/+30
* Populate the sourceLocation field properly in standard JSON on errorsAlex Beregszaszi2017-12-181-0/+40
* Specify output selection in testsAlex Beregszaszi2017-11-301-0/+8
* Add contract depedendency tests to standardcompilerAlex Beregszaszi2017-10-051-0/+61
* Restrict contracts compiled via outputSelection (but not the individual outpu...Alex Beregszaszi2017-10-051-0/+116
* Update tests.chriseth2017-08-251-4/+4
* Remove some unused includesAlex Beregszaszi2017-08-211-2/+0
* Fix tests.chriseth2017-06-241-12/+18
* Match substring in tests to avoid metadata issuesAlex Beregszaszi2017-06-151-2/+2
* Print auxiliary data in the assemblyAlex Beregszaszi2017-06-151-1/+2
* adjusted test-casesdjudjuu2017-05-311-1/+1
* testsuite adjustmentdjudjuu2017-05-191-2/+2
* Compact format for AST-Json with backwards compatibilitychriseth2017-05-171-2/+4
* Split out common metadata validation codeAlex Beregszaszi2017-05-061-50/+3
* Follow the JSON I/O spec closelyAlex Beregszaszi2017-05-021-6/+6
* enumchecks not workingdjuju2017-04-281-0/+3
* Add test for legacyASTAlex Beregszaszi2017-04-211-1/+6
* Add test for bytecodeAlex Beregszaszi2017-04-211-0/+21
* Add compilation test and verify outputAlex Beregszaszi2017-04-211-0/+79
* Trigger cases by the JSON (and not string) interfaceAlex Beregszaszi2017-04-211-1/+11
* Add basic tests for StandardCompilerAlex Beregszaszi2017-04-211-0/+155