Paweł Bylica
b07f25da4a
Detect endianness without boost help
10 years ago
Paweł Bylica
b1765749f5
Remove usage of boost::lexical_cast
10 years ago
debris
fa683218c4
Merge branch 'develop' into build_enhancement
10 years ago
debris
fc8cb6d7af
boost compatibility changes in msvc
10 years ago
Paweł Bylica
5f4c1c7466
Fix evmcc compilation - provide fake runtime data
10 years ago
yann300
85fa520d1b
- Coding Standards
10 years ago
yann300
827de531b9
- Coding standards
10 years ago
yann300
dbc5201e98
- coding standards.
- set 'parent' on QObject custom class to ensure object deletion.
10 years ago
Paweł Bylica
e3ccc03fde
Fix MSVC warning
10 years ago
Paweł Bylica
9452da9ea1
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
libevmjit-cpp/JitVM.cpp
10 years ago
Paweł Bylica
2fd2446330
Simplify ExecutionEngine interface. It is possible to pass raw code instead of LLVM module.
10 years ago
debris
b5323f75e6
common changes in windows build
10 years ago
Lefteris Karapetsas
78938ac468
Stack compiler now correctly returns a string and not a pointer
10 years ago
Artur Zawłocki
46d19261d3
fixed gcc warnings (missing field initializers, unused functions)
10 years ago
CJentzsch
5a7f4ec9eb
Add exception in vm
10 years ago
Lefteris Karapetsas
9977229d75
Newline right after doctag is now a valid natspec entry
- Plus tests for that
10 years ago
Lefteris Karapetsas
cfb8e74a75
Introducing Docstring parsing error exception and style fixes
10 years ago
CJentzsch
90957af867
Merge remote-tracking branch 'upstream/develop' into newTests
10 years ago
Paweł Bylica
bd40486c7b
Moving ext_calldataload helper function to evmjit library (does not depend on Env)
10 years ago
CJentzsch
092fccb176
even less code
10 years ago
yann300
803b47161e
debug modal dialog UI correction
10 years ago
Gav Wood
5a818a5d7d
Merge pull request #564 from imapp-pl/pr-fixes
Windows fix
10 years ago
Gav Wood
7de687fece
Block-level receipts dump.
10 years ago
yann300
f990a1ac63
mix IDE M1 first commit
10 years ago
Paweł Bylica
312ee43aa2
Cleanups
10 years ago
Paweł Bylica
2b9b53024d
Cleanups
10 years ago
Gav Wood
45499094ef
PV48.
10 years ago
Paweł Bylica
12a1735664
Merge branch 'develop-evmcc' into pr-jit
Conflicts:
windows/Eth.vcxproj
windows/TestEthereum.vcxproj
10 years ago
Paweł Bylica
4cf9f82bc7
Windows fix & used code removed
10 years ago
Paweł Bylica
31c3d111ad
Windows fix & used code removed
10 years ago
Gav Wood
c96e1d0c36
Logs from subcalls are folded in.
10 years ago
Paweł Bylica
72552c4936
Move helper functions back to VM
10 years ago
Paweł Bylica
6ba1505162
Merge branch 'develop' into develop-evmcc
Conflicts:
libevm/VM.h
test/createRandomTest.cpp
10 years ago
Paweł Bylica
cc75782496
Update evmjit submodule
10 years ago
Paweł Bylica
51f4383287
Removing moved evmjit code
10 years ago
Paweł Bylica
68662deed6
C++ emvjit connector header includes updated
10 years ago
Paweł Bylica
abe5c5c37d
MSVS evmcc project updated
10 years ago
Paweł Bylica
c6fcdbc7d6
Arith performace tests
10 years ago
Paweł Bylica
adb5a6869f
A bit of work in evmcc. Not ready yet.
10 years ago
debris
7bb2de3c4a
cmake project generated on windows
10 years ago
debris
ecbe903362
windows build in progress
10 years ago
Lefteris Karapetsas
4bbb9eb264
Using iterators in Natspec comment parsing
- Used iterators in the entirety of the InterfaceHandler natspec comment
parsing pipeline
- Fixed issue where @param continuing in new line would not get a space
10 years ago
Lefteris Karapetsas
67da8798cf
Addressing styling and miscellaneous issue with Natspec
10 years ago
Paweł Bylica
b98725861d
A TODO comment
10 years ago
Paweł Bylica
5362d5056d
SDIV & SMOD fixed
10 years ago
Paweł Bylica
58d2bfbd8a
External code access in Env reimplemented
10 years ago
Paweł Bylica
4366542b63
LOGs reimplemented
10 years ago
CJentzsch
46b9b02f8f
minor fix
10 years ago
Paweł Bylica
63719d24bc
env_call updated
10 years ago
CJentzsch
9593cd5e2b
avoid code repetition in vm
10 years ago