Solidity, the Smart Contract Programming Language
Go to file
Gav Wood ef05913743 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
	libsolidity/InterfaceHandler.cpp
2015-01-31 08:43:37 -08:00
AST_accept.h Parsing of events. 2015-01-29 21:26:11 +01:00
AST.cpp json and solidity ABI generted for events 2015-01-31 14:41:11 +01:00
AST.h Merge pull request #913 from arkpar/sol_abi_fix 2015-01-31 08:29:50 -08:00
ASTForward.h Parsing of events. 2015-01-29 21:26:11 +01:00
ASTJsonConverter.cpp Type resolution for function modifiers. 2015-01-26 10:23:39 +01:00
ASTJsonConverter.h Warnings fix. 2015-01-17 10:34:44 -05:00
ASTPrinter.cpp Parsing of events. 2015-01-29 21:26:11 +01:00
ASTPrinter.h Parsing of events. 2015-01-29 21:26:11 +01:00
ASTVisitor.h Parsing of events. 2015-01-29 21:26:11 +01:00
BaseTypes.h No longer exposing retrieveValueFromStorage() as a public function 2015-01-29 13:34:07 +01:00
CMakeLists.txt Solidity getInterfaceFunctions is now a map of hash to Function 2015-01-07 16:39:21 +01:00
Compiler.cpp Fallback functions. 2015-01-29 22:50:20 +01:00
Compiler.h Super keyword. 2015-01-29 00:29:43 +01:00
CompilerContext.cpp Super keyword. 2015-01-29 00:29:43 +01:00
CompilerContext.h Super keyword. 2015-01-29 00:29:43 +01:00
CompilerStack.cpp Fix standard sources test. 2015-01-30 13:57:23 +01:00
CompilerStack.h Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2015-01-29 15:26:39 -08:00
CompilerUtils.cpp Padding for ABI types. 2015-01-09 18:20:51 +01:00
CompilerUtils.h Padding for ABI types. 2015-01-09 18:20:51 +01:00
DeclarationContainer.cpp More const cleanup. 2014-12-08 13:15:43 +01:00
DeclarationContainer.h Import inherited members into the contract's scope. 2015-01-19 23:35:04 +01:00
Exceptions.h Merge remote-tracking branch 'ethereum/develop' into sol_import 2014-12-05 15:27:07 +01:00
ExpressionCompiler.cpp Padding fixes. 2015-01-29 21:33:46 +01:00
ExpressionCompiler.h Whitespace and error messages. 2015-01-29 21:33:46 +01:00
GlobalContext.cpp Style changes. 2015-01-29 00:32:21 +01:00
GlobalContext.h Super keyword. 2015-01-29 00:29:43 +01:00
grammar.txt Type resolution for function modifiers. 2015-01-26 10:23:39 +01:00
InterfaceHandler.cpp Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2015-01-31 08:43:37 -08:00
InterfaceHandler.h Basic logging in Solidity (though no tests yet). 2015-01-09 00:22:06 +01:00
NameAndTypeResolver.cpp Fix scoping of event arguments. 2015-01-31 16:50:33 +01:00
NameAndTypeResolver.h Fix scoping of event arguments. 2015-01-31 16:50:33 +01:00
Parser.cpp Fix: No parameters for event. 2015-01-30 21:49:01 +01:00
Parser.h Fix: No parameters for event. 2015-01-30 21:49:01 +01:00
Scanner.cpp More convenient function type construction. 2015-01-12 12:46:52 +01:00
Scanner.h Fix for sol scanner where empty multiline comment became Natspec comment 2015-01-05 16:37:43 +01:00
SourceReferenceFormatter.cpp Consts in SourceReferenceFormatter. 2014-12-08 17:47:02 +01:00
SourceReferenceFormatter.h Mac warning fix. 2015-01-05 15:33:05 +01:00
Token.cpp More convenient function type construction. 2015-01-12 12:46:52 +01:00
Token.h Parsing of events. 2015-01-29 21:26:11 +01:00
Types.cpp Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2015-01-29 16:05:17 -08:00
Types.h Parsing of events. 2015-01-29 21:26:11 +01:00
Utils.h fixed warnings for msvc build 2015-01-13 11:18:08 +01:00