Commit Graph

549 Commits

Author SHA1 Message Date
Paweł Bylica 1a4b3c3c33
CMake: Clean up evmc-vmtester properties 2018-08-28 11:53:51 +02:00
Paweł Bylica aa394fd818
Merge pull request #97 from ethereum/release-result-comment
Add comment why the result is a pointer in release_result
2018-08-28 11:48:48 +02:00
Paweł Bylica a9bd9c308d
Add Changelog entries 2018-08-28 11:44:45 +02:00
Alex Beregszaszi 04081f8631
Add comment about the evmc_release_result_fn() param
Explains why the evmc_release_result_fn() param is passed by pointer and that it cannot be NULL. It also improves the wording in other parts.

Co-authored-by: Paweł Bylica <chfast@gmail.com>
2018-08-28 11:40:14 +02:00
Paweł Bylica 3076fc8429
Merge pull request #93 from ethereum/tests-cppstd
Compile unittests and vmtests as C++11
2018-08-28 11:20:51 +02:00
Paweł Bylica 8108f04b7a
Build tests with C++11 in not specified otherwise 2018-08-28 11:10:53 +02:00
Paweł Bylica 83d828cfce
Circle CI: Build also with clang 2018-08-28 11:10:53 +02:00
Alex Beregszaszi e34ea20c0f
Merge pull request #92 from ethereum/cxx98compat
Fix compatibility with C++98
2018-08-27 21:39:00 +01:00
Paweł Bylica 978a64049c
Fix compatibility with C++98 2018-08-27 22:13:33 +02:00
Alex Beregszaszi e7f313d947
Merge pull request #81 from ethereum/loader-fallback
Fall back to evmc_create in the loader as a last resort
2018-08-27 21:01:15 +01:00
Paweł Bylica 391a300d08
Add unit tests for "evmc_create()" 2018-08-27 21:30:07 +02:00
Paweł Bylica 8006ef86c2
Add changelog entry 2018-08-27 21:02:26 +02:00
Paweł Bylica fc306bfae1
Merge pull request #84 from ethereum/instance-helpers
Add evmc_instance_name/version into helpers
2018-08-27 13:30:27 +02:00
Alex Beregszaszi dba19c1d84 Go bindings: Use evmc_instance_name/version 2018-08-27 12:08:05 +01:00
Alex Beregszaszi 609e4ee3f7 Add evmc_instance_name/version into helpers 2018-08-26 15:24:23 +01:00
Alex Beregszaszi b3959ec74b Fall back to evmc_create in the loader as a last resort 2018-08-25 16:30:53 +01:00
Paweł Bylica 048152a1bf
EVMC 5.2.0-dev
Bump version: 5.1.0 → 5.2.0-dev
2018-08-23 18:56:39 +02:00
Paweł Bylica b1ffc31fab
EVMC 5.1.0
Bump version: 5.1.0-dev → 5.1.0
2018-08-23 18:52:58 +02:00
Paweł Bylica 0ff7c38f9b
Merge pull request #77 from ethereum/apache-license
Change license to Apache 2.0
2018-08-23 17:11:16 +02:00
Paweł Bylica 15b62b0523
Merge pull request #78 from ethereum/appveyor-go
AppVeyor CI: Test build of Go bindings
2018-08-22 22:35:57 +02:00
Paweł Bylica c621cc83b8
AppVeyor CI: Test build of Go bindings 2018-08-22 22:24:49 +02:00
Paweł Bylica 592f748863
Add Changelog entry about the license change 2018-08-22 13:59:37 +02:00
Paweł Bylica 43fc619a7e
Update license note in headers of source files 2018-08-22 13:57:25 +02:00
Paweł Bylica 8cad76d2b2
Change license to Apache 2.0 2018-08-22 13:54:30 +02:00
Paweł Bylica dc4ac2ad4f
Merge pull request #76 from ethereum/authors
Introduce AUTHORS file
2018-08-21 23:33:51 +02:00
Paweł Bylica 20093f75f2
Merge pull request #75 from ethereum/cmake
CMake of loader and Cable upgrade
2018-08-21 23:33:40 +02:00
Paweł Bylica e994e00cee
Add CHANGELOG entry about Cable upgrade 2018-08-21 09:55:38 +02:00
Paweł Bylica 0659e24db0
Update copyright notice 2018-08-21 09:44:18 +02:00
Paweł Bylica 3d8c0bf49d
Introduce AUTHORS file 2018-08-21 09:39:42 +02:00
Paweł Bylica df81379b3d
Upgrade Cable to 0.2.11
Merge commit '92e7165fa9f164ec9b4f2ca896f5d4ef7e0bd5fd' into cmake

