Solidity, the Smart Contract Programming Language
Go to file
2015-01-15 16:56:40 +01:00
AST_accept.h Specify value for contract creation. 2015-01-13 18:12:30 +01:00
AST.cpp Merge pull request #799 from chriseth/sol_gasAndValue 2015-01-14 18:22:16 +01:00
AST.h Merge pull request #799 from chriseth/sol_gasAndValue 2015-01-14 18:22:16 +01:00
ASTForward.h Adding a ForStatement solidity AST Node. 2014-12-17 00:03:30 +01:00
ASTJsonConverter.cpp ASTJSonconverter stack takes objects and not pointers 2015-01-15 16:56:40 +01:00
ASTJsonConverter.h ASTJSonconverter stack takes objects and not pointers 2015-01-15 16:56:40 +01:00
ASTPrinter.cpp Adding a ForStatement solidity AST Node. 2014-12-17 00:03:30 +01:00
ASTPrinter.h Adding a ForStatement solidity AST Node. 2014-12-17 00:03:30 +01:00
ASTVisitor.h Adding a ForStatement solidity AST Node. 2014-12-17 00:03:30 +01:00
BaseTypes.h Improved external interface for multi-source and multi-contract compilation. 2014-12-03 18:52:28 +01:00
CallGraph.cpp Whitespace change. 2014-12-17 15:15:04 +01:00
CallGraph.h Whitespace change. 2014-12-17 15:15:04 +01:00
CMakeLists.txt Solidity getInterfaceFunctions is now a map of hash to Function 2015-01-07 16:39:21 +01:00
Compiler.cpp A first version of Natspec warning popup 2015-01-13 15:59:42 +01:00
Compiler.h A first version of Natspec warning popup 2015-01-13 15:59:42 +01:00
CompilerContext.cpp More flexible access to stack during external function call. 2015-01-14 11:57:22 +01:00
CompilerContext.h More flexible access to stack during external function call. 2015-01-14 11:57:22 +01:00
CompilerStack.cpp Merge pull request #798 from LefterisJP/natspec_OnContractCreation 2015-01-15 01:37:52 +01:00
CompilerStack.h Minor style fixes 2015-01-14 17:14:46 +01: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 More const cleanup. 2014-12-08 13:15:43 +01:00
Exceptions.h Merge remote-tracking branch 'ethereum/develop' into sol_import 2014-12-05 15:27:07 +01:00
ExpressionCompiler.cpp Style. 2015-01-14 12:00:28 +01:00
ExpressionCompiler.h Specify value for contract creation. 2015-01-13 18:12:30 +01:00
GlobalContext.cpp Define strings = vector<string> 2015-01-12 13:29:16 +01:00
GlobalContext.h Fix some warnings about uninitialized members. 2015-01-07 16:46:53 +01:00
grammar.txt Specify value for contract creation. 2015-01-13 18:12:30 +01:00
InterfaceHandler.cpp Natspec method key is now the Canonical Signature 2015-01-13 16:15:32 +01:00
InterfaceHandler.h Basic logging in Solidity (though no tests yet). 2015-01-09 00:22:06 +01:00
NameAndTypeResolver.cpp Assertions that throw InternalCompilerErrors. 2014-12-17 16:24:56 +01:00
NameAndTypeResolver.h Fix some warnings about uninitialized members. 2015-01-07 16:46:53 +01:00
Parser.cpp Specify value for contract creation. 2015-01-13 18:12:30 +01:00
Parser.h Minor issues, grammar update, new ForStatement test 2014-12-17 00:03:30 +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 More convenient function type construction. 2015-01-12 12:46:52 +01:00
Types.cpp Remove redundancy in FunctionType::getSizeOnStack. 2015-01-14 11:01:42 +01:00
Types.h Remove redundancy in FunctionType::getSizeOnStack. 2015-01-14 11:01:42 +01:00
Utils.h fixed warnings for msvc build 2015-01-13 11:18:08 +01:00