Solidity, the Smart Contract Programming Language
Go to file
Gav Wood 570e49c03a Add coins reg to standard services.
Upgrade AZ display for new API.
Upgrade requires in Sol.
2015-01-25 17:01:34 -08:00
AST_accept.h Constructor arguments for base classes. 2015-01-19 23:35:04 +01:00
AST.cpp Include virtual function overrides in constructor context. 2015-01-20 15:58:04 +01:00
AST.h Style changes. 2015-01-20 17:41:09 +01:00
ASTForward.h Constructor arguments for base classes. 2015-01-19 23:35:04 +01:00
ASTJsonConverter.cpp Style fixes and refactoring in ASTJsonConverter 2015-01-16 12:35:59 +01:00
ASTJsonConverter.h Warnings fix. 2015-01-17 10:34:44 -05: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 Style changes. 2015-01-20 17:41:09 +01:00
CallGraph.h Include virtual function overrides in constructor context. 2015-01-20 15:58: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 Include virtual function overrides in constructor context. 2015-01-20 15:58:04 +01:00
Compiler.h Include virtual function overrides in constructor context. 2015-01-20 15:58:04 +01:00
CompilerContext.cpp Inheritance in compiler. 2015-01-19 23:35:04 +01:00
CompilerContext.h Inheritance in compiler. 2015-01-19 23:35:04 +01:00
CompilerStack.cpp Add coins reg to standard services. 2015-01-25 17:01:34 -08:00
CompilerStack.h Fixes to ethereum.js and standard.js. 2015-01-24 17:42:49 -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 Explicit calls to base class function. 2015-01-19 23:35:04 +01:00
ExpressionCompiler.h Merge pull request #805 from LianaHus/deleteStruct 2015-01-19 11:32:11 +01:00
GlobalContext.cpp Magic variables are only needed durinng name and type resolution, not during compilation. 2015-01-19 23:35:04 +01:00
GlobalContext.h Magic variables are only needed durinng name and type resolution, not during compilation. 2015-01-19 23:35:04 +01:00
grammar.txt Constructor arguments for base classes. 2015-01-19 23:35:04 +01:00
InterfaceHandler.cpp Absence of tag in Natspec is now considered @notice 2015-01-20 13:15:43 +01:00
InterfaceHandler.h Basic logging in Solidity (though no tests yet). 2015-01-09 00:22:06 +01:00
NameAndTypeResolver.cpp Call constructors of base classes. 2015-01-19 23:35:04 +01:00
NameAndTypeResolver.h Explicit calls to base class function. 2015-01-19 23:35:04 +01:00
Parser.cpp Style changes. 2015-01-20 17:41:09 +01:00
Parser.h Include virtual function overrides in constructor context. 2015-01-20 15:58:04 +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 Inheritance parser. 2015-01-19 23:35:04 +01:00
Types.cpp Include virtual function overrides in constructor context. 2015-01-20 15:58:04 +01:00
Types.h Explicit calls to base class function. 2015-01-19 23:35:04 +01:00
Utils.h fixed warnings for msvc build 2015-01-13 11:18:08 +01:00