# Conflicts:
#	cmake/cable/bootstrap.cmake
2018-08-21 09:09:31 +02:00
Paweł Bylica 92e7165fa9 Squashed 'cmake/cable/' changes from a0c88f9..6458a65
6458a65 Cable 0.2.11
febf8ad buildinfo: Make buildinfo library installable
a784149 buildinfo: Handle undefined variables
8484c27 Cable 0.2.10: Add PIC toolchain files
c52a405 Cable 0.2.9: Fix gitinfo when no git
912f5e1 Cable 0.2.8
3ed70c6 buildinfo: Mark buildinfo.json as GENERATED file

git-subtree-dir: cmake/cable
git-subtree-split: 6458a653bf9f2fe16b0063455d4a52f5e629c7e1
2018-08-21 09:07:57 +02:00
Paweł Bylica 17fe768522
loader: Always build with PIC 2018-08-21 09:07:03 +02:00
Paweł Bylica 6962e6a302
Merge pull request #65 from ethereum/changelog
Add Changelog
2018-08-20 17:19:41 +02:00
Paweł Bylica 13f6cc1056
Add Changelog 2018-08-20 17:16:06 +02:00
Paweł Bylica 6e6d71a6b1
Merge pull request #72 from ethereum/go-errors
Go bindings: add missing error codes
2018-08-20 17:07:03 +02:00
Alex Beregszaszi a65e9fdf77 Go bindings: reword error description for unknown cases 2018-08-20 15:53:26 +01:00
Alex Beregszaszi eb447e9ecc Go bindings: do not panic on unknown status code 2018-08-20 15:50:06 +01:00
Alex Beregszaszi 89edc1e769 Go bindings: add missing error codes 2018-08-20 15:50:06 +01:00
Paweł Bylica bae63c1a9e
Merge pull request #70 from ethereum/tracer-helper
Add evmc_set_tracer helper
2018-08-20 16:36:25 +02:00
Alex Beregszaszi 9dd6af0849 Add evmc_set_tracer helper 2018-08-20 15:25:40 +01:00
Paweł Bylica 36b7976121
Merge pull request #68 from ethereum/abi-version-helper
Add evmc_is_abi_compatible helper
2018-08-20 16:23:29 +02:00
Alex Beregszaszi 3730cfc6a8
Merge pull request #67 from ethereum/execute-helper
Add evmc_execute helper
2018-08-20 15:12:43 +01:00
Alex Beregszaszi 3fe4f28867 Add evmc_is_abi_compatible helper 2018-08-20 15:05:41 +01:00
Alex Beregszaszi f014e4fc77 Add evmc_execute helper 2018-08-20 14:59:52 +01:00
Alex Beregszaszi 58a8d2295d
Merge pull request #41 from ethereum/go
Go bindings
2018-08-20 14:31:41 +01:00
Paweł Bylica 71df6b8091
Add Go bindings 2018-08-20 14:56:14 +02:00
Paweł Bylica 6dca3222da
Merge pull request #64 from ethereum/examples
examples: update capi for latest interface
2018-08-20 11:39:54 +02:00
Paweł Bylica 68c033d30d
Merge pull request #58 from ethereum/docs
Enhance documentation
2018-08-20 11:38:55 +02:00
Paweł Bylica 3838616b73
AppVeyor CI: Include release/ branches 2018-08-20 11:29:08 +02:00
Paweł Bylica 086e586121
docs: Move EVMC description to markdown file 2018-08-20 11:29:08 +02:00