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.
 
 
 
 
 
chriseth e781121a44 Merge pull request #2697 from chriseth/sol_fix_clone 9 years ago
..
AST.cpp Allow explicit conversions bytes <-> string. 9 years ago
AST.h changed implementation according to notes from code review 9 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 Functional gas estimator. 10 years ago
ASTPrinter.h Functional gas estimator. 10 years ago
ASTUtils.cpp Utility class to find a suitable AST node for a given location. 10 years ago
ASTUtils.h Build fix after merge. 10 years ago
ASTVisitor.h Gas estimation taking known state into account. 10 years ago
AST_accept.h Parsing of not fully implemented functions 10 years ago
ArrayUtils.cpp Use only a single stack slot for storage references. 9 years ago
ArrayUtils.h Use only a single stack slot for storage references. 9 years ago
CMakeLists.txt Revert "fixed cmake policy CMP0042, MACOSX RPATH" 9 years ago
Compiler.cpp Fix clone with regards to value transfer. 9 years ago
Compiler.h Create and output clone contracts. 9 years ago
CompilerContext.cpp Initialisation of memory types. 9 years ago
CompilerContext.h Initialisation of memory types. 9 years ago
CompilerStack.cpp Create and output clone contracts. 9 years ago
CompilerStack.h Create and output clone contracts. 9 years ago
CompilerUtils.cpp Allow explicit conversions bytes <-> string. 9 years ago
CompilerUtils.h Flexible string literals, convertible to bytesX, bytes and string. 9 years ago
DeclarationContainer.cpp style changes 10 years ago
DeclarationContainer.h changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP) 10 years ago
Exceptions.h Merge pull request #1743 from chriseth/evmasm 10 years ago
ExpressionCompiler.cpp Fix for strings as keys in mappings. 9 years ago
ExpressionCompiler.h Do not copy reference types to memory in-place. 9 years ago
GasEstimator.cpp Gas estimation for internal functions. 10 years ago
GasEstimator.h Gas estimation for internal functions. 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 removed move constructors 9 years ago
InterfaceHandler.h removed unnecessary function 9 years ago
LValue.cpp Allow one additional stack slot. 9 years ago
LValue.h Memory structs. 9 years ago
NameAndTypeResolver.cpp Accessors for strings. 9 years ago
NameAndTypeResolver.h style changes 10 years ago
Parser.cpp modified test network to test exceptions during parsing of documentation 9 years ago
Parser.h Ability to specify the storage location of a reference type. 10 years ago
Scanner.cpp add exponent operator 10 years ago
Scanner.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
SourceReferenceFormatter.cpp some more style fixes 10 years ago
SourceReferenceFormatter.h Merge pull request #1743 from chriseth/evmasm 10 years ago
Token.cpp Addressing issues in Enum style fix 10 years ago
Token.h removed byte0 keyword 10 years ago
Types.cpp Allow explicit conversions bytes <-> string. 9 years ago
Types.h Allow explicit conversions bytes <-> string. 9 years ago
Utils.h Exception-throwing assert. 10 years ago
Version.cpp Version 0.1.1 9 years ago
Version.h Versioning for Solidity. 9 years ago
grammar.txt Allow conversion to dynamic arrays and update grammar. 10 years ago