4553 Commits (d0f80eb441719d6ef889b94b1186d3a075bc1ee4)
 

Author SHA1 Message Date
Gav Wood d0f80eb441 Coding standards. 10 years ago
Gav Wood 4570e9368c More consistency! 10 years ago
Gav Wood 67314898d2 Fix for EVMJIT 10 years ago
Gav Wood d2ba0f336e Missing comma. 10 years ago
Gav Wood bfabf82142 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 1f7ccc48d5 Add blockhash to Solidity. 10 years ago
Gav Wood 9706694747 Merge pull request #757 from yann300/ide_m25_uidesign 10 years ago
Gav Wood 478fba3d8a Merge pull request #811 from LefterisJP/az_mainWinStyle 10 years ago
Gav Wood 7f3fdf385f Merge pull request #807 from CJentzsch/addTests 10 years ago
Gav Wood 351e9a1eac Merge pull request #803 from chriseth/sol_enableMSVCWarning 10 years ago
Lefteris Karapetsas a97a45cee8 Merge pull request #812 from LefterisJP/sol_exprCompilerWarningFix 10 years ago
Lefteris Karapetsas 19a20da508 also add compiler error if include order could cause a problem in windows 10 years ago
Lefteris Karapetsas db440602f2 Changing MainWin.h inclusion order due to MSVC bug 10 years ago
Lefteris Karapetsas d5c859efb9 Update ExpressionCompiler.cpp 10 years ago
Christian c956e2510b Re-enable MSVC warning 4307. 10 years ago
Lefteris Karapetsas b91a6c73cc Fixing an unused parameter warning in ExpressionCompiler 10 years ago
Lefteris Karapetsas ab6c8f0f37 Style fixes in MainWin of AZ. 10 years ago
yann300 a27026cf6d - fix windows build. 10 years ago
yann300 34b7b1701a Merge remote-tracking branch 'upstream/develop' into ide_m25_uidesign 10 years ago
Lefteris Karapetsas 7583637c39 Merge pull request #798 from LefterisJP/natspec_OnContractCreation 10 years ago
Lefteris Karapetsas 6ee8be71ba more style fixes and an addition to the coding style 10 years ago
CJentzsch b782425a1f Merge remote-tracking branch 'upstream/develop' into addTests 10 years ago
CJentzsch 1b1be69317 included vmInpulLimit Tests, updated vmSystemOperationTests 10 years ago
chriseth be7044228e Merge pull request #799 from chriseth/sol_gasAndValue 10 years ago
Lefteris Karapetsas 79b953d9e5 Minor style fixes 10 years ago
Lefteris Karapetsas 4ad3ab2174 Fixes and additional checks for Natspec Popup authentication 10 years ago
chriseth a2cf5088e1 Merge pull request #802 from chriseth/vsFix2797 10 years ago
Lefteris Karapetsas 396fe954b6 Small fixes AZ MainWin.cpp 10 years ago
chriseth 1eda03163c Merge pull request #801 from chriseth/sol_parseErrorForHashCollision 10 years ago
Christian 8ab39943f0 Work around Visual Studio's C2797. 10 years ago
yann300 06ac786317 - Move memDumpToList into mix project (and list replace by vector). 10 years ago
Christian 917cade816 Style. 10 years ago
Gav Wood 4f6d21f2e4 Merge pull request #797 from imapp-pl/pr/bugfix/dup 10 years ago
Christian 9da6bb3629 More flexible access to stack during external function call. 10 years ago
Gav Wood a2f3c2bd8a Merge pull request #796 from CJentzsch/randomTestEfficiency 10 years ago
Gav Wood bfccd97b9d Merge pull request #795 from CJentzsch/randomtests 10 years ago
Christian 43602427a1 Remove redundancy in FunctionType::getSizeOnStack. 10 years ago
Christian 1419263ccc Use min gas for send(). 10 years ago
Christian e16d88c894 Check for hash collisions already before compiling. 10 years ago
Lefteris Karapetsas ee682f1949 Cleaning up debug messages and abstracting some functionality 10 years ago
CJentzsch 5ff846e1c7 less invalid opcode tests 10 years ago
Lefteris Karapetsas 08a1566b85 Cleaned up some unused functions 10 years ago
Christian de3e6a09db Specify value for contract creation. 10 years ago
Christian 1b36ff453b Modify gas and value for external function call. 10 years ago
CJentzsch 3d01e66c1d replace BOOST_REQUIRE with assert, because it is used outside the boost test framework 10 years ago
CJentzsch 607c71e785 more randomness in the optimizations 10 years ago
Lefteris Karapetsas e7ac3ba869 Natspechandler: Get function hash from transaction data 10 years ago
yann300 1d8fe29f6b - Coding Standards. 10 years ago
yann300 6845bb908e - store memory dump in list instead of raw string, use the list as QML 10 years ago
Paweł Bylica 5096dbfc22 Allways generate stack_get() call to detect stack underflow cases 10 years ago