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.
9695
Commits
3
Branches
10
Tags
52 MiB
C++
72.9%
C
15.4%
Cuda
6.8%
CMake
4.6%
Shell
0.3%
Tree:
c7b257acde
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 'c7b257acde'
${ noResults }
ethminer
/
libsolidity
History
chriseth
c7b257acde
Fix and test for not really recursive structs.
Fixes
#2223
.
10 years ago
..
AST.cpp
Fix and test for not really recursive structs.
10 years ago
AST.h
Style.
10 years ago
ASTForward.h
Parsing of array types and basic implementation.
10 years ago
ASTJsonConverter.cpp
Removed visit functions for abstract AST nodes.
10 years ago
ASTJsonConverter.h
Removed visit functions for abstract AST nodes.
10 years ago
ASTPrinter.cpp
Functional gas estimator.
10 years ago
ASTPrinter.h
Functional gas estimator.
10 years ago
ASTUtils.cpp
Utility class to find a suitable AST node for a given location.
10 years ago
ASTUtils.h
Build fix after merge.
10 years ago
ASTVisitor.h
Gas estimation taking known state into account.
10 years ago
AST_accept.h
Parsing of not fully implemented functions
10 years ago
ArrayUtils.cpp
Accessors for strings.
10 years ago
ArrayUtils.h
Refactor: Pull out array index access.
10 years ago
CMakeLists.txt
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago
Compiler.cpp
Accessors for strings.
10 years ago
Compiler.h
Style.
10 years ago
CompilerContext.cpp
Remove pessimising moves.
10 years ago
CompilerContext.h
Compute constants
10 years ago
CompilerStack.cpp
Compute constants
10 years ago
CompilerStack.h
Compute constants
10 years ago
CompilerUtils.cpp
Accessors for strings.
10 years ago
CompilerUtils.h
Accessors for strings.
10 years ago
DeclarationContainer.cpp
style changes
10 years ago
DeclarationContainer.h
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
10 years ago
Exceptions.h
Merge pull request #1743 from chriseth/evmasm
10 years ago
ExpressionCompiler.cpp
Accessors for strings.
10 years ago
ExpressionCompiler.h
Copying between memory and memory.
10 years ago
GasEstimator.cpp
Gas estimation for internal functions.
10 years ago
GasEstimator.h
Gas estimation for internal functions.
10 years ago
GlobalContext.cpp
Conversion changes after renaming Hash/String to Bytes.
10 years ago
GlobalContext.h
Super keyword.
10 years ago
InterfaceHandler.cpp
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
10 years ago
InterfaceHandler.h
style fixes
10 years ago
LValue.cpp
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
10 years ago
LValue.h
Add missing override specifiers.
10 years ago
NameAndTypeResolver.cpp
Accessors for strings.
10 years ago
NameAndTypeResolver.h
style changes
10 years ago
Parser.cpp
Style.
10 years ago
Parser.h
Ability to specify the storage location of a reference type.
10 years ago
Scanner.cpp
add exponent operator
10 years ago
Scanner.h
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago
SourceReferenceFormatter.cpp
some more style fixes
10 years ago
SourceReferenceFormatter.h
Merge pull request #1743 from chriseth/evmasm
10 years ago
Token.cpp
Addressing issues in Enum style fix
10 years ago
Token.h
removed byte0 keyword
10 years ago
Types.cpp
Accessors for strings.
10 years ago
Types.h
Accessors for strings.
10 years ago
Utils.h
Exception-throwing assert.
10 years ago
grammar.txt
Allow conversion to dynamic arrays and update grammar.
10 years ago