solidity/libsolidity/interface
Christian Parpart ab0de38f16
Eliminate byte-typedef and use uint8_t in all their places instead.
This change is made to (easily) be forward compatible with future C++
standards, in order to allow compiling the code with newer standards at
some point in the future.

* Removed the `using byte = uint8_t;` line from Common.h
* Mechanically change all uses of `byte` to `uint8_t`.

Tested with GCC 7.3 in C++11/14/17 modes :-)
2018-11-07 12:17:57 +01:00
..
ABI.cpp Use "tuple" for struct types in ABI JSON. 2017-09-16 12:31:12 +01:00
ABI.h Fix tests. 2017-09-16 12:31:12 +01:00
AssemblyStack.cpp Renaming namespace dev::julia to dev::yul. 2018-10-15 11:58:51 +02:00
AssemblyStack.h Rename JULIA/IULIA to Yul in assembly interface 2018-06-14 09:31:28 +01:00
CompilerStack.cpp Change find to use a single character 2018-10-09 18:06:25 +01:00
CompilerStack.h Disallow remappings with empty prefix. 2018-08-10 19:26:48 +02:00
ErrorReporter.cpp Do not abort excessive warnings, just ignore them. 2018-04-06 14:44:03 +02:00
ErrorReporter.h Disallow packed encoding of literals. 2018-07-03 01:02:00 +02:00
EVMVersion.h CREATE2 is part of Constantinople now 2018-09-26 01:58:10 +01:00
Exceptions.cpp Removing extra default cases to force compile time error, instead of runtime. 2018-09-30 12:40:38 +05:30
Exceptions.h Replace boost:lexical_cast<std::string> for std::to_string. 2018-08-08 03:55:43 -03:00
GasEstimator.cpp Add PathGasMeter.estimateMax helper 2018-09-26 14:25:40 +01:00
GasEstimator.h Use EVM version in gas meter and optimizer. 2018-03-05 11:36:33 +01:00
Natspec.cpp fix code format problems 2018-09-19 00:18:49 +08:00
Natspec.h Fix: natspec annotations on constructors 2018-08-08 21:53:35 +02:00
ReadFile.h Rename read file callback. 2017-08-23 17:37:35 +02:00
SourceReferenceFormatter.cpp fix code format problems 2018-09-19 00:18:49 +08:00
SourceReferenceFormatter.h Fix scannerFromSourceName use-after-free. 2018-02-19 15:13:49 +01:00
StandardCompiler.cpp Use empty() instead of size() == 0 2018-10-09 04:29:37 +01:00
StandardCompiler.h Mark StandardCompiler::compile as noexcept 2018-08-08 13:22:40 +01:00
Version.cpp Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
Version.h Store strict version number in metadata (exclude the platform) 2017-01-17 12:54:58 +00:00