Paweł Bylica
|
6c1beee64d
|
Update evmjit submodule
|
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 |
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 |
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 |
Gav Wood
|
c4b6ccb1bd
|
Merge pull request #639 from debris/msvc_fix
windows fix for initializer-list cannot convert to dev::bytes
|
10 years ago |
Gav Wood
|
e64a7aac28
|
Merge pull request #636 from chriseth/sol_fix_foreignFunctions
Fix: Resolve function types of all contracts before checking types inside functions.
|
10 years ago |
Gav Wood
|
97177257d7
|
Merge pull request #638 from debris/clang_issue
clang requires explicit initialization of map
|
10 years ago |
ethdev
|
2daf84f1bd
|
initializer-list fix
|
10 years ago |
ethdev
|
edb6072cc9
|
windows fix for initializer-list cannot convert to dev::bytes
|
10 years ago |
Marek Kotewicz
|
373dbcaa5f
|
clang requires explicit initialization of map
|
10 years ago |
Gav Wood
|
8d9b781de7
|
Merge pull request #637 from debris/vs_gitignore
vs files added to gitignore
|
10 years ago |
Gav Wood
|
dd50d4f40b
|
Merge pull request #599 from wanderer/develop
changed output stacktrace format to json
|
10 years ago |
Gav Wood
|
4c27a00229
|
Merge pull request #630 from debris/mac_fix_qmldir
fixed macdeployqt options order
|
10 years ago |
ethdev
|
f9627b07dc
|
vs files added to gitignore
|
10 years ago |
chriseth
|
264140aa34
|
Merge pull request #634 from LefterisJP/fix_for_issue_631
Fix for unhandled solc exception with opcodes argument
|
10 years ago |
chriseth
|
b798ec7b17
|
Merge pull request #626 from LefterisJP/sol_forStatement
ForStatement for Solidity
|
10 years ago |
Lefteris Karapetsas
|
bcc263070b
|
Moving comment to function body
|
10 years ago |
Lefteris Karapetsas
|
c9a032aad4
|
better alignment of global string constants
|
10 years ago |
Lefteris Karapetsas
|
82117dc7da
|
Solidity: More tests for the ForStatement
|
10 years ago |
Lefteris Karapetsas
|
3c6e966160
|
Solidity ForStatement Compiler part
- Work in progress
|
10 years ago |
Lefteris Karapetsas
|
1f0346396a
|
Minor issues, grammar update, new ForStatement test
|
10 years ago |
Lefteris Karapetsas
|
5eec2c5ac6
|
ForStatement typecheck and initExpression is a Statement
|
10 years ago |
Lefteris Karapetsas
|
b2992bd659
|
Solidity ForStatements expressions are now optional
|
10 years ago |
Lefteris Karapetsas
|
e934aa0bef
|
new ForStatement parsing test and small grammar fix
|
10 years ago |
Lefteris Karapetsas
|
30c000d121
|
Adding a ForStatement solidity AST Node.
- Adding ForStatement node
- Implemented Parsing for ForStatement
- A simple parsing test for the ForStatement
- Work in progress
|
10 years ago |
Lefteris Karapetsas
|
c99b38a4ed
|
Using strings instead of #defined literals in solc
|
10 years ago |
Christian
|
4e83ba5ae1
|
Add functions needed by constructor.
|
10 years ago |
Christian
|
41948b1309
|
Fix: Resolve function types of all contracts before checking types inside functions.
|
10 years ago |
Lefteris Karapetsas
|
b95b6f3b66
|
Properly outputing opcodes in solc, using normal stream operator
|
10 years ago |
Lefteris Karapetsas
|
28409ed583
|
Fix for unhandled solc exception with opcodes argument
- This should fix #631
|
10 years ago |
Gav Wood
|
12af4860fe
|
Merge pull request #632 from debris/windows_debug2
Windows 32 debug, part 2
|
10 years ago |
Marek Kotewicz
|
99dce392b0
|
find jsonrpccpp debug libraries
|
10 years ago |
Marek Kotewicz
|
8ecf06df86
|
FindCURL in out cmake folder, required to find debug curl library
|
10 years ago |
wanderer
|
4dd5240111
|
append JSON objects to log
|
10 years ago |
wanderer
|
7460d88bae
|
using json_spirit
|
10 years ago |
wanderer
|
381c30ecd0
|
changed output stacktrace format to json
|
10 years ago |
chriseth
|
47927f731e
|
Merge pull request #621 from chriseth/sol_createContracts
Contract creation ("new" operator).
|
10 years ago |
Marek Kotewicz
|
76db957b52
|
fixed macdeployqt options order
|
10 years ago |
Gav Wood
|
f8c4d0b5d9
|
Merge pull request #628 from debris/windows_debug
Windows 32 debug, part 1
|
10 years ago |
Marek Kotewicz
|
259443a653
|
Merge branch 'develop' into windows_debug
|
10 years ago |
Christian
|
c00153e5c1
|
Stylistic changes.
|
10 years ago |
Gav Wood
|
d155f7d8d6
|
Merge branch 'yann300-ide_m2' into develop
Conflicts:
mix/ConstantCompilationModel.cpp
|
10 years ago |
Gav Wood
|
a22376093a
|
Prepared State premine.
Fixes for Qt 5.2.
|
10 years ago |