aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* jsconsole optional for testsMarek Kotewicz2015-04-301-3/+16
* cleanup, libjsengineMarek Kotewicz2015-04-281-2/+2
* v8 integration initial commitMarek Kotewicz2015-04-281-0/+4
* Removed (and added) some #ifs (but removed more than I added).chriseth2015-04-211-6/+5
* fixesCJentzsch2015-04-211-21/+15
* Restructure test foldersCJentzsch2015-04-211-39/+50
* Nicer build options.Gav Wood2015-04-061-1/+1
* Allow Solidity build to be disabled.Gav Wood2015-04-051-1/+3
* Merge pull request #1441 from chriseth/ctestGav Wood2015-03-281-0/+15
|\
| * Parse test files and create ctest tests.chriseth2015-03-271-0/+15
* | ClientBase testsMarek Kotewicz2015-03-251-0/+24
|/
* Stats for testethPaweł Bylica2015-03-141-4/+4
* remove unneccessary dependenciesCJentzsch2015-03-121-2/+2
* add check random state test for jitCJentzsch2015-03-121-10/+15
* create random state testsCJentzsch2015-03-121-0/+5
* State integration test.Gav Wood2015-03-061-1/+1
* mergeCJentzsch2015-02-231-4/+11
* check test with JIT for random test simulationsCJentzsch2015-01-131-0/+6
* fixed msvc not expanding macros correctlyethdev2014-12-171-0/+1
* boost library -> librariesethdev2014-12-161-2/+2
* jsonrpc _library -> _librariesMarek Kotewicz2014-12-121-4/+4
* renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelinesMarek Kotewicz2014-12-121-1/+1
* fixed styling issuesMarek Kotewicz2014-12-111-1/+1
* added curl libaries, which are required for testeth projectdebris2014-12-091-0/+1
* msvc changes in tests, but tests not yet working theredebris2014-12-091-31/+5
* common changesMarek Kotewicz2014-12-021-0/+1
* use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed thesveneh2014-11-281-1/+0
* Merge remote-tracking branch 'debris/mk_jsonrpc_upgrade' into build_enhancementsveneh2014-11-201-1/+3
|\
| * Merge branch 'develop' into mk_jsonrpc_upgradeMarek Kotewicz2014-11-181-1/+1
| |\
| * | little cleanup after upgrading jsonrpcMarek Kotewicz2014-11-041-1/+1
| * | jsonrpc 0.3.0 working, needs cleanupMarek Kotewicz2014-11-031-0/+1
* | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...sveneh2014-11-111-1/+1
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/develop' into stateTestsChristoph Jentzsch2014-11-031-2/+4
| |\|
| * | Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-1/+1
* | | compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependenciessveneh2014-11-111-1/+1
* | | full project compile with crypto++ dependencysveneh2014-11-061-1/+7
* | | ... addition to last commit, these were lost.sveneh2014-11-061-2/+2
| |/ |/|
* | checked headless builds with and without jsonrpcMarek Kotewicz2014-10-241-2/+0
* | ethrpc -> web3jsonrpc, other issues fixedMarek Kotewicz2014-10-241-1/+3
* | Merge branch 'develop' into mk_jsonrpcMarek Kotewicz2014-10-241-0/+1
|\|
| * Merge pull request #381 from chriseth/solidityGav Wood2014-10-231-0/+1
| |\
| | * Solidity scanner and some unit tests.Christian2014-10-081-0/+1
* | | jsonrpc library dependency made mandatoryMarek Kotewicz2014-10-231-3/+0
* | | Merge branch 'develop' into mk_jsonrpcMarek Kotewicz2014-10-201-0/+7
|\| |
| * | Update CMakeLists.txtChristoph Jentzsch2014-10-181-1/+0
| * | Make all exceptions dervie virtualChristoph Jentzsch2014-10-181-2/+2
| |\ \
| * | | Added random test createrChristoph Jentzsch2014-10-141-0/+9
| | |/ | |/|
* | | added headers to ethrpc cmakeMarek Kotewicz2014-10-161-2/+2
|\ \ \ | | |/ | |/|
| * | add headers to cmakesubtly2014-10-161-1/+2
| |/
* | ethrpc separated && first testsMarek Kotewicz2014-10-131-1/+1
* | preparing for testsMarek Kotewicz2014-10-131-0/+6
|/
* Build fixes.Gav Wood2014-07-061-1/+1
* Windows build coersions.Gav Wood2014-07-031-12/+9
* Full python serpent support.Gav Wood2014-06-291-0/+2
* Remove build cruft.Gav Wood2014-05-051-4/+0
* Split out libethcore from libethereum.Gav Wood2014-04-231-2/+2
* fixed Ubuntu12.04 compile errorJeffrey Lee2014-03-071-0/+2
* cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>Eric Lombrozo2014-02-101-5/+20
* cmake updates for building on osxsubtly2014-02-081-0/+4
* Work on exceptions.Gav Wood2014-02-061-0/+2
* Added SECP256k1 project.Gav Wood2014-02-061-1/+0
* Debian packaging and various needed changes to build.Gav Wood2014-02-051-4/+1
* Move towards more flexible cryptopp discovery.Gav Wood2014-02-021-3/+0
* Fledgling UPnP support.Gav Wood2014-02-011-0/+1
* Threads linking now.Gav Wood2014-01-311-1/+1
* added pthread to cmakeFabian Schuh2014-01-241-0/+3
* Various fixes.Gav Wood2014-01-201-0/+2
* Move to semi-official new Trie format.Gav Wood2014-01-081-1/+7
* Minor changes to readme and makefiles.Gav Wood2014-01-071-1/+1
* crypto prototyping.Gav Wood2014-01-051-0/+2
* Fix for tests.Gav Wood2014-01-051-0/+1
* VM nearly instruction-complete.Gav Wood2014-01-041-1/+2
* Reorganised source directory.Gav Wood2014-01-031-0/+9