index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break off contract tests.
chriseth
2015-08-04
1
-0
/
+1
*
re-disable secp256k1 on windows
subtly
2015-07-27
1
-1
/
+3
*
enabled libsecp256k1 on windows
arkpar
2015-07-21
1
-3
/
+1
*
Sign, recovery, and verify.
subtly
2015-07-03
1
-0
/
+1
*
Don't link secp256k1 on windows.
subtly
2015-06-26
1
-1
/
+3
*
Move external-dependencies test out of lifdevcore
Lefteris Karapetsas
2015-06-01
1
-1
/
+1
*
Move the u256 test to external_dependencies tests
Lefteris Karapetsas
2015-06-01
1
-0
/
+1
*
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
Gav Wood
2015-05-13
1
-7
/
+2
*
Create symlink to old testeth location to make bildbot happy
Paweł Bylica
2015-05-11
1
-2
/
+7
*
jsconsole optional for tests
Marek Kotewicz
2015-04-30
1
-3
/
+16
*
cleanup, libjsengine
Marek Kotewicz
2015-04-28
1
-2
/
+2
*
v8 integration initial commit
Marek Kotewicz
2015-04-28
1
-0
/
+4
*
Removed (and added) some #ifs (but removed more than I added).
chriseth
2015-04-21
1
-6
/
+5
*
fixes
CJentzsch
2015-04-21
1
-21
/
+15
*
Restructure test folders
CJentzsch
2015-04-21
1
-39
/
+50
*
Nicer build options.
Gav Wood
2015-04-06
1
-1
/
+1
*
Allow Solidity build to be disabled.
Gav Wood
2015-04-05
1
-1
/
+3
*
Merge pull request #1441 from chriseth/ctest
Gav Wood
2015-03-28
1
-0
/
+15
|
\
|
*
Parse test files and create ctest tests.
chriseth
2015-03-27
1
-0
/
+15
*
|
ClientBase tests
Marek Kotewicz
2015-03-25
1
-0
/
+24
|
/
*
Stats for testeth
Paweł Bylica
2015-03-14
1
-4
/
+4
*
remove unneccessary dependencies
CJentzsch
2015-03-12
1
-2
/
+2
*
add check random state test for jit
CJentzsch
2015-03-12
1
-10
/
+15
*
create random state tests
CJentzsch
2015-03-12
1
-0
/
+5
*
State integration test.
Gav Wood
2015-03-06
1
-1
/
+1
*
merge
CJentzsch
2015-02-23
1
-4
/
+11
*
check test with JIT for random test simulations
CJentzsch
2015-01-13
1
-0
/
+6
*
fixed msvc not expanding macros correctly
ethdev
2014-12-17
1
-0
/
+1
*
boost library -> libraries
ethdev
2014-12-16
1
-2
/
+2
*
jsonrpc _library -> _libraries
Marek Kotewicz
2014-12-12
1
-4
/
+4
*
renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines
Marek Kotewicz
2014-12-12
1
-1
/
+1
*
fixed styling issues
Marek Kotewicz
2014-12-11
1
-1
/
+1
*
added curl libaries, which are required for testeth project
debris
2014-12-09
1
-0
/
+1
*
msvc changes in tests, but tests not yet working there
debris
2014-12-09
1
-31
/
+5
*
common changes
Marek Kotewicz
2014-12-02
1
-0
/
+1
*
use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed the
sveneh
2014-11-28
1
-1
/
+0
*
Merge remote-tracking branch 'debris/mk_jsonrpc_upgrade' into build_enhancement
sveneh
2014-11-20
1
-1
/
+3
|
\
|
*
Merge branch 'develop' into mk_jsonrpc_upgrade
Marek Kotewicz
2014-11-18
1
-1
/
+1
|
|
\
|
*
|
little cleanup after upgrading jsonrpc
Marek Kotewicz
2014-11-04
1
-1
/
+1
|
*
|
jsonrpc 0.3.0 working, needs cleanup
Marek Kotewicz
2014-11-03
1
-0
/
+1
*
|
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...
sveneh
2014-11-11
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge remote-tracking branch 'upstream/develop' into stateTests
Christoph Jentzsch
2014-11-03
1
-2
/
+4
|
|
\
|
|
*
|
Clean up and organize tests + state class tests
Christoph Jentzsch
2014-11-03
1
-1
/
+1
*
|
|
compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependencies
sveneh
2014-11-11
1
-1
/
+1
*
|
|
full project compile with crypto++ dependency
sveneh
2014-11-06
1
-1
/
+7
*
|
|
... addition to last commit, these were lost.
sveneh
2014-11-06
1
-2
/
+2
|
|
/
|
/
|
*
|
checked headless builds with and without jsonrpc
Marek Kotewicz
2014-10-24
1
-2
/
+0
*
|
ethrpc -> web3jsonrpc, other issues fixed
Marek Kotewicz
2014-10-24
1
-1
/
+3
*
|
Merge branch 'develop' into mk_jsonrpc
Marek Kotewicz
2014-10-24
1
-0
/
+1
|
\
|
|
*
Merge pull request #381 from chriseth/solidity
Gav Wood
2014-10-23
1
-0
/
+1
|
|
\
|
|
*
Solidity scanner and some unit tests.
Christian
2014-10-08
1
-0
/
+1
*
|
|
jsonrpc library dependency made mandatory
Marek Kotewicz
2014-10-23
1
-3
/
+0
*
|
|
Merge branch 'develop' into mk_jsonrpc
Marek Kotewicz
2014-10-20
1
-0
/
+7
|
\
|
|
|
*
|
Update CMakeLists.txt
Christoph Jentzsch
2014-10-18
1
-1
/
+0
|
*
|
Make all exceptions dervie virtual
Christoph Jentzsch
2014-10-18
1
-2
/
+2
|
|
\
\
|
*
|
|
Added random test creater
Christoph Jentzsch
2014-10-14
1
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
added headers to ethrpc cmake
Marek Kotewicz
2014-10-16
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
add headers to cmake
subtly
2014-10-16
1
-1
/
+2
|
|
/
*
|
ethrpc separated && first tests
Marek Kotewicz
2014-10-13
1
-1
/
+1
*
|
preparing for tests
Marek Kotewicz
2014-10-13
1
-0
/
+6
|
/
*
Build fixes.
Gav Wood
2014-07-06
1
-1
/
+1
*
Windows build coersions.
Gav Wood
2014-07-03
1
-12
/
+9
*
Full python serpent support.
Gav Wood
2014-06-29
1
-0
/
+2
*
Remove build cruft.
Gav Wood
2014-05-05
1
-4
/
+0
*
Split out libethcore from libethereum.
Gav Wood
2014-04-23
1
-2
/
+2
*
fixed Ubuntu12.04 compile error
Jeffrey Lee
2014-03-07
1
-0
/
+2
*
cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>
Eric Lombrozo
2014-02-10
1
-5
/
+20
*
cmake updates for building on osx
subtly
2014-02-08
1
-0
/
+4
*
Work on exceptions.
Gav Wood
2014-02-06
1
-0
/
+2
*
Added SECP256k1 project.
Gav Wood
2014-02-06
1
-1
/
+0
*
Debian packaging and various needed changes to build.
Gav Wood
2014-02-05
1
-4
/
+1
*
Move towards more flexible cryptopp discovery.
Gav Wood
2014-02-02
1
-3
/
+0
*
Fledgling UPnP support.
Gav Wood
2014-02-01
1
-0
/
+1
*
Threads linking now.
Gav Wood
2014-01-31
1
-1
/
+1
*
added pthread to cmake
Fabian Schuh
2014-01-24
1
-0
/
+3
*
Various fixes.
Gav Wood
2014-01-20
1
-0
/
+2
*
Move to semi-official new Trie format.
Gav Wood
2014-01-08
1
-1
/
+7
*
Minor changes to readme and makefiles.
Gav Wood
2014-01-07
1
-1
/
+1
*
crypto prototyping.
Gav Wood
2014-01-05
1
-0
/
+2
*
Fix for tests.
Gav Wood
2014-01-05
1
-0
/
+1
*
VM nearly instruction-complete.
Gav Wood
2014-01-04
1
-1
/
+2
*
Reorganised source directory.
Gav Wood
2014-01-03
1
-0
/
+9