Commit Graph

257 Commits

Author SHA1 Message Date
Paweł Bylica 2e14d57482
CMake: Install evmc-vmtester 2018-04-13 08:40:13 +02:00
Paweł Bylica 8830ab0d7d
Move examplevm to its own dir 2018-04-13 08:40:13 +02:00
Paweł Bylica 4578e80c38
Use common compiler settings from Cable 2018-04-12 23:01:38 +02:00
Paweł Bylica a524726b2e
Merge pull request #17 from ethereum/precompile-failure
Precompile failure
2018-04-12 22:56:23 +02:00
Everett Hildenbrandt 0816c98f1a include/evmc: EVMC_STATIC_MODE_{ERROR => VIOLATION} 2018-04-12 14:06:46 -05:00
Everett Hildenbrandt e567f2b3c3 include/evmc: add code 11 for EVMC_PRECOMPILE_FAILURE 2018-04-12 14:06:42 -05:00
Paweł Bylica 0677bb03e7
Merge pull request #12 from ethereum/vmtester
VM Tester tool
2018-04-12 21:05:06 +02:00
Paweł Bylica 379cea307c
Rename vmtester to evmc-vmtester 2018-04-12 11:02:01 +02:00
Paweł Bylica ae6bcb177f
Circle CI: Build tests and examples 2018-04-12 11:02:01 +02:00
Paweł Bylica f1fcb37fbe
Add ctests for vmtester 2018-04-12 11:02:01 +02:00
Paweł Bylica 9c239da9bf
vmtester: Use program_options 2018-04-12 11:02:00 +02:00
Paweł Bylica df702acb99
Add basic EVMC VM compliance tests 2018-04-12 11:02:00 +02:00
Paweł Bylica 60c9d550aa
Search for symbols in dlls 2018-04-12 11:02:00 +02:00
Paweł Bylica 31a333df14
Bootstrap vmtester tool 2018-04-12 11:01:59 +02:00
Paweł Bylica 69a932f1c8
Add Hunter 2018-04-12 11:01:49 +02:00
Paweł Bylica 044abea9af
Merge pull request #11 from ethereum/add-cable
Add Cable as git subtree
2018-04-11 16:39:44 +02:00
Paweł Bylica 503223d709
Merge pull request #13 from ethereum/gitter-badge
README: Add Gitter badge
2018-04-11 16:06:52 +02:00
Paweł Bylica a503cac129
README: Add Gitter badge 2018-04-11 16:05:05 +02:00
Paweł Bylica 535db81347
Add Cable as git subtree
Merge commit '553d384123053f43ac78dbfb7203c5452605f6e6' as 'cmake/cable'
2018-04-10 16:32:17 +02:00
Paweł Bylica 553d384123 Squashed 'cmake/cable/' content from commit d7bbd20
git-subtree-dir: cmake/cable
git-subtree-split: d7bbd20f9fe03a0ab1948434d83a9a3b9ea79d17
2018-04-10 16:28:36 +02:00
Paweł Bylica a800ae7aa5
Fix examples build config 2018-04-10 14:12:12 +02:00
Paweł Bylica 93fb8687e6
Merge pull request #8 from ethereum/nested-evmc
CMake: Support multiple evmc project instances
2018-04-09 20:02:19 +02:00
Paweł Bylica 594804d1d7
CMake: Support multiple evmc project instances 2018-04-09 16:13:31 +02:00
Paweł Bylica e7923a2f3e
Merge pull request #7 from ethereum/readme-projects
Add related projects to the README
2018-04-09 16:01:36 +02:00
Alex Beregszaszi 112c423c52 Add related projects to the README 2018-03-29 22:29:40 +01:00
Paweł Bylica b0e953cfb3
Merge pull request #5 from ethereum/readme
Add README
2018-03-29 15:59:42 +02:00
Paweł Bylica 1a1260dc77
Add README 2018-03-29 15:58:36 +02:00
Paweł Bylica a1f85057f4
Merge pull request #4 from ethereum/docs
Fix documentation
2018-03-29 10:49:32 +02:00
Paweł Bylica 20fd4ebeb4
Move generated docs to root dir 2018-03-28 22:19:11 +02:00
Paweł Bylica 36830eb700
Circle CI: Upload docs 2018-03-28 21:56:34 +02:00
Paweł Bylica e30733de5b
Fix missing documentation in evmc.h 2018-03-28 16:53:27 +02:00
Paweł Bylica 3d6dcbcc6b
Test doxygen on Circle CI 2018-03-28 16:41:04 +02:00
Paweł Bylica 799d8b4127
Merge pull request #2 from ethereum/evmc-rename
Rename project to EVMC
2018-03-28 15:56:53 +02:00
Alex Beregszaszi 2ec50258cd Rename evm.h to evmc.h 2018-03-28 14:40:18 +01:00
Alex Beregszaszi ac4f395794 Rename project to EVMC in Doxyfile 2018-03-28 14:39:38 +01:00
Alex Beregszaszi 19ce0eb4ab Rename evm_/EVM_ to evmc_/EVMC_ 2018-03-28 14:39:38 +01:00
Paweł Bylica d4f8c9a5fd
Merge pull request #3 from ethereum/ci
Build on CI
2018-03-28 15:31:44 +02:00
Paweł Bylica a0d4cb50f6
Add Circle CI config 2018-03-28 15:21:51 +02:00
Paweł Bylica 4d763dadab
Add main CMake script 2018-03-28 15:20:08 +02:00
Paweł Bylica 3819a96fbc Merge pull request #172 from ethereum/evmc-copycode
EVM-C: Change get_code() to copy_code()
2018-03-27 13:30:50 +02:00
Paweł Bylica ccc3106233 EVM-C: Change get_code() to copy_code() 2018-03-27 12:45:22 +02:00
Alex Beregszaszi 31836e1701 Merge pull request #173 from ethereum/status-code
EVM-C: introduce new status codes
2018-03-26 20:59:41 +01:00
Alex Beregszaszi 77a7274c18 EVM-C: introduce EVM_INVALID_MEMORY_ACCESS 2018-03-26 16:26:43 +01:00
Alex Beregszaszi b8275ce3ef EVM-C: introduce EVM_INVALID_INSTRUCTION 2018-03-26 16:26:31 +01:00
Alex Beregszaszi 685cc5a676 EVM-C: rename EVM_BAD_INSTRUCTION to EVM_UNDEFINED_INSTRUCTION 2018-03-26 16:25:54 +01:00
Paweł Bylica 20e5d3f27d Merge pull request #170 from ethereum/evmc-codesize
EVM-C: Add get_code_size() callback function
2018-03-26 16:00:08 +02:00
Paweł Bylica 82f1936fa2 EVM-C: Add get_code_size() callback function 2018-03-26 15:08:10 +02:00
Paweł Bylica 64bebf8b5b EVM-C: Add 2 todo items 2018-03-21 15:50:26 +01:00
Alex Beregszaszi 3d60258131 Merge pull request #165 from ethereum/examplevm
Do not pollute the header with examplevm_create()
2018-01-25 10:49:37 +00:00
Alex Beregszaszi 0877e9d9bd Do not pollute the header with examplevm_create() 2018-01-24 22:38:17 +00:00