You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gav Wood ae6dbcfc21 Merge pull request #1761 from chriseth/sol_fix_deleteBytes 10 years ago
..
AST.cpp saved returnParameterNames in FunctionType constructor 10 years ago
AST.h removed an unnecessary function 10 years ago
ASTForward.h Parsing of array types and basic implementation. 10 years ago
ASTJsonConverter.cpp Removed visit functions for abstract AST nodes. 10 years ago
ASTJsonConverter.h Removed visit functions for abstract AST nodes. 10 years ago
ASTPrinter.cpp Removed visit functions for abstract AST nodes. 10 years ago
ASTPrinter.h Removed visit functions for abstract AST nodes. 10 years ago
ASTVisitor.h Provide a way to override default visitor function in a generic way. 10 years ago
AST_accept.h Parsing of not fully implemented functions 10 years ago
ArrayUtils.cpp Line break. 10 years ago
ArrayUtils.h Refactor: Pull out array index access. 10 years ago
CMakeLists.txt Use BUILD_SHARED_LIB 10 years ago
Compiler.cpp Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions 10 years ago
Compiler.h JSON compiler. 10 years ago
CompilerContext.cpp Fixed function overloads. 10 years ago
CompilerContext.h JSON compiler. 10 years ago
CompilerStack.cpp Merge pull request #1708 from chriseth/sol_fix_libraries 10 years ago
CompilerStack.h Merge pull request #1708 from chriseth/sol_fix_libraries 10 years ago
CompilerUtils.cpp bytes parameters for events and sha3. 10 years ago
CompilerUtils.h bytes parameters for events and sha3. 10 years ago
DeclarationContainer.cpp Fix for declarations. 10 years ago
DeclarationContainer.h Fixed function overloads. 10 years ago
Exceptions.h Move SourceLocation to evmcore 10 years ago
ExpressionCompiler.cpp saved returnParameterNames in FunctionType constructor 10 years ago
ExpressionCompiler.h bytes parameters for events and sha3. 10 years ago
GlobalContext.cpp Conversion changes after renaming Hash/String to Bytes. 10 years ago
GlobalContext.h Super keyword. 10 years ago
InterfaceHandler.cpp changed the implementation 10 years ago
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 10 years ago
LValue.cpp Fix for deleting byte array elements. 10 years ago
LValue.h Enlarge storage references to two stack slots. 10 years ago
NameAndTypeResolver.cpp Styling. 10 years ago
NameAndTypeResolver.h Fixed function overloads. 10 years ago
Parser.cpp Bugfixes concerning variable declarations. 10 years ago
Parser.h - added isPartOfExternalInterface to Declaration 10 years ago
Scanner.cpp add exponent operator 10 years ago
Scanner.h Move SourceLocation to evmcore 10 years ago
SourceReferenceFormatter.cpp let the error output take tab into consideration 10 years ago
SourceReferenceFormatter.h Move SourceLocation to evmcore 10 years ago
Token.cpp Addressing issues in Enum style fix 10 years ago
Token.h Clean up some code redundancy. 10 years ago
Types.cpp saved returnParameterNames in FunctionType constructor 10 years ago
Types.h saved returnParameterNames in FunctionType constructor 10 years ago
Utils.h Exception-throwing assert. 10 years ago
grammar.txt Allow conversion to dynamic arrays and update grammar. 10 years ago