chriseth
|
7ec28063d5
|
Merge pull request #981 from chriseth/sol_cleanup
Small cleanup.
|
10 years ago |
chriseth
|
8099951d88
|
Merge pull request #956 from LianaHus/EmptyParameterName
Optional parameter names.
|
10 years ago |
Liana Husikyan
|
f6b64f0dbd
|
trying to avoid win_build problems
|
10 years ago |
liana
|
2c7bf41047
|
- added assertion
|
10 years ago |
liana
|
5a3cc313f1
|
- some more changes
|
10 years ago |
Liana Husikyan
|
1db350b06a
|
- removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else"
- added marking of position in node factory to the function
Conflicts:
libsolidity/Parser.cpp
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
|
10 years ago |
Christian
|
a7a14c07ba
|
Small cleanup.
|
10 years ago |
chriseth
|
4e13094127
|
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
Solidity multiple arg sha3
|
10 years ago |
chriseth
|
4fe442d788
|
Merge pull request #977 from guanqun/simplify-with-selecttoken
simplify two statements with selectToken()
|
10 years ago |
Gav Wood
|
6307a33eda
|
Merge pull request #976 from guanqun/remove-file-x
remove AST.h Utils.h's x permission
|
10 years ago |
Lu Guanqun
|
833164b742
|
simplify two statements with selectToken()
|
10 years ago |
guanqun
|
23c597ae29
|
remove AST.h Utils.h's x permission
|
10 years ago |
Gav Wood
|
75c304190b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
560ed5b81b
|
Cleanups for remote mining.
|
10 years ago |
Gav Wood
|
0de7d63dc1
|
Remote mining hook.
|
10 years ago |
Gav Wood
|
a70426458a
|
Merge pull request #972 from chriseth/sol_structAccessors
Accessors for structs.
|
10 years ago |
Lefteris Karapetsas
|
490cb5608e
|
Small fixes in Types and ExpressionCompiler
|
10 years ago |
Gav Wood
|
ebfc154436
|
Crash fix when data value is less populated than expected.
|
10 years ago |
Christian
|
6219085ad9
|
Accessors for structs.
|
10 years ago |
Gav Wood
|
7afc696408
|
Merge pull request #971 from CJentzsch/addTests
some new tests
|
10 years ago |
Gav Wood
|
7329aa29fe
|
Merge pull request #968 from arkpar/mix_ux
mix: State list refactored
|
10 years ago |
Gav Wood
|
1c87bbb7a5
|
Merge pull request #964 from yann300/ui_improvement
Project tree redesign
|
10 years ago |
Gav Wood
|
0ed0e86b58
|
Merge pull request #965 from debris/libnatspec
natspec separated to it's own module. tests
|
10 years ago |
yann300
|
ea4c35316b
|
misc
|
10 years ago |
yann300
|
cd2adfbeee
|
misc
|
10 years ago |
yann300
|
f3341bef3f
|
- add 'add css files'
- ui improvements
|
10 years ago |
yann300
|
0085e600df
|
ui improvements
|
10 years ago |
CJentzsch
|
23bed5971a
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
846fdc525b
|
sha3 performance test
|
10 years ago |
Lefteris Karapetsas
|
351cfecae9
|
Small fixes for proper multitype/multiarg SHA3
|
10 years ago |
Marek Kotewicz
|
45796237ab
|
@see
|
10 years ago |
Lefteris Karapetsas
|
8d239921e9
|
SHA3 of string literals now should work
|
10 years ago |
CJentzsch
|
f7354bccfa
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
c87876b3f9
|
failing tests from random simulation as state tests and transaction tests
|
10 years ago |
chriseth
|
77bb278c36
|
Merge pull request #967 from chriseth/sol_parserFix
Some fixes for the ether units parser.
|
10 years ago |
arkpar
|
a7498c080b
|
ui: state list refactored
|
10 years ago |
Marek Kotewicz
|
9af20d0a56
|
NatspecExpressionEvaluator docs
|
10 years ago |
Lefteris Karapetsas
|
deea982c00
|
getRealType() introduced
|
10 years ago |
Christian
|
a90ec7576c
|
Some fixes for the ether units parser.
|
10 years ago |
Marek Kotewicz
|
eca3a8df17
|
removed output messages in tests && spaces
|
10 years ago |
Marek Kotewicz
|
d23068984e
|
fixed underscore
|
10 years ago |
Marek Kotewicz
|
72465a81ae
|
fixed cmake rpath policy
|
10 years ago |
Marek Kotewicz
|
85ca6f6bd4
|
Merge branch 'develop' into libnatspec
|
10 years ago |
chriseth
|
732ca849d6
|
Merge pull request #963 from guanqun/disallow-void-var
Disallow implicit declaration of void type.
|
10 years ago |
Marek Kotewicz
|
2b68e9fe31
|
Merge branch 'develop' into libnatspec
|
10 years ago |
yann300
|
a46c45ed49
|
Merge remote-tracking branch 'up/develop' into ui_improvement
|
10 years ago |
yann300
|
e9574e46de
|
Change the contract name (in left pane) when contract name changed in
editor.
|
10 years ago |
yann300
|
1c8e3e750e
|
Use of reapeater for Section as well.
|
10 years ago |
Lefteris Karapetsas
|
bbede4c31c
|
appendArgumentsCopyToMemory() has more complicated logic now
- Plus other fixes.
|
10 years ago |