ArrayUtils.cpp
|
Line break.
|
2015-04-15 18:06:41 +02:00 |
ArrayUtils.h
|
Refactor: Pull out array index access.
|
2015-03-30 19:32:14 +02:00 |
AST_accept.h
|
Parsing of not fully implemented functions
|
2015-03-25 14:26:05 +01:00 |
AST.cpp
|
style changes
|
2015-05-08 17:51:53 +02:00 |
AST.h
|
style changes
|
2015-05-08 17:51:53 +02:00 |
ASTForward.h
|
Parsing of array types and basic implementation.
|
2015-02-21 15:10:01 +01:00 |
ASTJsonConverter.cpp
|
Removed visit functions for abstract AST nodes.
|
2015-04-27 18:57:13 +02:00 |
ASTJsonConverter.h
|
Removed visit functions for abstract AST nodes.
|
2015-04-27 18:57:13 +02:00 |
ASTPrinter.cpp
|
Style.
|
2015-05-06 13:56:55 +02:00 |
ASTPrinter.h
|
Build fixes.
|
2015-05-10 13:45:36 +03:00 |
ASTUtils.cpp
|
Utility class to find a suitable AST node for a given location.
|
2015-04-29 16:24:26 +02:00 |
ASTUtils.h
|
Build fix after merge.
|
2015-04-30 11:42:02 +02:00 |
ASTVisitor.h
|
Structural gas estimator.
|
2015-05-06 10:43:59 +02:00 |
CMakeLists.txt
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
Compiler.cpp
|
New ABI encoding for dynamic types.
|
2015-05-08 16:54:39 +02:00 |
Compiler.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
CompilerContext.cpp
|
Fixed function overloads.
|
2015-04-15 17:40:50 +02:00 |
CompilerContext.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
CompilerStack.cpp
|
adde the positions for the end of SourceLocation
|
2015-05-07 17:22:24 +02:00 |
CompilerStack.h
|
adde the positions for the end of SourceLocation
|
2015-05-07 17:22:24 +02:00 |
CompilerUtils.cpp
|
bytes parameters for events and sha3.
|
2015-04-22 11:43:49 +02:00 |
CompilerUtils.h
|
bytes parameters for events and sha3.
|
2015-04-22 11:43:49 +02:00 |
DeclarationContainer.cpp
|
style changes
|
2015-05-08 17:51:53 +02:00 |
DeclarationContainer.h
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
2015-05-08 17:51:52 +02:00 |
Exceptions.h
|
Merge pull request #1743 from chriseth/evmasm
|
2015-05-05 16:06:17 +02:00 |
ExpressionCompiler.cpp
|
saved returnParameterNames in FunctionType constructor
|
2015-04-27 13:08:32 +02:00 |
ExpressionCompiler.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
GlobalContext.cpp
|
Conversion changes after renaming Hash/String to Bytes.
|
2015-03-12 12:53:00 +01:00 |
GlobalContext.h
|
Super keyword.
|
2015-01-29 00:29:43 +01:00 |
grammar.txt
|
Allow conversion to dynamic arrays and update grammar.
|
2015-02-21 18:25:08 +01:00 |
InterfaceHandler.cpp
|
updated unit test
|
2015-05-11 17:16:52 +02:00 |
InterfaceHandler.h
|
Merge branch 'develop' into jsoncpp_path
|
2015-02-11 15:43:47 +01:00 |
LValue.cpp
|
Fix for deleting byte array elements.
|
2015-04-28 11:31:40 +02:00 |
LValue.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
NameAndTypeResolver.cpp
|
style changes
|
2015-05-08 17:51:53 +02:00 |
NameAndTypeResolver.h
|
style changes
|
2015-05-08 17:51:53 +02:00 |
Parser.cpp
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
Parser.h
|
- added isPartOfExternalInterface to Declaration
|
2015-03-16 10:46:46 +01:00 |
Scanner.cpp
|
add exponent operator
|
2015-02-10 23:39:13 +08:00 |
Scanner.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
SourceReferenceFormatter.cpp
|
some more style fixes
|
2015-05-04 17:19:16 +02:00 |
SourceReferenceFormatter.h
|
Merge pull request #1743 from chriseth/evmasm
|
2015-05-05 16:06:17 +02:00 |
StructuralGasEstimator.cpp
|
Added assertions.
|
2015-05-07 11:14:07 +02:00 |
StructuralGasEstimator.h
|
Use std::array.
|
2015-05-06 13:56:40 +02:00 |
Token.cpp
|
Addressing issues in Enum style fix
|
2015-02-10 09:52:19 +01:00 |
Token.h
|
Clean up some code redundancy.
|
2015-03-25 18:33:20 +01:00 |
Types.cpp
|
saved returnParameterNames in FunctionType constructor
|
2015-04-27 13:08:32 +02:00 |
Types.h
|
style changes
|
2015-05-08 17:51:53 +02:00 |
Utils.h
|
Exception-throwing assert.
|
2015-03-18 15:32:17 +01:00 |