19 Commits (fb873b8980aa132eed5e9d275e1c6686e4b02502)

Author SHA1 Message Date
SharpCoiner acfe1a1694 Fixed cast warning causing 64-bit Windows vcproj build stop." 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
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
Gav Wood 607a5de340 Repotted Common.h. 11 years ago
Tim Hughes 9001a887f0 Fix implicit size_t->int conversion. 11 years ago
Gav Wood 24bc3e5c6e Unary operators. 11 years ago
Gav Wood 9bb6645cac Binary operators. 11 years ago
Gav Wood 87f9d5bd39 Comments and boolean operators. 11 years ago
Gav Wood 9b86e3764c Make good arithmetic operations. 11 years ago
Tim Hughes 899a478a6f Fix compile warnings on VS2013 (mainly size_t -> unsigned). 11 years ago
Gav Wood a47ecf0c0c One-way name app implemented. 11 years ago
Gav Wood 8bac606e7e LLL compiler manages conditionals among other syntax. 11 years ago
Gav Wood 21b15bfb1a Recursive LLL-copmiler. 11 years ago
Gav Wood 9b98888e26 LLL bugfixes. 11 years ago
Gav Wood 7baa34117b First effort at LISP-like language. 11 years ago
Gav Wood 39c7e8f2ee Assembler & disassembler. 11 years ago
Gav Wood 8dc00e8b21 Fixes for contract address states. 11 years ago
Muharem Hrnjadovic be65dbc46d Fixed the other occurrence of Foobar 11 years ago
Muharem Hrnjadovic 4bab3c57a5 Corrected license headers (Foobar -> cpp-ethereum) 11 years ago
Gav Wood 2a53d5f751 AlephZero renamed AlethZero and moved to cmake project. 11 years ago
Gav Wood 4aa0c71b6d Root bug fix. 11 years ago
Gav Wood 5185e6a6ef Changed genesis block to reflect root of empty trie as null. 11 years ago
Gav Wood 1983777cd0 GPL v2, not 3. 11 years ago
Gav Wood f666853724 Repotted a lot of the Trie stuff. 11 years ago
Gav Wood 140fc42e09 Moved to endian-neutral 256/160-bit datatypes. 11 years ago
Gav Wood ade3d0225d Coding standards doc. 11 years ago
Gav Wood 0349f7bf05 Some repotting. 11 years ago