Gav Wood
852d3c5bb5
Allow nice names from JS.
10 years ago
Gav Wood
74f38426cd
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
b9d76de55f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
36d235d048
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
d68756bc23
Merge branch 'master' into develop
10 years ago
Gav Wood
6be33f7d8f
Revert to 49.
10 years ago
Gav Wood
ba562b472b
Merge pull request #665 from CJentzsch/bugfix
correct VMTrace define
10 years ago
Gav Wood
0da7bd9d07
Merge pull request #663 from CJentzsch/NewStateTests
more refunds tests
10 years ago
chriseth
502c0230bb
Merge pull request #664 from chriseth/sol_fix_compoundAssign
Bugfix: Additional swap for compound assignment.
10 years ago
chriseth
d4a5591c16
Merge pull request #668 from LefterisJP/natspec_abiConst
Adding const attribute to ABI output
10 years ago
Lefteris Karapetsas
29261206b9
Adding const attribute to ABI output
10 years ago
CJentzsch
f3f5d9ea74
correct VMTrace define
10 years ago
chriseth
8a7a5d285e
Merge pull request #655 from chriseth/sol_precedence
Bit operators should bind more strongly than comparison operators.
10 years ago
Christian
e427a0a2ca
Bugfix: Additional swap for compound assignment.
10 years ago
CJentzsch
fce7f1712d
more refunds tests
10 years ago
Gav Wood
5d72c22c61
Merge branch 'master' of github.com:ethereum/cpp-ethereum
10 years ago
Gav Wood
68a2377cdd
Merge branch 'develop'
10 years ago
Gav Wood
460a4dffa5
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
672c1ca15b
Version bump.
10 years ago
Gav Wood
399ac56c92
Merge branch 'develop' into poc-7+
10 years ago
Marek Kotewicz
4347255619
Merge pull request #654 from debris/windows_fixes
windows fixes
10 years ago
chriseth
a6bf51c35b
Merge pull request #658 from LefterisJP/sol_fixParserTestNatspec
updating solidity parser natspec tests to comply with recent changes
10 years ago
Lefteris Karapetsas
4165e45464
updating solidity parser natspec tests to comply with recent changes
10 years ago
Christian
ae994f2804
Also test non-equality comparison operator.
10 years ago
chriseth
3f2a12a499
Merge pull request #650 from LefterisJP/sol_natspecMultiline
Solidity Natspec multiline /** .. */ comments
10 years ago
Lefteris Karapetsas
49f60a1d6d
Factoring forward slash scanning out to its own function
10 years ago
Christian
d14ed2d4dc
Bit operators should bind more strongly than comparison operators.
10 years ago
ethdev
b162e267ac
windows fixes
10 years ago
Lefteris Karapetsas
25d8fd9116
Merge branch 'develop' into sol_natspecMultiline
10 years ago
Gav Wood
3520473b4b
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
d9654df990
Merge pull request #653 from debris/cpack_improvements
Cpack improvements
10 years ago
Lefteris Karapetsas
7359367441
More multiline natspec tests and small issue fix
10 years ago
ethdev
b6fbf76351
Merge branch 'develop' into cpack_improvements
10 years ago
Gav Wood
fed47aae4c
Merge branch 'develop' into poc-7+
10 years ago
Lefteris Karapetsas
0b5b6c7cd4
Adressing some natspec issues
10 years ago
Gav Wood
c4ed74cc8b
Additional serpent files.
10 years ago
Gav Wood
a04e7c5098
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
1f6f298f93
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
71b267d01a
Update serpent.
10 years ago
chriseth
db0d944ed3
Merge pull request #649 from chriseth/sol_replaceSources
Possibility to replace source and obtain ContractDefinition by name.
10 years ago
Gav Wood
fec46291f0
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b657b009ef
Cleanups and YP formalism.
10 years ago
chriseth
d45a721941
Merge pull request #652 from LefterisJP/sol_TestNameConsistency
Solidity Tests names are now more consistent
10 years ago
ethdev
23d4f98b74
alethzero.exe icon
10 years ago
ethdev
2e3d450046
copy qml dependencies of mix to install directory
10 years ago
Lefteris Karapetsas
8edb5b8b54
Solidity Tests names are now more consistent
- File names and Boost Test Suite have the same name now for
every solidity Test, so that there is no need to guess or check
when you want to run a specific suite from the command line
10 years ago
Lefteris Karapetsas
30beaca359
Changes in InterfaceHandler to deal with multiline natspec
- Also now Solidity scanner considers Carriage Return as whitespace
- Tests for Natspec generation with the new multiline comments
10 years ago
Lefteris Karapetsas
61a1f4436c
Scanner properly scans multiline natspec comments
- Single and multiline natspect comments get the initial whitespace
skipped now
- Some rules introduced for the multiline comments. If first line is
empty then no newline is added to the literal. Same thing with the
last line. Finally in all lines initial '*' are skipped
10 years ago
Lefteris Karapetsas
6d48f3e987
Work in progress for /** ... */ natspec comments
- Work in progress on the scanner for recognizing the second
type of doxygen comments for Natspec.
10 years ago
Christian
f3b2f67ab6
Possibility to replace source and obtain ContractDefinition by name.
10 years ago