aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger improvements.Gav Wood2014-07-141-9/+12
* Even numbers of hex digits for Jeff (Go can't handle odd numbers).Gav Wood2014-07-101-6/+7
* Fix for making code.Gav Wood2014-07-101-1/+4
* Proper debugger.Gav Wood2014-07-101-2/+2
* VM tests prettier.Gav Wood2014-07-061-28/+27
* New client API.Gav Wood2014-07-041-2/+2
* Windows build coersions.Gav Wood2014-07-031-8/+6
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-4/+4
* Latest tests-related refactoring & improvments.Gav Wood2014-06-281-52/+52
* Fixes for tests.Gav Wood2014-05-281-2/+2
* Pinhole optimise working fairly well...Gav Wood2014-05-281-2/+2
* Major reorganisation.Gav Wood2014-05-261-4/+5
* Macros and definitions in LLL.Gav Wood2014-05-251-2/+2
* Move paths so default build dir is cpp-ethereum/build.Gav Wood2014-05-131-3/+3
* Updates to VM tests.Gav Wood2014-05-121-162/+219
* Protocol changes for PoC-5:Gav Wood2014-04-241-2/+2
* Repotted much of State.Gav Wood2014-04-241-0/+1
* CALLDATACOPY instruction.Gav Wood2014-04-241-3/+2
* Split out libethcore from libethereum.Gav Wood2014-04-231-5/+5
* Added some checks on parameters of the objects imported from the json files t...Carl Allendorph2014-04-201-0/+29
* Broke the virtual machine unit test out into a separate Boost auto test case.Carl Allendorph2014-04-201-51/+30
* API cleanups and some renaming.Gav Wood2014-04-051-15/+17
* Separation of code & data compiling.Gav Wood2014-03-311-26/+25
* PoC 3.5 functionality. Still buggy though.Gav Wood2014-03-251-29/+78
* PoC-3.5. ish.Gav Wood2014-03-201-4/+2
* Remove clang bug workarounds fixed with latest XCode tools release.Daniel Hams2014-03-111-65/+0
* Fixed VS2013 projects and compile errors.Tim Hughes2014-03-061-2/+1
* Repotted Common.h.Gav Wood2014-03-051-0/+1
* Tests.Gav Wood2014-02-281-1/+2
* More VM tests.Gav Wood2014-02-281-1/+1
* Workaround OSX clang broken map operator[] using ifdef guards and manual find...Daniel Hams2014-02-261-3/+77
* Tests bug fix.Gav Wood2014-02-241-7/+9
* VM test framework.Gav Wood2014-02-221-21/+294
* First unit testing harness for VM.Gav Wood2014-02-211-56/+54
* Catch exceptions.Gav Wood2014-02-191-0/+1
* Fixed hardcoded /tmp path.Tim Hughes2014-02-191-2/+4
* Move to canon ES-1.Gav Wood2014-02-181-5/+21
* Fixes for contract address states.Gav Wood2014-02-181-0/+85