Paweł Bylica
|
0f5b0496a7
|
Build static libs
|
8 years ago |
Gianguido Sorà
|
adc3a75eff
|
removed -Werror
|
9 years ago |
jeremie
|
b3424201a9
|
Changes in cmake files :
Disable error on parentheses warning
Add include dir jsoncpp to libstratum
|
9 years ago |
Paweł Bylica
|
f5b0c7cdce
|
Increase Windows stack size to 16MB.
(reverted from commit 8357930b25 )
|
10 years ago |
Paweł Bylica
|
58c1730105
|
Add support for clang sanitizer to cmake scripts.
To build with the sanitizer support use clang compiler and set CMAKE_BUILD_TYPE to "DebugSan".
More info: http://clang.llvm.org/docs/AddressSanitizer.html.
|
10 years ago |
Vlad Gluhovsky
|
c2c6119b3a
|
added a comment
|
10 years ago |
Vlad Gluhovsky
|
1cca152044
|
clean windows build
|
10 years ago |
Dimitry
|
402dc01640
|
Coverage info
|
10 years ago |
Paweł Bylica
|
8357930b25
|
Do not increase Windows stack size.
|
10 years ago |
Paweł Bylica
|
1b4745c95b
|
Do not set stack memory limit on OSX.
|
10 years ago |
Paweł Bylica
|
9e9a33b713
|
Set stack memory limit on OSX.
|
10 years ago |
arkpar
|
5eb685da7c
|
Moved transaction verification to verifier thread
|
10 years ago |
Lefteris Karapetsas
|
70a49b1f35
|
Increase win32 executable stack size to 32MB
|
10 years ago |
ethdev zug
|
282a817a2a
|
changes required to make miniupnp working on windows
|
10 years ago |
arkpar
|
cc5a617aa6
|
set and map to hash tables
|
10 years ago |
arkpar
|
90d06cb7b3
|
more performance optimizations
|
10 years ago |
chriseth
|
a895217db6
|
Use BUILD_SHARED_LIB
|
10 years ago |
Marek Kotewicz
|
b0e0ce6401
|
fixed modes of cmake files
|
10 years ago |
Gav Wood
|
a33de145e7
|
Don't check nonce by default.
|
10 years ago |
Gav Wood
|
8111a3e6b3
|
Ability to disable serpent building.
|
10 years ago |
Gav Wood
|
80df4e11fc
|
Nicer cmake read out.
Add profiling support.
|
10 years ago |
Gav Wood
|
d71bec193f
|
Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Marek Kotewicz
|
c4a4b8014b
|
fixed dependency on windows.h include order when using std::min && std::max
|
10 years ago |
Paweł Bylica
|
9e10137d33
|
Increase executable stack size to 16MB on Windows
Fixes ethereum/cpp-ethereum#1313
|
10 years ago |
arkpar
|
d0dfac71ba
|
supported building with clang and GNU gold linker on linux
|
10 years ago |
arkpar
|
2574741a14
|
enabled -pedantic for gcc build
|
10 years ago |
jhuntley
|
094bdc0af3
|
Updates for mingw support. Make sure CXXFLAGS are checked if exported to environment before build.
|
10 years ago |
Christian
|
d7a61fcb16
|
Activate "warnings treated as errors" for gcc.
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
arkpar
|
814005ddb4
|
enable parallel compilation for windows build
style
|
10 years ago |
arkpar
|
72628e8f32
|
fixed warnings for msvc build
|
10 years ago |
Marek Kotewicz
|
ebd8f5bfa5
|
04 changed to 03
|
10 years ago |
Marek Kotewicz
|
1099a89120
|
when using unrecognized compiled, show warning instead of fatal_error
|
10 years ago |
Marek Kotewicz
|
391512d0a2
|
fixed compiler settings on windows, added few comments
|
10 years ago |
debris
|
c014442517
|
alethzero working on windows!
|
10 years ago |
Marek Kotewicz
|
d5b343994a
|
removed few unused lines from cmakes
|
10 years ago |
debris
|
96441cbe9a
|
solc working
|
10 years ago |
debris
|
bb3a0bc0e4
|
devcore, evmcore, jsqrc compiling on windows
|
10 years ago |
debris
|
b5323f75e6
|
common changes in windows build
|
10 years ago |
debris
|
2dd4f2168a
|
fixed CMAKE_PREFIX_PATH && MSVC compiler rejection
|
10 years ago |
sveneh
|
ee947b562e
|
refactor C++11 detection, BuildFile.h generation
|
10 years ago |
sveneh
|
8b1652bbf3
|
cleanup build file. Start some modularisation.
|
10 years ago |