Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -16/+16 |
| | | | | | | Remove trailing whitespace Remove changelog change | ||||
* | Performance: Replace string by special single-copy YulString class. | chriseth | 2018-11-08 | 2 | -7/+7 |
| | |||||
* | Eliminate `byte`-typedef and use `uint8_t` in all their places instead. | Christian Parpart | 2018-11-07 | 1 | -7/+7 |
| | | | | | | | | | | | 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 :-) | ||||
* | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 5 | -9/+9 |
| | |||||
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 5 | -0/+1133 |