This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
ethminer
mirror of
https://github.com/lukechilds/ethminer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2890
Commits
3
Branches
10
Tags
52 MiB
C++
72.9%
C
15.4%
Cuda
6.8%
CMake
4.6%
Shell
0.3%
Tree:
19decfbb25
cl-refactor
master
opencl1.1
v0.10.0
v0.10.0.dev2
v0.10.0.dev3
v0.10.0rc1
v0.10.0rc2
v0.10.0rc3
v0.10.0rc4
v0.11.0
v0.11.0rc1
v0.11.0rc2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '19decfbb25'
${ noResults }
ethminer
/
libsolidity
History
chriseth
baa60bac55
Merge pull request
#623
from chriseth/sol_constructorChecks
Checks for the constructor and ability to call functions
10 years ago
..
AST.cpp
ForStatement typecheck and initExpression is a Statement
10 years ago
AST.h
Solidity ForStatement Compiler part
10 years ago
ASTForward.h
Adding a ForStatement solidity AST Node.
10 years ago
ASTPrinter.cpp
Adding a ForStatement solidity AST Node.
10 years ago
ASTPrinter.h
Adding a ForStatement solidity AST Node.
10 years ago
ASTVisitor.h
Adding a ForStatement solidity AST Node.
10 years ago
AST_accept.h
Solidity ForStatements expressions are now optional
10 years ago
BaseTypes.h
Improved external interface for multi-source and multi-contract compilation.
10 years ago
CMakeLists.txt
fixed styling issues
10 years ago
CallGraph.cpp
Whitespace change.
10 years ago
CallGraph.h
Whitespace change.
10 years ago
Compiler.cpp
Merge pull request #623 from chriseth/sol_constructorChecks
10 years ago
Compiler.h
Merge pull request #623 from chriseth/sol_constructorChecks
10 years ago
CompilerContext.cpp
Create contracts.
10 years ago
CompilerContext.h
Packing and unpacking of constructor arguments.
10 years ago
CompilerStack.cpp
Fix: Resolve function types of all contracts before checking types inside functions.
10 years ago
CompilerStack.h
Create contracts.
10 years ago
CompilerUtils.cpp
Support empty strings.
10 years ago
CompilerUtils.h
Helper functions to access memory.
10 years ago
DeclarationContainer.cpp
More const cleanup.
10 years ago
DeclarationContainer.h
More const cleanup.
10 years ago
Exceptions.h
Merge remote-tracking branch 'ethereum/develop' into sol_import
10 years ago
ExpressionCompiler.cpp
Create contracts.
10 years ago
ExpressionCompiler.h
Create contracts.
10 years ago
GlobalContext.cpp
Merge branch 'macox_fixes' into build_enhancement
10 years ago
GlobalContext.h
More const cleanup.
10 years ago
InterfaceHandler.cpp
Create contracts.
10 years ago
InterfaceHandler.h
Create contracts.
10 years ago
NameAndTypeResolver.cpp
Fix: Resolve function types of all contracts before checking types inside functions.
10 years ago
NameAndTypeResolver.h
Fix: Resolve function types of all contracts before checking types inside functions.
10 years ago
Parser.cpp
Moving comment to function body
10 years ago
Parser.h
Minor issues, grammar update, new ForStatement test
10 years ago
Scanner.cpp
Improved external interface for multi-source and multi-contract compilation.
10 years ago
Scanner.h
Improved external interface for multi-source and multi-contract compilation.
10 years ago
SourceReferenceFormatter.cpp
Consts in SourceReferenceFormatter.
10 years ago
SourceReferenceFormatter.h
Consts in SourceReferenceFormatter.
10 years ago
Token.cpp
Coding style cleanup: const and vecptr.
10 years ago
Token.h
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build_enhancement
10 years ago
Types.cpp
Stylistic changes.
10 years ago
Types.h
Create contracts.
10 years ago
grammar.txt
Minor issues, grammar update, new ForStatement test
10 years ago