yann300
2a2621cb0b
- integrate ethereum #649
10 years ago
yann300
6563b2050b
Merge remote-tracking branch 'upstream/develop' into ide_m25
10 years ago
yann300
6cd9587f0a
Merge remote-tracking branch 'arkpar2/mix' into ide_m25
10 years ago
yann300
19bb4ebe6f
- bug fix padded/unpadded CommonJS.cpp.
- bug fix instanciate child with parent in another thread.
- misc changes.
10 years ago
Gav Wood
672c1ca15b
Version bump.
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
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
ethdev
b162e267ac
windows fixes
10 years ago
Lefteris Karapetsas
25d8fd9116
Merge branch 'develop' into sol_natspecMultiline
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
Lefteris Karapetsas
0b5b6c7cd4
Adressing some natspec issues
10 years ago
Gav Wood
c4ed74cc8b
Additional serpent files.
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
Gav Wood
c318741bd7
Merge pull request #645 from chriseth/fix_dataRef
Bugfix: Data reference tags can be longer than jump tags.
10 years ago
Gav Wood
db98c2b308
Merge pull request #647 from CJentzsch/NewStateTests
first refund tests
10 years ago
Marek Kotewicz
80368b870b
windows icon
10 years ago
chriseth
4df82bc0f3
Merge pull request #644 from chriseth/fix_sequencePointWarning
Fix warning about sequence points.
10 years ago
chriseth
655ed2971b
Merge pull request #643 from chriseth/sol_findLastContract
Return the last contract by default.
10 years ago
CJentzsch
23c46dd468
style
10 years ago
CJentzsch
0bf7eb0670
more refund tests
10 years ago
CJentzsch
87721356e1
refund test inclusion
10 years ago
CJentzsch
857dca6c8d
refund tests
10 years ago
Christian
7377e93882
Bugfix: Data reference tags can be longer than jump tags.
10 years ago
Christian
3f865244df
Fix warning about sequence points.
10 years ago
Christian
68b9c67e95
Return the last contract by default.
10 years ago
Gav Wood
6e34d9cec5
Merge pull request #642 from debris/cpack
cpack nsis windows installer
10 years ago
chriseth
d836140a5e
Merge pull request #640 from chriseth/sol_solAssert
Assertions that throw InternalCompilerErrors.
10 years ago
Gav Wood
935bb178ee
Merge pull request #641 from debris/msvc_compile_errors
fixed msvc not expanding macros correctly
10 years ago
ethdev
19decfbb25
Merge branch 'msvc_compile_errors' into cpack_improvements
10 years ago
chriseth
83b218908b
Format catch arguments as function parameters.
10 years ago
yann300
1c855b3141
- bug fix : return parameters are not displayed if the dialog is
displayed two times (Debugger.init() was only called one time).
10 years ago
ethdev
8468d896a7
fixed msvc not expanding macros correctly
10 years ago
ethdev
0f75aaf6e6
cpack nsis windows installer
10 years ago