提交歷史

作者 SHA1 備註 提交日期
  Paweł Bylica 4363257935 MSVC 2015 supports noexcept, no need to overwrite the keyword. 9 年之前
  Greg Colvin f5b4b6b47e Update Common.h 9 年之前
  mancoast 4ac15c55fd Add support for __INTEL_COMPILER on Ubuntu 9 年之前
  Dmitry K 2092f13d28 replace ifdef _WIN32 to if defined(_WIN32) 9 年之前
  Bob Summerwill 0d5febcfc6 Commented out parameter name for copy-constructor for secure_vector<> class to work around GCC bug which is marked as fixed in GCC-4.9.0. The compiler issues a warning about the named parameter not being used within synthesized code. The warning is obviously not very useful. The parameter *is* used, but the name is not used, because the code is synthesized. 9 年之前
  Gav Wood c40939db0a Combine InvalidU256 Undefined256. 9 年之前
  debris 25c855034a moved exp10 template function from libethcore to libdevcore 9 年之前
  Gav Wood c6a2b56802 New inUnits function. 9 年之前
  Lefteris Karapetsas b107906e05 Reintroduce utcTimestamp() 9 年之前
  Gav Wood 83aa799d9f Revert "Replace usage of time(0) by UTC equivalent" 9 年之前
  Lefteris Karapetsas d415ef0b82 Remove extra newline in Common.h 9 年之前
  Lefteris Karapetsas 542bdbfd42 getNowUTC() -> utcTime() and return uint64_t 9 年之前
  Lefteris Karapetsas 845131daa6 Replace usage of time(0) by UTC equivalent 9 年之前
  arkpar b2c2da1d00 removed some unused headers 9 年之前
  Gav Wood 97dd1df0ff Cleaned up some of network. Added HostSpec. 9 年之前
  arkpar 2d0fa1c451 immediate invariants check 9 年之前
  Liana Husikyan d969644120 added checks to prevent the self assignment 9 年之前
  Gav Wood b68488e64a Secure datatypes now copyable only to similar datatypes. 9 年之前
  Gav Wood 8eb600c232 Introduce vector_ref::cleanse, code adapted from openSSL. 9 年之前
  Gav Wood fce52298e1 Tests working for BasicAuthority and Ethash. 9 年之前
  Gav Wood 8124cee08c Fix for invariant macro. 9 年之前
  Gav Wood ccdf286fc9 Don't drop DB when chaning DB format. 10 年之前
  Gav Wood 79af45b727 Debug compile fix. 10 年之前
  Gav Wood 8505bb391e Better logging/descriptive exceptions on invariants. 10 年之前
  Gav Wood 6f4df70d6b Make pretty function work again. 10 年之前
  Gav Wood f022e5c362 Additional info on slow blocks. 10 年之前
  Gav Wood ab28221c94 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 年之前
  chriseth 5762424612 Some changes in libdevcore. 10 年之前
  arkpar a8b58b5eec fixed bad blocks handling in BlockQueue 10 年之前
  Paweł Bylica 90680a8c25 Boost mutiprecision number comparison bug workaround 2 10 年之前