aboutsummaryrefslogtreecommitdiffstats
path: root/hexPrefix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-2/+0
| | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
* asio.h and windows.h build comments as per request.jhuntley2015-03-051-2/+5
|
* Avoid boost include order issue on windows:jhuntley2015-03-051-1/+2
| | | | | | | http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859 Make sure boost/asio.hpp is included before windows.h.
* update to the correct file nameLu Guanqun2014-12-141-1/+1
|
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-9/+6
|
* use ETHEREUM_TEST_PATH in all testsChristoph Jentzsch2014-10-281-1/+12
|
* Correct namespace for a few things in devcrypto.Gav Wood2014-10-171-1/+0
| | | | | Added lower_bound to TrieDB. Added nextActiveAddress to State.
* More attempts to fix for the ultra-pedantic clang compiler.Gav Wood2014-10-081-1/+2
|
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-2/+2
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-1/+2
|
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-2/+2
|
* Fixes for tests.Gav Wood2014-05-281-1/+1
|
* Major reorganisation.Gav Wood2014-05-261-2/+2
| | | | | New libs (libethsupport, libevm, liblll). New LLLC binary.
* Split out libethcore from libethereum.Gav Wood2014-04-231-2/+2
|
* Converted the hexPrefix test to a separate boost test case.Carl Allendorph2014-04-201-35/+17
|
* Fixed VS2013 projects and compile errors.Tim Hughes2014-03-061-2/+1
| | | | | | Enable and fix addition warnings (-Wextra). Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards). Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
* Repotted Common.h.Gav Wood2014-03-051-2/+3
|
* Fixed implicit type conversions.Tim Hughes2014-03-021-1/+1
|
* Tests.Gav Wood2014-02-281-28/+41
|
* Fixed the other occurrence of FoobarMuharem Hrnjadovic2014-02-161-1/+1
|
* Corrected license headers (Foobar -> cpp-ethereum)Muharem Hrnjadovic2014-02-161-1/+1
|
* AlephZero renamed AlethZero and moved to cmake project.Gav Wood2014-02-071-1/+1
| | | | Other minor changes.
* GPL v2, not 3.Gav Wood2014-02-011-1/+1
|
* Repotted tests.Gav Wood2014-01-191-0/+57