Lefteris Karapetsas
|
81ecc03e9d
|
implement getType() for EnumValue
|
10 years ago |
Lefteris Karapetsas
|
b4302da542
|
EnumDeclaration -> EnumValue
|
10 years ago |
Lefteris Karapetsas
|
fc6210e00f
|
Indentation fixes
|
10 years ago |
Lefteris Karapetsas
|
5c164fb42c
|
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
|
10 years ago |
Lefteris Karapetsas
|
07886f42bb
|
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
|
10 years ago |
Lefteris Karapetsas
|
5659ed1238
|
Correcting and testing enum member access
|
10 years ago |
Lefteris Karapetsas
|
2dbf739119
|
Enums NameAndTypeResolution - WIP
- Also adding an EndToEnd enum test
|
10 years ago |
Lefteris Karapetsas
|
31014b3457
|
Disallow trailing comma in Enum Declaration
|
10 years ago |
Lefteris Karapetsas
|
9232b4cd88
|
Introducing EnumType and some Parser tests
|
10 years ago |
Lefteris Karapetsas
|
ec47c759ea
|
Adding test for Enum Parsing
|
10 years ago |
Lefteris Karapetsas
|
133969bd2a
|
Parsing an enum AST node
|
10 years ago |
Lefteris Karapetsas
|
082bfb2300
|
Parsing enums for Solidity - WIP
|
10 years ago |
Lefteris Karapetsas
|
1265be7bb8
|
Adding enum Token and whitespace style at Token.h
|
10 years ago |
Arkadiy Paronyan
|
c3464dfb0c
|
Merge pull request #1048 from yann300/webViewDesign
WebPreview ui redesign
|
10 years ago |
yann300
|
ece46d70ea
|
WebPreview ui redesign
|
10 years ago |
Gav Wood
|
e9e727a432
|
Merge pull request #1047 from imapp-pl/pr/windows_fixes
Windows fixes
|
10 years ago |
Gav Wood
|
2512960ffc
|
Merge pull request #1040 from CJentzsch/performanceTests
style - auto
|
10 years ago |
Gav Wood
|
4808053df0
|
Merge pull request #1046 from yann300/debug_pane
bug fix: storage view in debug pane broken for long values.
|
10 years ago |
Gav Wood
|
88e375368d
|
Merge pull request #1045 from imapp-pl/pr/performance_tests
More performance tests
|
10 years ago |
Gav Wood
|
f6166c44de
|
Merge pull request #1041 from arkpar/msvc
Enabled parallel compilation for windows build
|
10 years ago |
yann300
|
53e901930d
|
small changes
|
10 years ago |
Gav Wood
|
9b7a2b7a2d
|
Coding standard updates on documentation.
|
10 years ago |
yann300
|
2ff89547d6
|
Change in formatting storage values.
|
10 years ago |
Gav Wood
|
74df09d156
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
d119c6c188
|
Coding standards update.
|
10 years ago |
Paweł Bylica
|
e15859ed27
|
Windows fixes
|
10 years ago |
yann300
|
8457bc4efb
|
bug fix: storage view in debug pane broken for long values.
|
10 years ago |
Paweł Bylica
|
a2e2a6e1db
|
Performance tests: more ackermann calls, fibonacci.
- ackermann(3, 1)
- ackermann(3, 2)
- fibonacci(10)
- fibonacci(16)
Contract code included: PerformanceTester.sol
|
10 years ago |
Marek Kotewicz
|
fcfadec757
|
Merge pull request #1044 from arkpar/mix_ux
Mix: reordered import statements to work around macdeployqt bug
|
10 years ago |
arkpar
|
5910aa823d
|
reorder import statements to work around macdeployqt bug
|
10 years ago |
CJentzsch
|
6107f678d8
|
style - auto
|
10 years ago |
Gav Wood
|
e2c088942c
|
Merge pull request #1039 from CJentzsch/performanceTests
Performance test
|
10 years ago |
arkpar
|
814005ddb4
|
enable parallel compilation for windows build
style
|
10 years ago |
Gav Wood
|
cdbd935f3c
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
cec31a7f04
|
auto reccommendations.
|
10 years ago |
Gav Wood
|
e080feb1aa
|
Merge pull request #1036 from arkpar/mix_ux
Mix: Ctrl+C/Cmd+C to copy data from debug panes
|
10 years ago |
Gav Wood
|
de06db7e73
|
Merge pull request #1037 from chriseth/sol_bytesCalldataToMemory
Copying calldata directly to memory.
|
10 years ago |
Gav Wood
|
5a316e2186
|
Merge pull request #1035 from winsvega/develop
New Tests
|
10 years ago |
Gav Wood
|
5d15c00aba
|
Windows warning fix.
|
10 years ago |
CJentzsch
|
f5022ee58f
|
use auto for steady clock and chrono::milliseconds
|
10 years ago |
Gav Wood
|
147ae071cb
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
0696ee87da
|
Windows compile fix.
|
10 years ago |
Gav Wood
|
a0fe9dec53
|
Merge pull request #1038 from debris/before_jsoncpp
fixed issue with including wrong json/json.h file
|
10 years ago |
CJentzsch
|
d892a39cb2
|
style fix
|
10 years ago |
Marek Kotewicz
|
0520e0f4db
|
fixed issue with including wrong json/json.h file
|
10 years ago |
CJentzsch
|
483ce3a2ea
|
performance test
|
10 years ago |
Christian
|
1ffdd5d7ff
|
Copying calldata directly to memory.
|
10 years ago |
arkpar
|
e1666c85e5
|
Ctrl+C/Cmd+C to copy data from debug panes
|
10 years ago |
winsvega
|
29abb4fb55
|
New Tests
Transaction with RLP object and catching exceptions from importByteArray
|
10 years ago |
Gav Wood
|
8596d785c4
|
Merge pull request #1034 from arkpar/mix_dpfix
Mix: 'web3' and 'contracts' for JS context instead of 'deploy'
|
10 years ago |