Commit Graph

629 Commits

Author SHA1 Message Date
Paweł Bylica 8eaa6bde3f
Hunter: Build only Release packages 2019-03-11 22:29:03 +01:00
Paweł Bylica b4161767b1
EVMC 6.2.0-dev
Bump version: 6.1.1 → 6.2.0-dev
2019-03-11 12:32:22 +01:00
Paweł Bylica bf7064dca5
Merge branch 'release/6.1' 2019-02-13 12:03:33 +01:00
Paweł Bylica a3e35b5654
EVMC 6.1.1
Bump version: 6.1.0 → 6.1.1
2019-02-13 12:02:07 +01:00
Paweł Bylica 2cbfbca699
docs: Document elements of evmc_revision 2019-02-13 11:40:59 +01:00
Paweł Bylica c18eda79b1
Restrict the availability of EVMC_DEPRECATED
Define EVMC_DEPRECATED attribute only for GCC 6+ because in older versions attributes cannot be applied to enum elements.
2019-02-04 12:41:01 +01:00
Paweł Bylica 4595b54bc3
EVMC 6.1.0
Bump version: 6.1.0-dev → 6.1.0
2019-01-24 14:10:59 +01:00
Paweł Bylica 4aebffc8bb
Changelog: Add entry about C++ wrappers 2019-01-24 14:06:48 +01:00
Paweł Bylica 600143690e
Merge pull request #187 from ethereum/cpp
Add C++ wrappers/bindings for VM
2019-01-23 13:58:22 +01:00
Paweł Bylica 553003ee3b
Fix compilation with VS 2015 2019-01-23 11:17:16 +01:00
Paweł Bylica b0ae85ebbf
Add C++ wrappers/bindings 2019-01-22 14:15:26 +01:00
Paweł Bylica 709965077f
examples: Fix example_vm
- Make it compatible with C++
- Properly return project version
2019-01-22 14:15:26 +01:00
Paweł Bylica 86e2e2685d
Merge pull request #186 from ethereum/constantinople2
Add Constantinople2 to evmc_revision
2019-01-21 17:20:02 +01:00
Paweł Bylica 97e40acf59
Changelog: Add entry about Constantinople2 2019-01-21 16:24:11 +01:00
Alex Beregszaszi cdc3f21dae
Reserve post-Constantinople EVM revision number as Constantinople2
Co-authored-by: Paweł Bylica <chfast@gmail.com>
2019-01-21 16:22:07 +01:00
Paweł Bylica 9478acee14
Changelog: Add 2 missing entries 2019-01-21 14:41:59 +01:00
Paweł Bylica c9fac623d3
Merge pull request #184 from ethereum/max_revision
Rename EVMC_LATEST_REVISION to EVMC_MAX_REVISION
2019-01-21 12:46:04 +01:00
Paweł Bylica 1582fae97e
Add changelog entry about deprecating EVMC_LATEST_REVISION 2019-01-21 12:09:48 +01:00
Paweł Bylica dc25196cd1
Mark EVMC_LATEST_REVISION as deprecated 2019-01-21 12:09:48 +01:00
Paweł Bylica 2827ca621b
Introduce EVMC_DEPRECATED as portable __attribute__((deprecated)) 2019-01-21 12:09:48 +01:00
Paweł Bylica d4fc289c80
Rename EVMC_LATEST_REVISION to EVMC_MAX_REVISION 2019-01-21 12:09:20 +01:00
Paweł Bylica 602cc230f2
Merge pull request #185 from ethereum/docs-versioning
docs: Extend versioning description
2019-01-21 12:08:55 +01:00
Paweł Bylica 921e8ff313
docs: Extend versioning description 2019-01-21 11:29:20 +01:00
Alex Beregszaszi efc9b20703
Merge pull request #183 from ethereum/compilation-tests
Enhance compilation tests
2019-01-18 15:21:07 +00:00
Paweł Bylica ab3c8b559f
README: Languages support 2019-01-18 14:05:20 +01:00
Paweł Bylica 377167f76a
Enhance compilation tests 2019-01-18 13:52:34 +01:00
Paweł Bylica f27aa78a34
Merge pull request #182 from ethereum/is_zero
helpers: Add is_zero() helper
2019-01-18 13:52:12 +01:00
Paweł Bylica 28b2b8d6cf
helpers: Add is_zero() helper 2019-01-18 12:53:42 +01:00
Paweł Bylica 9aff0e98e8
Merge branch 'release/6.0'
# Conflicts:
#	.bumpversion.cfg
#	CHANGELOG.md
#	CMakeLists.txt
2019-01-16 10:43:34 +01:00
Paweł Bylica 2c6ca3dfbc
EVMC 6.0.2
Bump version: 6.0.1 → 6.0.2
2019-01-16 10:38:54 +01:00
Paweł Bylica 783f5fa8e5
Merge pull request #179 from ethereum/go-create2
go: Fix support for CREATE2 salt
2019-01-15 20:39:29 +01:00
Paweł Bylica 5021229a9b
Merge pull request #178 from ethereum/c++17
C++17
2019-01-15 17:02:00 +01:00
Paweł Bylica 77a2fda5d1
Circle CI: Test build with C++17 and C++14 2019-01-15 15:31:14 +01:00
Paweł Bylica 18b3e99816
go: Fix support for CREATE2 salt 2019-01-15 15:26:38 +01:00
Paweł Bylica 804a429ba5
CMake: Add toolchains support 2019-01-15 14:47:23 +01:00
Paweł Bylica e7caf901c6
Upgrade Cable to 0.2.16 2019-01-15 14:47:22 +01:00
Paweł Bylica 88d792c809
Merge pull request #177 from ethereum/ci-go111
Circle CI: Test Go 1.11
2019-01-15 14:21:37 +01:00
Paweł Bylica e60d8604af Squashed 'cmake/cable/' changes from 3e54f97..1bcca8c
1bcca8c Cable 0.2.16
e1770c8 Add toolchains for C++14 and C++17
cd585c5 Cable 0.2.15
f1083ec Cable: Add NO_PEDANTIC option to cable_configure_compiler()

