solidity/test/libsolidity
chriseth 5fb0bcce45 Replace fixed by standard encode function.
This way, we can use
```
BOOST_CHECK(callContractFunction("t(fixed8x128)", make_pair(rational(2, 3), 128)) == encodeArgs(u256(9)));
```
which is a bit more self-explanatory, I would say.
2016-10-12 17:28:47 +02:00
..
Assembly.cpp Change function type to include and propagate payable and constant modifier. 2016-09-05 21:28:28 +02:00
ASTJSON.cpp Merge pull request #995 from chriseth/fixutf8astjson 2016-09-06 12:25:04 +02:00
GasMeter.cpp Fix version pragmas in tests. 2016-09-01 00:03:01 +02:00
Imports.cpp Fix version pragmas in tests. 2016-09-01 00:03:01 +02:00
InlineAssembly.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
SemVerMatcher.cpp Version pragma. 2016-09-01 00:02:51 +02:00
SolidityABIJSON.cpp Reject constant modifier on the fallback function 2016-09-06 11:40:00 +01:00
SolidityEndToEndTest.cpp Fix problem with release version string. 2016-09-08 17:56:28 +02:00
SolidityExecutionFramework.cpp rename --ipc to --ipcpath 2016-08-29 16:21:49 +04:00
SolidityExecutionFramework.h Replace fixed by standard encode function. 2016-10-12 17:28:47 +02:00
SolidityExpressionCompiler.cpp Fix tests. 2016-08-17 11:27:15 +02:00
SolidityNameAndTypeResolution.cpp Tests for constructor visibility 2016-09-06 17:53:13 +02:00
SolidityNatspecJSON.cpp Fix version pragmas in tests. 2016-09-01 00:03:01 +02:00
SolidityOptimizer.cpp Further fixes to the optimizer. 2016-08-01 23:41:11 +02:00
SolidityParser.cpp Merged in changes from chriseth/payable 2016-09-05 21:28:28 +02:00
SolidityScanner.cpp Introduce hex literals (#832) 2016-08-16 16:31:23 +02:00
SolidityTypes.cpp tests added and changes made 2016-02-18 11:22:56 -06:00