Solidity, the Smart Contract Programming Language
Go to file
Liana Husikyan d7d5b8200a miner changes in the implementation of the externalTypes function of FunctionType.
better error messages for exeptions
style fixes after review
2015-04-01 15:21:17 +02:00
ArrayUtils.cpp Refactor: Pull out array index access. 2015-03-30 19:32:14 +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 miner changes in the implementation of the externalTypes function of FunctionType. 2015-04-01 15:21:17 +02:00
AST.h Merge pull request #1414 from LefterisJP/sol_notImplementedFuncs 2015-03-30 19:33:30 +02:00
ASTForward.h Parsing of array types and basic implementation. 2015-02-21 15:10:01 +01:00
ASTJsonConverter.cpp Inline member initialisation 2015-02-20 22:50:34 +01:00
ASTJsonConverter.h Inline member initialisation 2015-02-20 22:50:34 +01:00
ASTPrinter.cpp Moving Source Location libdevcore 2015-02-24 17:16:22 +01:00
ASTPrinter.h Parsing of array types and basic implementation. 2015-02-21 15:10:01 +01:00
ASTVisitor.h Parsing of array types and basic implementation. 2015-02-21 15:10:01 +01:00
CMakeLists.txt Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 2015-03-04 11:17:45 -05:00
Compiler.cpp Provide access to storage offsets via contract type. 2015-03-17 18:13:27 +01:00
Compiler.h Fixed some checker warnings. 2015-03-10 15:11:13 +01:00
CompilerContext.cpp Fetch and store packed values. 2015-03-16 18:07:14 +01:00
CompilerContext.h Fetch and store packed values. 2015-03-16 18:07:14 +01:00
CompilerStack.cpp Abstract contract and inheritance 2015-03-27 15:15:34 +01:00
CompilerStack.h to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument. 2015-03-05 12:08:43 +01:00
CompilerUtils.cpp Fetch and store packed values. 2015-03-16 18:07:14 +01:00
CompilerUtils.h Copying between calldata and storage. 2015-03-06 13:17:52 +01:00
DeclarationContainer.cpp "external" visibility specifier. 2015-02-16 19:24:07 +01:00
DeclarationContainer.h "external" visibility specifier. 2015-02-16 19:24:07 +01:00
Exceptions.h Move SourceLocation to evmcore 2015-02-25 12:19:02 +01:00
ExpressionCompiler.cpp Refactor: Pull out array index access. 2015-03-30 19:32:14 +02:00
ExpressionCompiler.h Clean up some code redundancy. 2015-03-25 18:33:20 +01: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 Detect if non-existant parameter is documented with natspec 2015-03-30 15:14:59 +02:00
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 2015-02-11 15:43:47 +01:00
LValue.cpp Fetch and store packed values. 2015-03-16 18:07:14 +01:00
LValue.h Enlarge storage references to two stack slots. 2015-03-16 18:07:14 +01:00
NameAndTypeResolver.cpp Parsing of array types and basic implementation. 2015-02-21 15:10:01 +01:00
NameAndTypeResolver.h Inline member initialisation 2015-02-20 22:50:34 +01:00
Parser.cpp Abstract contract and inheritance 2015-03-27 15:15:34 +01: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 SourceLocation to evmcore 2015-02-25 12:19:02 +01:00
SourceReferenceFormatter.cpp let the error output take tab into consideration 2015-03-01 22:35:54 -06:00
SourceReferenceFormatter.h Move SourceLocation to evmcore 2015-02-25 12:19:02 +01: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 miner changes in the implementation of the externalTypes function of FunctionType. 2015-04-01 15:21:17 +02:00
Types.h miner changes in the implementation of the externalTypes function of FunctionType. 2015-04-01 15:21:17 +02:00
Utils.h Exception-throwing assert. 2015-03-18 15:32:17 +01:00