git-subtree-dir: cmake/cable
git-subtree-split: 1bcca8c5efcb251d2b89d1b72237b32b1b212b55
2019-01-15 13:56:39 +01:00
Paweł Bylica 373328a477
Circle CI: Test Go 1.11 2019-01-15 13:52:04 +01:00
Alex Beregszaszi 46a2ef0683
Merge pull request #174 from ethereum/istanbul
Add Istanbul to evmc_revision
2019-01-14 15:21:01 +00:00
Alex Beregszaszi fc19d8219d Add a note to EVMC_LATEST_REVISION 2019-01-14 13:42:17 +00:00
Alex Beregszaszi f064fdcbd8 Add Istanbul to evmc_revision 2019-01-14 13:42:17 +00:00
Paweł Bylica 52da38836f
Merge pull request #170 from ethereum/docs-bindings
docs: Mention language bindings
2018-11-12 13:15:52 +01:00
Paweł Bylica 3b399a2ab9
docs: Mark main page sections 2018-11-12 12:04:42 +01:00
Paweł Bylica 31500584b2
docs: Mention language bindings 2018-11-12 11:59:51 +01:00
Paweł Bylica ba3e5fbcd2
Merge branch 'release/6.0' with v6.0.1
# Conflicts:
#	.bumpversion.cfg
#	CHANGELOG.md
#	CMakeLists.txt
2018-11-10 23:59:17 +01:00
Paweł Bylica de58981492
EVMC 6.0.1
Bump version: 6.0.0 → 6.0.1
2018-11-10 23:52:31 +01:00
Paweł Bylica 2c2bd4b9de
Merge pull request #169 from ethereum/lazy-hunter
CMake: Load Hunter only when building with EVMC_TESTING
2018-11-10 23:48:54 +01:00
Paweł Bylica 8228d9acef
Add changelog entry about improved Hunter loading 2018-11-10 23:29:52 +01:00
Paweł Bylica 0b17831fa0
CMake: Load Hunter only when building with EVMC_TESTING 2018-11-10 23:01:48 +01:00