Jeffrey Lee
fb67642855
fixed Ubuntu12.04 compile error
11 years ago
Eric Lombrozo
d10125827d
app bundling and frameworks for os x are broken, so disable automatic bundling.
11 years ago
Eric Lombrozo
2f30342c50
clang complains about nonexplicit operator precedence in expression h = (h << 5 - h) + i
11 years ago
Eric Lombrozo
53b454015f
mersene twister requires <random>
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
Tim Hughes
43662cd8fa
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.
11 years ago
Gav Wood
e07af01337
Merge branch 'quickgui' into develop
11 years ago
Gav Wood
f5950073d2
Fixes and avoid sending on closed socket.
11 years ago
Gav Wood
8bc040d2d4
Merge branch 'develop' into quickgui
Conflicts:
TODO
11 years ago
Gav Wood
440800a4fa
Fix killExisting bug.
11 years ago
Gav Wood
764c597577
Change README.
11 years ago
Gav Wood
dff8e9ef46
Stop on div by zero rather than throw.
11 years ago
Gav Wood
11677ed034
Clobbered a change to FixedHash? Sorry if I did - please reapply.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libethereum/Common.h
11 years ago
Gav Wood
82612a7027
Move additional Trie implementations to tests where they belong.
11 years ago
Gav Wood
736557ca4c
Various headers from the repotting.
Log has documentation.
11 years ago
Gav Wood
4cccb079f0
Documentation for Instruction.h.
11 years ago
Gav Wood
adc4061d9c
Document FixedHash.
11 years ago
Gav Wood
607a5de340
Repotted Common.h.
11 years ago
Gav Wood
fb49ca64f6
Repotted network stuff.
11 years ago
Gav Wood
3609d190c2
Merge pull request #97 from msimovic/discard-packaging
Removed obsolete debian packaging files
11 years ago
Marko Simovic
8c1a095941
Removed obsolete debian packaging files
11 years ago
Gav Wood
fd5a15aaf2
Merge pull request #95 from caktux/block-number
Block number
11 years ago
Gav Wood
2dd9d7a1c4
Merge pull request #96 from CodeShark/operator_precedence_warning
Get rid of operator precedence warning.
11 years ago
Eric Lombrozo
92200adeb3
Get rid of operator precedence warning.
11 years ago
Vincent Gariepy
80f5abd7bb
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into block-number
11 years ago
Vincent Gariepy
f237105430
Add 'block' command to see current block number
11 years ago
Gav Wood
7ef7bd2d14
Merge debian changes form master.
11 years ago
Gav Wood
2c98c1191f
Remove debug code.
11 years ago
Gav Wood
6e348fb224
New namereg.
Bug fix for transactions.
11 years ago
Gav Wood
c2d298c6f4
Hardcoded peer server for PoC-3.
11 years ago
Gav Wood
3711d3b7b2
Merge pull request #94 from CodeShark/cmake_fixes
Cmake fixes
11 years ago
Gav Wood
c1c02c461d
Remove Database when protocol version changes.
11 years ago
Eric Lombrozo
7f5a6cd9e9
Add OpenGL and OpenSSL libraries to alethzero windows build.
11 years ago
Eric Lombrozo
b63b625150
Generate BuildInfo.h
11 years ago
Gav Wood
491bb2ed95
Preparation for 0.3.11
11 years ago
Gav Wood
da4144bbb6
Better handling of bad transactions.
11 years ago
Gav Wood
245f711c31
TODO.
11 years ago
Gav Wood
7e38de2710
Avoid reprocessing future transactions until it's possible they're
valid.
11 years ago
Gav Wood
683f7736f9
Merge pull request #76 from programmerTim/quickgui
VS2013 project for Walleth, plus fixes.
11 years ago
Gav Wood
f4f6230e5d
TODO
11 years ago
Gav Wood
175b061c38
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
11 years ago
Gav Wood
7e452b55b7
Better handling of git versioning stuff.
11 years ago
Tim Hughes
1af2acdfc2
VS 2013 project for Walleth, plus a few fixes. Need to build a lot more of Qt.
11 years ago
Tim Hughes
3c15f44bc0
Generate BuildInfo.h on VS2013 (using a short lua script to avoid cmake for now).
11 years ago
Tim Hughes
a5dba4d357
Fixed implicit type conversions.
11 years ago
Gav Wood
af65ddc489
TODO
11 years ago
Gav Wood
b1044ad661
Minor changes.
11 years ago
Gav Wood
0457048ddb
Merge branch 'develop' into quickgui
11 years ago
Gav Wood
bc876b38fc
Clean repo reporting.
11 years ago
Gav Wood
44f052f83b
Minor cmake style changes.
11 years ago