Commit Graph
13 Commits
Author SHA1 Message Date
Tim Hughes f9612d61be Fixed MSVC build errors and updated projects. 2014-07-09 19:43:39 +01:00
Tim Hughes 2c0c091616 Fixed MSVC compile errors (but missing functionality in LLL parser) 2014-06-18 12:24:56 +01:00
Tim Hughes bbc7bd19e5 Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp 2014-06-04 11:34:14 +01:00
Tim Hughes 39a5c08051 VS2013 build working again:
- Added ICU download and compile steps to bootstrap.sh.
 - Switched Qt to shared libraries and enabled ICU and Webkit.
 - Switched to shared MS CRT.
 - Disable C4244 and C4267 warnings since these are not picked up by GCC.
2014-04-22 22:57:12 +01:00
Tim Hughes 7372188179 Fixed VS2013 projects and compile errors.
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.
2014-03-05 23:41:57 +00:00
Tim Hughes 238e5c7052 Fixed implicit type conversions. 2014-03-01 16:54:35 +00:00
Tim Hughes 90b7b43d43 Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_path() 2014-02-19 23:12:09 +00:00
Tim Hughes b4bcfdc9ba All Visual Studio 2013 projects needed to compile command-line Ethereum, Tests and dependencies.
bootstrap.sh bash script to check out all the source code from scratch.
2014-02-18 16:35:04 +00:00
Tim Hughes 7a1f75ddbf Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet. 2014-02-18 16:34:59 +00:00
Tim Hughes 8aeece1eb5 Fixed hardcoded /tmp path. 2014-02-18 16:34:57 +00:00
Tim Hughes 0ccc676f4e Tweak Dagger API to facilitate more complex mining. 2014-01-17 13:05:47 +00:00
Tim Hughes 16eddcb35d Fixed assert in test/main.cpp (using a .data() from temporary string after it was destroyed). 2014-01-17 10:11:42 +00:00
Tim Hughes 9435aabbac Projects, solution and fixes for Visual Studio 2013. 2014-01-16 21:01:48 +00:00