Solidity, the Smart Contract Programming Language
Go to file
Gav Wood 89d84edb16 Merge branch 'develop'
Conflicts:
	README.md
	evmjit
	libdevcrypto/CryptoPP.cpp
	libethereum/State.cpp
	neth/main.cpp
2015-02-20 21:56:37 +01:00
AST_accept.h Typo in EnumValue 2015-02-13 23:16:14 +01:00
AST.cpp Bugfix for functions override 2015-02-19 17:43:53 +01:00
AST.h Bugfix for functions override 2015-02-19 17:43:53 +01:00
ASTForward.h Typo in EnumValue 2015-02-13 23:16:14 +01:00
ASTJsonConverter.cpp No write access to parameters of external functions. 2015-02-16 19:25:24 +01:00
ASTJsonConverter.h fixed jsoncpp find_path 2015-02-10 12:18:47 +01:00
ASTPrinter.cpp Typo in EnumValue 2015-02-13 23:16:14 +01:00
ASTPrinter.h Typo in EnumValue 2015-02-13 23:16:14 +01:00
ASTVisitor.h Typo in EnumValue 2015-02-13 23:16:14 +01:00
BaseTypes.h No longer exposing retrieveValueFromStorage() as a public function 2015-01-29 13:34:07 +01:00
CMakeLists.txt fixed #1022 2015-02-16 13:48:25 +01:00
Compiler.cpp Calldata byte arrays stored on the stack. 2015-02-16 19:35:53 +01:00
Compiler.h Merge pull request #1074 from arkpar/mix_codemodel 2015-02-17 19:39:24 +01:00
CompilerContext.cpp Some windows fixes. 2015-02-11 20:20:37 +01:00
CompilerContext.h Fixes for assigning and deleting structs containing byte arrays. 2015-02-18 00:15:32 +01:00
CompilerStack.cpp Working, albeit slowly, non-NatSpec transaction confirmations. 2015-02-15 01:00:09 +01:00
CompilerStack.h Working, albeit slowly, non-NatSpec transaction confirmations. 2015-02-15 01:00:09 +01:00
CompilerUtils.cpp Calldata byte arrays stored on the stack. 2015-02-16 19:35:53 +01:00
CompilerUtils.h loadFromMemoryDynamic 2015-02-16 19:25:27 +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 change typedef to using according to preferred coding style 2015-02-07 17:20:57 +08:00
ExpressionCompiler.cpp Fixes for assigning and deleting structs containing byte arrays. 2015-02-18 00:15:32 +01:00
ExpressionCompiler.h Fixes for assigning and deleting structs containing byte arrays. 2015-02-18 00:15:32 +01:00
GlobalContext.cpp Arbitrary parameters for call() and all hash functions. 2015-02-10 10:59:23 +01:00
GlobalContext.h Super keyword. 2015-01-29 00:29:43 +01:00
grammar.txt Rename "protected" to "inheritable". 2015-02-18 13:35:12 +01:00
InterfaceHandler.cpp Removing events from Solidity Interface 2015-02-16 17:16:15 +01:00
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 2015-02-11 15:43:47 +01:00
NameAndTypeResolver.cpp Bugfix for functions override 2015-02-19 17:43:53 +01:00
NameAndTypeResolver.h Some changes to enums. 2015-02-14 13:35:57 +01:00
Parser.cpp Rename "protected" to "inheritable". 2015-02-18 13:35:12 +01:00
Parser.h Addressing issues with Enums in Solidity 2015-02-13 23:16:14 +01:00
Scanner.cpp add exponent operator 2015-02-10 23:39:13 +08: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 Addressing issues in Enum style fix 2015-02-10 09:52:19 +01:00
Token.h cppcheck fixes. 2015-02-20 21:00:13 +01:00
Types.cpp getMemberTypes() respects source order 2015-02-17 22:33:44 +01:00
Types.h cppcheck fixes. 2015-02-20 21:00:13 +01:00
Utils.h remove AST.h Utils.h's x permission 2015-02-07 23:10:22 +08:00