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
Paweł Bylica
d19d4b29db
Update evmjit submodule: object cache speeds up recursive calls
10 years ago
Paweł Bylica
8287c6040a
Own cached objects
10 years ago
Christian
f3b2f67ab6
Possibility to replace source and obtain ContractDefinition by name.
10 years ago
Paweł Bylica
6543cc4bfc
Execution Engine cleanups (reverted from commit bd85efa299
)
10 years ago
Paweł Bylica
98b265b8a2
Merge commit '2332595c9c0d315dc9ecde22d236ae477b931863' into develop
10 years ago
Paweł Bylica
2b83b75c4b
Object cache wit memory leaks
10 years ago
Paweł Bylica
de22a0a132
Execution Engine cleanups
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
Paweł Bylica
2332595c9c
Change the name of a module to some hash (for caching)
10 years ago
Paweł Bylica
bd85efa299
Execution Engine cleanups
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
subtly
2eaebc1871
Merge branch 'develop' into p2p
10 years ago
subtly
cef5c1a843
initial interface for udp. test sending/receiving udp.
10 years ago
arkpar
9fdde83a02
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_codemodel
10 years ago
arkpar
1283254676
Merge branch 'ide_m25' of https://github.com/yann300/cpp-ethereum into mix_codemodel
10 years ago
arkpar
a9a85210aa
started CodeModel
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
Paweł Bylica
a6e8c122ea
Windows fix
10 years ago
Paweł Bylica
2bff39d487
Visual Studio project files update
10 years ago
Paweł Bylica
6c1beee64d
Update evmjit submodule
10 years ago
Paweł Bylica
b37ce8e972
Gas counting for CREATE instruction
10 years ago
Paweł Bylica
0a642457f7
Fix checking memory requirements with size 0
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
Christian
46664c44b3
Assertions that throw InternalCompilerErrors.
10 years ago
Paweł Bylica
a4927609d7
Using llvm::ExecutionEngine::getFunctionAddress() instead of getPointerToFunction(). Cleanups.
10 years ago
chriseth
baa60bac55
Merge pull request #623 from chriseth/sol_constructorChecks
Checks for the constructor and ability to call functions
10 years ago
Christian
d09f6e8c97
Whitespace change.
10 years ago
Paweł Bylica
dd63bb30eb
Remove TODO comment
10 years ago
Paweł Bylica
8f3edbcdb3
Disable cache. It's broken.
10 years ago
Gav Wood
c4b6ccb1bd
Merge pull request #639 from debris/msvc_fix
windows fix for initializer-list cannot convert to dev::bytes
10 years ago
yann300
566e24a794
Merge branch 'develop' into ide_m25
Conflicts:
libethereum/Executive.h
mix/AssemblyDebuggerCtrl.cpp
mix/AssemblyDebuggerModel.cpp
mix/AssemblyDebuggerModel.h
mix/DebuggingStateWrapper.cpp
mix/qml.qrc
mix/qml/main.qml
10 years ago