541 Commits (886441923fb81b582d1d1c3a7fc9104c2742dd3c)
 

Author SHA1 Message Date
Gav Wood 886441923f Fix for interactive mode. 11 years ago
Gav Wood c036ff048a Merge pull request #134 from caktux/ncurses 11 years ago
Vincent Gariepy 1d72f41613 ncurses interface for interactive mode 11 years ago
Tim Hughes e0036b5f27 Update TestEthereum.vcxproj 11 years ago
Tim Hughes d313df53ca Update build script to compile boost test library. 11 years ago
Tim Hughes b0bbeee21b Fix VS2013 compile warnings. 11 years ago
Gav Wood 153c7c36cb Various fixes for PoC-4 (né 3.5) 11 years ago
Gav Wood 3f04616252 Disable broken tests. 11 years ago
Gav Wood 1d273df0c2 Merge branch 'develop' into call 11 years ago
Gav Wood 8824305b61 PoC-4 - first effort. 11 years ago
Gav Wood b3093e6447 PoC 3.5 functionality. Still buggy though. 11 years ago
Gav Wood 261b351fc1 Merge pull request #123 from msimovic/boost-test 11 years ago
Gav Wood f1eb1447fd Merge branch 'develop' into call 11 years ago
Gav Wood 472323115a PoC-3.5. ish. 11 years ago
Marko Simovic ea4811a585 Added test to mine and perform simple transaction between two nodes 11 years ago
Marko Simovic 86070f83d5 Updated test project to use Boost Test 11 years ago
Gav Wood 6eb93a8fdc Merge pull request #122 from caktux/interactive-connect 11 years ago
Vincent Gariepy 5a55955be0 connect with settings in interactive mode 11 years ago
Gav Wood b413316203 Merge pull request #117 from caktux/inspect 11 years ago
Vincent Gariepy 93e25c51e5 remove unnecessary replication of the contract's address 11 years ago
Vincent Gariepy 5561afbd25 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into inspect 11 years ago
Gav Wood 4eb578e9af Merge pull request #118 from msimovic/ctest-enabled 11 years ago
Marko Simovic fbd3e8b000 Modified cmake to generate 'make test' target: runs testeth binary 11 years ago
Vincent Gariepy 982e4054ff headers... 11 years ago
Vincent Gariepy 3dc7757b14 it's cin not iss... leftover from ncurses patch.. 11 years ago
Gav Wood 0cb7fb99e8 Merge pull request #116 from SharpCoiner/develop 11 years ago
Vincent Gariepy acafd8f843 Add 'inspect' command that writes contracts to file 11 years ago
SharpCoiner acfe1a1694 Fixed cast warning causing 64-bit Windows vcproj build stop." 11 years ago
Gav Wood 8ac90b2557 VM stuff for PoC 3.5 11 years ago
Gav Wood a976d3a9f5 Merge branch 'develop' into call 11 years ago
Gav Wood ec4ade90ef No libsnappy - it breaks my build. 11 years ago
Gav Wood aa845c0559 Non-compiling instruction changes. 11 years ago
Gav Wood a4655016d0 Merge pull request #114 from msimovic/interactivehelpupdate 11 years ago
Marko Simovic 8523e0fa3c Added help command in interactive mode 11 years ago
Gav Wood 0b30f5d23e Merge pull request #113 from tymat/pthread 11 years ago
Tymat 699ceda748 use CMAKE_THREAD_LIBS_INIT for unix environment so you can pass pthread library if needed 11 years ago
Gav Wood 375cb45dac Merge pull request #111 from danielhams/dhdevelop 11 years ago
Tymat ef8dce5d60 Fix DSO missing from command line by adding lpthread to linker 11 years ago
Daniel Hams 3bc751dc9d Remove clang bug workarounds fixed with latest XCode tools release. 11 years ago
Gav Wood 9a3fa28e7d Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 11 years ago
Gav Wood 9300373c50 Call and multi in LLL. 11 years ago
Gav Wood bb4c76cba9 Stack/argument awareness in LLL. 11 years ago
Gav Wood 566eae4cab Merge pull request #104 from vipjeffreylee/develop 11 years ago
Jeffrey Lee fb67642855 fixed Ubuntu12.04 compile error 11 years ago
Eric Lombrozo d10125827d app bundling and frameworks for os x are broken, so disable automatic bundling. 11 years ago
Eric Lombrozo 2f30342c50 clang complains about nonexplicit operator precedence in expression h = (h << 5 - h) + i 11 years ago
Eric Lombrozo 53b454015f mersene twister requires <random> 11 years ago
Tim Hughes f422c75fb0 The std::string in InstructionInfo triggers a bug in Visual Studio 2013 where it fails to initialise the strings in c_instructionInfo. Using char const* fixes the problem, and is sufficient as the map is constructed from string literals anyway. I also moved the maps out of the header so we only get one copy, rather than multiple static copies for each referencing module. 11 years ago
Tim Hughes 43662cd8fa Fixed VS2013 projects and compile errors. 11 years ago
Gav Wood e07af01337 Merge branch 'quickgui' into develop 11 years ago