kenshirothefist
b6362bced4
Add support for EthereumStratum/1.0.0 mode (see -ES option). This adds compatibility with NiceHash.com.
9 years ago
Paweł Bylica
b3940d388c
Remove support for RocksDB.
9 years ago
Genoil
b199c277c7
removed msvc buildinfo hack. needs building twice on windows to work now.
9 years ago
Genoil
7e0672b4e8
finally got rid of the nasty buildinfo bug, thanks chfast!
9 years ago
Paweł Bylica
a885ab05e3
Remove obsolated CMake options.
9 years ago
Gianguido Sorà
fbc540c980
bad version check, now really enforcing Crypto++ to 5.6.2 minimum
9 years ago
Gianguido Sorà
184d3f49a6
enforce Crypto++ 5.6.2 as minimum version
9 years ago
Gianguido Sorà
adc3a75eff
removed -Werror
9 years ago
Jan Willem Penterman
b93ceb9605
hack to fix MSVC not being able to find BuildInfo
9 years ago
jeremie
b3424201a9
Changes in cmake files :
Disable error on parentheses warning
Add include dir jsoncpp to libstratum
9 years ago
Jan Willem Penterman
30bfe53bad
end of day commit..nothing works yet
10 years ago
Gav Wood
a060c46b4c
Cleaned up some of network. Added HostSpec.
10 years ago
debris
6ec1dc0789
updated FindEth.cmake documentation
10 years ago
debris
7049faea25
FindEth.cmake
10 years ago
debris
409094ba26
macdeployqt.sh path is relative to the script which starts it
10 years ago
arkpar
b3b7ee5268
fixed qt deployment for qt 5.5
10 years ago
Gav Wood
09e5dbfa06
Use boost's guaranteed non-deterministic random number generator. If it
compiles, it's safe.
10 years ago
arkpar
e7f34beb45
fixed eth_copy_dlls
reverted libsecp256k1 changes
10 years ago
Paweł Bylica
ca1d2dad6d
Fix whitespace.
10 years ago
Paweł Bylica
5c2cc14f88
Revert "Exclude .ilk files from install"
10 years ago
Lefteris Karapetsas
704eae895e
Exclude .ilk files from install
.ilk files are temporary linking files used only when building. We don't
need to install those.
10 years ago
Paweł Bylica
9b45b6b571
Use external prebuilt OpenCL ICD DLL.
10 years ago
Paweł Bylica
297dca32b5
cmake install changes
10 years ago
Paweł Bylica
f5b0c7cdce
Increase Windows stack size to 16MB.
(reverted from commit 8357930b25
)
10 years ago
unknown
e288b27195
winmm added to v8_libraries
10 years ago
unknown
35760b7055
common fixes for msvc in jsconsole
10 years ago
unknown
2bc0fd727f
build without snapshot library, extdep download v8 3.15.9
10 years ago
unknown
5bc72e037c
ethconsole on windows
10 years ago
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