Paweł Bylica
|
4ae766069c
|
Merge pull request #40 from ethereum/loader
Add evmc::loader library to support dynamic loading
|
2018-07-10 13:26:22 +02:00 |
Paweł Bylica
|
6b0ab05d07
|
loader: Fix support for Windows paths
|
2018-07-10 13:07:07 +02:00 |
Paweł Bylica
|
18a96c8d04
|
vmtester: Use CLI11 instead of boost::program_options
|
2018-07-10 13:07:07 +02:00 |
Paweł Bylica
|
8331ca15de
|
vmtester: Use loader library
|
2018-07-10 13:07:07 +02:00 |
Paweł Bylica
|
721f2b3083
|
loader: Return function pointer instead of EVM instance
|
2018-07-10 13:04:48 +02:00 |
Paweł Bylica
|
4a929e248a
|
loader: Add documentation
|
2018-07-10 13:03:15 +02:00 |
Paweł Bylica
|
49e26b1ede
|
loader: Add Windows support
|
2018-07-10 13:02:42 +02:00 |
Paweł Bylica
|
02b52e2926
|
Add evmc::loader library to support dynamic loading
|
2018-07-10 12:57:29 +02:00 |
Alex Beregszaszi
|
b3755f2a1d
|
Update client links in README
|
2018-06-26 18:26:29 +02:00 |
Paweł Bylica
|
5ee6915250
|
Merge pull request #38 from ethereum/create-fn-search
"Create" function name search heuristic
|
2018-06-26 18:17:04 +02:00 |
Paweł Bylica
|
8dc2793f5f
|
Cable 0.2.3: Allow loading toolchain files from outside of cable dir
|
2018-06-26 16:36:27 +02:00 |
Paweł Bylica
|
a3f06bbc36
|
Generate documentation for all public headers
|
2018-06-26 12:59:46 +02:00 |
Paweł Bylica
|
45fd294efb
|
Extend create function documentation
|
2018-06-26 12:59:46 +02:00 |
Paweł Bylica
|
977be63e74
|
vmtester: Add create function name search heuristic
|
2018-06-26 11:22:21 +02:00 |
Paweł Bylica
|
4ad5b52492
|
Cleanup examplevm
|
2018-06-26 10:41:02 +02:00 |
Paweł Bylica
|
2d00ff6f69
|
CMake: Move evmc-vmtester artifacts to parent dir
|
2018-06-26 10:41:01 +02:00 |
Paweł Bylica
|
fda9851e96
|
CMake: Move examplevm artifacts to parent dir
|
2018-06-26 10:41:01 +02:00 |
Paweł Bylica
|
81ac4b62ab
|
Merge pull request #37 from ethereum/appveyor
Windows support and CI
|
2018-06-26 09:44:38 +02:00 |
Paweł Bylica
|
5372417ca6
|
Properly export symbols from DLLs
|
2018-06-25 18:48:03 +02:00 |
Paweł Bylica
|
7b8e411583
|
AppVeyor CI: Run more tests
|
2018-06-25 17:58:57 +02:00 |
Paweł Bylica
|
1902576903
|
Fix build for 32-bit architectures
|
2018-06-25 16:02:24 +02:00 |
Paweł Bylica
|
3c7ffaac82
|
CMake: Move Hunter config to its own file, cache Hunter on AppVeyor CI
|
2018-06-25 14:58:25 +02:00 |
Paweł Bylica
|
aaab43e034
|
Add AppVeyor Config
|
2018-06-25 13:29:12 +02:00 |
Paweł Bylica
|
cdd53518b6
|
Fix building with Visual Studio
|
2018-06-25 13:20:18 +02:00 |
Paweł Bylica
|
71428d061f
|
Merge pull request #35 from ethereum/cmake-install
CMake package config
|
2018-06-20 12:06:36 +02:00 |
Paweł Bylica
|
08d5883dda
|
CMake: Change instructions output name to evmc-instructions
|
2018-06-19 22:30:36 +02:00 |
Paweł Bylica
|
411073934a
|
Circle CI: Test CMake package config
|
2018-06-19 22:30:36 +02:00 |
Paweł Bylica
|
9af6c35b48
|
Add examples how to use CMake packages
|
2018-06-19 22:30:36 +02:00 |
Paweł Bylica
|
4e91af62d3
|
CMake: Export CMake package config
|
2018-06-19 11:47:04 +02:00 |
Paweł Bylica
|
cb2288b49d
|
Merge pull request #14 from ethereum/clang-format-config
Add clang-format config
|
2018-06-16 12:36:00 +02:00 |
Paweł Bylica
|
8489aa49a0
|
Merge pull request #34 from ethereum/evm-instructions
EVM instructions part 2
|
2018-06-16 12:35:40 +02:00 |
Paweł Bylica
|
41b3501b5e
|
Add EVMC_LATEST_REVISON as an alias for latest EVM revision
|
2018-06-16 12:32:07 +02:00 |
Paweł Bylica
|
cb9ebb7c82
|
Add names table for each EVM revision
|
2018-06-16 12:32:07 +02:00 |
Paweł Bylica
|
94bb5fbec9
|
Separate instruction names from metrics
|
2018-06-16 12:32:06 +02:00 |
Paweł Bylica
|
8a9ebd4966
|
Rename instructions.c to instruction_metrics.c
|
2018-06-16 12:32:06 +02:00 |
Paweł Bylica
|
2c83269f62
|
Set OP_EXP cost to HIGH
|
2018-06-16 12:32:06 +02:00 |
Paweł Bylica
|
bfa5c5bf06
|
Add more tests for instruction tables
|
2018-06-16 12:32:06 +02:00 |
Paweł Bylica
|
6f1f961f85
|
Use name prefix for EVM opcode enum items
|
2018-06-16 12:32:06 +02:00 |
Paweł Bylica
|
37cc64f5dc
|
Merge pull request #33 from ethereum/evm-instructions
EVM instructions table
|
2018-06-11 15:28:37 +02:00 |
Paweł Bylica
|
e590d1b567
|
Circle CI: Execute unit tests
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
bc00d6e096
|
Add basic instruction table unit tests
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
c90be58991
|
Add instruction enum
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
fd578469a4
|
Add unit tests stub
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
534f634213
|
CMake: Shorten option names
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
889f8d74b4
|
Fix compiler warning
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
765adc24bd
|
Add EVM instruction tables
|
2018-06-11 11:44:13 +02:00 |
Paweł Bylica
|
d5ac5ce00e
|
CMake: Add config for evmc::instructions library
|
2018-06-07 12:25:10 +02:00 |
Paweł Bylica
|
d4562dc292
|
CMake: Add evmc::evmc alias
|
2018-06-07 12:16:26 +02:00 |
Paweł Bylica
|
6743fb9232
|
Update Cable to commit caeabb3a9f054f5c0b5076aa958968c42f7a5df4
|
2018-05-11 16:58:08 +02:00 |
Paweł Bylica
|
6ee4682924
|
Squashed 'cmake/cable/' changes from 5fd6d89..caeabb3
caeabb3 CableBuildInfo: Specify gitinfo.txt byproduct
69a5abc CableBuildInfo: Remove broken debug logs
a5a1829 CableCompilerSettings: Enabled conversion warnings by default
0790aec README: Add section about git subtree
4056c71 Add the project name to every file
612d1b2 Add cxx11-c99 toolchain file
git-subtree-dir: cmake/cable
git-subtree-split: caeabb3a9f054f5c0b5076aa958968c42f7a5df4
|
2018-05-11 16:58:08 +02:00 |