aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Break off contract tests.chriseth2015-08-041-0/+1
|
* re-disable secp256k1 on windowssubtly2015-07-271-1/+3
|
* enabled libsecp256k1 on windowsarkpar2015-07-211-3/+1
|
* Sign, recovery, and verify.subtly2015-07-031-0/+1
|
* Don't link secp256k1 on windows.subtly2015-06-261-1/+3
|
* Move external-dependencies test out of lifdevcoreLefteris Karapetsas2015-06-011-1/+1
|
* Move the u256 test to external_dependencies testsLefteris Karapetsas2015-06-011-0/+1
|
* Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""Gav Wood2015-05-131-7/+2
|
* Create symlink to old testeth location to make bildbot happyPaweł Bylica2015-05-111-2/+7
|
* 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 to automatically create ctest tests
| * 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
| | | | | | Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full. Closes ethereum/cpp-ethereum#1285
* 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
| | | | Fixes to the FatTrie.
* 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
| | | | requirement to use EXACT version numbers for dependencies, cleanup
* Merge remote-tracking branch 'debris/mk_jsonrpc_upgrade' into build_enhancementsveneh2014-11-201-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically pulls in libjson-rpc-cpp 0.3.2, updated from previous 0.2.1. v0.3.2 completely changes its own setup, hence such a massive change builds fine on Ubuntu, needs check on OS X Conflicts: CMakeLists.txt cmake/EthDependenciesDeprecated.cmake eth/CMakeLists.txt libqethereum/CMakeLists.txt libweb3jsonrpc/CMakeLists.txt neth/CMakeLists.txt test/CMakeLists.txt
| * Merge branch 'develop' into mk_jsonrpc_upgradeMarek Kotewicz2014-11-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: alethzero/MainWin.cpp libweb3jsonrpc/WebThreeStubServer.cpp libweb3jsonrpc/abstractwebthreestubserver.h libweb3jsonrpc/spec.json test/jsonrpc.cpp test/webthreestubclient.h
| * | 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 ↵sveneh2014-11-111-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | build_enhancement Conflicts: alethzero/CMakeLists.txt cmake/EthDependenciesDeprecated.cmake libdevcrypto/CryptoPP.h libdevcrypto/EC.cpp third/CMakeLists.txt
| * | Merge remote-tracking branch 'upstream/develop' into stateTestsChristoph Jentzsch2014-11-031-2/+4
| |\| | | | | | | | | | | | | Conflicts: test/vmBitwiseLogicOperationTestFiller.json
| * | 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 parser - not polished yet, but usable
| | * Solidity scanner and some unit tests.Christian2014-10-081-0/+1
| | | | | | | | | | | | The scanner is a modified version of the v8 javascript scanner.
* | | jsonrpc library dependency made mandatoryMarek Kotewicz2014-10-231-3/+0
| | |
* | | Merge branch 'develop' into mk_jsonrpcMarek Kotewicz2014-10-201-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: alethzero/MainWin.cpp libqethereum/QEthereum.cpp libqethereum/QEthereum.h third/MainWin.cpp
| * | 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
| | | | Shared libs on all platforms.
* 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
| | | | Build fix.
* 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