Gav Wood
d638df83ae
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
Gav Wood
96803503d6
Build fix for neth.
10 years ago
Gav Wood
5e22df8f4c
compatibility options HEADLESS should build solidity by default.
10 years ago
Marek Kotewicz
cbe32996ac
fix for building osx package
10 years ago
Gav Wood
b3dd2eacec
Disable neth from build until new API is refactored into it.
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
unknown
73f1747198
changed ethereum -> Ethereum in nsis package
10 years ago
unknown
8478c2e73a
program files x64
10 years ago
unknown
807614bf55
cpack package name starts with capital letter
10 years ago
unknown
3af40c3307
package solc, eth, ethminer, rlp && abi in cpack nsis installer
10 years ago
unknown
3f3334971b
windows package fixes
10 years ago
Marek Kotewicz
8f8e07d287
make jsconsole optional global dependency
10 years ago
chriseth
2111cd4894
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago
Marek Kotewicz
a7996f4de7
finished resource scripts
10 years ago
Marek Kotewicz
b51f01ed10
resources scripts
10 years ago
Lefteris Karapetsas
274720c7cf
Clearly specify the platform where utils.c is used
10 years ago
Marek Kotewicz
41afe1672e
libjsconsole init
10 years ago
Marek Kotewicz
72afc0c7d1
cleanup, libjsengine
10 years ago
Marek Kotewicz
a60d88379f
v8 integration initial commit
10 years ago
Lefteris Karapetsas
7cf3fa0398
Attempting to fix no symbols for static lib on MacOSX
10 years ago
Gav Wood
1b71d6a7c2
Standalone miner.
10 years ago
Marek Kotewicz
50d78468f0
policy CMP0054 set to new
10 years ago
Gav Wood
dad9a32d33
Better logging.
10 years ago
Marek Kotewicz
bf138c5d53
cleanup CMakeLists.txt
10 years ago
Gav Wood
b5e9ab0a6f
GPU/CPU Mining benchmarking.
10 years ago
Gav Wood
eaa4f43432
-DHEADLESS is DEPRECATED!!!
10 years ago
Lefteris Karapetsas
0c4e19be7d
Adding memory mapped I/O to ethash_full_new
10 years ago
Gav Wood
192761a4b1
Various threading fixes.
10 years ago
Gav Wood
7c3a920e1d
Various threading fixes.
10 years ago
Gav Wood
1a67af3115
Fix configuraion issues.
10 years ago
debris
7f2ac99679
fixed #1590 , msvc build with cmake 3.2.1
10 years ago
Marek Kotewicz
ed2274cf4b
fixed #1591 , cmake TARGET_PLATFORM
10 years ago
Gav Wood
6e78287401
Ability to switch GPU/CPU mining on the fly.
10 years ago
Gav Wood
683dd22051
Allow fudging of calls so they never fail.
10 years ago
Gav Wood
b4fec1d2c8
Minor cmake fix.
10 years ago
Gav Wood
6ac052bb4e
backwards compatible HEADLESS for now.
10 years ago
Gav Wood
622367b274
Avoid compiling neth/serpent on MSVC.
10 years ago
Gav Wood
780abeed9e
Build fix.
10 years ago
Gav Wood
5007d27579
rpc test build fix.
10 years ago
Gav Wood
e3a3b5a07b
Formatting fix.
10 years ago
Gav Wood
e97072c24f
Much nicer build presets.
10 years ago
Gav Wood
4120e83bb6
Nicer build options.
10 years ago
Gav Wood
96d764e0fd
Linker fix.
10 years ago
Gav Wood
9fb30b141e
Allow Solidity build to be disabled.
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
8667b623d3
Fix invalid combinations of options rather than bomb out.
Fixes #1493
10 years ago
Lefteris Karapetsas
383865e191
ethash_io_write and win32 specific code
- adding ethash_io_write() function
- only ethash_io_prepare() invoke system dependent functions so it's the
only one going in system specific source files.
10 years ago
Lefteris Karapetsas
43b7db8220
Adding io.h and io_posix.c
- DAG and memo file creation will now be taken care of in libethash
itself.
- To that end we crete a very minimal IO module for ethash.
- Depending on the target system io_posix or io_win32 will be used.
- Implemented ethash_io_prepare() for posix
10 years ago