index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #913 from arkpar/sol_abi_fix
Gav Wood
2015-02-01
3
-9
/
+51
|
\
|
*
style
arkpar
2015-01-31
1
-2
/
+0
|
*
json and solidity ABI generted for events
arkpar
2015-01-31
3
-9
/
+53
*
|
Fix scoping of event arguments.
Christian
2015-01-31
3
-13
/
+19
|
/
*
Merge pull request #908 from chriseth/sol_fix_eventsWithoutParameters
Gav Wood
2015-01-31
2
-12
/
+14
|
\
|
*
Fix: No parameters for event.
Christian
2015-01-31
2
-12
/
+14
*
|
fixed ABI generator
arkpar
2015-01-31
1
-0
/
+1
|
/
*
Fix standard sources test.
Christian
2015-01-30
1
-2
/
+5
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
16
-54
/
+245
|
\
|
*
Merge pull request #893 from chriseth/sol_events
Gav Wood
2015-01-30
16
-54
/
+245
|
|
\
|
|
*
Padding fixes.
Christian
2015-01-30
1
-1
/
+1
|
|
*
Whitespace and error messages.
Christian
2015-01-30
3
-7
/
+7
|
|
*
Code generation for events.
Christian
2015-01-30
3
-31
/
+66
|
|
*
Parsing of events.
Christian
2015-01-30
14
-24
/
+180
*
|
|
Merge branch 'sol_defaultFunction' of https://github.com/chriseth/cpp-ethereu...
Gav Wood
2015-01-30
5
-9
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fallback functions.
Christian
2015-01-30
5
-9
/
+37
|
|
/
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
20
-455
/
+469
|
\
|
|
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
4
-8
/
+11
|
*
Minor fixes plus a rebase merge fix
Lefteris Karapetsas
2015-01-30
5
-6
/
+40
|
*
Removing Function and Param Description
Lefteris Karapetsas
2015-01-30
3
-202
/
+7
|
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
6
-40
/
+98
|
*
Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation
chriseth
2015-01-29
3
-15
/
+21
|
|
\
|
|
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
3
-15
/
+21
|
*
|
Common class that contains AST node documentations.
Christian
2015-01-29
1
-36
/
+44
|
*
|
Merge pull request #887 from chriseth/sol_excludeStd
chriseth
2015-01-29
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Exclude standard contracts by default.
Christian
2015-01-29
1
-1
/
+1
|
*
|
Style changes.
Christian
2015-01-29
2
-6
/
+7
|
*
|
Super keyword.
Christian
2015-01-29
12
-328
/
+153
|
|
/
|
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
6
-26
/
+25
|
*
Explicitly specify insertion to exported functions
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
|
*
Simplify FunctionType's Vardecl constructor
Lefteris Karapetsas
2015-01-29
1
-10
/
+5
|
*
EVM Code for simple accessor function is properly generated
Lefteris Karapetsas
2015-01-29
4
-15
/
+20
|
*
Fixes after rebasing on develop
Lefteris Karapetsas
2015-01-29
3
-4
/
+7
|
*
Work on ExpressionCompiler preparing for Accessors from storage
Lefteris Karapetsas
2015-01-29
2
-19
/
+44
|
*
All interface functions are external.
Lefteris Karapetsas
2015-01-29
3
-9
/
+35
|
*
Adding isStateVariable attribute to a VarDecl
Lefteris Karapetsas
2015-01-29
3
-6
/
+8
|
*
Solidity EntryLabel now uses a generic declaration
Lefteris Karapetsas
2015-01-29
3
-7
/
+11
|
*
Various small fixes for Sol Automatic Accessors
Lefteris Karapetsas
2015-01-29
4
-18
/
+3
|
*
Modifications to Mix to adapt to FunctionDescription
Lefteris Karapetsas
2015-01-29
2
-1
/
+15
|
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
6
-47
/
+199
|
*
Work in progress for state variable accessors
Lefteris Karapetsas
2015-01-29
10
-90
/
+122
|
*
Fix in addStateVariableAccessor and adjustment of parser tests
Lefteris Karapetsas
2015-01-29
1
-4
/
+5
|
*
Parsing accessor functions for public contract state variables
Lefteris Karapetsas
2015-01-29
2
-0
/
+29
|
*
Fix stack size of typetypes.
Christian
2015-01-29
1
-0
/
+2
*
|
Revert to using require for Solidity - it works.
Gav Wood
2015-01-29
2
-4
/
+57
|
/
*
Find some reasonable contract if nothing is supplied.
Christian
2015-01-28
1
-4
/
+6
*
Cleaner solution to provide standard sources.
Christian
2015-01-28
3
-69
/
+32
*
Some fixes in parser.
Christian
2015-01-28
5
-4
/
+30
*
LogFilter supports new, better, filter mechanism.
Gav Wood
2015-01-28
1
-1
/
+1
*
Merge pull request #857 from LianaHus/StringToHash
chriseth
2015-01-27
3
-25
/
+69
|
\
|
*
- cosmetic changes
liana
2015-01-27
1
-15
/
+12
|
*
-redesigned appendTypeConversion function
liana
2015-01-27
1
-35
/
+37
|
*
- modifications according to PR review
liana
2015-01-26
1
-16
/
+18
|
*
- corrected assert
liana
2015-01-24
1
-1
/
+1
|
*
- added conversion for string/hash of equal sizes
liana
2015-01-24
3
-3
/
+46
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-27
22
-146
/
+630
|
\
\
|
*
\
Merge pull request #856 from chriseth/sol_modifiers
Gav Wood
2015-01-27
22
-146
/
+630
|
|
\
\
|
|
*
|
Call modifiers on constructor.
Christian
2015-01-26
1
-0
/
+1
|
|
*
|
Modifier overrides and callgraph analysis.
Christian
2015-01-26
6
-43
/
+79
|
|
*
|
Compilation of function modifiers.
Christian
2015-01-26
7
-41
/
+92
|
|
*
|
Type resolution for function modifiers.
Christian
2015-01-26
15
-73
/
+299
|
|
*
|
Function modifier parsing.
Christian
2015-01-26
10
-4
/
+174
*
|
|
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-27
1
-4
/
+5
|
\
|
|
|
|
*
|
|
Reverse order of inheritance in base list.
Christian
2015-01-26
1
-4
/
+5
|
|
/
/
*
/
/
Fixed spurious whisper watches firing.
Gav Wood
2015-01-27
1
-0
/
+3
|
/
/
*
|
Add coins reg to standard services.
Gav Wood
2015-01-26
1
-2
/
+3
*
|
Minor fix.
Gav Wood
2015-01-25
1
-2
/
+7
*
|
Fixes to ethereum.js and standard.js.
Gav Wood
2015-01-25
2
-9
/
+22
|
/
*
Claim ether makes wallet & trasfers.
Gav Wood
2015-01-22
2
-1
/
+46
*
Merge pull request #830 from chriseth/sol_overridesInConstructorContext
Gav Wood
2015-01-21
9
-25
/
+61
|
\
|
*
Style changes.
Christian
2015-01-21
3
-5
/
+6
|
*
Include virtual function overrides in constructor context.
Christian
2015-01-20
9
-23
/
+58
*
|
Absence of tag in Natspec is now considered @notice
Lefteris Karapetsas
2015-01-20
1
-2
/
+8
|
/
*
Implicit conversion from derived to base.
Christian
2015-01-20
1
-1
/
+8
*
Call constructors of base classes.
Christian
2015-01-20
5
-24
/
+108
*
Constructor arguments for base classes.
Christian
2015-01-20
8
-11
/
+95
*
Explicit calls to base class function.
Christian
2015-01-20
7
-25
/
+87
*
Inheritance in compiler.
Christian
2015-01-20
4
-11
/
+30
*
Magic variables are only needed durinng name and type resolution, not during ...
Christian
2015-01-20
5
-25
/
+9
*
Check overrides and provide inherited public interface.
Christian
2015-01-20
3
-12
/
+43
*
Import inherited members into the contract's scope.
Christian
2015-01-20
4
-3
/
+121
*
Inheritance parser.
Christian
2015-01-20
3
-3
/
+15
*
Some addition to Solidity Execution Framework
Lefteris Karapetsas
2015-01-19
1
-3
/
+1
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
4
-46
/
+94
|
\
|
*
- corrected delete in case we have more than one locals
liana
2015-01-16
1
-2
/
+2
|
*
removed spaces
liana
2015-01-16
1
-2
/
+2
|
*
Corrected "delete" for local variables i.e. set them to 0
liana
2015-01-16
1
-3
/
+4
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
4
-46
/
+93
*
|
Warnings fix.
Gav Wood
2015-01-17
1
-1
/
+0
*
|
Potential workaround for windows build.
Gav Wood
2015-01-17
1
-1
/
+2
*
|
Merge pull request #813 from LefterisJP/sol_astJson
Gav Wood
2015-01-17
2
-0
/
+607
|
\
\
|
*
|
Style fixes and refactoring in ASTJsonConverter
Lefteris Karapetsas
2015-01-16
2
-44
/
+28
|
*
|
Solidity AST Json Exporter
Lefteris Karapetsas
2015-01-15
2
-137
/
+105
|
*
|
ASTJSonconverter stack takes objects and not pointers
Lefteris Karapetsas
2015-01-15
2
-6
/
+4
|
*
|
More work on the AST export. Work in progress
Lefteris Karapetsas
2015-01-15
2
-96
/
+136
|
*
|
Preparing the ground for AST outputing to JSON
Lefteris Karapetsas
2015-01-15
2
-0
/
+617
*
|
|
Missing comma.
Gav Wood
2015-01-16
1
-1
/
+1
*
|
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-16
17
-153
/
+292
|
\
\
\
|
*
\
\
Merge pull request #811 from LefterisJP/az_mainWinStyle
Gav Wood
2015-01-15
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
also add compiler error if include order could cause a problem in windows
Lefteris Karapetsas
2015-01-15
1
-0
/
+4
|
|
|
/
/
|
*
|
|
Update ExpressionCompiler.cpp
Lefteris Karapetsas
2015-01-15
1
-2
/
+1
|
*
|
|
Fixing an unused parameter warning in ExpressionCompiler
Lefteris Karapetsas
2015-01-15
1
-0
/
+1
|
|
/
/
|
*
|
Merge pull request #798 from LefterisJP/natspec_OnContractCreation
Lefteris Karapetsas
2015-01-15
5
-5
/
+27
|
|
\
\
|
|
*
|
Minor style fixes
Lefteris Karapetsas
2015-01-15
1
-2
/
+2
|
|
*
|
Fixes and additional checks for Natspec Popup authentication
Lefteris Karapetsas
2015-01-14
2
-26
/
+5
|
|
*
|
Natspec method key is now the Canonical Signature
Lefteris Karapetsas
2015-01-13
1
-2
/
+2
|
|
*
|
A first version of Natspec warning popup
Lefteris Karapetsas
2015-01-13
4
-13
/
+24
|
|
*
|
Alethzero: Showing a contract's function's hashes at creation
Lefteris Karapetsas
2015-01-13
2
-0
/
+21
|
|
*
|
Work in prgress for creating natspec in alethzero at contract creation
Lefteris Karapetsas
2015-01-12
2
-0
/
+11
|
*
|
|
Merge pull request #799 from chriseth/sol_gasAndValue
chriseth
2015-01-15
11
-139
/
+228
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Style.
Christian
2015-01-14
1
-1
/
+0
|
|
*
|
More flexible access to stack during external function call.
Christian
2015-01-14
3
-5
/
+20
|
|
*
|
Remove redundancy in FunctionType::getSizeOnStack.
Christian
2015-01-14
2
-23
/
+8
|
|
*
|
Use min gas for send().
Christian
2015-01-14
1
-3
/
+5
|
|
*
|
Specify value for contract creation.
Christian
2015-01-14
9
-85
/
+85
|
|
*
|
Modify gas and value for external function call.
Christian
2015-01-14
4
-55
/
+143
|
*
|
|
Check for hash collisions already before compiling.
Christian
2015-01-14
2
-8
/
+32
|
|
/
/
*
/
/
Add blockhash to Solidity.
Gav Wood
2015-01-16
3
-3
/
+10
|
/
/
*
/
fixed warnings for msvc build
arkpar
2015-01-13
6
-7
/
+13
|
/
*
Merge pull request #785 from LefterisJP/natspec_emptyDocstringFix
Lefteris Karapetsas
2015-01-12
1
-1
/
+6
|
\
|
*
Fixing bug where empty tagless docstring in Natspec would result in infinite ...
Lefteris Karapetsas
2015-01-12
1
-1
/
+6
*
|
Define strings = vector<string>
Christian
2015-01-12
3
-20
/
+20
*
|
More convenient function type construction.
Christian
2015-01-12
7
-68
/
+53
|
/
*
Merge pull request #768 from chriseth/sol_contractsAreAddresses
Gav Wood
2015-01-11
3
-25
/
+62
|
\
|
*
Contracts are Addresses.
Christian
2015-01-10
3
-14
/
+30
|
*
Correct type conversions.
Christian
2015-01-10
1
-13
/
+34
*
|
Coding style: Prefix for const variables.
Christian
2015-01-10
2
-45
/
+48
*
|
Padding for ABI types.
Christian
2015-01-10
6
-34
/
+49
|
/
*
Merge pull request #765 from chriseth/sol_someLogFixes
Gav Wood
2015-01-09
1
-47
/
+9
|
\
|
*
Some changes to the log functions.
Christian
2015-01-09
1
-47
/
+9
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-09
10
-65
/
+70
|
\
\
|
*
|
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
Christian
2015-01-09
2
-42
/
+42
|
*
|
Arbitrary precision integer constants.
Christian
2015-01-09
6
-57
/
+233
|
*
|
Possibility for unary operators to change type.
Christian
2015-01-09
3
-17
/
+31
|
*
|
Use shared_from_this instead of manually supplying a shared_ptr to this.
Christian
2015-01-09
3
-57
/
+26
|
|
/
|
*
Buildfix after semantical merge conflict.
Christian
2015-01-09
1
-1
/
+2
|
*
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
chriseth
2015-01-09
10
-64
/
+68
|
|
\
|
|
*
Fixing a solAssert in getInterfacefunctions()
Lefteris Karapetsas
2015-01-09
1
-2
/
+1
|
|
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
7
-40
/
+37
|
|
*
merging develop
Lefteris Karapetsas
2015-01-09
9
-49
/
+116
|
|
|
\
|
|
*
|
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
5
-18
/
+23
|
|
*
|
work in progress in testing the new function selector in the end to end tests
Lefteris Karapetsas
2015-01-08
1
-3
/
+3
|
|
*
|
Solidity getInterfaceFunctions is now a map of hash to Function
Lefteris Karapetsas
2015-01-07
6
-42
/
+45
*
|
|
|
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethere...
Gav Wood
2015-01-09
6
-164
/
+323
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
Christian
2015-01-08
2
-42
/
+42
|
*
|
|
Arbitrary precision integer constants.
Christian
2015-01-08
6
-57
/
+233
|
*
|
|
Possibility for unary operators to change type.
Christian
2015-01-08
3
-17
/
+31
|
*
|
|
Use shared_from_this instead of manually supplying a shared_ptr to this.
Christian
2015-01-08
3
-57
/
+26
|
|
|
/
|
|
/
|
*
|
|
CLI tweaks.
Gav Wood
2015-01-09
2
-4
/
+4
*
|
|
Documentation update.
Gav Wood
2015-01-09
4
-2
/
+6
*
|
|
Basic logging in Solidity (though no tests yet).
Gav Wood
2015-01-09
7
-19
/
+134
|
/
/
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-08
5
-7
/
+7
|
\
\
|
*
\
Merge pull request #743 from chriseth/sol_warningFixes
Gav Wood
2015-01-08
5
-7
/
+7
|
|
\
\
|
|
*
|
Fix some warnings about uninitialized members.
Christian
2015-01-07
5
-7
/
+7
*
|
|
|
VM skips push data when looking for JUMPDEST.
Gav Wood
2015-01-08
1
-0
/
+6
|
/
/
/
*
/
/
Warnings fixes.
Gav Wood
2015-01-07
1
-0
/
+3
|
/
/
*
|
Merge pull request #741 from chriseth/sol_fix_useParameterStackSize
Gav Wood
2015-01-07
1
-1
/
+1
|
\
\
|
*
|
Bugfix: Use parameter (not argument) type size on stack for function calls.
Christian
2015-01-07
1
-1
/
+1
*
|
|
Merge pull request #738 from LefterisJP/sol_abiFunctionHash
Gav Wood
2015-01-07
4
-0
/
+21
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Small issues with Canonical Function Signature
Lefteris Karapetsas
2015-01-07
3
-17
/
+10
|
*
FunctionType also gets CanonicalSignature
Lefteris Karapetsas
2015-01-07
3
-11
/
+15
|
*
Test for the Canonical Signature of a function
Lefteris Karapetsas
2015-01-07
1
-0
/
+1
|
*
Creating the canonical signature of a function, for later use in the ABI
Lefteris Karapetsas
2015-01-07
2
-0
/
+23
*
|
Merge pull request #667 from chriseth/sol_moreFlexibleBinaryOps
chriseth
2015-01-07
3
-41
/
+99
|
\
\
|
|
/
|
/
|
|
*
Clarified binary operator checking for integer types.
Christian
2014-12-28
1
-10
/
+10
|
*
Possibility for binary operators to yield types different from their operands'.
Christian
2014-12-19
3
-41
/
+99
*
|
style: curlies
Lefteris Karapetsas
2015-01-05
1
-2
/
+0
*
|
Fix for sol scanner where empty multiline comment became Natspec comment
Lefteris Karapetsas
2015-01-05
2
-7
/
+17
*
|
Mac warning fix.
Gav Wood
2015-01-05
1
-1
/
+1
*
|
BLOCKHASH
Gav Wood
2015-01-05
1
-3
/
+3
*
|
Fixed #683
Gav Wood
2014-12-21
2
-2
/
+2
*
|
Merge pull request #664 from chriseth/sol_fix_compoundAssign
chriseth
2014-12-19
1
-0
/
+2
|
\
\
|
*
|
Bugfix: Additional swap for compound assignment.
Christian
2014-12-19
1
-0
/
+2
*
|
|
Adding const attribute to ABI output
Lefteris Karapetsas
2014-12-19
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #655 from chriseth/sol_precedence
chriseth
2014-12-19
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Bit operators should bind more strongly than comparison operators.
Christian
2014-12-19
1
-10
/
+10
*
|
Factoring forward slash scanning out to its own function
Lefteris Karapetsas
2014-12-19
2
-40
/
+47
*
|
Merge branch 'develop' into sol_natspecMultiline
Lefteris Karapetsas
2014-12-18
2
-6
/
+15
|
\
|
|
*
Possibility to replace source and obtain ContractDefinition by name.
Christian
2014-12-18
2
-6
/
+15
*
|
More multiline natspec tests and small issue fix
Lefteris Karapetsas
2014-12-18
1
-2
/
+2
*
|
Adressing some natspec issues
Lefteris Karapetsas
2014-12-18
2
-4
/
+7
*
|
Changes in InterfaceHandler to deal with multiline natspec
Lefteris Karapetsas
2014-12-18
3
-29
/
+22
*
|
Scanner properly scans multiline natspec comments
Lefteris Karapetsas
2014-12-18
2
-8
/
+30
*
|
Work in progress for /** ... */ natspec comments
Lefteris Karapetsas
2014-12-18
2
-5
/
+56
|
/
*
Return the last contract by default.
Christian
2014-12-18
1
-2
/
+6
*
Assertions that throw InternalCompilerErrors.
Christian
2014-12-17
11
-84
/
+105
*
Merge pull request #623 from chriseth/sol_constructorChecks
chriseth
2014-12-17
4
-46
/
+189
|
\
|
*
Whitespace change.
Christian
2014-12-17
2
-4
/
+8
|
*
Add functions needed by constructor.
Christian
2014-12-17
4
-46
/
+185
*
|
Merge pull request #636 from chriseth/sol_fix_foreignFunctions
Gav Wood
2014-12-17
3
-6
/
+18
|
\
\
|
*
|
Fix: Resolve function types of all contracts before checking types inside fun...
Christian
2014-12-17
3
-6
/
+18
|
|
/
*
|
Moving comment to function body
Lefteris Karapetsas
2014-12-17
1
-4
/
+4
*
|
Solidity ForStatement Compiler part
Lefteris Karapetsas
2014-12-17
2
-2
/
+34
*
|
Minor issues, grammar update, new ForStatement test
Lefteris Karapetsas
2014-12-17
4
-11
/
+16
*
|
ForStatement typecheck and initExpression is a Statement
Lefteris Karapetsas
2014-12-17
4
-7
/
+11
*
|
Solidity ForStatements expressions are now optional
Lefteris Karapetsas
2014-12-17
3
-10
/
+27
*
|
new ForStatement parsing test and small grammar fix
Lefteris Karapetsas
2014-12-17
2
-2
/
+1
*
|
Adding a ForStatement solidity AST Node.
Lefteris Karapetsas
2014-12-17
12
-9
/
+134
|
/
*
Stylistic changes.
Christian
2014-12-16
3
-5
/
+5
*
Check that constructor does not have "returns" directive.
Christian
2014-12-15
3
-5
/
+16
*
Packing and unpacking of constructor arguments.
Christian
2014-12-15
2
-4
/
+14
*
Create contracts.
Christian
2014-12-15
21
-30
/
+221
*
Merge remote-tracking branch 'ethereum/develop' into sol_barecalls
Christian
2014-12-15
4
-11
/
+22
|
\
|
*
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...
sveneh
2014-12-13
10
-50
/
+233
|
|
\
|
*
\
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-11
1
-1
/
+1
|
|
\
\
|
*
|
|
fixed styling issues
Marek Kotewicz
2014-12-11
1
-2
/
+3
|
*
|
|
Merge branch 'macox_fixes' into build_enhancement
Marek Kotewicz
2014-12-11
2
-2
/
+3
|
|
\
\
\
|
*
\
\
\
Merge branch 'macox_fixes' into build_enhancement
Marek Kotewicz
2014-12-11
25
-604
/
+1042
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-10
7
-54
/
+239
|
|
\
\
\
\
\
|
*
|
|
|
|
|
updated cmake policies
Marek Kotewicz
2014-12-10
1
-1
/
+1
|
*
|
|
|
|
|
jsonrpc option in cmakes, removed all warnings
Marek Kotewicz
2014-12-10
1
-0
/
+6
|
*
|
|
|
|
|
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-08
4
-60
/
+128
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
removed few unused lines from cmakes
Marek Kotewicz
2014-12-08
1
-16
/
+0
|
*
|
|
|
|
|
|
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-08
24
-164
/
+441
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
common improvements
debris
2014-12-08
1
-0
/
+3
|
*
|
|
|
|
|
|
|
solidity compiling under msvc && boosts cmake file fixed
debris
2014-12-07
3
-6
/
+21
|
*
|
|
|
|
|
|
|
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-07
7
-40
/
+435
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
solidity compiling on windows, fixed Compiler Error C2797
debris
2014-12-06
2
-4
/
+5
|
*
|
|
|
|
|
|
|
|
removed automocs
Marek Kotewicz
2014-12-04
1
-0
/
+1
*
|
|
|
|
|
|
|
|
|
Correctly check for string prefix plus indentation change.
Christian
2014-12-15
2
-9
/
+13
*
|
|
|
|
|
|
|
|
|
Calls to bare contracts.
Christian
2014-12-13
4
-57
/
+95
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
8
-30
/
+189
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge pull request #584 from chriseth/sol_strings
chriseth
2014-12-13
8
-30
/
+189
|
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Support empty strings.
Christian
2014-12-11
5
-11
/
+22
|
|
*
|
|
|
|
|
|
|
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
22
-572
/
+925
|
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
Helper functions to access memory.
Christian
2014-12-11
4
-34
/
+61
|
|
*
|
|
|
|
|
|
|
|
String types.
Christian
2014-12-10
7
-9
/
+130
|
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Do not add at the end of the function selector "loop".
Christian
2014-12-12
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
Swap literals to the end if optimizing.
Christian
2014-12-12
6
-18
/
+42
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
/
removed explicit
Marek Kotewicz
2014-12-11
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
user-provided default constructor
Marek Kotewicz
2014-12-11
2
-2
/
+3
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
fixed solidity not building on macos
Marek Kotewicz
2014-12-11
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #586 from LefterisJP/natspec_contract_tags
chriseth
2014-12-11
4
-31
/
+116
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Styling issues and add TODO in Interfacehandler
Lefteris Karapetsas
2014-12-10
1
-3
/
+4
|
*
|
|
|
|
|
Natspec title and author tag.
Lefteris Karapetsas
2014-12-10
4
-30
/
+114
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
22
-572
/
+925
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Consts in SourceReferenceFormatter.
Christian
2014-12-09
2
-2
/
+2
|
*
|
|
|
|
Move implementations of ::accept out of AST.cpp.
Christian
2014-12-09
2
-458
/
+494
|
*
|
|
|
|
Some more consts.
Christian
2014-12-08
3
-26
/
+26
|
*
|
|
|
|
Removed unused members.
Christian
2014-12-08
2
-6
/
+0
|
*
|
|
|
|
More const cleanup.
Christian
2014-12-08
8
-53
/
+54
|
*
|
|
|
|
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
10
-153
/
+173
|
*
|
|
|
|
Const AST visitor for the compiler.
Christian
2014-12-08
5
-49
/
+49
|
*
|
|
|
|
Const functions for ASTVisitor and const ASTPrinter.
Christian
2014-12-08
5
-134
/
+436
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Const change.
chriseth
2014-12-10
1
-1
/
+1
*
|
|
|
|
Stylistic changes.
Christian
2014-12-10
1
-1
/
+2
*
|
|
|
|
Take variable stack size correctly into account for return value packer.
Christian
2014-12-10
3
-1
/
+14
*
|
|
|
|
Variable-size stack elements for expression compiler.
Christian
2014-12-09
5
-26
/
+84
*
|
|
|
|
Changes in compiler to support variably sized stack elements.
Christian
2014-12-09
5
-11
/
+110
*
|
|
|
|
Cleanup before return.
Christian
2014-12-09
1
-10
/
+16
[next]