aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/Version.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate `byte`-typedef and use `uint8_t` in all their places instead.Christian Parpart2018-11-071-3/+3
| | | | | | | | | | | 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 :-)
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
|
* Include SOL_VERSION_COMMIT/SOL_VERSION_PLATFORM in buildinfo.hAlex Beregszaszi2017-01-171-1/+2
|
* Store strict version number in metadata (exclude the platform)Alex Beregszaszi2017-01-171-0/+3
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Fix problem with release version string.chriseth2016-09-081-3/+5
|
* Make versioning semver compatible and force commit hash availability.chriseth2016-08-261-4/+2
|
* Make solidity independent from ethcore.chriseth2016-04-071-3/+1
|
* Fix: Cope with non-existing commit hash.chriseth2015-11-031-1/+4
|
* File reorganisation.chriseth2015-10-211-0/+73