aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reordered outputLiana Husikyan2015-04-171-0/+1
* Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-051-1/+1
|\
| * Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each librar...jhuntley2015-03-051-1/+1
* | Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjitPaweł Bylica2015-02-240-0/+0
|\ \ | |/ |/|
| * Add EVMJIT.Gav Wood2015-02-2111-1185/+0
|/
* fixed #1022Marek Kotewicz2015-02-161-1/+1
* change typedef to using according to preferred coding styleLu Guanqun2015-02-071-2/+2
* Claim ether makes wallet & trasfers.Gav Wood2015-01-222-1/+1
* Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-121-0/+5
|\
| * Fix for crazy compiler lambda behaviour.Gav Wood2014-12-121-0/+5
* | fixed styling issuesMarek Kotewicz2014-12-111-0/+1
* | updated cmake policiesMarek Kotewicz2014-12-101-1/+1
* | jsonrpc option in cmakes, removed all warningsMarek Kotewicz2014-12-101-0/+6
* | lll, buildinfo.h and llc compiling on windowsdebris2014-12-051-27/+3
* | removed automocsMarek Kotewicz2014-12-041-0/+1
|/
* Moved instructions and assembly to new libevmcore.Christian2014-11-067-594/+4
* assert and exception corrections in solidity-external files.Christian2014-11-051-5/+5
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-031-1/+1
|\
| * Fix for assembler.Gav Wood2014-11-011-1/+1
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-012-8/+8
|\|
| * PoC-7: Instruction set reformGav Wood2014-10-312-8/+8
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-10-300-0/+0
|\|
| * Bugfix: Tag takes one byte (for JUMPDEST)Christian2014-10-291-1/+1
* | Contract compiler and also add ExpressionStatement to AST.Christian2014-10-302-1/+5
|/
* Draft of new LOG/bloom/headers/block format.Gav Wood2014-10-282-5/+5
* add headers to cmakesubtly2014-10-161-5/+3
* According commit for JUMPDEST.Gav Wood2014-10-081-1/+1
* PoC-7 JUMPDEST done the intended way.Gav Wood2014-10-081-27/+4
* More attempts to fix for the ultra-pedantic clang compiler.Gav Wood2014-10-081-0/+1
* PoC-7: JUMPDEST implemented.Gav Wood2014-10-081-1/+25
* Restructured exceptions. Boost::exception is now used primarily.Christoph Jentzsch2014-10-025-6/+9
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-068-8/+8
* Project-wide reorganisation of namespaces.Gav Wood2014-09-0511-24/+47
* Better interface for instrInfo.Gav Wood2014-08-272-4/+4
* SWAP & DUPGav Wood2014-08-211-1/+1
* Unambiguous licence.Gav Wood2014-08-211-3/+3
* Fix for padding in new SHA3.Gav Wood2014-08-141-5/+7
* Code indentation fixGiacomo Tazzari2014-08-111-4/+4
* Fixed implementation of EXP opcode (wrong results when exponent >= 2^32)Giacomo Tazzari2014-08-111-1/+1
* Using boost::spirit::standard namespace instead of boost::spirit::ascii in pa...Giacomo Tazzari2014-08-101-13/+14
* Rename assembly again.Gav Wood2014-07-281-1/+1
* Avoid _asm from MSVC.Gav Wood2014-07-271-1/+1
* Updates to assembler - see the sub-codes.Gav Wood2014-07-275-43/+73
* Fixes and whatnot.Gav Wood2014-07-271-0/+2
* Minor updates.Gav Wood2014-07-241-4/+4
* Move JS setup code up into lib macro.Gav Wood2014-07-211-2/+0
* Merge pull request #235 from programmerTim/developGav Wood2014-07-101-2/+16
|\
| * Fixed MSVC build errors and updated projects.Tim Hughes2014-07-101-2/+16
* | MEMSIZE -> MSIZEGav Wood2014-07-091-2/+2
|/
* Build fixes.Gav Wood2014-07-061-1/+1
* Compiler fixes. Updates for coins.Gav Wood2014-07-065-13/+23
* Latest API updates.Gav Wood2014-07-041-7/+1
* Windows build coersions.Gav Wood2014-07-033-8/+18
* Fix some macros.Gav Wood2014-07-021-2/+2
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-07-021-2/+0
|\
| * Removed libethcore dependenciesVitalik Buterin2014-07-022-3/+0
* | Remove unneeded dependencies.Gav Wood2014-07-023-3/+4
|/
* Fixed problem with alloc.Gav Wood2014-07-017-8/+53
* Docs & consolidation of headers.Gav Wood2014-06-301-0/+7
* Full python serpent support.Gav Wood2014-06-293-23/+8
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-287-18/+12
* Better language detection.Gav Wood2014-06-231-1/+4
* Better language determination.Gav Wood2014-06-221-1/+1
* Fixed MSVC compile errors (but missing functionality in LLL parser)Tim Hughes2014-06-181-1/+8
* Standard service JS script.Gav Wood2014-06-132-2/+2
* LLL supports get/set/ref.Gav Wood2014-06-123-27/+63
* Fix signed instructions.Gav Wood2014-06-101-4/+4
* Fixed all the windows compile errors and project reorg with the exception of ...Tim Hughes2014-06-041-1/+1
* Fixes and language additions.Gav Wood2014-05-311-0/+6
* Additional variants of create and send.Gav Wood2014-05-311-2/+3
* Fix for compiler.Gav Wood2014-05-311-1/+1
* Minor bug fix.Gav Wood2014-05-311-1/+1
* Javascript console and env.load(), env.note, ...Gav Wood2014-05-311-1/+1
* Variadic macros work.Gav Wood2014-05-303-9/+12
* Actually do endow ether.Gav Wood2014-05-303-0/+26
* Fix for nonce incrementing.Gav Wood2014-05-301-0/+3
* Fix for when/unless.Gav Wood2014-05-301-1/+2
* Revert "Fix for unless/when."Gav Wood2014-05-301-2/+1
* Fix for unless/when.Gav Wood2014-05-301-1/+2
* Assembler fix.Gav Wood2014-05-281-1/+1
* Pinhole optimise working fairly well...Gav Wood2014-05-285-26/+80
* Quick fix for eth -j; thread naming.Gav Wood2014-05-272-7/+124
* Start of pinhole optimiser. Minor fix for debugger.Gav Wood2014-05-272-0/+6
* Convenience fixups.Gav Wood2014-05-274-5/+13
* New Assembler.Gav Wood2014-05-278-404/+357
* Add missing files.Gav Wood2014-05-263-3/+59
* Assembler.Gav Wood2014-05-266-30/+89
* Ever more repotting.Gav Wood2014-05-265-93/+180
* Major reorganisation.Gav Wood2014-05-2611-0/+1239