Marek Kotewicz
e5af58f0d6
reversed m_curl
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
Gav Wood
43a6d825c3
Support rocksdb alternative.
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
Marek Kotewicz
ba64e80c4d
ethconsole executable
10 years ago
Marek Kotewicz
6d87e226e0
js remote console && remote connector
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
debris
100066a664
fix for building OpenCL on some linux distributions
10 years ago
Gav Wood
d638df83ae
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
Marek Kotewicz
294a73a4e9
fixed RUNTIME_OUTPUT_DIRECTORY on osx
10 years ago
Marek Kotewicz
0470ff6649
cmake target for building osx .dmg file
10 years ago
Paweł Bylica
33d7e42866
CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"
This commit changes output directory for runtime components (executables and DLLs) to "bin" directory. That allows running executables on Windows without need of install step.
Closes ethereum/cpp-ethereum#1821
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
subtly
32adf87f92
Fix macos builds following changes from #1809 .
10 years ago
unknown
3f3334971b
windows package fixes
10 years ago
Marek Kotewicz
07fb87681c
cleanup
10 years ago
Marek Kotewicz
70512e7d76
fixes for linux
10 years ago
Marek Kotewicz
e546787890
downgrade v8 to 3.15
10 years ago
arkpar
90d06cb7b3
more performance optimizations
10 years ago
Marek Kotewicz
8f8e07d287
make jsconsole optional global dependency
10 years ago
Marek Kotewicz
9dfabc7966
removed redundant log in cmake utils
10 years ago
Marek Kotewicz
2a9e2f663e
improved eth_add_resources
10 years ago
Marek Kotewicz
2cbe6edd7a
improved eth_add_resources
10 years ago
Marek Kotewicz
0cbdda18d1
simplified loading string from eth resources
10 years ago
Marek Kotewicz
367e977c21
simplified loading string from eth resources
10 years ago
Marek Kotewicz
6315351b7a
fixes for eth_add_resources
10 years ago
Marek Kotewicz
5023f14c1b
fixes for eth_add_resources
10 years ago
Marek Kotewicz
6da6f4ee53
fixed indention
10 years ago
Marek Kotewicz
a7996f4de7
finished resource scripts
10 years ago
Marek Kotewicz
b51f01ed10
resources scripts
10 years ago
Marek Kotewicz
a60d88379f
v8 integration initial commit
10 years ago
chriseth
a895217db6
Use BUILD_SHARED_LIB
10 years ago
Gav Wood
a5f2dc881e
New strategy - send all new blocks out, even when (re)syncing (though
only when resyncing < 20 blocks).
Make a note of bad transactions to avoid re-importing when bad nodes
pass them to us.
10 years ago
ethdev zug
e73f31df87
fixed #1630 , missing curl library && dlls
10 years ago
Marek Kotewicz
be552419d3
removed unused lines in FindJsoncpp
10 years ago
Marek Kotewicz
a47ab408df
fixed typo
10 years ago
Gav Wood
5d660495f5
Linux, Mac building with OpenCL.
10 years ago
Marek Kotewicz
28f2badc38
cleanup in ethashcl
10 years ago
Gav Wood
b5e9ab0a6f
GPU/CPU Mining benchmarking.
10 years ago
Marek Kotewicz
7cd581abc5
new way of searching for windows libs
10 years ago
Marek Kotewicz
e77c9e8c89
cryptopp && leveldb are looking for x64 libs
10 years ago
ethdev zug
98a2805b5c
fixed copying dlls
10 years ago
Marek Kotewicz
339fd2e1dd
missing cmake script
10 years ago