Solidity, the Smart Contract Programming Language
Go to file
Paweł Bylica b07331fbb3 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
2015-05-11 11:47:29 +02:00
Assembly.cpp CFG returns vector of blocks instead of assembly items. 2015-05-06 12:55:18 +02:00
Assembly.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00
AssemblyItem.cpp Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00
AssemblyItem.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00
CMakeLists.txt CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin" 2015-05-11 11:47:29 +02:00
CommonSubexpressionEliminator.cpp Common subexpression elimination ready for using pre-known state. 2015-05-06 11:10:42 +02:00
CommonSubexpressionEliminator.h Common subexpression elimination ready for using pre-known state. 2015-05-06 11:10:42 +02:00
ControlFlowGraph.cpp CFG returns vector of blocks instead of assembly items. 2015-05-06 12:55:18 +02:00
ControlFlowGraph.h CFG returns vector of blocks instead of assembly items. 2015-05-06 12:55:18 +02:00
Exceptions.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00
ExpressionClasses.cpp Make KnownState work with all instructions. 2015-05-06 11:11:16 +02:00
ExpressionClasses.h Common subexpression elimination ready for using pre-known state. 2015-05-06 11:10:42 +02:00
GasMeter.cpp Structural gas estimator. 2015-05-06 10:43:59 +02:00
GasMeter.h Structural gas estimator. 2015-05-06 10:43:59 +02:00
KnownState.cpp Use range-based erase. 2015-05-08 18:07:56 +02:00
KnownState.h Gather knowledge about the state during control flow analysis. 2015-05-06 12:53:17 +02:00
SemanticInformation.cpp Gather knowledge about the state during control flow analysis. 2015-05-06 12:53:17 +02:00
SemanticInformation.h Gather knowledge about the state during control flow analysis. 2015-05-06 12:53:17 +02:00
SourceLocation.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00